Hi Marco,
Thank you very much for your answer,
I would like to ask you some others questions about that if you agree:
1. The outputs shown differents files; lets focus on the layers PDCP and MAC
* There are two files for PDCP statistics (DlPdcpStats.txt, UlPdcpStats.txt). As I understood one is for Downlink and the other one for Uplink, However, what I don't understand is: there is only one layer PDCP that the eNB and the UE share (in lena project), so an Uplink from the UE is a Downlink for the eNB, and a Downlink from the UE is an Uplink for the eNB. Therefore, these two files are generated on the eNB or the UE? and when an infromation is wrote in DlPdcpStats.txt (respectively UlPdcpStats.txt) it should be wrotten in UlPdcpStats.txt (respectively DlPdcpStats.txt) . IS IT TRUE????
* For the MAC layer, there are also two files, (the same questions here!). Add to that, the following one:
- considering for example the UlPdcpStats.txt, lets chose one line from the file: the firs column is the start time, the second one is the end time: this is an epoch duration for the simulation, we keep in mind the IMSI and the delay in the same line. Now in the file UlMacStats.txt, we select all the lines starting from the start time to the end time (the epoch duration for the line shoosen in the file UlPdcpStats.txt), we seek for all the UE with the IMSI equal to that one obtained in the UlPdcpStats.txt (number of times the UE with IMSI was scheduled during the epoch duration). My question is: dividing the epoch duration on the of times the UE with IMSI was scheduled during the epoch duration, we obtain a delay, comparing this delay with that one obtained in the UlPdcpStats.txt, is not the same, and there is a big difference (tens of milliseconds) why????
Thanks in advance.