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 29
"as_release": 8,
"sim_events": [
{
"start_time": 0,
"event": "power_on"
},
{
"start_time": 5,
"end_time": 305,
"dst_addr": "192.168.3.1",
"payload_len": 1400,
"bit_rate": 15000000,
"type": "udp",
"event": "cbr_send"
}
]
},
{
"ue_id": 2,
"imsi": "001010123456789",
"imeisv": "8682430000000201",
"K": "00112233445566778899aabbccddeeff",
"sim_algo": "xor",
"ue_category": 4,
"pdsch_max_its": 6,
"as_release": 8,
"sim_events": [
{
"start_time": 0,
"event": "power_on"
},
{
"start_time": 10,
"end_time": 310,
"dst_addr": "192.168.3.1",
"payload_len": 1400,
"bit_rate": 15000000,
"type": "udp",
"event": "cbr_send"
}
]
}
],
8.2.4 Uplink Traffic Specific APN
The example below shows the different steps for sending UDP packets with iperf using a specific
APN IMS
• UE creation
• Power ON after 5s
• Trigger PDN connectivity request with APN "IMS" after 10s
• Run Uplink traffic on IMS bearer after 15s using iperf










