pespin has uploaded this change for review. ( 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(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-ttcn3-hacks refs/changes/32/42432/1
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; } }