top button
Flag Notify
    Connect to us
      Site Registration

Site Registration

LTE MBMS: How an UE get to know about MBMS resource location over the spectrum ?

0 votes
409 views
LTE MBMS: How an UE get to know about MBMS resource location over the spectrum ?
posted Aug 11, 2014 by Ganesh

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

1 Answer

+1 vote

MCCH channel carries "MBSFNAreaConfiguration" IE which in turn contains "MBSFN-SubframeConfig" information. This "MBFSN-SubframeConfig"

MBSFN-SubframeConfig ::=            SEQUENCE {
    radioframeAllocationPeriod          ENUMERATED {n1, n2, n4, n8, n16, n32},
    radioframeAllocationOffset          INTEGER (0..7),
    subframeAllocation                  CHOICE {
        oneFrame                            BIT STRING (SIZE(6)),
        fourFrames                          BIT STRING (SIZE(24))
    }
}

MBMS data is allocated over the one radio frame or contiguous four radio frames. As we know, only 6 subframes of one radio frame can carry MBMB data. So Max 24 sub frames can carry data. Reason being, 24 bit map is used to inform to UE about the location of MBMS data. Sometimes a subset of 24 subframes may used. In that case, the subframe which is not being used to carry MBMS data, corresponding bit in the bit map is marked as '0'.

answer Aug 12, 2014 by Vimal Kumar Mishra
Similar Questions
+1 vote

N numbers of UEs can be scheduled at a particular TTI. So How does an UE get to know its own DCI ?

+2 votes

I came to know total six subframes of a radio frame can be used for MBSFN transmission. How UE come to know about exact number of sub frames that are being used in a radio frame ? Does the eNodeB send this information to UE or UE itself figure out ?

...