mirror of https://github.com/pvnis/srsRAN_4G.git
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.
849ad2655c
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 | 6 years ago | |
include | 6 years ago | |
src | 6 years ago | |
test | 6 years ago | |
CMakeLists.txt | 6 years ago |