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/.
laforge gerrit-no-reply at lists.osmocom.orglaforge has submitted this change. ( https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/23144 )
Change subject: SGSN_Tests: fix coding style in TC_bssgp_rim_single_report
......................................................................
SGSN_Tests: fix coding style in TC_bssgp_rim_single_report
Change-Id: I667c1e8a94393e2b5afc6e2e3f7503b73198822c
---
M sgsn/SGSN_Tests.ttcn
1 file changed, 12 insertions(+), 12 deletions(-)
Approvals:
Jenkins Builder: Verified
pespin: Looks good to me, but someone else must approve
laforge: Looks good to me, approved
diff --git a/sgsn/SGSN_Tests.ttcn b/sgsn/SGSN_Tests.ttcn
index b79aae4..efd92a0 100644
--- a/sgsn/SGSN_Tests.ttcn
+++ b/sgsn/SGSN_Tests.ttcn
@@ -3195,13 +3195,13 @@
RIM[0].send(bssgp_rim_pdu);
T.start;
alt {
- [] RIM[1].receive(bssgp_rim_pdu_expect) { }
- [] RIM[1].receive {
- setverdict(fail, "Unexpected BSSGP RIM PDU received");
+ [] RIM[1].receive(bssgp_rim_pdu_expect) { }
+ [] RIM[1].receive {
+ setverdict(fail, "Unexpected BSSGP RIM PDU received");
}
- [] T.timeout {
- setverdict(fail, "No BSSGP RIM PDU received");
- mtc.stop;
+ [] T.timeout {
+ setverdict(fail, "No BSSGP RIM PDU received");
+ mtc.stop;
}
}
@@ -3227,13 +3227,13 @@
RIM[1].send(bssgp_rim_pdu);
T.start;
alt {
- [] RIM[0].receive(bssgp_rim_pdu_expect) { }
- [] RIM[0].receive {
- setverdict(fail, "Unexpected BSSGP RIM PDU received");
+ [] RIM[0].receive(bssgp_rim_pdu_expect) { }
+ [] RIM[0].receive {
+ setverdict(fail, "Unexpected BSSGP RIM PDU received");
}
- [] T.timeout {
- setverdict(fail, "No BSSGP RIM PDU received");
- mtc.stop;
+ [] T.timeout {
+ setverdict(fail, "No BSSGP RIM PDU received");
+ mtc.stop;
}
}
--
To view, visit https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/23144
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: I667c1e8a94393e2b5afc6e2e3f7503b73198822c
Gerrit-Change-Number: 23144
Gerrit-PatchSet: 1
Gerrit-Owner: fixeria <vyanitskiy at sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: laforge <laforge at osmocom.org>
Gerrit-Reviewer: pespin <pespin at sysmocom.de>
Gerrit-MessageType: merged
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20210301/1023ed55/attachment.htm>