inet-framework / simulte

SimuLTE - LTE System Level Simulation Model and Simulator for INET & OMNeT++ - deprecated, use Simu5G instead
https://simulte.omnetpp.org
Other
137 stars 110 forks source link

No recording statistics after mac layer in receiver UE in D2D scenario in simulte #34

Open Farhadesfandiar opened 5 years ago

Farhadesfandiar commented 5 years ago

I am running the SingleCellD2D_UDP example in Simulte in OMNET, which sender UE sends VoIP packets to the receiver. Everything works fine, but in the data flow stack layers and UDP layer, the statistics (all vectors and scalars) are not recorded after the mac layer in receiver side. (no recorded for ueD2DRx.lteNic.rlc , ueD2DRx.lteNic.pdcpRrc , ueD2DRx.udp and ueD2DRx.udpApp)

However I checked the statistics are assigned, (@signal, @statistic, they have declared in the .h file, they are registered, and emitted) but their sizes are 0 or NaN and are empty.

Any help is appreciated. Thank you

MounaKaroui commented 5 years ago

I have the same problem, I always obtain D2D statistics as NaN ? @Farhadesfandiar did you resolved the problem ? or do you know the reason of that ?