Skip to content
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

Not able to capture d2d traces in netAnim. #9

Open
ui31 opened this issue Sep 17, 2018 · 0 comments
Open

Not able to capture d2d traces in netAnim. #9

ui31 opened this issue Sep 17, 2018 · 0 comments

Comments

@ui31
Copy link

ui31 commented Sep 17, 2018

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 ::1

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant