We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi All,
I'm using lte-sl-in-covrg-comm-mode1.cc file from the path: psc-ns3-psc-1.0/src/lte/examples/d2d-examples/
I did following modifications regarding netAnim interface.
AnimationInterface anim ("d2d.xml"); // for creating xml file and setting nodes anim.UpdateNodeDescription(enbNode.Get(0),"EnodeB"); anim.SetConstantPosition(ueNodes.Get(0),30.00,0.00); anim.SetConstantPosition(ueNodes.Get(1),40.00,0.00); anim.UpdateNodeDescription(ueNodes.Get(0),"UE_1"); anim.UpdateNodeDescription(ueNodes.Get(1),"UE_2");
but while running "d2d.xml" file at netAnim it is not showing any traverse packets between eNodeB, UE_1 or UE_2. It only displays nodes.
Here are XML tags that I captured in "d2d.xml" file.
Please check what is missing for other packets and how can I capture other packets. so nodes on netAnim can traverse the packets.
Thanks in advance.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi All,
I'm using lte-sl-in-covrg-comm-mode1.cc file from the path:
psc-ns3-psc-1.0/src/lte/examples/d2d-examples/
I did following modifications regarding netAnim interface.
AnimationInterface anim ("d2d.xml"); // for creating xml file and setting nodes
anim.UpdateNodeDescription(enbNode.Get(0),"EnodeB");
anim.SetConstantPosition(ueNodes.Get(0),30.00,0.00);
anim.SetConstantPosition(ueNodes.Get(1),40.00,0.00);
anim.UpdateNodeDescription(ueNodes.Get(0),"UE_1");
anim.UpdateNodeDescription(ueNodes.Get(1),"UE_2");
but while running "d2d.xml" file at netAnim it is not showing any traverse packets between eNodeB, UE_1 or UE_2. It only displays nodes.
Here are XML tags that I captured in "d2d.xml" file.
127.0.0.1 7.0.0.1 10.0.0.6 127.0.0.1 7.0.0.1 10.0.0.6 127.0.0.1 7.0.0.1 10.0.0.6 10.0.0.5 127.0.0.1 10.0.0.5 127.0.0.1 7.0.0.2 127.0.0.1 7.0.0.2 127.0.0.1 7.0.0.3 127.0.0.1 7.0.0.3 127.0.0.1 ::1 fe80::200:ff:fe00:1 7777:f00d::200:ff:fe00:1 ::1 ::1 ::1Please check what is missing for other packets and how can I capture other packets. so nodes on netAnim can traverse the packets.
Thanks in advance.
The text was updated successfully, but these errors were encountered: