aboutsummaryrefslogtreecommitdiffstats
path: root/tests/tbf/TbfTest.ok
diff options
context:
space:
mode:
authoraravind sirsikar <arvind.sirsikar@radisys.com>2016-10-25 12:45:24 +0530
committerarvind.sirsikar <arvind.sirsikar@radisys.com>2016-10-30 03:15:22 +0000
commitf276138202d528ecdd62cbae5d28d1768de4c349 (patch)
treecbc13d12c34b22f109bb83edffa3e60267db13a4 /tests/tbf/TbfTest.ok
parentd453eaa788e10b04772de1b1efd857c1e7275753 (diff)
EGPRS: add test case to show EPDAN BSN out of window bug
This patch adds a test case test_tbf_epdan_out_of_rx_window, which expects a current bug with EPDAN for interpretation of the bitmap explained in section 9.1.8.2.4 in 44.060 version 7.27.0 Release 7. The specification explains that a bit within the uncompressed bitmap whose corresponding BSN is not within the transmit window shall be ignored. But current PCU implementation drops the EPDAN and does not update status of the BSN which are inside the window. The test's expectation is corrected along with the bug fix in a subsequent commit. Related: OS#1789 Change-Id: If32b67f5c05707155281128b776a90a1e3d587b2
Diffstat (limited to 'tests/tbf/TbfTest.ok')
-rw-r--r--tests/tbf/TbfTest.ok2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/tbf/TbfTest.ok b/tests/tbf/TbfTest.ok
index eb870ea..2978d6d 100644
--- a/tests/tbf/TbfTest.ok
+++ b/tests/tbf/TbfTest.ok
@@ -66,3 +66,5 @@ Testing retx for MCS 6 to reseg_mcs 3
=== end test_tbf_update_ws ===
=== start test_tbf_li_decoding ===
=== end test_tbf_li_decoding ===
+=== start test_tbf_epdan_out_of_rx_window ===
+=== end test_tbf_epdan_out_of_rx_window ===