Skip to content
Snippets Groups Projects

Adding channel compensation dual stream correlation and layer demapping for nr IA decoder

Merged Wang requested to merge integration_nr_IA_receiver into develop-nr
1 unresolved thread

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
510 510 /// - first index: ? [0..1] (hard coded)
511 511 /// - second index: ? [0..1179743] (hard coded)
512 512 int16_t *llr[2];
513 /// Pointers to layer llr vectors (4 layers).
  • Hi Hongzhi, we should take this opportunity to get rid of "mimo_mode" and "beamforming_mode" which does not make sense anymore in NR.

  • Author Developer

    Hi Florian, I agree with you. But it's not yet clear to me which modes are supported for mimo in NR. I will have a look at it. If it's clear to you, we can discuss. I think llr is for codeword. So I created layer_llr which is mapped to to one codeword when layers are less than 4.

  • there is only one transmission mode in NR. one codeword can use multiple layers, but I don't think there is a reason to create extra memory for that (we already have a very big memory footprint). Can't we do the layer unmapping at the same time as the llr computation?

  • added 75 commits

    • f421e730...67e1afd3 - 74 commits from branch develop-nr
    • ff388661 - Merge remote-tracking branch 'origin/develop-nr' into integration_nr_IA_receiver

    Compare with previous version

  • OAI gNb-CI build (402): Some Changed files in Merge Request DO NOT follow OAI Formatting Rules

  • OAI gNb-CI build (402): Some modified files in Merge Request MAY have INTRODUCED WARNINGS (openair1/PHY/INIT/nr_init_ue.c openair1/PHY/NR_UE_TRANSPORT/nr_dlsch_demodulation.c)

  • Please register or sign in to reply
    Loading