IP Pool is allocated per PDN

This commit is contained in:
Sukchan Lee 2017-07-29 00:53:54 +09:00
parent e7f68794d9
commit d3234014f7
4 changed files with 16 additions and 15 deletions

View file

@ -143,6 +143,7 @@ typedef struct _pdn_t {
c_uint8_t pre_emption_vulnerability;
void *context;
void *ip_pool;
} pdn_t;
/**************************************************