-
Notifications
You must be signed in to change notification settings - Fork 89
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
<!> Error: Address contains no value #189
Comments
Just an update: I've tried to simulate over Qtenv with mobility_ant.mob.txt mobility.trace. If I "run with full animation (F5)" there is no error, if I use "fast run: no animation, rare inspector updates (F6)" the error appear as follows: |
Just to add to this issue. I have simulated a scenario involving 13 gNODEBs and with the recent version of Simu5G and INET I found the same error while I was trying to send messages from MEC to the cars |
Just an update, maybe it could help you @mahbub-iut . I was investigating this issue and I've done some steps, and I guess I found the error.
First I thought it could be the mix of mobility models, so I changed back to StationaryMobility, however, I saw that the Multicell_Graphdsr gnb was the exactly gnb where the user was connected, and probably was going to disconnect due to SINR. So anyway the user losses his connection to the network. So I create an x2ppp0 from each gnb to all other, ex: gnb 5 connects to gnb 1, 2, 3, 4 and 6 via x2ppp0. After this modification the simulation worked very well, even on newer versions of omnetpp, inet an Simu5g. Hope this works for you. |
Hi there, how''s doing?
I'm using a Python code to run several Multicell_Standalone modified simulation with a Ns2MotionMobility model (Cmdenv). Each simulation round creates a mobility.traceFile before run the omnetpp.ini file. For any reason, I got the following error:
<!> Error: Address contains no value
The problem is that the error described above apears in specific simulation round.
For example: If I have to simulate 10 times(with 10 diferent Ns2MotionMobility tracefile) one of then will show up this error. However, if I use the same tracefile and run over a Qtenv, the simulation works fine.
I saw some closed issues (like this one), but I'm using omnetpp 6.0.1, inet 4.5 and Simu5G 1.2.2, so the HostAutoConfigurator is already updated.
As I'm new on Simu5G (and omnetpp as well) I don't known if there is a workaround for this issue or another way to run several simulations (Cmdenv) with live tracefile creation.
I'm attaching the mobility_ant.mob.txt, the omnetp.ini.txt file and the Multicell_Graphdsr.ned.txt.
By the way, the python command to run the simulation is:
Any needed file I'm here. Thankyou so much in advance
The text was updated successfully, but these errors were encountered: