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/+/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(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-ttcn3-hacks refs/changes/44/23144/1
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-MessageType: newchange
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20210228/114b1fd1/attachment.htm>