An error occurred fetching the project authors.
- 13 Jul, 2021 1 commit
-
-
Thomas Schlichter authored
I have to revert this to be consistent with the OAI gNB. But I think it is wrong to take the BWPSize from scc or scc_SIB, and the BWPStart from DLbwp[0].
-
- 22 Jun, 2021 1 commit
-
-
rmagueta authored
-
- 05 Jun, 2021 1 commit
-
-
rmagueta authored
-
- 17 May, 2021 1 commit
-
-
rmagueta authored
-
- 12 May, 2021 1 commit
-
-
rmagueta authored
-
- 06 May, 2021 2 commits
-
-
Thomas Schlichter authored
-
francescomani authored
-
- 30 Apr, 2021 1 commit
-
-
rmagueta authored
-
- 28 Apr, 2021 1 commit
-
-
rmagueta authored
-
- 27 Apr, 2021 1 commit
-
-
rmagueta authored
-
- 23 Apr, 2021 3 commits
-
-
rmagueta authored
-
rmagueta authored
-
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.
-
- 19 Apr, 2021 1 commit
-
-
francescomani authored
-
- 17 Apr, 2021 1 commit
-
-
Raymond Knopp authored
corrections in PUCCH handling for dedicated configuration on initialBWP. first transmission handling for DL harq processes at UE.
-
- 16 Apr, 2021 1 commit
-
-
Raymond Knopp authored
-
- 08 Apr, 2021 4 commits
-
-
rmagueta authored
-
Raymond Knopp authored
-
francescomani authored
-
Raymond Knopp authored
added call to NAS for RRCSetupComplete message in UE. other minor modification in gNB/UE scheduling for SA
-
- 07 Apr, 2021 2 commits
-
-
luis_pereira87 authored
-
luis_pereira87 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 2 commits
- 30 Mar, 2021 3 commits
-
-
Raymond Knopp authored
-
Robert Schmidt authored
-
Raymond Knopp authored
-
- 29 Mar, 2021 2 commits
- 27 Mar, 2021 1 commit
-
-
rmagueta authored
-
- 26 Mar, 2021 1 commit
-
-
rmagueta authored
-
- 25 Mar, 2021 1 commit
-
-
rmagueta authored
-
- 19 Mar, 2021 1 commit
-
-
Thomas Schlichter authored
In case of false positive PDSCH CRC check, a random MAC PDU is processed. Currently pdu_len is unsigned 16 Bit, so we did break out of the processing loop only if we _exactly_ hit a residual pdu_len of 0, or we hit a LCID of DL_SCH_LCID_PADDING. If we didn't hit either of these, pdu_len wrapped to a very positive value, and we continued processing the PDU even beyond its bounds! This behavior was observed with SNR 1 dB and MCS 9. So better make pdu_len signed and break out of the loop after processing at max. pdu_len Bytes!
-
- 17 Mar, 2021 1 commit
-
-
francescomani authored
-
- 12 Mar, 2021 2 commits
- 09 Mar, 2021 2 commits
- 05 Mar, 2021 1 commit
-
-
francescomani authored
-