The PRACH detector will not meet the performance requirements with the configuration {Format 0, ZCZ 0, SCS 1.25kHz, Rx ports 1}. #414
-
"The PRACH detector will not meet the performance requirements with the configuration {Format 0, ZCZ 0, SCS 1.25kHz, Rx ports 1}." I have tested five recent master versions of gnb, the above information appears since version 55c984b commited on 20231207.
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Hi @Zplusless, The problem is that the PRACH has hundreds of different configurations and it is impossible for us to ensure "perfect" performance for all of them. Specifically, the NR standard requires a 99% probability of detection and a 0.1% probability of false alarm. The warning you get is only saying that we don't reach such high requirements for the requested configuration, but, most of the times, you won't notice the difference - for instance, with the configuration you tried, the estimated performance is 98% probability of detection. Finally, for your info, there are also a number of configuration whose performance is too low for the gNB to work properly (for instance Format 0, ZCZ 14 or 15, 1 Rx port), but in that case the warning will be replaced by an error that causes the gNB application to stop. Hope this helps! |
Beta Was this translation helpful? Give feedback.
Hi @Zplusless,
thanks for pointing this out. However, this is not a regression - in old versions of the software, we only had a rough PRACH detector. Around the end of November, we improved the detector, fine-tuned the detection thresholds and introduced these warnings.
The problem is that the PRACH has hundreds of different configurations and it is impossible for us to ensure "perfect" performance for all of them. Specifically, the NR standard requires a 99% probability of detection and a 0.1% probability of false alarm. The warning you get is only saying that we don't reach such high requirements for the requested configuration, but, most of the times, you won't notice the difference - …