- 15 Jan, 2021 2 commits
-
-
Thomas Schlichter authored
Conflicts: openair2/LAYER2/NR_MAC_UE/nr_ue_procedures.c
-
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
-
- 14 Jan, 2021 1 commit
-
-
hardy authored
Conflicts: openair1/PHY/NR_UE_TRANSPORT/nr_dlsch_decoding.c openair2/LAYER2/NR_MAC_UE/nr_ue_dci_configuration.c
-
- 11 Jan, 2021 4 commits
- 09 Jan, 2021 3 commits
-
-
-
francescomani authored
-
rmagueta authored
-
- 08 Jan, 2021 5 commits
-
-
frtabu authored
Merge branch 'cleanup_softmodem_main' of https://gitlab.eurecom.fr/oai/openairinterface5g into cleanup_softmodem_main
-
frtabu authored
-
Thomas Schlichter authored
-
Wang authored
-
frtabu authored
-
- 07 Jan, 2021 5 commits
-
-
rmagueta authored
-
Shweta Shrivastava authored
-
rmagueta authored
-
rmagueta authored
-
Thomas Schlichter authored
Conflicts: openair1/PHY/NR_REFSIG/nr_gold_ue.c
-
- 06 Jan, 2021 1 commit
-
-
rmagueta authored
-
- 05 Jan, 2021 2 commits
-
-
Raphael Defosseux authored
CI: fix flexran-rtc build Xenial See merge request oai/openairinterface5g!1007
-
Raphael Defosseux authored
Signed-off-by: Raphael Defosseux <raphael.defosseux@eurecom.fr>
-
- 02 Jan, 2021 1 commit
-
-
Laurent authored
-
- 29 Dec, 2020 1 commit
-
-
Laurent authored
-
- 23 Dec, 2020 1 commit
-
-
frtabu authored
-
- 22 Dec, 2020 1 commit
-
-
frtabu authored
-
- 21 Dec, 2020 3 commits
-
-
dir authored
- Enable -Z option to test Transform precoding on ULSIM. - Set msg3_transformPrecoder to 0 in uplinkcommonconfig params in conf file to test on RFSIM.
-
dir authored
- CDM groups used, multiple DMRS locations tested - REMOVED compiler define NR_SC_FDMA - enabled -Z option in ulsim for testing NR SC-FDMA - Gnb UL Processing of LLRS even if last symbol allocated has no data - transform precoding Enumerations used
-
dir authored
-
- 18 Dec, 2020 2 commits
-
-
https://gitlab.eurecom.fr/oai/openairinterface5grmagueta authored
Conflicts: openair2/LAYER2/NR_MAC_UE/nr_ue_procedures.c
-
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
-
- 16 Dec, 2020 4 commits
- 15 Dec, 2020 2 commits
-
-
Thomas Schlichter authored
-
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.
-
- 14 Dec, 2020 2 commits
-
-
Raphael Defosseux authored
Signed-off-by: Raphael Defosseux <raphael.defosseux@eurecom.fr>
-
hardy authored
-