- 07 Sep, 2023 12 commits
-
-
sumit authored
-
Thomas Schlichter authored
-
Thomas Schlichter authored
-
Thomas Schlichter authored
-
Parminder Singh authored
- with no-harq flag same harq ID can be reused for a new transmission. - NO retransmission of unsuccessful transmissions with this flag. - Each time NDI is flipped to ensure new data for transmission. - UE will also not send any ACK for DL.
-
Thomas Schlichter authored
-
Thomas Schlichter authored
-
Bo Zhao authored
-
Bo Zhao authored
-
Bo Zhao authored
example for simulating 120ms one-way delay: gNB: -P 7372800 --gnb_k2 480 --ul_sched_f 64 UE: -P 7372800 -A 14745600 --ue_slot_Rx_Tx 480 --ue_k2 480
-
Bo Zhao authored
- Add CL options for additional DURATION_RX_TO_TX and k2 value at UE, additional k2 at gNB - Apply additional DURATION_RX_TO_TX at UE - Apply the additional k2 at UE for scheduled msg3 by RAR and scheduled UL transmission by DCL. Re-compute the next Tx frame number - Apply the additional k2 at gNB for scheduled msg3 and scheduled UL transmission. Re-compute the next Tx frame number - Increase the RA window counter for reception of RAR - Fix the data type for larger slot number in function get_samples_slot_timestamp - Example for a one-way delay of 120ms: run gNB with "-P 7372800 --gnb_k2 480", run UE with "-P 7372800 -A 14745600 --ue_slot_Rx_Tx 480 --ue_k2 480"
-
Bo Zhao authored
-
- 30 Aug, 2023 1 commit
-
-
Robert Schmidt authored
integration_2023_w34 See merge request oai/openairinterface5g!2316 * !2283 going back to sync mode when cell is barred in MIB * !2290 fix gtp delete. we should not delete all bearer in case of dedicaded bearer release * !2299 fix-mem-overflow_64qam * !2288 NR UE avoid crashes upon renewal of SIB1 * !2279 web server enhancement and doc link fix * !2302 Tutorials: update links for Open Cells SIM Card programming tool and Ubuntu 22.04 LTS * !2303 NR gNB limit on PUCCH bits to be scheduled * !2207 Use F1 internally: UE Context Modification Required * !2315 Fix LCID to RB association, allow more than 8 LCIDs in the UE
-
- 29 Aug, 2023 3 commits
-
-
Robert Schmidt authored
Merge remote-tracking branch 'origin/fix-lcid2rb-index-error-and-missing-lcid-greater-than-8' into integration_2023_w34
-
Laurent THOMAS authored
-
Robert Schmidt authored
-
- 27 Aug, 2023 1 commit
-
-
Robert Schmidt authored
-
- 24 Aug, 2023 7 commits
-
-
Robert Schmidt authored
-
Robert Schmidt authored
-
Robert Schmidt authored
-
Robert Schmidt authored
-
Robert Schmidt authored
-
Robert Schmidt authored
-
frtabu authored
-
- 23 Aug, 2023 4 commits
-
-
francescomani authored
-
francescomani authored
-
Laurent THOMAS authored
fix the 64QAM modulator case, that process 192 bits per iteration, then 24 bits per iteration of the tail bits, then added the last two symboles processing (no odd number of symbols case)
-
luis_pereira87 authored
-
- 22 Aug, 2023 1 commit
-
-
Robert Schmidt authored
integration_2023_w33 See merge request oai/openairinterface5g!2300 * !2247 Fix cppcheck warnings related to nullPointerArithmeticRedundantCheck * !2250 Fix cppcheck warnings related to negativeIndex * !2281 avoid NR UE stalling if SIB not decoded * !2273 NR_UE: fix limited UL data throughput in do-ra mode * !2295 hack: see Bye. message when quitting gnb running with aw2s * !2298 mapping LCID to RBID to index RLC entities * !2267 Make read-only global variables const, additional fixes * !2297 nr rlc: change retx logic * !2230 Readme correction * Lower scheduler PF averaging constant
-
- 21 Aug, 2023 2 commits
-
-
Robert Schmidt authored
This time constant plays a major role in how long a UE has to wait maximally before it might be scheduled. For instance, if a UE had a lot of traffic, the average traffic will be high, pushing the PF coefficient down. If another UE with no traffic in the past becomes active with heavy traffic, the first UE might not be scheduled for an extended period of time. In the AW2S-Amarisoft UE CI test pipeline, we sometimes see that the maximum number of RLC retransmissions was reached. While this might not be the (only) cause, scheduling a UE more often might prevent such situations, and we saw an improved stability.
-
Robert Schmidt authored
-
- 18 Aug, 2023 9 commits
-
-
Robert Schmidt authored
-
Robert Schmidt authored
-
Robert Schmidt authored
Merge remote-tracking branch 'origin/remove-rw-globals-that-are-not-written' into integration_2023_w33
-
francescomani authored
-
Laurent THOMAS authored
- Global variables that are never written to are marked const - Remove some EXTERN declaration - Remove unused `log_mem_multi` from logging module
-
Robert Schmidt authored
-
Robert Schmidt authored
-
Robert Schmidt authored
Merge remote-tracking branch 'origin/avoid_NR_UE_stall_if_SIB1_not_decoded' into integration_2023_w33
-
Robert Schmidt authored
-