Reset the number of TA, SLICE, and PLMN supported by AMF/MME(#2761) (#2765)

* update it

* update it

* update it

* update it

* update it

* udpate it

* uupdate it
This commit is contained in:
Sukchan Lee 2023-12-03 23:52:29 +09:00 committed by GitHub
parent f68a1f3283
commit e42048e8a5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
12 changed files with 111 additions and 93 deletions

View file

@ -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;