1. 27 Oct, 2020 1 commit
  2. 23 Oct, 2020 1 commit
  3. 20 Oct, 2020 2 commits
  4. 19 Oct, 2020 1 commit
  5. 18 Oct, 2020 1 commit
  6. 17 Oct, 2020 2 commits
  7. 15 Oct, 2020 2 commits
  8. 12 Oct, 2020 13 commits
  9. 09 Oct, 2020 1 commit
    • Remi Hardy's avatar
      Merged branch 'integration_2020_wk40' into 'develop' · 4e8e6e69
      Remi Hardy authored
      Integration 2020 wk40 comprises the following udpates:
      
      MR893 ULSCH decode mthread: 
      - Enabled parallelization of ULSCH segments decoding, deinterleaving and rx rate matching.
        
      MR896 Nsa remove band hardcodings:
      - A missing commit from wk39, just a log change   
      
      MR901 NR UE DCI improvements:
      - Handling of DCI formats 0_0 and 0_1, including removing hard-coding and scheduling PUSCH with DCI parameters
      - Blind decoding of DCIs based on size and format indicator
      - Fix for segmentation fault during ULSCH encoding
      
      MR895 support of RA procedure by implementing Msg3 on UE
      
      MR908 NR DL scheduler improvements:
      Preliminary work on the DL scheduler
      - cleanup of DL scheduler, add interface preprocessor-postprocessor (`NR_UE_sched_ctrl_t`)
      - postprocessor can handle multiple UEs. Preprocessor will follow soon (proportional fair scheduler)
      - No MAC UE Context creation before end of RA (Msg 3)
      These updates do not change anything performance wise (no additional scheduled slots, etc). 
      This MR also reduces gNB log.
      4e8e6e69
  10. 07 Oct, 2020 3 commits
  11. 06 Oct, 2020 3 commits
  12. 05 Oct, 2020 3 commits
  13. 02 Oct, 2020 3 commits
  14. 01 Oct, 2020 4 commits
    • Cedric Roux's avatar
      T tracer: bugfix: properly log the MIB · be77b8d0
      Cedric Roux authored
      Bytes of the MIB were logged in reverse.
      
      Bug reported by David Breaux <davidbreaux67@gmail.com>.
      be77b8d0
    • Cedric Roux's avatar
      rrc enb: small fix to avoid wrong code execution · add34aeb
      Cedric Roux authored
      dedicated_DRB was not set properly when the NSA UE sends
      ReconfigurationComplete so the wrong code was executed below
      (we had dedicated_DRB == 0). Let's put a value that does
      nothing (-1 seems fine).
      add34aeb
    • Cedric Roux's avatar
      s1ap encoding: return -1 on error · d6667b42
      Cedric Roux authored
      d6667b42
    • Remi Hardy's avatar
      Merge branch 'integration_2020_wk39' into 'develop', comprising : · a140a80f
      Remi Hardy authored
      MR 896 : Nsa remove band hardcodings  
      Removes hardcodings of EUTRA and NR bands in UE_Capability_Enquiry and NR_UE Capability_Enquiry messages, providing them from the eNB config file and gNB over X2 respectively. Moreover, the SSB Absolute frequency of the gNB is now provided by the eNB configuration file (instead of being hardcoded at rrc_eNB.c)  
      
      MR903 : pusch ta update  
      Update of PUSCH Timing advance  
      
      MR 900 : improve x2/rrc for ENDC  
      This MR introduces several enhancements in X2AP and RRC to deal with ENDC. 
      The main goal is to deal with UE's on/off and with various errors.
      Includes :
      - DC prep and DC overall X2 timers
      - X2 messages for UE release and DC timers' timeout
      a140a80f