RACH

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

                <script>
                    (function(){
                        function setArticleH(btnReadmore,posi){
                            var winH = $(window).height();
                            var articleBox = $("div.article_content");
                            var artH = articleBox.height();
                            if(artH > winH*posi){
                                articleBox.css({
                                    'height':winH*posi+'px',
                                    'overflow':'hidden'
                                })
                                btnReadmore.click(function(){
                                    articleBox.removeAttr("style");
                                    $(this).parent().remove();
                                })
                            }else{
                                btnReadmore.parent().remove();
                            }
                        }
                        var btnReadmore = $("#btn-readmore");
                        if(btnReadmore.length>0){
                            if(currentUserName){
                                setArticleH(btnReadmore,3);
                            }else{
                                setArticleH(btnReadmore,1.2);
                            }
                        }
                    })()
                </script>
  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值