An error occurred fetching the project authors.
  1. 13 Jul, 2021 1 commit
  2. 22 Jun, 2021 1 commit
  3. 05 Jun, 2021 1 commit
  4. 17 May, 2021 1 commit
  5. 12 May, 2021 1 commit
  6. 06 May, 2021 2 commits
  7. 30 Apr, 2021 1 commit
  8. 28 Apr, 2021 1 commit
  9. 27 Apr, 2021 1 commit
  10. 23 Apr, 2021 3 commits
    • rmagueta's avatar
      Fix BWP for CFRA-Msg2 at UE · b468c0b3
      rmagueta authored
      b468c0b3
    • rmagueta's avatar
      Fix DCI extract for CFRA-Msg2 at UE · 100a0123
      rmagueta authored
      100a0123
    • Raghavendra Dinavahi's avatar
      Changes to Downlink DMRS MASK calculation · 5934e8e4
      Raghavendra Dinavahi authored
      Procedure fill_dmrs_mask is modified.
      	- PDSCH Mapping Type B is supported
      	- Modified according to sections 5.1.6.2 of Spec 38.214
      	- Single and double symbol DMRS are handled in Type A and Type B
      
      Mapping type according to the time domain allocation from DCI should be used to get the values of DMRS config
      For sending sib1 - DCI FORMAT 1_0 will be used with SI_RNTI, UE should perform these actions
      according to sections 5.1.6.2 of Spec 38.214
      
      Additional DMRS set to pos2 in case of msg2 reception, msg3 transmission.
      
      Mapping type B is added to RRC reconfig.
      	- nr_dlsim updated to test typeA and typeB. Verified the changes.
      	- RFSIM Validation of PDSCH Mapping TypeB  by changing timedomainallocation in configuration files.
      5934e8e4
  11. 19 Apr, 2021 1 commit
  12. 17 Apr, 2021 1 commit
  13. 16 Apr, 2021 1 commit
  14. 08 Apr, 2021 4 commits
  15. 07 Apr, 2021 2 commits
  16. 04 Apr, 2021 1 commit
  17. 31 Mar, 2021 2 commits
  18. 30 Mar, 2021 3 commits
  19. 29 Mar, 2021 2 commits
  20. 27 Mar, 2021 1 commit
  21. 26 Mar, 2021 1 commit
  22. 25 Mar, 2021 1 commit
  23. 19 Mar, 2021 1 commit
    • Thomas Schlichter's avatar
      NR_UE: always break out of MAC PDU processing after pdu_len Bytes · bc041092
      Thomas Schlichter authored
      In case of false positive PDSCH CRC check, a random MAC PDU is processed.
      Currently pdu_len is unsigned 16 Bit, so we did break out of the processing loop only if we _exactly_ hit a residual pdu_len of 0, or we hit a LCID of DL_SCH_LCID_PADDING.
      If we didn't hit either of these, pdu_len wrapped to a very positive value, and we continued processing the PDU even beyond its bounds!
      This behavior was observed with SNR 1 dB and MCS 9.
      
      So better make pdu_len signed and break out of the loop after processing at max. pdu_len Bytes!
      bc041092
  24. 17 Mar, 2021 1 commit
  25. 12 Mar, 2021 2 commits
  26. 09 Mar, 2021 2 commits
  27. 05 Mar, 2021 1 commit