mirror of
				https://github.com/open5gs/open5gs.git
				synced 2025-11-03 21:43:25 +00:00 
			
		
		
		
	cosmetic: Document spec references for unassigned identity values
This commit is contained in:
		
				
					committed by
					
						
						Sukchan Lee
					
				
			
			
				
	
			
			
			
						parent
						
							a2b0284172
						
					
				
				
					commit
					b31fc343d1
				
			@@ -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
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user