The 64 preambles are not implicitly communicated to the UEs by the eNodeB but rather, the UE is informed about the process of how to generate them via parameters broadcast in SIB2. These parameters are:
a) RootConfigurationIndex
In LTE, there are 838 root Zadoff-Chu sequences available for preambles. The length of each root sequence is 839. RootConfigurationIndex, informs the UE via SIB2 which sequence is to be used.
b) ZeroCorrelationZoneConfig.
One root sequence can generate several preambles by cyclic shift. One or more root sequences are needed to generate all preambles in a cell. The UE starts with the broadcasted root index and applies cyclic shifts to generate preambles. ZeroCorrelationZoneConfig points to a table where the cyclic shift is obtained from.
The smaller the cyclic shift, the more preambles can be generated from a root sequence. Hence, the number of sequences needed to generate the 64 preambles in a given cell is:
# of rows = ceiling (64 / (integer (sequence length/cyclic shift)))
For example, if the rootsequence index is 300 and the cyclic shift is 119, then, the number of rows needed to generate the 64 preambles in a cell is:
# of rows = ceiling(64 /(integer(839/119))) = 10
This means, that if we allocated rootsequenceindex 300 to cell X, then cell Y must have rootsequenceindex 310 and cell Z must have rootsequenceindex 320 to avoid root sequence conflict which might affect the RACH success rate of the cell.
Below is the mapping between NCS & Cell radius
Reference:http://lteuniversity.com/get_trained/expert_opinion1/b/lauroortigoza/archive/2011/10/20/rach-preamble-planning.aspx
No comments:
Post a Comment