cosmetic: Document spec references for unassigned identity values

This commit is contained in:
Pau Espin 2024-03-08 13:48:23 +01:00 committed by Sukchan Lee
parent a2b0284172
commit b31fc343d1
1 changed files with 2 additions and 0 deletions

View File

@ -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