An error occurred fetching the project authors.
  1. 17 Aug, 2021 1 commit
  2. 16 Aug, 2021 2 commits
  3. 05 Aug, 2021 3 commits
  4. 04 Aug, 2021 5 commits
    • cig's avatar
      92fb3702
    • cig's avatar
      Changes to nr_write_ce_ulsch_pdu · b6e3718d
      cig authored
      - takes in input MAC instance
      - uses a mac ce struct
      - minor fixes
      b6e3718d
    • cig's avatar
      Do generation of UL padding in nr_ue_get_sdu only · 07a80bc8
      cig authored
      - removed code from outside this function
      - generate random padding in RFSIM mode
      - generate 0 padding in real-time
      - padding is generated either to complete the PDU or to transmit a new one
        when no data from RLC was fetched
      07a80bc8
    • cig's avatar
      Minor MAC UE fixes · 02012e77
      cig authored
      - set constant variables to const
      02012e77
    • cig's avatar
      Fixes to UE ULSCH PDU generation · 4277d4e1
      cig authored
      - included MAC CE sub-PDUs size in the computation of RLC data to transmit
        this fixes the error with residual mac pdu appearing at gNB side when
        transmitting higher amount of data
      - got rid of the nr_generate_ulsch_pdu and moved the relevant UL-SCH MAC PDU
        generation procedure within the nr_ue_get_sdu and nr_ue_get_rach
      - reduced memcpy calls and unnecessary memory allocations
      - fetching RLC data and SDU size from the mac_rlc_data_req, removed the call
        to mac_rlc_get_buffer_occupancy_ind
      - introduced a new function to generate the MAC CEs sub-PDUs
      - removed unnecessary function input parameters
      - minor fixes and cleanup
      - enhanced logging
      4277d4e1
  5. 02 Aug, 2021 1 commit
  6. 26 Jul, 2021 1 commit
  7. 12 Jul, 2021 1 commit
  8. 10 Jul, 2021 1 commit
  9. 05 Jul, 2021 1 commit
  10. 23 Jun, 2021 2 commits
  11. 21 Jun, 2021 4 commits
  12. 11 Jun, 2021 1 commit
  13. 05 Jun, 2021 1 commit
  14. 24 May, 2021 1 commit
  15. 19 May, 2021 1 commit
  16. 18 May, 2021 1 commit
  17. 17 May, 2021 2 commits
  18. 12 May, 2021 1 commit
  19. 11 May, 2021 1 commit
  20. 06 May, 2021 2 commits
  21. 04 May, 2021 1 commit
  22. 03 May, 2021 1 commit
  23. 30 Apr, 2021 1 commit
  24. 23 Apr, 2021 4 commits
    • rmagueta's avatar
      Fix selection of Msg3 for CFRA at UE · 7cd4b111
      rmagueta authored
      7cd4b111
    • rmagueta's avatar
      Fix numerology for CFRA at UE · d4d18719
      rmagueta authored
      d4d18719
    • 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