blob: f4004319d03cb8bfc0cbbfc4d9e16212cc78845d [file] [log] [blame]
Pau Espin Pedrol59de5572020-10-22 11:59:48 +02001resources:
2 run_node: # for EPC
3 - times: 1
4 enb:
5 - times: 2
6 modem:
7 - times: 1
8 features:
9 - 4g
10
11modifiers:
12 enb:
13 - num_prb: 6
14 enable_measurements: true
15 cell_list:
Andre Puschmann634b4922020-11-06 16:27:34 +010016 - cell_id: 0x01
17 pci: 0x01
18 dl_earfcn: 2850
19 root_seq_idx: 204
20 tac: 0x0007
21 rf_port: 0
22 scell_list: []
23 ncell_list: [0x02]
24 - dl_rfemu:
25 type: gnuradio_zmq
Pau Espin Pedrol59de5572020-10-22 11:59:48 +020026 - num_prb: 6
27 enable_measurements: true
28 cell_list:
Andre Puschmann634b4922020-11-06 16:27:34 +010029 - cell_id: 0x02
30 pci: 0x02
31 dl_earfcn: 2850
32 root_seq_idx: 205
33 tac: 0x0007
34 rf_port: 0
35 scell_list: []
36 ncell_list: [0x01]
37 - dl_rfemu:
38 type: gnuradio_zmq
Pau Espin Pedrol59de5572020-10-22 11:59:48 +020039
40schema:
41 handover:
42 duration: 'duration'
43 threshold: 'uint'