Change in osmo-ttcn3-hacks[master]: SGSN_Tests: f_detach_mo(): fail when receiving any unhandled layer 3 ...

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/.

lynxis lazus gerrit-no-reply at lists.osmocom.org
Sat May 11 01:02:56 UTC 2019


lynxis lazus has uploaded this change for review. ( https://gerrit.osmocom.org/13989


Change subject: SGSN_Tests: f_detach_mo(): fail when receiving any unhandled layer 3 message for normal detach
......................................................................

SGSN_Tests: f_detach_mo(): fail when receiving any unhandled layer 3 message for normal detach

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



  git pull ssh://gerrit.osmocom.org:29418/osmo-ttcn3-hacks refs/changes/89/13989/1

diff --git a/sgsn/SGSN_Tests.ttcn b/sgsn/SGSN_Tests.ttcn
index a3dbed1..5e04246 100644
--- a/sgsn/SGSN_Tests.ttcn
+++ b/sgsn/SGSN_Tests.ttcn
@@ -912,6 +912,10 @@
 		setverdict(pass);
 		/* TODO: check if any PDP contexts are deactivated on network side? */
 		}
+	[not power_off] BSSGP[bssgp_index].receive(tr_BD_L3_MT(?)) -> value bd {
+		setverdict(fail, "Unexpected Layer 3 package received in normal DETACH");
+		mtc.stop;
+		}
 	[] BSSGP[bssgp_index].receive { repeat; }
 	}
 }

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

Gerrit-Project: osmo-ttcn3-hacks
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: I957994376583959758417dccf419a55c43a0c61b
Gerrit-Change-Number: 13989
Gerrit-PatchSet: 1
Gerrit-Owner: lynxis lazus <lynxis at fe80.eu>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20190511/e595f35a/attachment.htm>


More information about the gerrit-log mailing list