aboutsummaryrefslogtreecommitdiffstats
path: root/tests/agch/agch_test.ok
diff options
context:
space:
mode:
authorJacob Erlbeck <jerlbeck@sysmocom.de>2014-02-20 18:45:45 +0100
committerHolger Hans Peter Freyther <holger@moiji-mobile.com>2014-03-10 09:40:20 +0100
commit46d5bfb29820bc771ae22df318383cddc7b25081 (patch)
treec1e32872b541ef42a41301801a6bd8d20156869d /tests/agch/agch_test.ok
parent0148d4e7d537e745bb5c6dd014ff5582fc091caa (diff)
agch: Merge IMM.ASS.REJ if possible when enqueueingzecke/jerlbeck/agch-queue
This patch implements merging of IMMEDIATE ASSIGN REJECT messages as sugegsted 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: #224 Sponsored-by: On-Waves ehf
Diffstat (limited to 'tests/agch/agch_test.ok')
-rw-r--r--tests/agch/agch_test.ok4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/agch/agch_test.ok b/tests/agch/agch_test.ok
index 445d6840..49173a30 100644
--- a/tests/agch/agch_test.ok
+++ b/tests/agch/agch_test.ok
@@ -18,6 +18,6 @@ T BCCH slots
32 83 28 83 83 83
50 28 14 28 28 28
Testing AGCH messages queue handling.
-AGCH filled: count 720, imm.ass 80, imm.ass.rej 640 (refs 640), queue limit 32, occupied 720, dropped 0, merged 0, rejected 0, ag-res 0, non-res 0
-AGCH drained: multiframes 33, imm.ass 80, imm.ass.rej 17 (refs 17), queue limit 32, occupied 0, dropped 624, merged 0, rejected 0, ag-res 32, non-res 64
+AGCH filled: count 720, imm.ass 80, imm.ass.rej 640 (refs 640), queue limit 32, occupied 240, dropped 0, merged 480, rejected 0, ag-res 0, non-res 0
+AGCH drained: multiframes 32, imm.ass 80, imm.ass.rej 12 (refs 48), queue limit 32, occupied 0, dropped 148, merged 480, rejected 0, ag-res 31, non-res 61
Success