Skip to content
Snippets Groups Projects
Forked from oai / openairinterface5G
20832 commits behind the upstream repository.
Raphael Defosseux's avatar
Raphael Defosseux authored
Introduction of S1-flex. It handles multiple PLMN IDs (up to 6) in the SIB as well as the selection of an MME based on the selected PLMN identity.

Major impact: changes on the eNB configuration files:

tracking_area_code = 1;

plmn_list = (
  { mcc = 208; mnc = 94; mnc_length = 2; },
  { mcc = 208; mnc = 95; mnc_length = 2; }
)

See https://gitlab.eurecom.fr/oai/openairinterface5g/wikis/s1-flex-conf-nnsf

 for more details.

Signed-off-by: default avatarRaphael Defosseux <raphael.defosseux@eurecom.fr>
d254f5b5
History