aboutsummaryrefslogtreecommitdiffstats
path: root/tests/tbf/TbfTest.ok
diff options
context:
space:
mode:
authoraravind sirsikar <arvind.sirsikar@radisys.com>2017-01-24 12:36:08 +0530
committerHarald Welte <laforge@gnumonks.org>2017-01-24 13:11:51 +0000
commite9a138e11111f509f988807bbdc5ca8cce2b3d3d (patch)
tree5c957d735e22ffad0cdc65e842b39a9e6c61ad6f /tests/tbf/TbfTest.ok
parent1d8744ce967f038e4bede584845b8326d9f66c2a (diff)
Handle packet access reject during packet resource request
When Packet resource request is received, PCU will generate the packet access reject if no resources are present. The encoding is done based on section 7.1.3.2.1 and 8.1.2.5 of 44.060 version 7.27.0 Release 7. This patch also includes the test case to validate the generated packet access reject message. This patch is integration tested on Osmo-trx setup with Ettus B210 board and LG F70 MS with some simulation code changes in Osmo-pcu. Change-Id: I05ff25124b58905586caa0c0c37023d69724f121
Diffstat (limited to 'tests/tbf/TbfTest.ok')
-rw-r--r--tests/tbf/TbfTest.ok4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/tbf/TbfTest.ok b/tests/tbf/TbfTest.ok
index d5314373..077ec4ee 100644
--- a/tests/tbf/TbfTest.ok
+++ b/tests/tbf/TbfTest.ok
@@ -77,3 +77,7 @@ Testing retx for MCS 6 to reseg_mcs 3
=== start test_packet_access_rej_epdan ===
packet reject: 40 84 7f f7 6e e6 41 4b 2b 2b 2b 2b 2b 2b 2b 2b 2b 2b 2b 2b 2b 2b 2b
=== end test_packet_access_rej_epdan ===
+=== start test_packet_access_rej_prr ===
+=== end test_packet_access_rej_prr ===
+=== start test_packet_access_rej_prr_no_other_tbfs ===
+=== end test_packet_access_rej_prr_no_other_tbfs ===