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-intraenb-intrafreq-ho.conf b/sysmocom/scenarios/mod-enb-cells-intraenb-intrafreq-ho.conf
new file mode 100644
index 0000000..8b6f569
--- /dev/null
+++ b/sysmocom/scenarios/mod-enb-cells-intraenb-intrafreq-ho.conf
@@ -0,0 +1,28 @@
+# 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: []
+      ncell_list:
+      - enb_id: 0x19B
+        cell_id: 0x02
+        pci: 0x02
+        dl_earfcn: 2850
+    - cell_id: 0x02
+      pci: 0x02
+      tac: 0x0007
+      root_seq_idx: 207
+      dl_earfcn: 2850
+      rf_port: 1
+      scell_list: []
+      ncell_list:
+      - enb_id: 0x19B
+        cell_id: 0x01
+        pci: 0x01
+        dl_earfcn: 2850