nyuwireless-unipd / ns3-mmwave

ns-3 module for simulating mmWave-based cellular systems. See https://ieeexplore.ieee.org/document/8344116/ (open access) as a reference.
GNU General Public License v2.0
302 stars 194 forks source link

Column Headers in RLC and PDCP stats #29

Closed vikigenius closed 6 years ago

vikigenius commented 7 years ago

I am running the mmwave-tcp-example and i can't figure out what the columns mean in the stats files, like DlRlcStats.txt. Can you explain them, or have a header row while creating the files?

mychele commented 6 years ago

Hi, you can check how these files are generated in the helper classes. For example, for the RLC and PDCP stats you have RX or TX | Simulation time | Cell ID | RNTI | LCID | packet size | delay (only for RX) If you prefer the format of the LTE RLC and PDCP traces, you can add an LteHelper in the simulation script and enable the RLC and PDCP traces. Best, Michele