INDEXHABOUTHcopyright © samir amberkar

1.1
1.2
1.3
1.4
1.5
1.6
1.7
1.8
1.9
1.10
1.11
1.12
1.13
1.14
1.15
1.16
1.17
1.18
1.19
1.20

2.1

3.1
3.2
3.3
3.4
3.5




another knowledge site

3GPP Modem
Simulator


Test Your
Knowledge


another knowledge site


LTE Allocations Explained

LTE-type-1-765948.jpg
Fig 1.6.7


Type 2

In Type 2, allocation is done for continguously allocated resource blocks. So the starting RB (RBSTART) and number of resource blocks (LCRBs) are indicated to UE with the help of resource indication value (RIV) as per formula below:

IF (LCRBs - 1) ≤ int( NDLRB/2 )
THEN
    RIV = NDLRB . (LCRBs - 1) + RBSTART
ELSE
    RIV = NDLRB . (NDLRB - LCRBs + 1) + (NDLRB - 1 - RBSTART)

It is of course possible to indicate allocation with (RBSTART, LCRBs) rather than RIV, but with RIV, we can save one bit. I wrote a Perl script that if given RIV (for particular for NDLRB) will print out RBSTART and LCRBs, based on above formula. Drop me a mail samir.s.amberkar@gmail.com if you would like to try it.


As we have seen all three allocation types, it is interesting to compare three with in terms of number of bits required. Below graph shows the bits needed to specify allocation for various RBs. For exact values, refer Annex A.3. Calculation and plotting is done with spreadsheet.


Copyright © Samir Amberkar Page 12 of 17


I 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 A1 A2 A3