An error occurred fetching the project authors.
- 17 Aug, 2021 1 commit
-
-
mjoang authored
1. Add nr_ue_init_mac() to initialize the fields in nr_mac instance. 2. Fix bug on handling padding BSR.
-
- 16 Aug, 2021 2 commits
- 05 Aug, 2021 3 commits
-
-
Laurent THOMAS authored
-
Thomas Schlichter authored
In case no MAC CE needs to be transmitted and we filled the buffer with SDUs from RLC, we missed to add padding for the last 3 bytes.
-
Laurent THOMAS authored
-
- 04 Aug, 2021 5 commits
-
-
cig authored
-
cig authored
- takes in input MAC instance - uses a mac ce struct - minor fixes
-
cig authored
- removed code from outside this function - generate random padding in RFSIM mode - generate 0 padding in real-time - padding is generated either to complete the PDU or to transmit a new one when no data from RLC was fetched
-
cig authored
- set constant variables to const
-
cig authored
- included MAC CE sub-PDUs size in the computation of RLC data to transmit this fixes the error with residual mac pdu appearing at gNB side when transmitting higher amount of data - got rid of the nr_generate_ulsch_pdu and moved the relevant UL-SCH MAC PDU generation procedure within the nr_ue_get_sdu and nr_ue_get_rach - reduced memcpy calls and unnecessary memory allocations - fetching RLC data and SDU size from the mac_rlc_data_req, removed the call to mac_rlc_get_buffer_occupancy_ind - introduced a new function to generate the MAC CEs sub-PDUs - removed unnecessary function input parameters - minor fixes and cleanup - enhanced logging
-
- 02 Aug, 2021 1 commit
-
-
francescomani authored
-
- 26 Jul, 2021 1 commit
-
-
francescomani authored
-
- 12 Jul, 2021 1 commit
-
-
francescomani authored
-
- 10 Jul, 2021 1 commit
-
-
francescomani authored
-
- 05 Jul, 2021 1 commit
-
-
francescomani authored
-
- 23 Jun, 2021 2 commits
-
-
Laurent THOMAS authored
dirty fixes that fix the UL malformed packets (detected in wireshark), and also internally memory corrpution
-
luis_pereira87 authored
-
- 21 Jun, 2021 4 commits
-
-
Laurent THOMAS authored
-
rmagueta authored
-
Laurent THOMAS authored
-
Laurent THOMAS authored
-
- 11 Jun, 2021 1 commit
-
-
francescomani authored
-
- 05 Jun, 2021 1 commit
-
-
rmagueta authored
-
- 24 May, 2021 1 commit
-
-
francescomani authored
-
- 19 May, 2021 1 commit
-
-
francescomani authored
-
- 18 May, 2021 1 commit
-
-
francescomani authored
-
- 17 May, 2021 2 commits
- 12 May, 2021 1 commit
-
-
rmagueta authored
-
- 11 May, 2021 1 commit
-
-
rmagueta authored
-
- 06 May, 2021 2 commits
-
-
francescomani authored
-
francescomani authored
-
- 04 May, 2021 1 commit
-
-
rmagueta authored
-
- 03 May, 2021 1 commit
-
-
rmagueta authored
-
- 30 Apr, 2021 1 commit
-
-
Laurent THOMAS authored
-
- 23 Apr, 2021 4 commits
-
-
rmagueta authored
-
rmagueta authored
-
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.
-