Making sure DNS address is present in the epc.conf

This commit is contained in:
Pedro Alvarez 2018-03-28 12:01:15 +01:00
parent 7c0ffaf768
commit 09ac36a618
1 changed files with 4 additions and 3 deletions

View File

@ -10,9 +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
# mme_bindx_addr: IP subnet to listen for eNB S1 connnections
# apn: Set Access Point Name (APN) # apn: Set Access Point Name (APN)
# mme_bind_addr: IP bind addr to listen for eNB S1 connnections # mme_bind_addr: IP bind addr to listen for eNB S1-MME connnections
# dns_addr: DNS server address for the UEs
# #
##################################################################### #####################################################################
[mme] [mme]
@ -23,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