Not able to capture d2d traces in netAnim.
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.