mirror of
				https://github.com/open5gs/open5gs.git
				synced 2025-11-03 21:43:25 +00:00 
			
		
		
		
	Merge branch 'master' into s1ap
This commit is contained in:
		@@ -33,7 +33,7 @@ extern "C" {
 | 
				
			|||||||
#define MAX_NUM_OF_FLOW             8   /* Num of Flow per PCC Rule */
 | 
					#define MAX_NUM_OF_FLOW             8   /* Num of Flow per PCC Rule */
 | 
				
			||||||
#define MAX_NUM_OF_PACKET_FILTER    16  /* Num of Packet Filter per Bearer */
 | 
					#define MAX_NUM_OF_PACKET_FILTER    16  /* Num of Packet Filter per Bearer */
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#define MAX_SDU_LEN             2048
 | 
					#define MAX_SDU_LEN             4096
 | 
				
			||||||
#define PLMN_ID_LEN             3
 | 
					#define PLMN_ID_LEN             3
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#define BCD_TO_BUFFER_LEN(x)    (((x)+1)/2)
 | 
					#define BCD_TO_BUFFER_LEN(x)    (((x)+1)/2)
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user