[MERGED] osmo-ttcn3-hacks[master]: bool2bit_tmpl(): Print unsupported template in failure case

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/.

Harald Welte gerrit-no-reply at lists.osmocom.org
Fri Feb 16 19:09:11 UTC 2018


Harald Welte has submitted this change and it was merged.

Change subject: bool2bit_tmpl(): Print unsupported template in failure case
......................................................................


bool2bit_tmpl(): Print unsupported template in failure case

Change-Id: I53c65e3a2b71e4c9b6691969d50def69b25ddfd0
---
M library/Osmocom_Types.ttcn
1 file changed, 1 insertion(+), 1 deletion(-)

Approvals:
  Harald Welte: Looks good to me, approved
  Jenkins Builder: Verified



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: merged
Gerrit-Change-Id: I53c65e3a2b71e4c9b6691969d50def69b25ddfd0
Gerrit-PatchSet: 4
Gerrit-Project: osmo-ttcn3-hacks
Gerrit-Branch: master
Gerrit-Owner: Harald Welte <laforge at gnumonks.org>
Gerrit-Reviewer: Harald Welte <laforge at gnumonks.org>
Gerrit-Reviewer: Jenkins Builder



More information about the gerrit-log mailing list