Staring to make APN configurable.

This commit is contained in:
Pedro Alvarez 2018-01-26 17:43:21 +00:00
parent 628ccec07f
commit af2816f83f
1 changed files with 2 additions and 1 deletions

View File

@ -10,7 +10,7 @@
# 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_bind_addr: IP bind addr to listen for eNB S1 connnections
#
#####################################################################
[mme]
@ -20,6 +20,7 @@ tac = 0x0007
mcc = 001
mnc = 01
mme_bind_addr = 127.0.1.100
apn = srsapn
#####################################################################
# HSS configuration