Available DL/UL slot configuration: srsran_project #784
-
Hello all. I am using x310 as gNB for my OTA experiment. Please see attached the configuration file for this gNB. In my system containing 2 gNBs - each connected to 1 UE, I want to achieve low latency communication between two UEs via CN. The path taken by a data packet in this communication would be: In this case to achieve low latency, I was thinking of using a slot format with approximately equal distribution of DL and UL slots. The low_latency.yaml file in srsran_project provides a configuration that has more number of DL slots compared to UL slots. I am unable to understand how to configure this slot format to improve the resource availability in both DL and UL direction. For example, the configuration shown below works: But the following configuration does not work: The error obtained is provided below:--== srsRAN gNB (commit 4ac5300) ==-- The PRACH detector will not meet the performance requirements with the configuration {Format B4, ZCZ 0, SCS 30kHz, Rx ports 1}.
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
As per spec you can use any TDD pattern as long as the TDD period of pattern 1 + TDD period of pattern 2 divides 20 msec. So in your case TDD period (pattern 1) of 3 slots == 1.5 msec and it does not divide 20 msec. Also, another thing to consider when settings TDD configuration is that there should be enough (atleast 3) DL slots for CSI-RS to be sent. |
Beta Was this translation helpful? Give feedback.
As per spec you can use any TDD pattern as long as the TDD period of pattern 1 + TDD period of pattern 2 divides 20 msec. So in your case TDD period (pattern 1) of 3 slots == 1.5 msec and it does not divide 20 msec. Also, another thing to consider when settings TDD configuration is that there should be enough (atleast 3) DL slots for CSI-RS to be sent.