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
32
• On UE side, in linux shell, type ip netns list to list all network namespaces
[root@localhost ~]# ip netns list
ue2
ue1
• Select the targeted UE and execute the iperf command within its namespace
Example: ip netns exec ue1 iperf -s -u -i 1
Note: any command can be run in the namespace, such as ping, ifconfig, etc..
Note: ifconfig command can be useful to link a UE network namespace to its eRAB IP address
as intance










