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 035c369a43 mac_pdu: fix check of remaining length when adding new subheader to MAC PDU
when adding a new subheader to a MAC PDU we should only add the subheader
if at least 2 bytes are left in the PDU. Even a 1 Byte MAC Control Element requires
another byte to pack the subheader.

This fixes #1424 in which a 3 B MAC opportunity is provided in the UL. After
adding the Short BSR, we tried to add another MAC subheader. Adding the subheader
succeeded even though no space is left to add a single byte. With this patch,
adding the subheader fails and the generates MAC PDU is correct.
5 years ago
..
asn1 disable carrier aggregation when ue release is below 10 or category is below 5 5 years ago
common updated fsm to allow enter methods to receive event that caused them 5 years ago
interfaces created separate class to manage bearers buffers/status reports in the scheduler 5 years ago
mac mac_pdu: fix check of remaining length when adding new subheader to MAC PDU 5 years ago
phy Increase PUCCH detection threshold to avoid false alarms 5 years ago
radio fix compilation error 5 years ago
rrc using new rrc obj id util methods in handover code 5 years ago
test unified stack task defer method 5 years ago
upper rlc_um: fix reestablishment for sending UM entity 5 years ago
CMakeLists.txt Updated copyright 5 years ago
build_info.h.in Updated copyright 5 years ago
config.h Updated copyright 5 years ago
srslte.h Initial Wiener channel estimator 5 years ago
version.h.in Updated copyright 5 years ago