An error occurred fetching the project authors.
- 13 Jul, 2021 1 commit
-
-
Fang-WANG authored
-
- 07 Jul, 2021 1 commit
-
-
Fang-WANG authored
-
- 12 May, 2021 1 commit
-
-
rmagueta authored
-
- 06 May, 2021 1 commit
-
-
francescomani authored
-
- 26 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.
-
- 13 Apr, 2021 2 commits
-
-
Laurent THOMAS authored
-
Sakthivel Velumani authored
-
- 08 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
-
-
Raymond Knopp authored
-
- 30 Mar, 2021 1 commit
-
-
rmagueta authored
-
- 19 Mar, 2021 2 commits
-
-
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!
-
Sakthivel Velumani authored
-
- 17 Mar, 2021 1 commit
-
-
Sakthivel Velumani authored
1.Changes to support multi slot parallel processing 2.Changes to run rfsimulator without multi-threading
-
- 16 Mar, 2021 1 commit
-
-
Sakthivel Velumani authored
This reverts commit 85e1c34c.
-
- 15 Mar, 2021 1 commit
-
-
Sakthivel Velumani authored
Created separate job for PDSCH processing so that its exectued in the right order in rfsimulator mode.
-
- 13 Mar, 2021 1 commit
-
-
rmagueta authored
-
- 12 Mar, 2021 3 commits
-
-
Sakthivel Velumani authored
1. RX PBCH slot n 2. RX PDCCH slot n 3. Start TX PUSCH in parallel for slot n+6 4. RX PDSCH slot n 5. Join PUSCH 6. TX PUCCH slot n+6
-
rmagueta authored
-
rmagueta authored
-
- 11 Mar, 2021 1 commit
-
-
Sakthivel Velumani authored
when signal quality drops. when cmd line option used ue goes back to sync mode
-
- 08 Mar, 2021 1 commit
-
-
cig authored
- pathloss, RSSI, RSRP and Noise measurements have been reviewed and wrong implementation has been fixed - referenceSignalPower type in the FAPI struct has been changed to int has its range include negative values
-
- 05 Mar, 2021 1 commit
-
-
Thomas Schlichter authored
-
- 03 Mar, 2021 1 commit
-
-
Thomas Schlichter authored
In FDD mode, the UE_mode switches to PUSCH mode before the initial TA value was applied. Because of this, the ta_command was misinterpreted. Fix this by adding 31 to the initial TA comamnd and handle it the same as TA updates.
-
- 18 Feb, 2021 1 commit
-
-
Mahesh authored
-
- 11 Feb, 2021 2 commits
-
-
cig authored
- made hardcoded constants explicit - made the code more readable according to OAI coding style guidelines - fixed some formatting and logging
-
Thomas Schlichter authored
scaling with 2^mu is already part of 'bw_scaling', so don't do it twice! Also simplify the computation in get_bw_scaling() by using a one-line computation instead of a switch-case table.
-
- 08 Feb, 2021 1 commit
-
-
rmagueta authored
-
- 01 Feb, 2021 3 commits
-
-
Khodr Saaifan authored
clean up nr_dlsch_demodulation, solve bug in nr_rb_extract to consider data/dmrs multiplexing/no data, and remove ra_pdsch hack in phy_procedures_nr_ue
-
Khodr Saaifan authored
-
Khodr Saaifan authored
-
- 29 Jan, 2021 1 commit
-
-
cig authored
- bugfix in nr_ue_dci_configuration - cleanup of irrelevant RA-related data structure members in UE - moved msg1 init condition to MAC - minor fixes concerning init_ra function
-
- 25 Jan, 2021 1 commit
-
-
Thomas Schlichter authored
-
- 22 Jan, 2021 1 commit
-
-
Thomas Schlichter authored
-
- 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 1 commit
-
-
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
-