Merge branch 'next' into epc

master
Pedro Alvarez 7 years ago
commit d723a806df

@ -10,12 +10,9 @@
# tac: 16-bit Tracking Area Code. # tac: 16-bit Tracking Area Code.
# mcc: Mobile Country Code # mcc: Mobile Country Code
# mnc: Mobile Network Code # mnc: Mobile Network Code
<<<<<<< HEAD # apn: Set Access Point Name (APN)
# mme_bindx_addr: IP subnet to listen for eNB S1 connnections # mme_bind_addr: IP bind addr to listen for eNB S1-MME connnections
# apn: Set Access Point Name (APN) # dns_addr: DNS server address for the UEs
=======
# mme_bind_addr: IP bind addr to listen for eNB S1 connnections
>>>>>>> epc
# #
##################################################################### #####################################################################
[mme] [mme]
@ -26,6 +23,7 @@ mcc = 001
mnc = 01 mnc = 01
mme_bind_addr = 127.0.1.100 mme_bind_addr = 127.0.1.100
apn = srsapn apn = srsapn
dns_addr = 8.8.8.8
##################################################################### #####################################################################
# HSS configuration # HSS configuration

Loading…
Cancel
Save