Hello everyone!I'm a new ns3-user and now working on LTE simulation. What i want to get from the simulation is to get the number of resource blocks each eNB needs to support a given data demand(e.g. 1Mbit/s) of attached UEs. I have several questions:1. How to set the data demand of users? (The teacher told me that i don't have to consider EPC, it's just LTE)
2. Which traces record the number of resource blocks being used by different eNBs?
I'm so sorry~I have just surprised found someone who has the same problem as me. I tried to contact him privately.
On Wednesday, August 13, 2014 7:43:45 PM UTC+2, Tommaso Pecorella wrote:
Do
I just use a loop to generate the same applications between UE and remoteHost for 10 times. Is it a possible and right way to increase the traffic? But unfortunately, i have seen no changes in the Trace outputfiles...
I'm a bit confused with EPS bearers and Applications.
If i would make some change in my program, which one is the right?
(Should i increase EPS bearers or Applications?) I'm using the PssScheduler(sorry, not PfFf) and as in the example, i set the datarate like(gbrDl and so on). However, there are also no changes in the output.
According to TS213 Table 7.1.7.1-1 and Table 7.1.7.2.1-1, i could get the Number of physical resource blocks(NPRB) for each user through MCS and Transport Block Size, which are available in the DlMacStats output. When i use round robin scheduler. i try to calculate the NPRB according to mcsTb1 and sizeTb1, and also check the result by logging the RrFfMacScheduler(In the logging file i could see which RBGs are assigned to which user in each subframe). It seems correct but i'm not sure. Could anyone tell me whether this is the right way to find the resource allocation?
From the LTE documentaion i know that RR Scheduler "works by dividing the available resources among the active flows". So regardless of the datarate(the traffic i set through packetsize and interpacketintercal), all the resource blocks will be used. Is there any way that each eNB uses only part of resource blocks rather than all of them?
meanwhile i have also noticed, when i use PssFfMacScheduler, all the available RBs will be assigned to a single user. By looking at the DlMacStats it seems that in each subframe(1ms) every enb can only serve one user and assign all the resource(again, regardless of the traffic ,always the whole resources!). Is it normal or which mistake i have ignored? I really appreciate your help.
It's really important.
Thanks