Start of skeleton of MME config file

master
Pedro Alvarez 7 years ago
parent 58b5831009
commit a5621dd430

@ -0,0 +1,23 @@
#####################################################################
# srsEPC configuration file
#####################################################################
#####################################################################
# MME configuration
#
# mme_code: 8-bit MME code identifies the MME within a group.
# mme_group: 16-bit MME group identifier.
# tac: 16-bit Tracking Area Code.
# mcc: Mobile Country Code
# mnc: Mobile Network Code
# mme_bindx_addr: IP subnet to listen for eNB S1 connnections
#
#####################################################################
[mme]
mme_code = 0x19
mme_group = 0x0001
phy_cell_id = 1
tac = 0x0001
mcc = 208
mnc = 93
mme_bindx_addr = 127.0.0.0/24
Loading…
Cancel
Save