top button
Flag Notify
    Connect to us
      Site Registration

Site Registration

How to calculate the message size in LTE

+3 votes
232 views

I am trying to know how long a LTE message does in a particular situation.

For example, I want to know the size of "UE Context Release Request" message . I know this message is sent over S1-AP.

Could you guys suggest me how to calculate the size of this message (in bytes)? What method should be applied to calculate every message in LTE (control messages over GTP-C, etc)?

posted Nov 11, 2014 by anonymous

Looking for an answer?  Promote on:
Facebook Share Button Twitter Share Button LinkedIn Share Button
On behalf of Bart -
Spec have to define the field size plus all headers. You would get max size from it. Hope this helps.

Similar Questions
+1 vote

How can we calculate the transport block size given the MCS index and the number of used PRBs as defined in the 3GPP table 36.213.

+4 votes

From Wireshark Packet capture how the Diameter "Length' field calculation value arrive for the diameter message size.
My query is :
1. Does it take into account all the AVPs used in the Diameter Request/Response Message.

+1 vote

I am using GsmCellLocation to get LAC and cell id for 3G network with below code :

mCid = gmsCellLocation.getCid() & 0xffff;
mLac = gmsCellLocation.getLac();

and is there any library or formula how to get/calculate the correct LAC and cell id for LTE network (4G) ?

0 votes

I formula/ equations that will enable me calculate the capacity/throughput of GSM base station, UMTS base station and LTE eNodeB.
If there are simulation software, can someone please kindly tell me how to get them and use them.

...