aboutsummaryrefslogtreecommitdiffstats
path: root/tests/tbf/TbfTest.ok
diff options
context:
space:
mode:
authorAravind Sirsikar <Arvind.Sirsikar@radisys.com>2016-07-12 15:50:29 +0530
committerHolger Freyther <holger@freyther.de>2016-07-13 13:50:36 +0000
commit1a679127af3311efb84cf435005c8711beda7c25 (patch)
tree3a3319b6d13e4c64a205461a5a994ac1f3e0651a /tests/tbf/TbfTest.ok
parentcf2152b24c1c350719ec71490d2b2a6b1db324cd (diff)
Add test cases to support ARQ-II for EGPRS DL Retx
During MCS upgradation such as MCS6->MCS9, 2 blocks which were sent separately as MCS6, will be clubbed into one MCS9 block during retransmission. Same holds good for MCS5->MCS7 transistion. During MCS reduction such as MCS9->MCS6,2 blocks which were sent together will be sent separately during the retransmission case. Same is verified through the generated log file. Currently MCS8->MCS6 transition is not supported. The retransmission MCS is being calculated from Table 8.1.1.2 of TS 44.060. The same test cases are also integration tested on Nuran 1.0 platform. Change-Id: Ia357acfe30f4dea95e00749916c6818354f93285
Diffstat (limited to 'tests/tbf/TbfTest.ok')
-rw-r--r--tests/tbf/TbfTest.ok9
1 files changed, 9 insertions, 0 deletions
diff --git a/tests/tbf/TbfTest.ok b/tests/tbf/TbfTest.ok
index 441b4440..8a7862ff 100644
--- a/tests/tbf/TbfTest.ok
+++ b/tests/tbf/TbfTest.ok
@@ -43,3 +43,12 @@ Testing MCS-7
Testing MCS-8
Testing MCS-9
=== end test_tbf_egprs_dl ===
+=== start test_tbf_egprs_retx_dl ===
+Testing retx for MCS 6 - 6
+Testing retx for MCS 1 - 9
+Testing retx for MCS 2 - 8
+Testing retx for MCS 5 - 7
+Testing retx for MCS 6 - 9
+Testing retx for MCS 7 - 5
+Testing retx for MCS 9 - 6
+=== end test_tbf_egprs_retx_dl ===