User guide
Table Of Contents
- Introduction
- Hardware setup
- Connection to AMARI UE Simbox
- LTE service
- Initial setting
- Create scenario using WebGui
- Run UE scenarios with WebGui
- Create scenario without WebGui
- Downlink and Uplink transfer using iperf
- NB-IOT devices
- Channel simulator
- logging
- Advanced options
- Troubleshooting
Chapter 5: Initial setting 12
multi_ue: true,
cells: [{
rf_port: 1,
bandwidth: 20,
dl_earfcn: 3350,
n_antenna_dl: 1,
n_antenna_ul: 1,
}],
}],
5.3.2 Example : 2 LTE cells from same eNodeB
The example below represents a scenario with 2 cells from same eNodeB (synchonized)
cell_groups: [{
group_type: "lte",
multi_ue: true,
cells: [{
rf_port: 0,
bandwidth: 20,
dl_earfcn: 6300,
n_antenna_dl: 1,
n_antenna_ul: 1,
},
{
rf_port: 1,
bandwidth: 20,
dl_earfcn: 3350,
n_antenna_dl: 1,
n_antenna_ul: 1,
},
]
}
],
5.3.3 Example : 1 LTE and 1 NR cell (NSA mode)
The example below represents a scenario with one LTE and one NR cell
cell_groups: [{
group_type: "lte",
multi_ue: false,
cells: [{
rf_port: 0,
bandwidth: 20,
dl_earfcn: 300,
n_antenna_dl: 1,
n_antenna_ul: 1,
}]
}, {
group_type: "nr",
multi_ue: false,
cells: [{
rf_port: 1,
band: 78,










