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 <[email protected]>
Gerrit-Reviewer: Harald Welte <[email protected]>
Gerrit-Reviewer: Jenkins Builder

Reply via email to