Hello,
I’m new to NS-3 and 5G-LENA and have been working on modifying an example to simulate TDMA Round Robin (RR) scheduling in a 5G wireless network with 1 base station and 10 UEs. The simulation runs without errors, but I’m not able to see jitter and delay values in the logs. Instead, I’m getting logs like the following:
I’ve checked the code, but I’m unsure what might be causing the missing metrics. Here’s the link to my code: https://github.com/Pratyushs411/ns-3/blob/main/tdma.cc
Any help or suggestions would be greatly appreciated!
Thank you!