An error occurred fetching the project authors.
  1. 07 Dec, 2021 1 commit
  2. 06 Oct, 2021 1 commit
  3. 27 Sep, 2021 1 commit
  4. 16 Sep, 2021 1 commit
  5. 04 Sep, 2021 1 commit
  6. 13 Aug, 2021 1 commit
  7. 13 Jul, 2021 1 commit
  8. 05 Jul, 2021 3 commits
  9. 02 Jul, 2021 1 commit
  10. 21 Jun, 2021 1 commit
  11. 21 May, 2021 1 commit
  12. 18 May, 2021 1 commit
  13. 12 May, 2021 1 commit
  14. 10 May, 2021 1 commit
  15. 06 May, 2021 1 commit
  16. 30 Apr, 2021 1 commit
  17. 23 Apr, 2021 2 commits
    • Raghavendra Dinavahi's avatar
      Mapping type A enabled in PUSCH dmrs mask calculation · 5edee9b5
      Raghavendra Dinavahi authored
      	- Procedure get_l_prime is modified
      	- Single and double symbol DMRS are handled in Type A and Type B
      5edee9b5
    • 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
  18. 14 Apr, 2021 1 commit
  19. 09 Apr, 2021 2 commits
  20. 04 Apr, 2021 1 commit
  21. 02 Apr, 2021 1 commit
  22. 30 Mar, 2021 1 commit
  23. 09 Mar, 2021 1 commit
  24. 05 Mar, 2021 2 commits
  25. 04 Mar, 2021 1 commit
  26. 03 Mar, 2021 1 commit
  27. 01 Mar, 2021 1 commit
  28. 26 Feb, 2021 1 commit
  29. 07 Feb, 2021 1 commit
  30. 01 Feb, 2021 1 commit
    • cig's avatar
      Hack to make FDD compatible with current UL scheduling design · aecf2dfa
      cig authored
      - temporary solution since scheduler does not support FDD
      - modified is_NR_UL_slot to return always 1 when is FDD mode
      - this is necessary because currently the scheduler assumes that is TDD
        and tdd_UL_DL_ConfigurationCommon is always initialied
      aecf2dfa
  31. 20 Jan, 2021 1 commit
  32. 18 Jan, 2021 1 commit
  33. 15 Jan, 2021 3 commits
    • cig's avatar
      Introduced a new function to retrieve the transformPrecoding status · 35c4f94e
      cig authored
      - this return whether the transform precoder is enabled or not
      - redundant configuration code has been migrated to the new function
      - get_transformPrecoding is a common MAC function used already
        @ UE side, can be adopted by gNB too
      35c4f94e
    • cig's avatar
      Cleanup MAC header files · 73fbbf50
      cig authored
      - sorted out according to recurring logic that wants function
        prototypes in separate files from data struct and constants
        definitions, variables in separate .c files with inclusion
        of "extern" header files
      - moved function prototypes to resective header files
      - moved data structures and constants to respective header files
      - merged unnecessary mac.h file into mac_defs.h @ MAC UE
      - moved const variables suchs as tables to respective .c files
      - moved extern references to respective extern.h files
      73fbbf50
    • cig's avatar
      Cleanup and review of RA procedure after Msg3 transmission · f09ee3e5
      cig authored
      - related to section 5 of 3GPP TS 38.321 specs
      - handling of RA failure
      - handling of RA completion
      - first implementation of contention-based RA procedures
      - minor fixes related to ue_get_rach and init_ra functions
      f09ee3e5