srsLTE/srsepc/epc.conf.example

45 lines
1.3 KiB
Plaintext
Raw Normal View History

#####################################################################
# 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]
2017-12-15 10:20:57 -08:00
mme_code = 0x1a
mme_group = 0x0001
tac = 0x0001
mcc = 001
mnc = 01
mme_bind_addr = 127.0.0.0/24
#####################################################################
# HSS configuration
#
# db_file: Location of .csv file that stores UEs information.
#
#####################################################################
[hss]
2017-12-15 10:20:57 -08:00
auth_algo = xor
db_file = user_db.csv
#####################################################################
# SP-GW configuration
#
# gtpu_bind_addr: Location of .csv file that stores UEs information.
#
#####################################################################
2017-11-20 04:30:25 -08:00
[spgw]
gtpu_bind_addr=127.0.0.2
sgi_if_addr=172.0.0.1