翁佳煌
unread,Jan 7, 2024, 10:58:41 AM1/7/24Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to ns-3-users
Hi, I am currently doing some research on the LEO module.
I am testing three existing example files, but I encountered some issues with leo-bulk-send-example.cc.
Originally, the duration was set to 1000s, but I changed it to 10s for observation. However, I noticed that the EchoTxRx callback function is not being called.
alan@alan-VirtualBox:~/ns3.30/ns-allinone-3.30/ns-3.30$ sudo ./waf --run "scratch/leo-bulk-send-example --duration=10"
Waf: Entering directory `/home/alan/ns3.30/ns-allinone-3.30/ns-3.30/build'
[2815/2887] Compiling scratch/leo-bulk-send-example.cc
[2845/2887] Linking build/scratch/leo-bulk-send-example
Waf: Leaving directory `/home/alan/ns3.30/ns-allinone-3.30/ns-3.30/build'
Build commands will be stored in build/compile_commands.json
'build' finished successfully (5.453s)
ISL enabled
LOCAL =1032
REMOTE=1033,addr=10.1.4.10
1032:1033: 536
--------------------------------------------------
Furthermore, I continued testing by gradually increasing the duration, and I found that when the duration reaches 17s or beyond, the code gets stuck, and it doesn't stop even after the specified duration. I'm wondering if anyone has encountered similar issues or knows how to resolve this?