mirror of
https://github.com/open5gs/open5gs.git
synced 2026-05-05 23:37:22 +00:00
* update it * update it * update it * update it * update it * udpate it * uupdate it
This commit is contained in:
parent
f68a1f3283
commit
e42048e8a5
12 changed files with 111 additions and 93 deletions
|
|
@ -328,7 +328,7 @@ int test_context_parse_config(void)
|
|||
ogs_5gs_tai2_list_t *list2 = NULL;
|
||||
|
||||
ogs_assert(self.num_of_nr_served_tai <=
|
||||
OGS_MAX_NUM_OF_SERVED_TAI);
|
||||
OGS_MAX_NUM_OF_SUPPORTED_TA);
|
||||
list0 =
|
||||
&self.nr_served_tai[self.num_of_nr_served_tai].list0;
|
||||
list1 =
|
||||
|
|
@ -571,7 +571,7 @@ int test_context_parse_config(void)
|
|||
self.plmn_support[
|
||||
self.num_of_plmn_support].
|
||||
num_of_s_nssai <=
|
||||
OGS_MAX_NUM_OF_SLICE);
|
||||
OGS_MAX_NUM_OF_SLICE_SUPPORT);
|
||||
s_nssai = &self.plmn_support[
|
||||
self.num_of_plmn_support].s_nssai[
|
||||
self.plmn_support[
|
||||
|
|
@ -808,7 +808,7 @@ int test_context_parse_config(void)
|
|||
ogs_eps_tai2_list_t *list2 = NULL;
|
||||
|
||||
ogs_assert(self.num_of_e_served_tai <=
|
||||
OGS_MAX_NUM_OF_SERVED_TAI);
|
||||
OGS_MAX_NUM_OF_SUPPORTED_TA);
|
||||
list0 = &self.e_served_tai[self.num_of_e_served_tai].list0;
|
||||
list1 = &self.e_served_tai[self.num_of_e_served_tai].list1;
|
||||
list2 = &self.e_served_tai[self.num_of_e_served_tai].list2;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue