An error occurred fetching the project authors.
- 15 Mar, 2023 3 commits
-
-
Thomas Schlichter authored
-
francescomani authored
-
francescomani authored
-
- 09 Mar, 2023 1 commit
-
-
Thomas Schlichter authored
-
- 23 Feb, 2023 4 commits
-
-
francescomani authored
-
francescomani authored
-
francescomani authored
-
francescomani authored
-
- 27 Dec, 2022 1 commit
-
-
francescomani authored
-
- 15 Dec, 2022 1 commit
-
-
francescomani authored
-
- 18 Oct, 2022 1 commit
-
-
Melissa Elkadi authored
This commit provides CSI reporting support which is required for MIMO. It also updates the configuration files, provides sample BLER simualtion files for packet dropping in the MIMO 2x2 case. It also includes the hooks and functions (e.g., updating UCI2_3_4 PDU field) for MIMO 2x2 support. This commit will not include any channel abstraction code or modelling.
-
- 04 Aug, 2022 1 commit
-
-
Sagar Parsawar authored
-
- 10 Jun, 2022 1 commit
-
-
Roberto Louro Magueta authored
-
- 30 May, 2022 1 commit
-
-
Roberto Louro Magueta authored
-
- 19 May, 2022 1 commit
-
-
Roberto Louro Magueta authored
-
- 22 Apr, 2022 1 commit
-
-
Robert Schmidt authored
-
- 16 Apr, 2022 1 commit
-
-
francescomani authored
-
- 13 Apr, 2022 1 commit
-
-
rmagueta authored
-
- 11 Apr, 2022 1 commit
-
-
Laurent THOMAS authored
-
- 24 Mar, 2022 2 commits
-
-
Robert Schmidt authored
-
Laurent THOMAS authored
-
- 14 Feb, 2022 2 commits
-
-
Melissa Elkadi authored
-
Melissa Elkadi authored
-
- 09 Feb, 2022 1 commit
-
-
Melissa Elkadi authored
We have gotten rid of filling the ACK/NACK with the DLSCH and now only fill with the PUCCH. This assumes that the MAC layer is properly decoding the dl_tti_req and tx_data_req and allows us to simply use the MAC layers scheduled SNF/Slot to return the ACK NACK. There are some hacks added in this commit which ensure that the PDCP packet has the correct header (1st byte = 80) and now with 15Mbps we are seeing about 20% packet loss and a gNB bug on the edge case (current frame is 1023 and the gNB schduler wants an ACK in frame 0 but the scheduled UL_TTI_REQ has a frame of 1023).
-
- 08 Feb, 2022 2 commits
-
-
Melissa authored
Downlink SISO modeling See merge request aburger/openairinterface5g!104
-
Melissa Elkadi authored
-
- 12 Nov, 2021 1 commit
-
-
matzakos authored
-
- 08 Nov, 2021 1 commit
-
-
Melissa Elkadi authored
The following was changed in this commit: - A new struct in the mac instance was created for all emulated L1 fields. - NR UE RRC state bug was fixed - Checking the RAR rnti based on the MAC instance ra.ra_rnti and not hardcoding to 0x10b - Modified the name of the new emulate_l2 flag to make sense: emulate_l1
-
- 23 Aug, 2021 1 commit
-
-
mjoang authored
1. Move NR_LONG_BSR_TABLE and NR_SHORT_BSR_TABLE to nr_mac_common.c 2. Change nr_rlc_mac_config_req_ue_logicalChannelBearer to nr_rrc_mac_config_req_ue_logicalChannelBearer.
-
- 16 Aug, 2021 1 commit
-
-
mjoang authored
-
- 13 Apr, 2021 1 commit
-
-
francescomani authored
-
- 02 Apr, 2021 1 commit
-
-
francescomani authored
-
- 30 Mar, 2021 1 commit
-
-
Robert Schmidt authored
-
- 24 Mar, 2021 1 commit
-
-
Raymond Knopp authored
-
- 04 Mar, 2021 2 commits
-
-
francescomani authored
-
francescomani authored
reworking of MAC functions to schedule SSBs, including VRB map occupation and get_type0_PDCCH_CSS_config_parameters
-
- 01 Mar, 2021 1 commit
-
-
rmagueta authored
-
- 07 Feb, 2021 2 commits
-
-
ChiehChun authored
-
Raymond Knopp authored
-
- 15 Jan, 2021 1 commit
-
-
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
-