Skip to content

Fix data transmission in "do-ra" mode

Thomas Schlichter requested to merge fix_do_ra_data into develop

UL and DL Traffic works now in do-ra mode, but there are still some PUCCH issues remaining. These issues are harming the acknowledgement of DL packets, and thus leading to unnecessary retransmissions. The relevant warnings at UE are:

PUCCH Invalid pucch resource indicator: at line 1082 in function select_pucch_resource of file openair1/SCHED_NR_UE/pucch_uci_ue_nr.c

and

PUCCH Error for number of bits for acknowledgment : at line 909 in function get_downlink_ack of file openair1/SCHED_NR_UE/pucch_uci_ue_nr.c

Note: UE needs rbconfig.raw and reconfig.raw files from the currently running gNB, as the C-RNTI is random and different for each run.

Edited by Remi Hardy

Merge request reports