PRACH Tx power Check points
In 5G when UE has to send RACH to initiate communication with gNodeB it has to evaluate the path loss in order to know with how much power UE has to transmit PRACH to compensate this path loss.
How the UE calculate this?
It is based on one measurement SSB-RSRP ( that is the SSB RSRP measured by UE in that specific location, in that specific moment in time) and
Based on one information element ss-PBCH-BlockPower that is the SSB power transmitted by gNodeB ( located either in SIB1 in 5G SA or in RRC Connection reconfiguration in 5G NSA).
So, for example, if SSB_RSRP=-91 dBm and ss-PBCH-BlockPower=21dBm then
UE will calculate pathloss PL=ss-PBCH-BlockPower-SSB_RSRP=21-(-91)= 112 dB.
Now knowing this value of PL=112dB and knowing preambleReceivedTargetPower=-104dBm ( also located either in SIB1 in 5G SA or in RRC Connection reconfiguration in 5G NSA)
UE will calculate what will be the P_PRACH power UE needs to transmit PRACH like this P_PRACH - PL = preambleReceivedTargetPower so P-PRACH-112dB=-104dBm so the P-PRACH=112-104=8 dBm in this example.
Please keep in mind that even the if calculated power for PRACH would be higher than its max nominal power 23dBm, UE would not stop from sending RACH it will still transmit PRACH but limited to its maximum power that is 23dBm.
Comments
Post a Comment