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 <lafo...@gnumonks.org>
Gerrit-Reviewer: Harald Welte <lafo...@gnumonks.org>
Gerrit-Reviewer: Jenkins Builder

Reply via email to