From 8d37a9857dd30961477ae38c78b5aa0e8b5b6064 Mon Sep 17 00:00:00 2001 From: Andre Puschmann Date: Tue, 4 May 2021 17:33:30 +0200 Subject: [PATCH] amarisoft_ltemme.cfg.tmpl: enable ENDC support in config template patch also remove the UE forwarding option which isn't used anymore in the MME. Change-Id: Ia1628e6674b124806e3cd59c5b190d27f6ba4403 --- src/osmo_gsm_tester/templates/amarisoft_ltemme.cfg.tmpl | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/src/osmo_gsm_tester/templates/amarisoft_ltemme.cfg.tmpl b/src/osmo_gsm_tester/templates/amarisoft_ltemme.cfg.tmpl index a6de3c07..05b891ab 100644 --- a/src/osmo_gsm_tester/templates/amarisoft_ltemme.cfg.tmpl +++ b/src/osmo_gsm_tester/templates/amarisoft_ltemme.cfg.tmpl @@ -51,6 +51,9 @@ /* Control Plane Cellular IoT EPS optimization support */ cp_ciot_opt: true, + /* DCNR support */ + nr_support: true, + /* Public Data Networks. The first one is the default. */ pdn_list: [ { @@ -148,12 +151,6 @@ */ tun_setup_script: "${epc.ifup_filename}", - /* If true, inter-UE routing is done inside the MME (hence no IP - packet is output to the virtual network interface in case of - inter-UE communication). Otherwise, it is done by the Linux IP - layer. */ - ue_to_ue_forwarding: false, - /* NAS ciphering algorithm preference. EEA0 is always the last. */ nas_cipher_algo_pref: [ ], /* NAS integrity algorithm preference. EIA0 is always the last. */