From af2816f83fa52052f3eb93d0a7c37d384974519b Mon Sep 17 00:00:00 2001 From: Pedro Alvarez Date: Fri, 26 Jan 2018 17:43:21 +0000 Subject: [PATCH] Staring to make APN configurable. --- srsepc/epc.conf.example | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/srsepc/epc.conf.example b/srsepc/epc.conf.example index 739b2c137..2576d127a 100644 --- a/srsepc/epc.conf.example +++ b/srsepc/epc.conf.example @@ -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