psc-ns3 icon indicating copy to clipboard operation
psc-ns3 copied to clipboard

Not able to capture d2d traces in netAnim.

Open ui31 opened this issue 7 years ago • 0 comments

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.

ui31 avatar Sep 17 '18 11:09 ui31