Harald Welte has submitted this change and it was merged.

Change subject: f_rach_toffs: Print toffs256 value in verdict when failing
......................................................................


f_rach_toffs: Print toffs256 value in verdict when failing

Change-Id: I82a8f7c8dd3ce3327aa43bfb9f03795531718320
---
M bts/BTS_Tests.ttcn
M hlr/HLR_Tests.ttcn
2 files changed, 1 insertion(+), 2 deletions(-)

Approvals:
  Harald Welte: Looks good to me, approved
  Jenkins Builder: Verified



diff --git a/bts/BTS_Tests.ttcn b/bts/BTS_Tests.ttcn
index 890c216..83688b9 100644
--- a/bts/BTS_Tests.ttcn
+++ b/bts/BTS_Tests.ttcn
@@ -648,7 +648,7 @@
                setverdict(pass);
                }
        [not expect_pass] RSL_CCHAN.receive(tr_RSL_UD(tr_RSL_CHAN_RQD(ra, fn))) 
{
-               setverdict(fail, "RACH passed but was expected to be dropped");
+               setverdict(fail, "RACH passed but was expected to be dropped: 
", toffs256);
                }
        [] RSL_CCHAN.receive { repeat; }
        [not expect_pass] T.timeout {
diff --git a/hlr/HLR_Tests.ttcn b/hlr/HLR_Tests.ttcn
index c1e29d8..eca4f4b 100644
--- a/hlr/HLR_Tests.ttcn
+++ b/hlr/HLR_Tests.ttcn
@@ -530,7 +530,6 @@
 /* TODO:
   * UL with ISD error
   * UL with ISD timeout
-  * PURGE MS
   * LOCATION CANCEL
   * AUTH FAIL REP
   * DELETE DATA after hlr_subscr_nam() change

-- 
To view, visit https://gerrit.osmocom.org/7060
To unsubscribe, visit https://gerrit.osmocom.org/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: I82a8f7c8dd3ce3327aa43bfb9f03795531718320
Gerrit-PatchSet: 1
Gerrit-Project: osmo-ttcn3-hacks
Gerrit-Branch: master
Gerrit-Owner: Harald Welte <lafo...@gnumonks.org>
Gerrit-Reviewer: Harald Welte <lafo...@gnumonks.org>
Gerrit-Reviewer: Jenkins Builder

Reply via email to