- 19 Jul, 2024 10 commits
-
-
Thomas Schlichter authored
-
Thomas Schlichter authored
-
Thomas Schlichter authored
sched_ul_bytes is reduced already in case the last HARQ round fails through handle_nr_ul_harq() -> abort_nr_ul_harq(). Therefore, the reduction in nr_rx_sdu() is wrong, and btw. it wrongly assumes the max. UL HARQ rounds to 4. So simply remove this peace of code in nr_rx_sdu().
-
Thomas Schlichter authored
sched_ul_bytes tracks the volume of in-flight data. When data is successfully received, sched_ul_bytes is decreased in nr_rx_sdu(). In case of reusing HARQ processes, the tb_size stored there is not correct. Therefore use the actual SDU size instead.
-
Thomas Schlichter authored
-
Thomas Schlichter authored
-
Thomas Schlichter authored
-
Thomas Schlichter authored
-
Thomas Schlichter authored
-
Thomas Schlichter authored
gNB: add config file option "disable_harq" and set pdsch_servingcellconfig->ext3->downlinkHARQ_FeedbackDisabled_r17 accordingly
-
- 15 Jul, 2024 2 commits
-
-
Thomas Schlichter authored
-
Robert Schmidt authored
Integration: `2024.w28` See merge request oai/openairinterface5g!2856 * !2847 UE setting wrong frequency in 5G rfsimulator SA test * !2850 NR UE MAC DCI 00 BWP handling * !2852 \[E2 agent\] Move UE RRC_CONNECTED state signaling * !2851 Minor code cleanup and fixes * !2842 UE assertion for msg1_SubcarrierSpacing in RA * !2831 PUSCH power control state * !2838 NR UE UL FAPI PDU length fix * !2723 add initial NTN support for NR UE * !2764 Adding 7.2 containerfiles and docker-compose * !2827 Increase RX_DATA.indication PDU Length to 32 bits
-
- 13 Jul, 2024 11 commits
-
-
Robert Schmidt authored
Correct the array by taking out a verification entry in the verification array that led to runtime error Assertion (numparams == (sizeof(cmdline_CheckParams)/sizeof(*(cmdline_CheckParams)))) failed! In get_common_options() /home/richie/openairinterface5g/executables/softmodem-common.c:109 Error in arrays size (41!=42)
-
Robert Schmidt authored
-
Robert Schmidt authored
-
Robert Schmidt authored
-
Raphael Defosseux authored
Signed-off-by: Raphael Defosseux <raphael.defosseux@eurecom.fr>
-
arora authored
- adding information related to 7.2 images - correcting typos and syntax
-
arora authored
-
arora authored
- Add docker-compose.yml - Write additional documentation
-
arora authored
Co-authored-by: Raphael Defosseux <raphael.defosseux@eurecom.fr>
-
arora authored
- Add dedicated target docker files for 7.2, both RHEL and Ubuntu - in existing dockerfiles, update to also build E2 SMs - for UBI images, only the entitlements are necessary, the rest can be omitted (it is superfluous) Signed-off-by: arora <sagar.arora@eurecom.fr> Co-authored-by: Raphael Defosseux <raphael.defosseux@eurecom.fr>
-
Thomas Schlichter authored
-
- 12 Jul, 2024 9 commits
-
-
Rúben Soares Silva authored
Add check in lcid_crnti_lookahead to ensure subtraction to pdu_len doesn't cause an underflow
-
Jaroslava Fiedlerova authored
-
Jaroslava Fiedlerova authored
-
Jaroslava Fiedlerova authored
-
Raphael Defosseux authored
Signed-off-by: Raphael Defosseux <raphael.defosseux@eurecom.fr>
-
Jaroslava Fiedlerova authored
-
Jaroslava Fiedlerova authored
-
Jaroslava Fiedlerova authored
-
Jaroslava Fiedlerova authored
-
- 11 Jul, 2024 8 commits
-
-
Rúben Soares Silva authored
-
Rúben Soares Silva authored
-
Rúben Soares Silva authored
-
Bartosz Podrygajlo authored
-
Bartosz Podrygajlo authored
-
Bartosz Podrygajlo authored
-
Thomas Schlichter authored
rfsimulator: use ceil() to calculate the integer number of chan_offset samples from the prop_delay_ms The actual propagation delay should not be smaller than the one specified. A too short propagation delay might result in too early reception of Msg1, and with that in a mis-detection of the RAPID.
-
Thomas Schlichter authored
Until commit d74b2bd1, the PSS detection step size was 4, anyways. The PSS detection step size is a compromise between detection duration and accuracy. The most accurate detection step size would be 1, but this would lead to even longer initial sync time.
-