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
diff --git a/src/osmo_gsm_tester/templates/amarisoft_ltemme.cfg.tmpl b/src/osmo_gsm_tester/templates/amarisoft_ltemme.cfg.tmpl
index a6de3c0..05b891a 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. */