Change in osmo-ttcn3-hacks[master]: sgsn: f_TC_attach_closed_foreign: fail on recv an Attach Accept

This is merely a historical archive of years 2008-2021, before the migration to mailman3.

A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/gerrit-log@lists.osmocom.org/.

Harald Welte gerrit-no-reply at lists.osmocom.org
Thu Jun 14 06:31:19 UTC 2018


Harald Welte has submitted this change and it was merged. ( https://gerrit.osmocom.org/9584 )

Change subject: sgsn: f_TC_attach_closed_foreign: fail on recv an Attach Accept
......................................................................

sgsn: f_TC_attach_closed_foreign: fail on recv an Attach Accept

The test expect a reject. Recv an attach accept should fail then.

Change-Id: I8a4ae6aaaa71dabb1d8a2ee7585e624b962a3500
---
M sgsn/SGSN_Tests.ttcn
1 file changed, 3 insertions(+), 0 deletions(-)

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



diff --git a/sgsn/SGSN_Tests.ttcn b/sgsn/SGSN_Tests.ttcn
index 17abb95..466c3ed 100644
--- a/sgsn/SGSN_Tests.ttcn
+++ b/sgsn/SGSN_Tests.ttcn
@@ -706,6 +706,9 @@
 	[] BSSGP.receive(tr_BD_L3_MT(tr_GMM_ATTACH_REJECT(?))) {
 		setverdict(pass);
 		}
+	[] BSSGP.receive(tr_BD_L3_MT(tr_GMM_ATTACH_ACCEPT(*, *, *))) {
+		setverdict(fail);
+		}
 	}
 }
 testcase TC_attach_closed() runs on test_CT {

-- 
To view, visit https://gerrit.osmocom.org/9584
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings

Gerrit-Project: osmo-ttcn3-hacks
Gerrit-Branch: master
Gerrit-MessageType: merged
Gerrit-Change-Id: I8a4ae6aaaa71dabb1d8a2ee7585e624b962a3500
Gerrit-Change-Number: 9584
Gerrit-PatchSet: 2
Gerrit-Owner: lynxis lazus <lynxis at fe80.eu>
Gerrit-Reviewer: Harald Welte <laforge at gnumonks.org>
Gerrit-Reviewer: Jenkins Builder
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20180614/d1d90a86/attachment.htm>


More information about the gerrit-log mailing list