Skip to content
Discussion options

You must be logged in to vote

The is a configuration in the configuration files to set the maximum number of UEs. For example

#   This file contains the PUCCH configuration for the gNB to support:
#   - SR period 20ms or 40ms.
#   - CSI period 20ms or 40ms.
#   - Max 128 UEs.

#   NOTEs:
#   - This configuration is optimized for TDD 7D-2U configuration, but it still works for TDD configurations
#     with more than 2 UL slots.
#   - This configuration might work for more than 128 UEs, although it hasn't been tested for those scenarios.

cell_cfg:
  pucch:
    sr_period_ms: 20   # This can be set either 20 or 40 ms.
    f1_nof_cell_res_sr: 50
    f2_nof_cell_res_csi: 50
  csi:
    csi_rs_period: 40  # This can be set e…

Replies: 2 comments 2 replies

Comment options

You must be logged in to vote
1 reply
@Ali78k
Comment options

Answer selected by andrepuschmann
Comment options

You must be logged in to vote
1 reply
@Ali78k
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
3 participants