aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorAravind Sirsikar <Arvind.Sirsikar@radisys.com>2016-08-30 13:08:28 +0530
committerarvind.sirsikar <arvind.sirsikar@radisys.com>2016-09-02 06:47:09 +0000
commit7c7a86c080edd9c92778c941bbe484f59a81f93c (patch)
treea6f53eaa13af18e7d1a32ff28b3eab05cd8d3df0 /tests
parenta35c911a91ea7b6d8b017fd103c0d86f79bb271e (diff)
Fix GPRS PUAN encoding: wrong BSN status
Earlier there was an incorrect encoding of BSN status in GPRS PUAN message. This was a bottle neck for GPRS performance testing for UL. Which has been fixed in this patch. Related: OS#1806 Change-Id: I98e586aa5cb9200cf03e092556304211d4d459aa
Diffstat (limited to 'tests')
-rw-r--r--tests/types/TypesTest.cpp5
1 files changed, 2 insertions, 3 deletions
diff --git a/tests/types/TypesTest.cpp b/tests/types/TypesTest.cpp
index c5654f6..8b3cfd1 100644
--- a/tests/types/TypesTest.cpp
+++ b/tests/types/TypesTest.cpp
@@ -325,10 +325,9 @@ static void test_rlc_dl_ul_basic()
/*
* SSN wrap around case
- * TODO: Should not expect any BSN as nacked.
- * should be fixed in subsequent patch
+ * Should not expect any BSN as nacked.
*/
- rbb = "IIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIRR";
+ rbb = "RRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRR";
for (int i = 0; i < 128; ++i) {
ul_win.receive_bsn(i);
ul_win.raise_v_q();