1. 15 Jan, 2021 2 commits
    • Thomas Schlichter's avatar
      Merge remote-tracking branch 'develop' into nr_ul_scfdma · 691ad0bb
      Thomas Schlichter authored
      Conflicts:
      	openair2/LAYER2/NR_MAC_UE/nr_ue_procedures.c
      691ad0bb
    • Remi Hardy's avatar
      MR957 : rlc v2: implement SOstart/SOend in NACK reporting · 951fdfef
      Remi Hardy authored
      If we NACK without SOstart/SOend then the other end of the RLC channel will consider all the bytes as NACKed and will have to resend them all. 
      If another status is then reported before all the bytes are sent, and because we don't use SOstart/SOend this status will NACK all the bytes again, then all the bytes are to be sent again. 
      And the cycle repeats. It will end with a max retx reached (which triggers RLF, Radio Link Failure).
      
      MR1010 : NR UE: Fix for error message - no active DLSCH
      - Fixes for the following error message at UE: [PHY] [UE][FATAL] nr_slot_rx 1: no active DLSCH
      
      MR994 : Cleanup softmodem main
      - Introduces --dlsch-parallel command line option to set the number of threads for dlsch decoding. If set to 0 (default) no parallelization. 
      - Some cleanup in tracing and in nr-uesoftmodem.c data.
      
      MR999 : NR FR2 RA
      - Temporary Fix of RA procedure for FR2 (both gNB and UE)
      - Fixes in gold sequence initialization at UE
      - Moves 2nd downlink to slot 3 instead of 2 to avoid clash with UL DCI (only 1 candidate per slot in FR2 currently)
      
      MR988 : SIB1
      Initial implementation of SIB1
      951fdfef
  2. 14 Jan, 2021 1 commit
  3. 11 Jan, 2021 4 commits
  4. 09 Jan, 2021 3 commits
  5. 08 Jan, 2021 5 commits
  6. 07 Jan, 2021 5 commits
  7. 06 Jan, 2021 1 commit
  8. 05 Jan, 2021 2 commits
  9. 02 Jan, 2021 1 commit
  10. 29 Dec, 2020 1 commit
  11. 23 Dec, 2020 1 commit
  12. 22 Dec, 2020 1 commit
  13. 21 Dec, 2020 3 commits
  14. 18 Dec, 2020 2 commits
    • rmagueta's avatar
      Merge branch 'develop' of https://gitlab.eurecom.fr/oai/openairinterface5g into develop-sib1 · 0f3629ae
      rmagueta authored
       Conflicts:
      	openair2/LAYER2/NR_MAC_UE/nr_ue_procedures.c
      0f3629ae
    • Remi Hardy's avatar
      Integration 2020 wk51 2 · d23a7e83
      Remi Hardy authored
      MR991: Remove hack in LTE PDCP for noS1 mode  
      - Removes a hack which was used when LTE PDCP was used for NR in noS1 mode
      
      MR993: UL and DL fixes LDPC short codewords 
      - Fix UL & DL LDPC decoding for short LDPC code, e.g. Z_c is not multiple of 8
      - Fix DLSCH data transmission with multiple DMRS symbols per slot
      - small TA fixes on OAI 5G NR UE
      - Implemented CQI measurement at NR UE
      - NR UE cleanup 
      
      MR1000: doc: fix build directory in BASIC_SIM.md
      d23a7e83
  15. 16 Dec, 2020 4 commits
  16. 15 Dec, 2020 2 commits
    • Thomas Schlichter's avatar
    • Remi Hardy's avatar
      Integration 2020 wk51 · e37c844b
      Remi Hardy authored
      MR960: 256 QAM demodulation routines  
      - Added functions for demodulation of 256 QAM signals.
      - Added a command line flag to enable mcs table entry in PDSCH-Config in RRC to use 2nd MCS table for PDSCH.
      - Added an option for using 256 QAM mcs table in nr_dlsim.
      
      MR989: Docker and Deployment improvements (CI)  
      - Image generation for eNB --> template for configuration files and dedicated entrypoint in Ubuntu
      - Docker-compose-based EPC deploy
      - Traffic test fully validated using the `trf-gen` container
      - Flexran-rtc support when deployed in a container (Not fully done for the X2 Handover part)
      - Added docker-compose-based eNB deployment
      - Retrieve logs for such eNB deploymnent 
      - Functional and log  update of nsa fr1 test but valid for gNB terminate also (enhanced ping stats and gNB markers)
      
      MR992: Fix data transmission in "do-ra" mode
      - UL and DL Traffic works now in do-ra mode, but there are still some PUCCH issues remaining. These issues are harming the acknowledgement of DL packets, and thus leading to unnecessary retransmissions.
      The relevant warnings at UE are:
      `PUCCH Invalid pucch resource indicator: at line 1082 in function select_pucch_resource of file openair1/SCHED_NR_UE/pucch_uci_ue_nr.c`
      and
      `PUCCH Error for number of bits for acknowledgment : at line 909 in function get_downlink_ack of file openair1/SCHED_NR_UE/pucch_uci_ue_nr.c`
      Note: UE needs rbconfig.raw and reconfig.raw files from the *currently* running gNB, as the C-RNTI is random and different for each run.
      e37c844b
  17. 14 Dec, 2020 2 commits