top button
Flag Notify
    Connect to us
      Site Registration

Site Registration

Max. No of DRB in LTE 8 or 11 ?? Also DRB ID vs EPS Bearer ID

+1 vote
1,465 views

Hi All,

It is mentioned in different websites that in LTE max. of 8 DRB can be established per UE. But as per page 652 of 36.331 V13.2.0, the max no. of DRB is 11.
"maxDRB INTEGER ::= 11 -- Maximum number of Data Radio Bearers"

Based on what source are we saying that max. DRB in LTE is 8 and not 11.

It was mentioned in one of the old threads the following:

If EPS bearer ID is = x +4 ;
Then
DRB ID = x;
Logical Channel ID = x + 2

I found the above relationship of DRB ID & EPS Bearer ID to be true for one of the eNB vendors but not for another one.

Example:
EPS ID is 5 and DRB ID is 4 instead of 1. Can somebody comment in this?
NOTE : All these ranges is with respect to DRB establishment

EPS Bearer ID Range is INTEGER (0..15) (But 0-4 is reserved so we use starting from 5 )
DRB ID Range is INTEGER (1..32) (As in LTE max 8 DRB can be established per UE so we use from 1-8)
Logical Channel ID range for DRBs is INTEGER (3..10) ( For for DRB1 we use 3 as logical channed ID)

Thanks

posted Mar 29, 2017 by anonymous

Share this question
Facebook Share Button Twitter Share Button LinkedIn Share Button

1 Answer

+1 vote

Hi,

DRB is only 8 are possible as of now. may be they confused with SRB and saying 11DRB. as you said EPS ID will start from 5 and mapped to DRB 3 because 0 to 3 is reserved for SRB so max DRB id is 11 for 8th DRB.

answer Mar 30, 2017 by Jaganathan
Similar Questions
0 votes

Is EPS bearer ID and RAB ID common for all UE ? or RAB ID will be unique for default bearer ?
Please, explain

+1 vote

Why the numbers of SRB’s and DRB’s are fixed as 3 and 8 in LTE?

+2 votes

Hello,

Pardon me, this is just a theoretical question. Not started my real testing yet. But so meantime trying to see I handle the basic possible scenarios.

In the CCR message of type (Initial Request), lets say PCRF receives both the "QOS" (containing APN AMBR UL and APN AMBR DL) and "Default Bearer QOS" AVP (containing QCI and ARP).
As of now, in my basic code, I return the QOS based on apn info received on "Called-station-ID" AVP. Will it be ok..Or is there any better suggestions on this ?

~p

...