An error occurred fetching the project authors.
- 07 Dec, 2021 1 commit
-
-
luis_pereira87 authored
Fix Msg4 segmentation fault when UE_id is invalid and reset ul_failure when UE reconnects using C-RNTI
-
- 06 Oct, 2021 1 commit
-
-
francescomani authored
-
- 27 Sep, 2021 1 commit
-
-
francescomani authored
-
- 16 Sep, 2021 1 commit
-
-
francescomani authored
-
- 04 Sep, 2021 1 commit
-
-
Eurecom authored
-
- 13 Aug, 2021 1 commit
-
-
Eurecom authored
-
- 13 Jul, 2021 1 commit
-
-
rmagueta authored
-
- 05 Jul, 2021 3 commits
-
-
francescomani authored
This reverts commit b38cc832.
-
francescomani authored
-
francescomani authored
-
- 02 Jul, 2021 1 commit
-
-
francescomani authored
-
- 21 Jun, 2021 1 commit
-
-
Laurent THOMAS authored
-
- 21 May, 2021 1 commit
-
-
francescomani authored
-
- 18 May, 2021 1 commit
-
-
francescomani authored
-
- 12 May, 2021 1 commit
-
-
rmagueta authored
-
- 10 May, 2021 1 commit
-
-
Mahesh authored
-
- 06 May, 2021 1 commit
-
-
francescomani authored
-
- 30 Apr, 2021 1 commit
-
-
francescomani authored
-
- 23 Apr, 2021 2 commits
-
-
Raghavendra Dinavahi authored
- Procedure get_l_prime is modified - Single and double symbol DMRS are handled in Type A and Type B
-
Raghavendra Dinavahi authored
Procedure fill_dmrs_mask is modified. - PDSCH Mapping Type B is supported - Modified according to sections 5.1.6.2 of Spec 38.214 - Single and double symbol DMRS are handled in Type A and Type B Mapping type according to the time domain allocation from DCI should be used to get the values of DMRS config For sending sib1 - DCI FORMAT 1_0 will be used with SI_RNTI, UE should perform these actions according to sections 5.1.6.2 of Spec 38.214 Additional DMRS set to pos2 in case of msg2 reception, msg3 transmission. Mapping type B is added to RRC reconfig. - nr_dlsim updated to test typeA and typeB. Verified the changes. - RFSIM Validation of PDSCH Mapping TypeB by changing timedomainallocation in configuration files.
-
- 14 Apr, 2021 1 commit
-
-
francescomani authored
-
- 09 Apr, 2021 2 commits
-
-
Sakthivel Velumani authored
It is sufficient to pass l_d directly to the function but considering future extension to mapping type B, this way makes more sense.
-
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
-
- 02 Apr, 2021 1 commit
-
-
francescomani authored
-
- 30 Mar, 2021 1 commit
-
-
Raymond Knopp authored
-
- 09 Mar, 2021 1 commit
-
-
Thomas Schlichter authored
-
- 05 Mar, 2021 2 commits
-
-
Thomas Schlichter authored
-
francescomani authored
-
- 04 Mar, 2021 1 commit
-
-
francescomani authored
reworking of MAC functions to schedule SSBs, including VRB map occupation and get_type0_PDCCH_CSS_config_parameters
-
- 03 Mar, 2021 1 commit
-
-
Thomas Schlichter authored
-
- 01 Mar, 2021 1 commit
-
-
Sakthivel Velumani authored
It is sufficient to pass l_d directly to the function but considering future extension to mapping type B, this way makes more sense.
-
- 26 Feb, 2021 1 commit
-
-
Francesco Mani authored
-
- 07 Feb, 2021 1 commit
-
-
Robert Schmidt authored
-
- 01 Feb, 2021 1 commit
-
-
cig authored
- temporary solution since scheduler does not support FDD - modified is_NR_UL_slot to return always 1 when is FDD mode - this is necessary because currently the scheduler assumes that is TDD and tdd_UL_DL_ConfigurationCommon is always initialied
-
- 20 Jan, 2021 1 commit
-
-
rmagueta authored
-
- 18 Jan, 2021 1 commit
-
-
rmagueta authored
-
- 15 Jan, 2021 3 commits
-
-
cig authored
- this return whether the transform precoder is enabled or not - redundant configuration code has been migrated to the new function - get_transformPrecoding is a common MAC function used already @ UE side, can be adopted by gNB 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
-