An error occurred fetching the project authors.
- 10 Jul, 2021 1 commit
-
-
francescomani authored
-
- 05 Jul, 2021 1 commit
-
-
francescomani authored
-
- 24 May, 2021 1 commit
-
-
francescomani authored
-
- 18 May, 2021 1 commit
-
-
francescomani authored
-
- 30 Apr, 2021 1 commit
-
-
francescomani authored
-
- 15 Apr, 2021 1 commit
-
-
rmagueta authored
-
- 14 Apr, 2021 1 commit
-
-
francescomani authored
-
- 09 Apr, 2021 1 commit
-
-
francescomani authored
-
- 08 Apr, 2021 1 commit
-
-
francescomani authored
-
- 05 Apr, 2021 1 commit
-
-
francescomani authored
-
- 04 Apr, 2021 1 commit
-
-
Raymond Knopp authored
UE Configuration after SIB1 ok, RAR configuraiton/reception ok, Msg3 transmission / reception ok, CU fails when needing to at SRB1
-
- 31 Mar, 2021 1 commit
-
-
rmagueta authored
-
- 30 Mar, 2021 2 commits
-
-
francescomani authored
-
Raymond Knopp authored
-
- 25 Mar, 2021 1 commit
-
-
francescomani authored
-
- 09 Feb, 2021 1 commit
-
-
luis_pereira87 authored
-
- 20 Jan, 2021 1 commit
-
-
cig authored
- new data structure RAR_grant_t to handle RAR grant - new common ul scheduler function - new common ul pdu configuration function handling ul grants - new function to fill ul_config_request - moved pdu configuration code from process dci function - merged procedures for Msg3 and PUSCH together in nr_ue_scheduler - the same functions are now handling both PUSCH and Msg3 - relying on ul_config (no more RA Msg3 frame and slot storage) - done some cleanup and logging in the process
-
- 15 Jan, 2021 4 commits
-
-
cig authored
-
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
-
cig authored
- related to section 5 of 3GPP TS 38.321 specs - handling of RA failure - handling of RA completion - first implementation of contention-based RA procedures - minor fixes related to ue_get_rach and init_ra functions
-
cig authored
- RA preamble power computation review - RSRP review - PCmax computation - Pathloss computation - cleanup of reference to LTE - minor fixes
-
- 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
-
- 27 Dec, 2020 2 commits
-
-
cig authored
- Moved code for SSB to RACH mapping config to new function - Moved RA preambles configuration routine to new function - Removed irrelevant arguments to nr_get_prach_resources - turned some struct members and local vars into global vars - added checks on the RA Type as per TS 38.321 clause 5.1.1 - minor cleanups - currently only 4-step RA is available
-
cig authored
- fetching configuration from RRC - removed hardcoded params (e.g. bwp_id) - added BWP Id members to MAC instance - introduced offsetToCarrier
-
- 07 Dec, 2020 1 commit
-
-
rmagueta authored
nr_rrc_ue_decode_NR_SIB1_Message call was deleted from the PHY. It was used the UE FAPI interface to signal this to the MAC, who was send it to the RRC.
-
- 19 Nov, 2020 1 commit
-
-
rmagueta authored
-
- 13 Nov, 2020 1 commit
-
-
Thomas Schlichter authored
-
- 27 Oct, 2020 1 commit
-
-
Mario Hudon authored
-
- 22 Oct, 2020 1 commit
-
-
Mario Hudon authored
-
- 19 Oct, 2020 1 commit
-
-
Shweta Shrivastava authored
-
- 17 Oct, 2020 1 commit
-
-
rmagueta authored
Get type0_PDCCH_CSS_config parameters at the gNB. SIB1 initialization has been added at SI initialization. SIB1 was transmitted with static parameters.
-
- 12 Oct, 2020 1 commit
-
-
Mahesh K authored
This commit contains work done by Eurecom and by Benetel.
-
- 22 Sep, 2020 1 commit
-
-
Shweta Shrivastava authored
-
- 08 Sep, 2020 2 commits
-
-
Mario Hudon authored
- Added support for FR1 in RO selection -RACH preamble selected according to the chosen RO
-
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
-
- 04 Sep, 2020 3 commits
-
-
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
- extraction of resource allocation from Msg2 - configuration of Msg3 PDU - Msg3 scheduling - MAC/PHY interface adaptations
-
- 06 Aug, 2020 1 commit
-
-