[PATCH] 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 17:21:18 UTC 2018


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 <laforge at gnumonks.org>



More information about the gerrit-log mailing list