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/.
fixeria gerrit-no-reply at lists.osmocom.orgfixeria has uploaded this change for review. ( https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/23145 )
Change subject: SGSN_Tests: add setverdict(pass) to TC_bssgp_rim_single_report()
......................................................................
SGSN_Tests: add setverdict(pass) to TC_bssgp_rim_single_report()
Change-Id: If5295cc8eccda2d1b3baae7d2169fac5da2a085c
---
M sgsn/SGSN_Tests.ttcn
1 file changed, 6 insertions(+), 2 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-ttcn3-hacks refs/changes/45/23145/1
diff --git a/sgsn/SGSN_Tests.ttcn b/sgsn/SGSN_Tests.ttcn
index efd92a0..79e7434 100644
--- a/sgsn/SGSN_Tests.ttcn
+++ b/sgsn/SGSN_Tests.ttcn
@@ -3195,7 +3195,9 @@
RIM[0].send(bssgp_rim_pdu);
T.start;
alt {
- [] RIM[1].receive(bssgp_rim_pdu_expect) { }
+ [] RIM[1].receive(bssgp_rim_pdu_expect) {
+ setverdict(pass);
+ }
[] RIM[1].receive {
setverdict(fail, "Unexpected BSSGP RIM PDU received");
}
@@ -3227,7 +3229,9 @@
RIM[1].send(bssgp_rim_pdu);
T.start;
alt {
- [] RIM[0].receive(bssgp_rim_pdu_expect) { }
+ [] RIM[0].receive(bssgp_rim_pdu_expect) {
+ setverdict(pass);
+ }
[] RIM[0].receive {
setverdict(fail, "Unexpected BSSGP RIM PDU received");
}
--
To view, visit https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/23145
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings
Gerrit-Project: osmo-ttcn3-hacks
Gerrit-Branch: master
Gerrit-Change-Id: If5295cc8eccda2d1b3baae7d2169fac5da2a085c
Gerrit-Change-Number: 23145
Gerrit-PatchSet: 1
Gerrit-Owner: fixeria <vyanitskiy at sysmocom.de>
Gerrit-MessageType: newchange
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20210228/3762f767/attachment.htm>