2-slots TDD period #1367
Replies: 1 comment
-
for more context, we are trying to run SRS with a DUDU TDD pattern. however, in SRS there must be a mixed slot, so we tried MU and DM, both did not work for different reasons. in the first case, MU, the pattern is: in sib1_scheduler.cpp the assumption that SIB1 is always in the N+1 slot. for (size_t i_ssb = 0; i_ssb < MAX_NUM_BEAMS; i_ssb++) { // Define a BWP configuration limited by CORESET#0 RBs. the following function is called by sib1_scheduler in this case, dl_symbols_per_slot_lst has 2 entries. there are probably enough symbols in the slot for SSB, CORESET#0, and PDCCH we can try to call precompute_type0_pdcch_css_n0 and see what happens. AFAIK, it is legal to schedule CORESET and PDCCH in a subsequent slot. if we set the pattern to: then dl_symbols_per_slot_lst has 4 entries: we also tried scheduling SIB1 in N+2: however, the phone does not connect... what are we misunderstanding? |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Dear all,
Has anybody ever successfully run a TDD pattern with only 2 slots (i.e., 1ms in numerology 1)?
So far, we have tried:
Which does not work because you need to have space for a mixed (M) slot in the pattern.
Which we could not get to work because of the following assertion
Which does not work because of the following assertion
Did anybody manage to get away with a pattern of 2 slots only?
Thanks
Beta Was this translation helpful? Give feedback.
All reactions