Merge branch 'master' into s1ap

This commit is contained in:
Sukchan Lee 2018-03-15 14:14:43 +09:00
commit 4b32d7f448
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@ extern "C" {
#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_SDU_LEN 2048
#define MAX_SDU_LEN 4096
#define PLMN_ID_LEN 3
#define BCD_TO_BUFFER_LEN(x) (((x)+1)/2)