An error occurred fetching the project authors.
- 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
- now transmitting resetting Msg3 slot and frame to -1 after transmission - cleanup in Msg3 scheduling - checked Msg3 pdu configuration against the 3GPP specs
-
cig authored
- new data struct is RA_config_t - all RA-related members have been moved to the new struct - static variables have been migrated too
-
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
-
- 11 Jan, 2021 1 commit
-
-
cig authored
-
- 27 Dec, 2020 5 commits
-
-
cig authored
- review/cleanup of commented out descriptions - logging - indentation - spacing - typos - cleanup of unused RA_tx_frame, RA_tx_slot members
-
cig authored
- moved init code to new function init_RA - moved relevant variables from MAC to prach_resources - cleanup of unused struct members - other minor fixes
-
cig authored
- according to clause 7.1.1. of TS 38.213
-
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
-
- 09 Dec, 2020 1 commit
-
-
Francesco Mani authored
-
- 30 Nov, 2020 1 commit
-
-
Francesco Mani authored
-
- 23 Nov, 2020 1 commit
-
-
Francesco Mani authored
-
- 19 Nov, 2020 1 commit
-
-
rmagueta authored
-
- 10 Nov, 2020 1 commit
-
-
Florian Kaltenberger authored
-
- 03 Nov, 2020 1 commit
-
-
rmagueta authored
-
- 28 Oct, 2020 1 commit
-
-
rmagueta authored
-
- 21 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.
-
- 15 Oct, 2020 1 commit
-
-
rmagueta authored
MIB NR: pdcch_ConfigSIB1 selection and fill using the configuration file, and using a dynamic method.
-
- 10 Sep, 2020 1 commit
-
-
Hongzhi Wang authored
-
- 04 Sep, 2020 3 commits
-
-
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
- extraction of resource allocation from Msg2 - configuration of Msg3 PDU - Msg3 scheduling - MAC/PHY interface adaptations
-
- 06 Aug, 2020 1 commit
-
-
- 25 Jul, 2020 1 commit
-
-
cig authored
-
- 02 Jul, 2020 1 commit
-
-
cig authored
- Msg2 scheduler used for testing purposes was removed - Now the UE tries to DCI 1_0 scrambled with RA_RNTI in the RA window - If no RAPID is found within the RA window, instructs PHY to TX PRACH
-
- 13 May, 2020 1 commit
-
-
- 12 May, 2020 3 commits
- 24 Apr, 2020 1 commit
-
-
cig authored
- get preamble from rach_ConfigDedicated in contention free mode - do preamble selection only in prach slot
-
- 23 Apr, 2020 1 commit
-
-
cig authored
- get preamble from rach_ConfigDedicated in contention free mode - do preamble selection only in prach slot
-
- 07 Apr, 2020 1 commit
-
-
Sakthivel Velumani authored
-
- 15 Mar, 2020 1 commit
-
-
Raymond Knopp authored
-
- 07 Mar, 2020 1 commit
-
-
Raymond Knopp authored
-
- 27 Feb, 2020 1 commit
-
-
cig authored
- using NR RACH config common from scc - fixed return type RA preamble target power functions - retrieving PRACH format from PRACH resources
-
- 18 Feb, 2020 1 commit
-
-
cig authored
-
- 10 Feb, 2020 1 commit
-
-
cig authored
-