我是靠谱客的博主 甜美八宝粥,最近开发中收集的这篇文章主要介绍5G/NR 学习笔记: 基本问答 RACH PRACH,觉得挺不错的,现在分享给大家,希望可以做个参考。

概述

What is the functionality or purpose of RACH process?

RACH (Random Access Channel) looks over-complicated, why do we still need it? The main purpose can be described as follows.

  1. Achieve UP link synchronization between UE and eNB
  2. Obtain the resource for Msg3

It is not efficient if UE is using broadcasting/always-on synchronization mechanism. The uplink synchronization process should meet following criteria:
1. The synchronization processs should happen only when there is immediate necessary
2. The synchronization should be dedicated to only a specific UE


Fundamental difference from LTE RACH

The major difference between LTE RACH and NR RACH would lie just before RACH Preamble gets transmitted. It is due to Beamforming which would be supported by default in NR. When NR is operating in Beamforming mode, UE need to detect tha select a best beam for RACH process. The beam selection process would be trhe fundamental difference between LTE RACH and NR RACH process.


How to determine which preamble format to use?

PRACH Configuration Index determines the Preamble Format to be used. Then you may ask who determines PRACH Configuration index? The answer is eNB determines it via prach-Configuration IE in SIB2.


How does Network knows exactly when UE will transmit the RACH?

It is simple. Network knows when UE will send the RACH even before UE sends it because Network tells UE when the UE is supposed to transmit the RACH.


How many RACH-Preamble can be used?

Theoretically 64 PRACH preambles are available in total, but the number of the preambles available in a specific condition are determined by a couple of SIB2 parameters.


How to generate 64 PRACH preamble sequence?

i) generate a Zaddoff Chu sequence using rootSequenceIndex (we can call it as based sequence)
ii) generate 64 different sequence by doing cyclic shift of the base sequence. The cyclic shift interval is determined by Ncs and the Ncs is determined by zeroCorrelationZoneConfig and Highspeedflag.


How to generate RACH signal

You do not have to know the details of this procedure unless you are the DSP or FPGA engineer implementing LTE PHY.


How is the RACH Preamble power determined

The RACH Preamble (PRACH) power varies depending on cases as decribed below.
Basically PRACH power is determined by OpenLoopPower control algorithm.


What is the RACH Process overview

It is presented in the below diagrams

stepUplink or downlinkprocess
0UE <— BSSIB2
1UE —> BSPRACH Preamble (Msg1)
2UE <— BSRACH response - RAR (Msg2)+ UL Grant for Msg 3
3UE —> BSRRC Connection Request (Msg 3)
4UE <— BSHARQ ACK for Msg 3
5UE <— BSCR+RRC Connection Setup (Msg4)
6UE —> BSHARQ ACK for Msg4
7UE <— BSDCI 0 (UL Grant) for RRC Connection Setup Complete
7UE —> BSRRC Connection Setup Complete

RAR window: step 1 to step 2.
Contention Resolution Timer: step 3 to step 5
RRC delay: step 5 to step 7

最后

以上就是甜美八宝粥为你收集整理的5G/NR 学习笔记: 基本问答 RACH PRACH的全部内容,希望文章能够帮你解决5G/NR 学习笔记: 基本问答 RACH PRACH所遇到的程序开发问题。

如果觉得靠谱客网站的内容还不错,欢迎将靠谱客网站推荐给程序员好友。

本图文内容来源于网友提供,作为学习参考使用,或来自网络收集整理,版权属于原作者所有。
点赞(41)

评论列表共有 0 条评论

立即
投稿
返回
顶部