diff options
author | Daniel Willmann <dwillmann@sysmocom.de> | 2014-03-20 19:24:48 +0100 |
---|---|---|
committer | Daniel Willmann <daniel@totalueberwachung.de> | 2014-03-26 18:11:07 +0100 |
commit | 3dc4e16786d1e5723e76ad7c70ad54134957f9e5 (patch) | |
tree | c8a9609da0fff4967574b1d7af375d58a65f4788 /TODO-RELEASE | |
parent | 09129352f99a90a784912ae3c8ff442268a35480 (diff) |
gsm/lapdm: Prevent LAPD tx_queue from filling up in polling mode
If LAPDm receives an I-Frame while there already is an I-Frame in the
tx_queue the code generates an additional RR (to acknowledge the
received I-Frame). Instead, N(R) of the I-Frame in the tx_queue should
be updated to ACK the data.
Diffstat (limited to 'TODO-RELEASE')
-rw-r--r-- | TODO-RELEASE | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/TODO-RELEASE b/TODO-RELEASE new file mode 100644 index 00000000..2a1f9788 --- /dev/null +++ b/TODO-RELEASE @@ -0,0 +1,2 @@ +#library what description / commit summary line +libosmogsm abi-change Prevent LAPD tx_queue from filling up in polling mode |