From 15cd8fc3b6b8b2079b5b05c4b3cc32ed70eea517 Mon Sep 17 00:00:00 2001 From: Pedro Alvarez Date: Fri, 19 Oct 2018 11:34:50 +0100 Subject: [PATCH] Fixed default conf back to original values. --- srsue/ue.conf.example | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srsue/ue.conf.example b/srsue/ue.conf.example index 0dfc1bb70..b54ee1172 100644 --- a/srsue/ue.conf.example +++ b/srsue/ue.conf.example @@ -120,14 +120,14 @@ imei = 353490069873319 # NAS configuration # # apn: Set Access Point Name (APN) -# apn_protocol: Set APN protocol (IPv4 or IPv6.) +# apn_protocol: Set APN protocol (IPv4, IPv6 or IPv4v6.) # user: Username for CHAP authentication # pass: Password for CHAP authentication # force_imsi_attach: Whether to always perform an IMSI attach ##################################################################### [nas] -apn = srsapn -apn_protocol = ipv6 +#apn = internetinternet +#apn_protocol = ipv4 #user = srsuser #pass = srspass #force_imsi_attach = false