tunnel context is added

This commit is contained in:
Sukchan Lee
2017-09-13 16:41:47 +09:00
parent 0bdd02227c
commit feef9c7236
3 changed files with 92 additions and 1 deletions

View File

@@ -11,7 +11,7 @@ extern "C" {
#define MAX_NUM_OF_UE 128
#define MAX_NUM_OF_SESS 4
#define MAX_NUM_OF_BEARER 4
#define MAX_NUM_OF_TUNNEL 3 /* Num of Indirect Tunnel per Bearer */
#define MAX_NUM_OF_TUNNEL 3 /* Num of Tunnel per Bearer */
#define MAX_NUM_OF_PF 16 /* Num of Packet Filter per Bearer */
#define MAX_NUM_OF_GTP_NODE 8