Skip to content

Commit

Permalink
cosmetic: Document spec references for unassigned identity values
Browse files Browse the repository at this point in the history
  • Loading branch information
pespin authored and acetcom committed Mar 8, 2024
1 parent a2b0284 commit b31fc34
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/proto/types.h
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,9 @@ extern "C" {
#define OGS_TIME_TO_BCD(x) \
(((((x) % 10) << 4) & 0xf0) | (((x) / 10) & 0x0f))

/* 3GPP TS 24.007 Table 11.6: */
#define OGS_NAS_PROCEDURE_TRANSACTION_IDENTITY_UNASSIGNED 0
/* 3GPP TS 24.007 Table 11.2.3.1c.1: */
#define OGS_NAS_PDU_SESSION_IDENTITY_UNASSIGNED 0

#define OGS_ACCESS_TYPE_3GPP 1
Expand Down

0 comments on commit b31fc34

Please sign in to comment.