Hi,
I have created a simple LTE scenario and I have installed PacketSink application on some UEs and a simple application that schedules packets with a specific packet tag attached.
I configured a callback in order to print this packet tag when a packet is received using this:
Config::ConnectWithoutContext("/NodeList/*/ApplicationList/*/$ns3::PacketSink/Rx",MakeCallback (&ReceivePacket));
The ReceivePacket is just a void method to print a text (a value in the tag).
Even though I see received packets in FlowMonitor, I can't see any text printing, like there is no tag.
With the same configuration (same applications) in a WiFi network, it worked.
I'm wondering if there is something "wrong" (a bug) with LTE when copying the files across and not copying the tags.
Regards,
Konstantinos