From ee12051b33ddee2f9fa9c78cf88f09d741f569b0 Mon Sep 17 00:00:00 2001 From: Ismael Gomez Date: Fri, 9 Feb 2018 17:56:50 +0100 Subject: [PATCH] Removed unused options in ue.conf. Fixes #143 --- srsue/ue.conf.example | 8 -------- 1 file changed, 8 deletions(-) diff --git a/srsue/ue.conf.example b/srsue/ue.conf.example index 83bd8c67a..2b8da9643 100644 --- a/srsue/ue.conf.example +++ b/srsue/ue.conf.example @@ -101,19 +101,11 @@ imei = 353490069873319 ##################################################################### # RRC configuration # -# stimsi_attach: If enabled, always tries first an S-TMSI attach using the -# S-TMSI value stored in .stimsi file generated in previous run -# mmec_value: If defined (non-zero), overwrites the value stored in .stimsi file -# m_tmsi_value: If defined (non-zero), overwrites the value stored in .stimsi file -# # ue_category: Sets UE category (range 1-5). Default: 4 # feature_group: Hex value of the featureGroupIndicators field in the # UECapabilityInformation message. Default 0xe6041c00 ##################################################################### [rrc] -#stmsi_attach = false -#mmec_value = 0 -#mtmsi_value = 0 #ue_category = 4 #feature_group = 0xe6041c00