osmo-bts/tests/agch
Jacob Erlbeck 4fcda92d7b agch: Merge IMM.ASS.REJ if possible when enqueueing
This patch implements merging of IMMEDIATE ASSIGN REJECT messages as
suggested in GSM 08.58, 5.7. When a new IMM.ASS.REJ is to be appended
to the AGCH queue and the last message in that queue is of the same
type, the individual entries (up to 4 per message) of both messages
are extracted, combined and stored back. If there are less than 5
entries, all entries fit into the old message and the new one is
discarded. Otherwise, the old message will contain 4 entries and the
remaining ones are stored into the new one which is then appended to
the queue.

Ticket: SYS#224
Sponsored-by: On-Waves ehf
2014-03-10 13:07:35 +01:00
..
Makefile.am agch/test: Add test for AGCH queue handling 2014-03-10 08:57:38 +01:00
agch_test.c agch: Manage AGCH queue length 2014-03-10 09:40:04 +01:00
agch_test.ok agch: Merge IMM.ASS.REJ if possible when enqueueing 2014-03-10 13:07:35 +01:00