From b31fc343d123acd69109cebb2d9b15560530399f Mon Sep 17 00:00:00 2001 From: Pau Espin Pedrol Date: Fri, 8 Mar 2024 13:48:23 +0100 Subject: [PATCH] cosmetic: Document spec references for unassigned identity values --- lib/proto/types.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/proto/types.h b/lib/proto/types.h index fe71c796d..e081bea74 100644 --- a/lib/proto/types.h +++ b/lib/proto/types.h @@ -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