scenarios: remove ncells@ scenario and define number of cells explicitly

the specific cell scenarios files already contain cell-related
information so having a extra ncells scenario seems too much overhead.
furthermore, in more complex tests its helps to reduce the filename/path
lenght to avoid hitting the 255 character limit

Change-Id: If022d9e8d239805ee1280fb52660e68dda7484a0
This commit is contained in:
Andre Puschmann 2021-01-07 21:14:16 +01:00
parent a81801558e
commit b79a0c5e75
4 changed files with 3 additions and 3 deletions

View File

@ -2,6 +2,7 @@
modifiers:
enb:
- id: 0x19B
num_cells: 2
cell_list:
- cell_id: 0x00
pci: 0x01

View File

@ -2,6 +2,7 @@
modifiers:
enb:
- id: 0x19B
num_cells: 2
cell_list:
- cell_id: 0x01
pci: 0x01

View File

@ -3,6 +3,7 @@ modifiers:
enb:
- id: 0x19B
enable_measurements: true
num_cells: 2
cell_list:
- cell_id: 0x01
pci: 0x01

View File

@ -1,3 +0,0 @@
modifiers:
enb:
- num_cells: ${param1}