Review at https://gerrit.osmocom.org/6532
bool2bit_tmpl(): Print unsupported template in failure case
Change-Id: I53c65e3a2b71e4c9b6691969d50def69b25ddfd0
---
M library/Osmocom_Types.ttcn
1 file changed, 1 insertion(+), 1 deletion(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-ttcn3-hacks
refs/changes/32/6532/1
diff --git a/library/Osmocom_Types.ttcn b/library/Osmocom_Types.ttcn
index ab5c098..1766a40 100644
--- a/library/Osmocom_Types.ttcn
+++ b/library/Osmocom_Types.ttcn
@@ -91,7 +91,7 @@
return '0'B;
}
}
- setverdict(fail, "Unsupported template");
+ setverdict(fail, "Unsupported template", inp);
self.stop;
}
--
To view, visit https://gerrit.osmocom.org/6532
To unsubscribe, visit https://gerrit.osmocom.org/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: I53c65e3a2b71e4c9b6691969d50def69b25ddfd0
Gerrit-PatchSet: 1
Gerrit-Project: osmo-ttcn3-hacks
Gerrit-Branch: master
Gerrit-Owner: Harald Welte <[email protected]>