Skip to content

Start mac layer srsRAN without attach UE. #446

Closed Answered by pgawlowicz
muril666 asked this question in General Help
Discussion options

You must be logged in to vote

yes, it is possible. You need to add this to your config file:

in cell_cfg section:

cell_cfg:
...
  pdsch: 
    min_ue_mcs: 10                  # Optional UINT (0). Sets a minimum PDSCH MCS value to be used for all UEs. Supported: [0 - 28].
    max_ue_mcs: 10                  # Optional UINT (28). Sets a maximum PDSCH MCS value to be used for all UEs. Supported: [0 - 28].

  pusch: 
    min_ue_mcs: 10                  # Optional UINT (0). Sets a minimum PUSCH MCS value to be used for all UEs. Supported: [0 - 28].
    max_ue_mcs: 10                  # Optional UINT (28). Sets a maximum PUSCH MCS value to be used for all UEs. Supported: [0 - 28].

and a new test_mode section:

test_mode: 
  …

Replies: 2 comments 3 replies

Comment options

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

Answer selected by pgawlowicz
Comment options

You must be logged in to vote
2 replies
@pgawlowicz
Comment options

@muril666
Comment options

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