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 8: Create scenario without WebGui 28
8.2.2 Power ON PING
The example below shows the different steps of a PING scenario for UE with IMSI
001010123456789:
• UE creation
• Power on
• Start Ping traffic after 5 seconds
• Report a (forced) CQI= 15
• Report a (forced) RI= 2
• Stop Ping after 300 seconds (305-300)
ue_list: [
{
"ue_id": 88,
"imsi": "001010123456789",
"K": "00112233445566778899aabbccddeeff",
"forced_cqi": 15,
"forced_ri": 2,
"sim_events": [
{
"start_time": 0,
"event": "power_on"
},
{
"start_time": 5,
"end_time": 305,
"dst_addr": "192.168.3.1",
"payload_len": 1400,
"delay": 1,
"id": 36457,
"event": "ping"
}
]
}
],
8.2.3 Power ON 2xUEs UDP UL
The example below shows the different steps of a UDP UL scenario with 2 UEs:
• UE creation
• Power on
• Start Uplink UDP transfer after 5 and 10 second respectively
• Stop transfer after 300 seconds
ue_list: [
{
"ue_id": 1,
"imsi": "001010123456789",
"imeisv": "8682430000000101",
"K": "00112233445566778899aabbccddeeff",
"sim_algo": "xor",
"ue_category": 4,
"pdsch_max_its": 6,










