|
|
|
#####################################################################
|
|
|
|
# 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 = 0x1a
|
|
|
|
mme_group = 0x0001
|
|
|
|
tac = 0x0001
|
|
|
|
mcc = 001
|
|
|
|
mnc = 01
|
|
|
|
mme_bind_addr = 127.0.1.100
|
|
|
|
|
|
|
|
#####################################################################
|
|
|
|
# HSS configuration
|
|
|
|
#
|
|
|
|
# db_file: Location of .csv file that stores UEs information.
|
|
|
|
#
|
|
|
|
#####################################################################
|
|
|
|
[hss]
|
|
|
|
auth_algo = xor
|
|
|
|
db_file = user_db.csv
|
|
|
|
|
|
|
|
|
|
|
|
#####################################################################
|
|
|
|
# SP-GW configuration
|
|
|
|
#
|
|
|
|
# gtpu_bind_addr: Location of .csv file that stores UEs information.
|
|
|
|
#
|
|
|
|
#####################################################################
|
|
|
|
|
|
|
|
[spgw]
|
|
|
|
gtpu_bind_addr=127.0.1.100
|
|
|
|
sgi_if_addr=172.16.0.1
|