cell_modifiers: refactor HO cell configs

* rename intrafreq vs intraenb
* add missing mandatory params

Change-Id: Icc1fe5c1711ecbed2f1b8b1e6a0b51c2d28ec651
diff --git a/sysmocom/scenarios/mod-enb-cells-inter-freq-ho.conf b/sysmocom/scenarios/mod-enb-cells-inter-freq-ho.conf
deleted file mode 100644
index 75765c2..0000000
--- a/sysmocom/scenarios/mod-enb-cells-inter-freq-ho.conf
+++ /dev/null
@@ -1,31 +0,0 @@
-# HO config for intra-frequency HO between two cells (same EARFCN) on different RF ports (srsENB)
-modifiers:
-  enb:
-  - id: 0x19B
-    enable_measurements: true
-    cell_list:
-    - cell_id: 0x01
-      pci: 0x01
-      dl_earfcn: 2850
-      root_seq_idx: 204
-      rf_port: 0
-      scell_list: []
-      ncell_list:
-      - enb_id: 0x19C
-        cell_id: 0x02
-        pci: 0x02
-        dl_earfcn: 2850
-  - id: 0x19C
-    enable_measurements: true
-    cell_list:
-    - cell_id: 0x02
-      pci: 0x02
-      dl_earfcn: 2850
-      root_seq_idx: 205
-      rf_port: 0
-      scell_list: []
-      ncell_list:
-      - enb_id: 0x19B
-        cell_id: 0x01
-        pci: 0x01
-        dl_earfcn: 2850
diff --git a/sysmocom/scenarios/mod-enb-cells-intra-freq-ho.conf b/sysmocom/scenarios/mod-enb-cells-intraenb-intrafreq-ho.conf
similarity index 69%
rename from sysmocom/scenarios/mod-enb-cells-intra-freq-ho.conf
rename to sysmocom/scenarios/mod-enb-cells-intraenb-intrafreq-ho.conf
index 0dc337c..8b6f569 100644
--- a/sysmocom/scenarios/mod-enb-cells-intra-freq-ho.conf
+++ b/sysmocom/scenarios/mod-enb-cells-intraenb-intrafreq-ho.conf
@@ -1,9 +1,11 @@
-# HO config for intra-frequency HO between two cells (same EARFCN) on different RF ports (srsENB)
+# Cell config for Intra eNB HO, two cells on same frequencey (same EARFCN) on different RF ports (srsENB)
 modifiers:
   enb:
   - cell_list:
     - cell_id: 0x01
       pci: 0x01
+      tac: 0x0007
+      root_seq_idx: 204
       dl_earfcn: 2850
       rf_port: 0
       scell_list: []
@@ -14,6 +16,8 @@
         dl_earfcn: 2850
     - cell_id: 0x02
       pci: 0x02
+      tac: 0x0007
+      root_seq_idx: 207
       dl_earfcn: 2850
       rf_port: 1
       scell_list: []