- 09 Feb, 2022 4 commits
-
-
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).
-
Melissa Elkadi authored
Several of these changes were made previously and lost in the merge.
-
Melissa Elkadi authored
This now matches the develop branch as well.
-
Melissa Elkadi authored
We should be setting the queued UCI indication slot based on the SCHEDULED slot, not the current slot.
-
- 08 Feb, 2022 9 commits
-
-
Melissa authored
Added NR to NUM_MCS for nr channel modeling. See merge request aburger/openairinterface5g!109
-
Melissa authored
Removed strange characters in the first line. See merge request aburger/openairinterface5g!108
-
Melissa authored
Added logs for timing analysis. See merge request aburger/openairinterface5g!106
-
Melissa authored
Downlink SISO modeling See merge request aburger/openairinterface5g!104
-
Melissa Elkadi authored
-
Melissa Elkadi authored
-
Melissa Elkadi authored
It seems that the RA procedure in the gNB was modified so the RAR is sent in a single tx_data_req. The emualted mode was not previously handling this. We now only process the PDU in the rx_ind that has a matching preamble. If any other PDUs exist, we ignore them and only build Msg3 based on this single matching RAR PDU. Also, two bug fixes applied here in the emulate-l1 mode.
-
Melissa Elkadi authored
-
Robert Schmidt authored
integration_2022_wk06 See merge request oai/openairinterface5g!1433
-
- 07 Feb, 2022 7 commits
-
-
Melissa Elkadi authored
This struct is used to store the uplink 5G nFAPI messages between the proxy and the gNB MAC layer. The original OAI implementation utilizes a similarly named variable (UL_info) to store the uplink 5G nFAPI messages between the PHY and MAC layer. This commit will utilize the original UL_info variable prior to calling the handle functions. These changes allow us to make minimal changes to the nFAPI handle functions and modifies the NR_UL_Indication parent function instead.
-
Robert Schmidt authored
Merge remote-tracking branch 'origin/lte-ue-fix-EpsNetworkFeatureSupport' into integration_2022_wk06
-
Robert Schmidt authored
-
Robert Schmidt authored
Integration 2022 wk05 b See merge request oai/openairinterface5g!1430
-
Robert Schmidt authored
-
Robert Schmidt authored
-
francescomani authored
-
- 05 Feb, 2022 1 commit
-
-
Robert Schmidt authored
This partially reverts commit bac8bc56 and fixes nr_dlschsim, which did not compile without this commit.
-
- 04 Feb, 2022 7 commits
-
-
hardy authored
-
Robert Schmidt authored
-
Robert Schmidt authored
-
Robert Schmidt authored
-
Robert Schmidt authored
-
Robert Schmidt authored
-
Cedric Roux authored
We have to eat all the bytes, not only one. We have to get the bit we want from the right buffer position. Note: only one bit is supported from this "EPS network feature support", not sure how to properly deal with it, so let's keep the code as it is. This commit was made because the MAGMA MME sends "EPS network feature support" to the UE in the NAS message "Attach Accept". OAI MME does not send this. So the bug about size was not seen.
-
- 02 Feb, 2022 5 commits
-
-
Robert Schmidt authored
-
francescomani authored
-
Raphael Defosseux authored
Signed-off-by: Raphael Defosseux <raphael.defosseux@eurecom.fr>
-
Robert Schmidt authored
integration_2022_wk05 See merge request oai/openairinterface5g!1427
-
Robert Schmidt authored
-
- 01 Feb, 2022 7 commits
-
-
hardy authored
-
Melissa Elkadi authored
-
Melissa authored
-
Melissa authored
-
Melissa authored
-
Robert Schmidt authored
-
Robert Schmidt authored
-