please advise me the usage of Quectel as UE to test the network #537
-
I have read in this discussion forum that many people use Quectel RM510 as UE for testing 4G/5G networks. I have started to use it and mostly test on Ping. Either,
or ping with AT command in minicom
However, I wonder if Quectel could test more than ping. I would like to ask what everyone uses Quectel for in your 4G/5G network. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
@herlesupreeth could you comment here? |
Beta Was this translation helpful? Give feedback.
-
@pchat-imm please find the way in which I use Quectel Modem In addition to that you can also use iperf with |
Beta Was this translation helpful? Give feedback.
For example: Assuming Quectel modem interface (e.g. wwan0) has been assigned IP address 192.168.100.7. And, the IP address of the UPF interface (e.g. ogstun) is 192.168.100.1.
iperf server at UE
sudo iperf -u -s -B 192.168.100.7
iperf client at UE
sudo iperf -u -c 192.168.100.1 -t 50 -i 1 -b 150M -B 192.168.100.7