- 11 Sep, 2020 1 commit
-
-
Guido Casati authored
-
- 10 Sep, 2020 1 commit
-
-
Thomas Schlichter authored
Conflicts: openair1/PHY/INIT/nr_init.c openair1/PHY/NR_UE_TRANSPORT/nr_ulsch_ue.c openair1/SIMULATION/NR_PHY/ulsim.c
-
- 09 Sep, 2020 2 commits
-
-
Thomas Schlichter authored
-
Parminder Singh authored
- Changed malloc to calloc to set all values to zero to remove the valgrind issue with uninitialized structure values in RC.gNB structure
-
- 08 Sep, 2020 10 commits
-
-
Thomas Schlichter authored
Conflicts: openair1/PHY/NR_UE_TRANSPORT/nr_ulsch_coding.c openair1/PHY/NR_UE_TRANSPORT/nr_ulsch_ue.c openair1/SCHED_NR_UE/phy_procedures_nr_ue.c openair1/SIMULATION/NR_PHY/dlsim.c openair2/NR_UE_PHY_INTERFACE/NR_IF_Module.c
-
cig authored
- replacing ambiguous configuration of N_RB for extraction of DCI 1_0
-
cig authored
- added some text descriptions - replaced active BWP with initial BWP in Msg3 scheduling (8.3 TS 38.213) - fixed logging - disabled Msg3 repetitions after first transmission (disabled RA @ MAC)
-
cig authored
- now is consistent for both UE and gNB
-
cig authored
- added some descriptions to the code - fixed hardcoded factors - removed commented out and unused code - phy_procedures_nrUE_RX: removed unused do_pdcch_flag - updated LTE naming to 5G
-
cig authored
-
cig authored
- updated cmakelists file - fixed formatting, tabs and white spaces in the function
-
cig authored
- moved remaining PUSCH PDU configuration from ULSCH procedures entirely to MAC - introduced a function for DMRS RE configuration - cleaned up redundant code in ULSCH procedures - fixed TBS computation for Msg3
-
Thomas Schlichter authored
Conflicts: openair1/PHY/NR_TRANSPORT/nr_ulsch_demodulation.c openair1/PHY/NR_TRANSPORT/pucch_rx.c openair1/SIMULATION/NR_PHY/ulsim.c
-
Raphael Defosseux authored
Develop integration 2020 week 36 The following Merge Requests have been included: * MR [877] : update conf2uedata * MR [879] : Nr ul scheduling * MR [880] : Cleanup usage of txdata array in NR UE threads * MR [882] : Fixes for handling NR UE DCI decoding errors * MR [884] : benetel: driver for Benetel's 4G and 5G RRUs * MR [886] : NR UE fix get_Qm_dl and nr_get_code_rate_dl * MR [887] : Usrp fix adc shift and pps sync
-
- 07 Sep, 2020 3 commits
-
-
Raymond Knopp authored
-
Raphael Defosseux authored
Signed-off-by: Raphael Defosseux <raphael.defosseux@eurecom.fr>
-
Raphael Defosseux authored
-
- 05 Sep, 2020 1 commit
-
-
Raymond Knopp authored
-
- 04 Sep, 2020 22 commits
-
-
Sakthivel Velumani authored
-
Raphael Defosseux authored
Signed-off-by: Raphael Defosseux <raphael.defosseux@eurecom.fr>
-
Thomas Schlichter authored
I had to remove the Msg2 transmission in phytest mode, which was present in branch 'benetel_integration'. This caused following assertion: Assertion (Foffset <= Ncb) failed! In nr_rate_matching_ldpc() /home/sli/sudas-demonstrator/openair1/PHY/CODING/nr_rate_matching.c:411 Foffset 6492 > Ncb 924
-
Remi Hardy authored
-
cig authored
- fetching resource allocation from higher layer - sorting out config for the remaining parameters
-
cig authored
-
cig authored
-
cig authored
- redundant code for the configuration of the scheduled_response was removed - scheduled response is not needed to be stored in the NR_UE_MAC_INST struct as it passed to the function right away
-
cig authored
- tx_request is filled in the nr_scheduled_response upon the presence tx data
-
cig authored
-
cig authored
- calling nr_ue_scheduled_response after pdu preparation - increasing the number_pdus before response scheduling - resetting after dl/ul config pdu handling
-
cig authored
-
cig authored
- removed superfluos code - formatting - fixed logging - removed redundant nr_get_dci_size (replaced by nr_dci_size) - removed unused and long-time commented out functions @ UE side
-
cig authored
-
cig authored
- extraction of resource allocation from Msg2 - configuration of Msg3 PDU - Msg3 scheduling - MAC/PHY interface adaptations
-
Thomas Schlichter authored
-
Thomas Schlichter authored
-
Thomas Schlichter authored
-
Raphael Defosseux authored
Signed-off-by: Raphael Defosseux <raphael.defosseux@eurecom.fr>
-
Raphael Defosseux authored
-
Raphael Defosseux authored
Signed-off-by: Raphael Defosseux <raphael.defosseux@eurecom.fr>
-
Sakthivel Velumani authored
-