mirror of
https://github.com/open5gs/open5gs.git
synced 2026-05-05 23:37:22 +00:00
IP Pool is allocated per PDN
This commit is contained in:
parent
e7f68794d9
commit
d3234014f7
4 changed files with 16 additions and 15 deletions
|
|
@ -143,6 +143,7 @@ typedef struct _pdn_t {
|
|||
c_uint8_t pre_emption_vulnerability;
|
||||
|
||||
void *context;
|
||||
void *ip_pool;
|
||||
} pdn_t;
|
||||
|
||||
/**************************************************
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue