You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Andre Puschmann 849ad2655c fix creation of malformed RLC AM status PDU
the issue was caused by an unneeded length check during the
assembly of the status PDU. This length check caused an too early
break from the while-loop that adds all missing SNs to the status PDU
leaving the PDU struct in an invalid state where ack_sn was equal to
one of the NACK_SNs.
The fix is to simply remove the length check during the generation to
fully generate the status PDU. If, for whatever reason, MAC provides
a too small grant to fully fit the status PDU, the PDU will not be
generated, i.e. the calling function checks the return value and does
not pass the (then too big PDU) down the stack.
6 years ago
..
examples Remove unnecessary find_package(GUI) 6 years ago
include Phy: added ue_ul normalization mode parameter 6 years ago
src fix creation of malformed RLC AM status PDU 6 years ago
test modify RLC AM retx test to provide exactly a MAC opportunity of the size 6 years ago
CMakeLists.txt update copyright notice 6 years ago