MAC throughput and Delay in LTE

542 views
Skip to first unread message

Shashi Ranjan

unread,
Sep 1, 2013, 7:20:12 AM9/1/13
to ns-3-...@googlegroups.com
HI everyone,

I need to find the MAC throughput in LTE network. I know it generates Rlc and Pdcp trace files containing information about packets but for MAC throughput, it cannot be used. MAC trace file consists of frame    sframe    RNTI    mcsTb1    sizeTb1    mcsTb2    sizeTb2. I want to know how can these information can be used to get throughput. I came across link http://jaekuryu.blogspot.se/2010/01/tips-for-lte-protocol.html which demonstrates throughput calculation but I am not sure about it. Moreover, how can I calculate the delay stats for MAC layer ?

Please reply soon.

Marco Miozzo

unread,
Sep 2, 2013, 4:06:31 AM9/2/13
to ns-3-...@googlegroups.com
Hi Shashi,

formally RLC is part of the MAC layer, so you in case you need per flow statistics, it would work (e.g., refer to most of the scheduler tests as en example).
However, in case the latter is not your case, you should specify more in detail what you need. Consider that RLC and MAC traces already include mostly all the information processed by the MAC (=Scheduler + Rlc), so maybe is would be just a matter of combine them.

Best regards,
marco.



--
You received this message because you are subscribed to the Google Groups "ns-3-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to ns-3-users+...@googlegroups.com.
To post to this group, send email to ns-3-...@googlegroups.com.
Visit this group at http://groups.google.com/group/ns-3-users.
For more options, visit https://groups.google.com/groups/opt_out.

Shashi Ranjan

unread,
Sep 2, 2013, 10:16:37 AM9/2/13
to ns-3-...@googlegroups.com

--
You received this message because you are subscribed to a topic in the Google Groups "ns-3-users" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/ns-3-users/2K0WZXeh-fA/unsubscribe.
To unsubscribe from this group and all its topics, send an email to ns-3-users+...@googlegroups.com.

Shashi Ranjan

unread,
Sep 4, 2013, 6:22:05 AM9/4/13
to ns-3-...@googlegroups.com
Hi marco,

Thanks for replying. I understood that RLC stats can be used for MAC layer. But I have a doubt. In lte-test-rr-ff-mac-schedular, for downlink case when MCS =28, it means I_TBS = 26 . For PRB = 24, TB is taken as 2196 But from table 7.1.7.2.1-1 of 36.213 TB is 17568. Can you tell me how ns3 is calculating TB size?

Thanks,
Shashi


On Mon, Sep 2, 2013 at 1:36 PM, Marco Miozzo <marco....@gmail.com> wrote:

--
You received this message because you are subscribed to a topic in the Google Groups "ns-3-users" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/ns-3-users/2K0WZXeh-fA/unsubscribe.
To unsubscribe from this group and all its topics, send an email to ns-3-users+...@googlegroups.com.
36213-920.pdf

Marco Miozzo

unread,
Sep 4, 2013, 6:28:00 AM9/4/13
to ns-3-...@googlegroups.com
FF-APIs used by Schedulers use bytes, while 3GPP uses bit: 17568/8=2196.

marco.

Shashi Ranjan

unread,
Sep 4, 2013, 7:13:51 AM9/4/13
to ns-3-...@googlegroups.com
Hi marco,

Thank you very much for these discussions.
Reply all
Reply to author
Forward
0 new messages