enb: Support cells from different ENBs in ncell_list

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