1. 23 Apr, 2021 4 commits
    • Raghavendra Dinavahi's avatar
      Fix for the 16byte alignment issue observed during DMRS modulation. · e658023f
      Raghavendra Dinavahi authored
      Segmentation fault observed in case the address for mod_dmrs[dmrssymbol] is not 16byte aligned.
      e658023f
    • Raghavendra Dinavahi's avatar
      f3be3daa
    • Raghavendra Dinavahi's avatar
      Adjusting LocationBandwidth of initial BWP1 in configuration files. · fc1a7f7b
      Raghavendra Dinavahi authored
      LocationandBandwidth adjusted according to the location of SSB and Controlresourceset 0
      For example for 106RBs configuration files -
      	- AbsoluteFrequencySSB = 641032 = RB43 (1032/24) - points to Subcarrier 0 of RB10 of SSB block
      	- Hence SSB is located from RB33-RB53
      	- Coresetzero sent in MIB is 0 which means offset 0, RBsize 24 from Start of SSB according to table 13.4 in Spec 38.213
      	- InitialBWP should start from RB 33 (offset is 0 from SSB) and should be a size of minimum 24 RBs.
      	- SLIV = 275 * (24-1) + 33 = 6358
      Controlresourceset value wrongly configured to 12 , changed to 0 as sent in MIB.
      fc1a7f7b
    • 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
  2. 22 Apr, 2021 1 commit
  3. 21 Apr, 2021 1 commit
  4. 19 Apr, 2021 2 commits
  5. 15 Apr, 2021 2 commits
    • luis_pereira87's avatar
      Fix SA SIB1 segmentation fault · d3719fec
      luis_pereira87 authored
      d3719fec
    • Remi Hardy's avatar
      Integration 2020 wk15 · 875e2906
      Remi Hardy authored
      MR !1114 : sanitize v1
      -bugs or dirty code fixed 
      -add first version of a rf board calibration tool, not finished
      
      MR !1094 : sim channels
      Channel simulation: 
      -command mode: to change noise, path loss, model (AWGN, RICE, ...) parameters channel simulation 
      -channels separation: each channel can have a different model (for HO test for example) 
      -a new build option --sanitize to compile all OAI with gcc --sanitize=address
      
      MR !1034 : new gtpu
      -New GTPU implementation
      
      MR !1101 : develop-SA-CBRA
      -Implementation of Contention Based Random Access procedures for 5G-NR Initial Access in SA mode (including contributions from BUPT and Fujitsu)
      
      875e2906
  6. 14 Apr, 2021 5 commits
  7. 13 Apr, 2021 4 commits
  8. 12 Apr, 2021 4 commits
  9. 11 Apr, 2021 1 commit
  10. 10 Apr, 2021 1 commit
  11. 09 Apr, 2021 6 commits
  12. 08 Apr, 2021 9 commits