|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
tdd UL/DL Common Configuration (tdd-UL-DL-configurationCommon) in DetailWhen operating in TDD mode, we have to clearly define on exactly when to expect the transmission and when to expect the reception. In LTE TDD, we defined predefined pattern for UL and DL allocation in a radio frame. In 5G/NR, we don't have any predefined pattern. Instead, we can define the pattern in much more flexible way using several parameters as shown below.
Rrc ParametersThese parameters are defined in 38.331 v15.3.0 as follows : TDD-UL-DL-ConfigCommon ::= SEQUENCE { referenceSubcarrierSpacing SubcarrierSpacing, pattern1 TDD-UL-DL-Pattern, pattern2 TDD-UL-DL-Pattern OPTIONAL, ... } TDD-UL-DL-Pattern ::= SEQUENCE { dl-UL-TransmissionPeriodicity ENUMERATED {ms0p5, ms0p625, ms1, ms1p25, ms2, ms2p5, ms5, ms10}, nrofDownlinkSlots INTEGER (0..maxNrofSlots), nrofDownlinkSymbols INTEGER (0..maxNrofSymbols-1), nrofUplinkSlots INTEGER (0..maxNrofSlots), nrofUplinkSymbols INTEGER (0..maxNrofSymbols-1), ..., [[ dl-UL-TransmissionPeriodicity-v1530 ENUMERATED {ms3, ms4} OPTIONAL -- Need R ]] } maxNrofSlots INTEGER ::= 320 // Maximum number of slots in a 10 ms period maxNrofSymbols-1 INTEGER ::= 13 // Maximum index identifying a symbol within a slot (14 symbols, indexed from 0..13) Transmission PeriodicityThe applicable periodicity(P) of the UL/DL configuration varies depending on the reference numerology (n_ref). This can be summarized as a table as shown below. I created this table based on the descriptions in 38.213 v16.5 -11.1
What if TDD-UL-DL-ConfigCommon is not configured ?UE determines if each of the slot is uplink or downlink and the symbol allocation within each of the slot purely by DCIs as stated in 38.213-11.1 Slot configuration.
If a UE is not configured to monitor PDCCH for DCI format 2-0, for a set of symbols of a slot that are indicated as flexible by higher layer parameters TDD-UL-DL-ConfigurationCommon or TDD-UL-DL-ConfigDedicated, when provided to a UE, or Guard Timing (Symbol gap for DL to UL switching)In terms of 3GPP RRC specification, you can set any values within the range of the values specified in RRC Parameter. However, in terms of lower layer perpective there is some restrictions (or something to take into account) as listed below.
Followings are some of examples that are valid or invalid based on this rule. Why we need to consider Guard time only for DL to UL switching ?I think this question may be misleading a little bit. The question does imply that there is no need for the gap for DL to UL switching. In fact, the gap is required as in the case of UL to DL switching because of the physics. What this question implies that we may not need to take this gap into consideration in terms of PHY scheduling as illustrated in the illustration shown above. In this section, I will talk about why. I don't think 3GPP TS document explicitely states about this requirement, but you may find some other documents (e.g, white papers) explaining about this requirement. Simply put, (You may refer to Recommendation 10 of Ref [1])
Even though it is not clearly/explicitely stated, you may refer to 38.211 - 4.3.2 and following table : < 38.211 - Table 4.3.2-3: Transition time NRx-Tx and NTx-Rx >
I had a chance to talk further on this subject with an L1 expert Sakshama Ghoslya . It was a productive chat and I thought it will be helpful for readers as well. Here I am sharing the chat with kind approval from Sakshama.
38.104 - 9.5.3.2 Minimum requirement for BS type 1-O states as follows : For BS type 1-O, the OTA transmitter transient period shall be shorter than the values listed in the minimum requirement as specified in following table. < 38.104 - Table 9.5.3.2-1: Minimum requirement for the OTA transmitter transient period for BS type 1-O > 38.104 - 9.5.3.3 Minimum requirement for BS type 2-O states as follows : < 38.104 - Table 9.5.3.3-1: Minimum requirement for the OTA transmitter transient period for BS type 2-O > 38.133-7.4.2 Minimum requirements states as follows: The cell phase synchronization accuracy measured at BS antenna connectors shall be better than 3 μs. Now as you see the above screenshot N_TA_offset*Tc is nothing but = BS Tx activation time (Rx to Tx switch delay) + time to avoid BTS to BTS interference
38.101-1 6.3.3.2 General ON/OFF time mask states as follows : The general ON/OFF time mask defines the observation period between transmit OFF and ON power and between transmit ON and OFF power for each SCS. ON/OFF scenarios include: contiguous, and non-contiguous transmission, etc The OFF power measurement period is defined in a duration of at least one slot excluding any transient periods. The ON power is defined as the mean power over one slot excluding any transient period. < 38.101-1 Figure 6.3.3.2-1: General ON/OFF time mask for NR UL transmission in FR1 > 38.101-2 6.3.3.2 General ON/OFF time mask states as follows : The general ON/OFF time mask defines the observation period allowed between transmit OFF and ON power. ON/OFF scenarios include: contiguous, and non-contiguous transmission, etc The OFF power measurement period is defined in a duration of at least one slot excluding any transient periods. The ON power is defined as the mean power over one slot excluding any transient period. < 38.101-1 Figure 6.3.3.2-1: General ON/OFF time mask for NR UL transmission in FR2 > Another article supporting what I said is 5G synchronization requirements and solutions - Ericsson What would be the best guard time ?What would be the best Guard time (Symbol Gaps) ? The answer to this question would vary depending on various factors especially the distance between gNB and UE. Some guide line stated in Recommendation 10 of Ref [1]) is as follows.
Any other consideration ?This is not directly related to Guard time, but you need to make it sure that the PRACH Occasion you set in RACH config should fall into the UL slot/symbols you configured in the RRC.
Reference[1] 5G TDD Synchronisation Guidelines and Recommendations for the Coexistence of TDD Networks in the 3.5 GHz Range - GSMA (2020) [2] 5G TDD Uplink White Paper - NGMN (2022) [3] TDD : Why a Guard Period only in DL-to-UL Switching ? - TECHTRAINED
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||