# # o Set OGS_LOG_INFO to all domain level # - If `level` is omitted, the default level is OGS_LOG_INFO) # - If `domain` is omitted, the all domain level is set from 'level' # (Default values are used, so no configuration is required) # # o Set OGS_LOG_ERROR to all domain level # - `level` can be set with none, fatal, error, warn, info, debug, trace # logger: # level: error # # o Set OGS_LOG_DEBUG to mme/emm domain level # logger: # level: debug # domain: mme,emm # # o Set OGS_LOG_TRACE to all domain level # logger: # level: trace # domain: core,sbi,ausf,event,tlv,mem,sock # logger: file: @localstatedir@/log/open5gs/mme.log # # > # # o S1AP Server(all address available) # mme: # s1ap: # # o S1AP Server(0.0.0.0:36412) # mme: # s1ap: # addr: 0.0.0.0 # # o S1AP Server(127.0.0.2:36412, [::1]:36412) # mme: # s1ap: # - addr: 127.0.0.2 # - addr: ::1 # # o S1AP Server(different port) # mme: # s1ap: # - addr: 127.0.0.2 # port: 36413 # # o S1AP Server(address available in `eth0` interface) # mme: # s1ap: # dev: eth0 # # o S1AP Option (Default) # - sctp_nodelay : true # - so_linger.l_onoff : false # # mme: # s1ap: # addr: 127.0.0.2 # option: # stcp_nodelay: false # so_linger: # l_onoff: true # l_linger: 10 # # o S1AP SCTP Option (Default) # - spp_hbinterval : 5000 (5secs) # - spp_sackdelay : 200 (200ms) # - srto_initial : 3000 (3secs) # - srto_min : 1000 (1sec) # - srto_max : 5000 (5secs) # - sinit_num_ostreams : 30 # - sinit_max_instreams : 65535 # - sinit_max_attempts : 4 # - sinit_max_init_timeo : 8000(8secs) # # mme: # s1ap: # addr: 127.0.0.2 # option: # sctp: # spp_hbinterval : 5000 # spp_sackdelay : 200 # srto_initial : 3000 # srto_min : 1000 # srto_max : 5000 # sinit_num_ostreams : 30 # sinit_max_instreams : 65535 # sinit_max_attempts : 4 # sinit_max_init_timeo : 8000 # # > # # o GTP-C Server(all address available) # mme: # gtpc: # # o GTP-C Server(127.0.0.2:2123, [::1]:2123) # mme: # gtpc: # - addr: 127.0.0.2 # - addr: ::1 # # # # o Single MSC/VLR(127.0.0.2) # mme: # sgsap: # addr: 127.0.0.2 # map: # tai: # plmn_id: # mcc: 001 # mnc: 01 # tac: 4130 # lai: # plmn_id: # mcc: 001 # mnc: 01 # lac: 43690 # map: # tai: # plmn_id: # mcc: 002 # mnc: 02 # tac: 4132 # lai: # plmn_id: # mcc: 002 # mnc: 02 # lac: 43692 # # o Multiple MSC/VLR # mme: # sgsap: # - addr: 127.0.0.2 # port: 29119 # map: # tai: # plmn_id: # mcc: 001 # mnc: 01 # tac: 4131 # lai: # plmn_id: # mcc: 001 # mnc: 01 # lac: 43691 # map: # tai: # plmn_id: # mcc: 002 # mnc: 02 # tac: 4132 # lai: # plmn_id: # mcc: 002 # mnc: 02 # lac: 43692 # - addr # - 127.0.0.4 # - fd69:f21d:873c:fa::2 # map: # tai: # plmn_id: # mcc: 001 # mnc: 01 # tac: 4132 # lai: # plmn_id: # mcc: 002 # mnc: 02 # lac: 43692 # - name: msc.open5gs.org # map: # tai: # plmn_id: # mcc: 001 # mnc: 01 # tac: 4133 # lai: # plmn_id: # mcc: 002 # mnc: 02 # lac: 43693 # # # # o Metrics Server(http://:9090) # mme: # metrics: # - addr: 0.0.0.0 # port: 9090 # # # # o Multiple GUMMEI # mme: # gummei: # - plmn_id: # mcc: 001 # mnc: 01 # mme_gid: 2 # mme_code: 1 # - plmn_id: # - mcc: 002 # mnc: 02 # - mcc: 003 # mnc: 03 # mme_gid: [3, 4] # mme_code: # - 2 # - 3 # # # # # o Multiple TAI # # When multiple TAIs are configured as shown below, # the Served TAI is determined by comparing UserLocationInformation # of UplinkNASTransport sent from eNB. # # For example, if the eNB sends TAC with 30 to the MME, # the fourth TAI (TAC: 20, 28, 29-32, 36-38, 40-42, 50, 60, 70, 70) # is determined as the Served TAI. The result is transmitted to the eNB # as a Tracking Area identity List in Registration Accept. # # mme: # tai: # - plmn_id: # mcc: 001 # mnc: 01 # tac: [1, 3, 5] # tai: # - plmn_id: # mcc: 002 # mnc: 02 # tac: [6-10, 15-18] # tai: # - plmn_id: # mcc: 003 # mnc: 03 # tac: 20 # - plmn_id: # mcc: 004 # mnc: 04 # tac: 21 # tai: # - plmn_id: # mcc: 005 # mnc: 05 # tac: [22, 28] # - plmn_id: # mcc: 006 # mnc: 06 # tac: [30-32, 34, 36-38, 40-42, 44, 46, 48] # - plmn_id: # mcc: 007 # mnc: 07 # tac: 50 # - plmn_id: # mcc: 008 # mnc: 08 # tac: 60 # - plmn_id: # mcc: 009 # mnc: 09 # tac: [70, 80] # # # # # If access_control is not specified, then all networks are allowed # If access_control is defined, # no other networks are allowed other than matching plmn_id. # # default_reject_cause may be used to overwrite the default error cause #11 # for non matching plmn_id # # for matching plmn_id with reject_cause defined, # the MME rejects access with the reject_cause error cause # # for matching plmn_id without reject_cause defined, # the MME accepts the PLMN traffic # # o The example below only accepts 002/02 and 999/70 PLMNs. # 001/01 is rejected with cause 15, # and the rest of the PLMNs are rejected with default cause 13. # # mme: # access_control: # - default_reject_cause: 13 # - plmn_id: # reject_cause: 15 # mcc: 001 # mnc: 01 # - plmn_id: # mcc: 002 # mnc: 02 # - plmn_id: # mcc: 999 # mnc: 70 # # # # mme: # network_name: # full: Open5GS # short: Next # # # mme: # mme_name: open5gs-mme0 # # - Default(255) # mme: # relative_capacity: 100 # mme: freeDiameter: @sysconfdir@/freeDiameter/mme.conf s1ap: - addr: 127.0.0.2 gtpc: - addr: 127.0.0.2 metrics: - addr: 127.0.0.2 port: 9090 gummei: plmn_id: mcc: 999 mnc: 70 mme_gid: 2 mme_code: 1 tai: plmn_id: mcc: 999 mnc: 70 tac: 1 security: integrity_order : [ EIA2, EIA1, EIA0 ] ciphering_order : [ EEA0, EEA1, EEA2 ] network_name: full: Open5GS mme_name: open5gs-mme0 # # # # o Specify SGW addresses the GTP-C must connect to # # o One SGW is defined. # If prefer_ipv4 is not true, [fd69:f21d:873c:fa::2] is selected. # sgwc: # gtpc: # addr: # - 127.0.0.3 # - fd69:f21d:873c:fa::2 # # o Two SGW are defined. MME selects SGW with round-robin manner per UE # sgwc: # gtpc: # - addr: 127.0.0.3 # - addr: fd69:f21d:873c:fa::2 # # o Three SGW are defined. MME selects SGW with round-robin manner per UE # sgwc: # gtpc: # - addr # - 127.0.0.3 # - fd69:f21d:873c:fa::2 # - addr # - 127.0.0.22 # - fd69:f21d:873c:fa::12 # - name: sgw3.open5gs.org # # # # o Round-Robin # sgwc: # gtpc: # addr: 127.0.0.3 # addr: 127.0.2.2 # addr: 127.0.4.2 # # o SGW selection by eNodeB TAC # (either single TAC or multiple TACs, DECIMAL representation) # # sgwc: # gtpc: # - addr: 127.0.0.3 # tac: 26000 # - addr: 127.0.2.2 # tac: [25000, 27000, 28000] # # o SGW selection by e_cell_id(28bit) # (either single or multiple e_cell_id, HEX representation) # # sgwc: # gtpc: # - addr: 127.0.0.3 # e_cell_id: abcde01 # - addr: 127.0.2.2 # e_cell_id: [12345, a9413, 98765] # sgwc: gtpc: - addr: 127.0.0.3 # # smf: # # # # o By default, the SMF uses the first SMF node. # - To use a different APN for each SMF, specify gtpc.apn as the APN name. # - If the HSS uses WebUI to set the SMF IP for each UE, # you can use a specific SMF node for each UE. # (Default values are used, so no configuration is required) # # o Two SMF are defined. 127.0.0.4:2123 is used. # [fd69:f21d:873c:fa::3]:2123 is ignored. # smf: # gtpc: # - addr: 127.0.0.4 # - addr: fd69:f21d:873c:fa::3 # # o One SMF is defined. if prefer_ipv4 is not true, # [fd69:f21d:873c:fa::3] is selected. # smf: # gtpc: # - addr: # - 127.0.0.4 # - fd69:f21d:873c:fa::3 # # o Two SMF are defined with a different APN. # - Note that if SMF IP for UE is configured in HSS, # the following configurion for this UE is ignored. # smf: # gtpc: # - addr: 127.0.0.4 # apn: internet # - addr: 127.0.0.5 # apn: volte # # o If APN is omitted, the default APN uses the first SMF node. # smf: # gtpc: # - addr: 127.0.0.4 # - addr: 127.0.0.5 # apn: volte # # o SMF selection by eNodeB TAC # (either single TAC or multiple TACs, DECIMAL representation) # # gtpc: # - addr: 127.0.0.4 # tac: 26000 # - addr: 127.0.2.4 # tac: [25000, 27000, 28000] # # o SMF selection by e_cell_id(28bit) # (either single or multiple e_cell_id, HEX representation) # # gtpc: # - addr: 127.0.0.4 # e_cell_id: abcde01 # - addr: 127.0.2.4 # e_cell_id: [12345, a9413, 98765] smf: gtpc: - addr: - 127.0.0.4 - ::1 # # # # o Specify SGSN addresses the GTP-C must connect to # # o One SGSN is defined. # If prefer_ipv4 is not true, [fd69:f21d:873c:fa::2] is selected. # sgsn: # - gtpc: # addr: # - 127.0.0.3 # - fd69:f21d:873c:fa::2 # routes: # - rai: # lai: # plmn_id: # mcc: 001 # mnc: 01 # lac: 43690 # rac: 187 # ci: 1223 # # o Two SGSNs are defined. Last one is used by default if no # matching RAI+CI route is found. # sgsn: # - gtpc: # addr: # - 127.0.0.3 # - fd69:f21d:873c:fa::2 # routes: # - rai: # lai: # plmn_id: # mcc: 001 # mnc: 01 # lac: 43690 # rac: 187 # ci: 1223 # - name: sgsn3.open5gs.org # routes: # - default: true # #sgsn: # - gtpc: # addr: # - 127.0.0.3 # routes: # - default: true # # o Disable use of IPv4 addresses (only IPv6) # parameter: # no_ipv4: true # # o Disable use of IPv6 addresses (only IPv4) # parameter: # no_ipv6: true # # o Prefer IPv4 instead of IPv6 for estabishing new GTP connections. # parameter: # prefer_ipv4: true # parameter: # # o Maximum Number of UE # max: # ue: 1024 # # o Maximum Number of Peer(S1AP/NGAP, DIAMETER, GTP, PFCP or SBI) # max: # peer: 64 # max: # # usrsctp: # udp_port : 9899 # usrsctp: # # o Message Wait Duration (Default : 10,000 ms = 10 seconds) # (Default values are used, so no configuration is required) # # o Message Wait Duration (3000 ms) # time: # message: # duration: 3000 # # o Handover Wait Duration (Default : 300 ms) # Time to wait for MME to send UEContextReleaseCommand # to the source eNB after receiving HandoverNotify # (Default values are used, so no configuration is required) # # o Handover Wait Duration (500ms) # time: # handover: # duration: 500 # # o Timers of EPS mobility/session management # time: # t3402: # value: 720 # 12 minutes * 60 = 720 seconds # t3412: # value: 3240 # 54 minutes * 60 = 3240 seconds # t3423: # value: 720 # 12 minutes * 60 = 720 seconds time: