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.orglynxis lazus has uploaded this change for review. ( https://gerrit.osmocom.org/13986
Change subject: SGSN_Tests: correct verdict failure message in f_detach_mo()
......................................................................
SGSN_Tests: correct verdict failure message in f_detach_mo()
Change-Id: I5c03ef7dd7486025d35d4482a7fe150dd36de907
---
M sgsn/SGSN_Tests.ttcn
1 file changed, 1 insertion(+), 1 deletion(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-ttcn3-hacks refs/changes/86/13986/1
diff --git a/sgsn/SGSN_Tests.ttcn b/sgsn/SGSN_Tests.ttcn
index 9399e66..150c0b6 100644
--- a/sgsn/SGSN_Tests.ttcn
+++ b/sgsn/SGSN_Tests.ttcn
@@ -896,7 +896,7 @@
}
[power_off] BSSGP[bssgp_index].receive(tr_BD_L3_MT(tr_GMM_DET_ACCEPT_MT)) -> value bd {
g_pars.ra := omit;
- setverdict(fail, "Unexpected ATTACH ACCEPT in no-power-off DETACH");
+ setverdict(fail, "Unexpected DETACH ACCEPT in power-off DETACH");
mtc.stop;
/* TODO: check if any PDP contexts are deactivated on network side? */
}
--
To view, visit https://gerrit.osmocom.org/13986
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: I5c03ef7dd7486025d35d4482a7fe150dd36de907
Gerrit-Change-Number: 13986
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/d14f2cb5/attachment.htm>