An error occurred fetching the project authors.
- 18 May, 2021 1 commit
-
-
francescomani authored
-
- 13 Apr, 2021 1 commit
-
-
Sakthivel Velumani authored
-
- 15 Jan, 2021 1 commit
-
-
cig authored
- sorted out according to recurring logic that wants function prototypes in separate files from data struct and constants definitions, variables in separate .c files with inclusion of "extern" header files - moved function prototypes to resective header files - moved data structures and constants to respective header files - merged unnecessary mac.h file into mac_defs.h @ MAC UE - moved const variables suchs as tables to respective .c files - moved extern references to respective extern.h files
-
- 11 Jan, 2021 2 commits
-
-
cig authored
- enhancement of DL indication flow for Msg2 (RAR) - merging interface procedures to handle DLSCH and RAR together - better separation of MAC and PHY functionalities - cleanup of double ambiguous functions to process RAR - merging functions to process TA command into the ue_ta_procedures function - enhancement of logging and formatting in the process
-
cig authored
- moved fill_dl_indication to phy procedures - introduced a new function to fill the RX indication - replaced redundant configuration code with the fill functions - extended the function to fill the rx indication - handling different dl pdus types - cleanup of redundant code
-
- 27 Dec, 2020 1 commit
-
-
cig authored
- removed unused arguments to phy functions - removed irrelevant conditions on UE run mode - replaced hardcoded param with PHY UE stored value
-
- 09 Dec, 2020 1 commit
-
-
cig authored
- new function called ue_ta_procedures - this makes the code more easier to read - small cleanup was also done
-
- 03 Dec, 2020 1 commit
-
-
frtabu authored
-
- 13 Nov, 2020 1 commit
-
-
Thomas Schlichter authored
-
- 12 Oct, 2020 1 commit
-
-
Mahesh K authored
This commit contains work done by Eurecom and by Benetel.
-
- 09 Sep, 2020 1 commit
-
-
Rakesh authored
-
- 08 Sep, 2020 1 commit
-
-
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
-
- 06 Aug, 2020 1 commit
-
-
- 13 May, 2020 1 commit
-
-
- 10 Feb, 2020 1 commit
-
-
Guido Casati authored
- Updated PRACH procedures and general code formatting - gNB msg1 handling and RAR generation - general bug fixing - formatting - missing headers - RAR handling.
-
- 15 Jan, 2020 2 commits
-
-
Francesco Mani authored
-
Raphael Defosseux authored
Signed-off-by:
Raphael Defosseux <raphael.defosseux@eurecom.fr>
-
- 13 Jan, 2020 1 commit
-
-
Francesco Mani authored
-
- 10 Jan, 2020 1 commit
-
-
Francesco Mani authored
-
- 20 Dec, 2019 2 commits
-
-
Hongzhi Wang authored
-
Hongzhi Wang authored
-
- 17 Dec, 2019 1 commit
-
-
Raymond Knopp authored
-
- 06 Dec, 2019 3 commits
-
-
Guido Casati authored
Maintenance of Uplink Time Alignment. Introduced control on TA transmission and TA update application. - ta_timer at gNB side to control the transmission of TA to the UE. This is now happening every 20 slots. - when the timer resets gNB is now transmitting the TA whether it is zero or not. - introduced struct NR_UL_TIME_ALIGNMENT_t to handle configuration of time alignment related parameters. - UE PHY RX: is now triggered through a flag when to store the TA command, the frame and slot when the application should occur. - UE PHY TX: when the tx frame and slot match the time alignment configuration, it process the TA command and applies the TA update
-
Ahmed Hussein authored
-
Guido Casati authored
- Initial gNB DLSCH and UE spec scheduling implentation - MAC PDU generation (including header as per TS 38.321) - MAC PDU processing at UE side with extracion of TA updates - General code cleanup - Introduced NR MAC COMMON folder, moved common files here
-
- 19 Nov, 2019 1 commit
-
-
Raymond Knopp authored
-
- 18 Oct, 2019 1 commit
-
-
Hongzhi Wang authored
-
- 23 Sep, 2019 1 commit
-
-
frtabu authored
remove RRC_VERSION macros, simplify build-oai and CMakefile.txt accordingly, get rid of remaining compilation warnings (opt module improperly merged and patch asn1c files with tests against max 64 bits integer value)
-
- 18 Jul, 2019 1 commit
-
-
Hongzhi Wang authored
-
- 16 Jul, 2019 1 commit
-
-
Raymond Knopp authored
-
- 17 Jun, 2019 1 commit
-
-
Hongzhi Wang authored
-
- 05 Jun, 2019 1 commit
-
-
Florian Kaltenberger authored
- dci_request and dl_indication for PBCH now also on stack - fixed type of nrUE_config (was using structure for gNB before) - added configuration of PBCH to phy_config_request and using this config now in phy_procedures_nr_ue - we need to add configuration of PDCCH and PDSCH also to phy_config_request (there are still some hardcoded parameters) - removed UL scheduling for now
-
- 04 Jun, 2019 1 commit
-
-
Khalid Ahmed authored
- adding SCHED_NR_UE_LIB to ulsim compilation library - fixing linking compilation problems - using fapi_nr_dci_pdu_rel15_t struct to initialize PUSCH - test_input random data is set in phy_procedures_nrUE_TX instead of ulsim
-
- 11 Mar, 2019 1 commit
-
-
Francesco Mani authored
-
- 29 Nov, 2018 1 commit
-
-
Raymond Knopp authored
-
- 28 Nov, 2018 3 commits
-
-
Hongzhi Wang authored
-
Hongzhi Wang authored
-
Florian Kaltenberger authored
-
- 16 Aug, 2018 1 commit
-
-
Hongzhi Wang authored
-
- 25 Jul, 2018 1 commit
-
-
Jacques authored
-