pespin has submitted this change. (
https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/42432?usp=email )
Change subject: SCCP_Adapter: Fix typo in setverdict string
......................................................................
SCCP_Adapter: Fix typo in setverdict string
Change-Id: I8924bf646b5c45e71746d3e76cf6aa3aa3fb674c
---
M library/SCCP_Adapter.ttcnpp
1 file changed, 1 insertion(+), 1 deletion(-)
Approvals:
Jenkins Builder: Verified
laforge: Looks good to me, approved
diff --git a/library/SCCP_Adapter.ttcnpp b/library/SCCP_Adapter.ttcnpp
index 907d97b..063bdce 100644
--- a/library/SCCP_Adapter.ttcnpp
+++ b/library/SCCP_Adapter.ttcnpp
@@ -153,7 +153,7 @@
}
#endif /* IPA_EMULATION_SCCP */
case else {
- setverdict(fail, "Unsuppored RAN_Transport");
+ setverdict(fail, "Unsupported RAN_Transport");
mtc.stop;
}
}
--
To view, visit https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/42432?usp=email
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings?usp=email
Gerrit-MessageType: merged
Gerrit-Project: osmo-ttcn3-hacks
Gerrit-Branch: master
Gerrit-Change-Id: I8924bf646b5c45e71746d3e76cf6aa3aa3fb674c
Gerrit-Change-Number: 42432
Gerrit-PatchSet: 1
Gerrit-Owner: pespin <[email protected]>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: laforge <[email protected]>
Gerrit-Reviewer: pespin <[email protected]>