You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 20, 2024. It is now read-only.
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: