Hi Miguel,
TDD is set per slot.
The difference between F and S is:
In an F slot the first and the last OFDM symbols are reserved for DL CTRL and UL CTRL, respectively (e.g., DCI and UCI). The symbols in between can be dynamically allocated to DL and UL data, hence supporting dynamic TDD.
S slots are implemented basically to emulate LTE. In those slots, the first symbol is reserved for DL CTRL, the last symbol is reserved for UL CTRL, and the rest of the symbols are available for only DL data.
Note that, the DL CTRL can be one or more symbols and UL CTRL can also be 1 or more symbols - depends on how many DL/UL CTRL symbols you configure. Default value is 1 for DL CTRL and 1 for UL CTRL. For DATA you may have 1 or more symbols.
The combination is specified in the scheduler (check nr-mac-scheduler-ns3).
You can also have a look in the NR Documentation. To generate it please follow the instructions included in README.md
BR,
Kat
--
You received this message because you are subscribed to the Google Groups "5G-LENA-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to 5g-lena-user...@googlegroups.com.
To view this discussion on the web, visit https://groups.google.com/d/msgid/5g-lena-users/93ca8b1d-356c-47a8-8e60-429ea68f0f07n%40googlegroups.com.
Hello,I am trying to configure the TDD pattern and I have some questions.To configure it, the instruction is the next one, extracted from some cttc examples:nrHelper->GetGnbPhy (enbNetDev.Get (0), 0)->SetAttribute ("Pattern", StringValue (tddPattern));The pattern is stored in the variable tddPattern. One example of this variable could be:"DL|DL|DL|S|UL|DL|DL|DL|S|UL|"My questions are:1. What does this values represent? The subframes or the symbols? 5G has huge flexibility and you can configure both subframes and symbols, but I am not sure what I am configurating with this instruction.
In case the example above configures the subframes...2. What is the difference between F and S? Does it mean F is composed by 14 F symbols and S is a mix of UL, DL and F symbols?
3. Where do you specify the symbols combination in a special subframe?
To view this discussion on the web, visit https://groups.google.com/d/msgid/5g-lena-users/21c7501c-d186-43d5-8eba-2b93065c8737n%40googlegroups.com.