[PATCH] osmo-ttcn3-hacks[master]: bool2bit_tmpl(): Fix for '?' template 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:43:57 UTC 2018


Hello Jenkins Builder,

I'd like you to reexamine a change.  Please visit

    https://gerrit.osmocom.org/6531

to look at the new patch set (#3).

bool2bit_tmpl(): Fix for '?' template case

Change-Id: I6dd3c4afdf61689a23aefc277a70cf298cb24c96
---
M library/Osmocom_Types.ttcn
1 file changed, 1 insertion(+), 0 deletions(-)


  git pull ssh://gerrit.osmocom.org:29418/osmo-ttcn3-hacks refs/changes/31/6531/3

diff --git a/library/Osmocom_Types.ttcn b/library/Osmocom_Types.ttcn
index a736e95..ab5c098 100644
--- a/library/Osmocom_Types.ttcn
+++ b/library/Osmocom_Types.ttcn
@@ -83,6 +83,7 @@
 	} else if (istemplatekind(inp, "*")) {
 		return *;
 	} else if (istemplatekind(inp, "?")) {
+		return ?;
 	} else {
 		if (valueof(inp)) {
 			return '1'B;

-- 
To view, visit https://gerrit.osmocom.org/6531
To unsubscribe, visit https://gerrit.osmocom.org/settings

Gerrit-MessageType: newpatchset
Gerrit-Change-Id: I6dd3c4afdf61689a23aefc277a70cf298cb24c96
Gerrit-PatchSet: 3
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