Default APN is added

This commit is contained in:
Sukchan Lee 2017-12-19 17:05:54 +09:00
parent 0557be8ffd
commit a864b36f44
7 changed files with 257 additions and 23 deletions

View file

@ -41,6 +41,7 @@ typedef struct _s6a_subscription_data_t {
bitrate_t ambr; /* UE-AMBR */
c_uint32_t subscribed_rau_tau_timer; /* unit : minutes */
c_uint32_t context_identifier; /* default APN */
pdn_t pdn[MAX_NUM_OF_SESS];
int num_of_pdn;
} s6a_subscription_data_t;