intra-freq-ho{-sameport}.conf: add scenarios for intra-freq HO cells

we need to use two different configs for Amarisoft and srsENB.
Amarisoft combines the two cells and transmits them on the same
RF port, whereas srsENB sends them on a single port each.

Change-Id: I3a2a8ae7bf4ed2dab6efba8550f442a741ad92e0
diff --git a/sysmocom/scenarios/mod-enb-cells-intra-freq-ho-sameport.conf b/sysmocom/scenarios/mod-enb-cells-intra-freq-ho-sameport.conf
new file mode 100644
index 0000000..4a0a6b4
--- /dev/null
+++ b/sysmocom/scenarios/mod-enb-cells-intra-freq-ho-sameport.conf
@@ -0,0 +1,16 @@
+# HO config for intra-frequency HO between two cells (same EARFCN) on the same RF port (Amarisoft eNB)
+modifiers:
+  enb:
+  - cell_list:
+    - cell_id: 0x01
+      pci: 0x01
+      dl_earfcn: 2850
+      rf_port: 0
+      scell_list: []
+      ncell_list: [0x02]
+    - cell_id: 0x02
+      pci: 0x02
+      dl_earfcn: 2850
+      rf_port: 0
+      scell_list: []
+      ncell_list: [0x01]