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.orgHarald Welte has submitted this change and it was merged.
Change subject: L1CTL_PortType: Remove some logging, make it less chatty
......................................................................
L1CTL_PortType: Remove some logging, make it less chatty
Change-Id: I9e9160f53480713c9551a185478a6b58fa02a709
---
M library/L1CTL_PortType.ttcn
1 file changed, 0 insertions(+), 2 deletions(-)
Approvals:
Harald Welte: Looks good to me, approved
Jenkins Builder: Verified
diff --git a/library/L1CTL_PortType.ttcn b/library/L1CTL_PortType.ttcn
index 231ebe3..77b2494 100644
--- a/library/L1CTL_PortType.ttcn
+++ b/library/L1CTL_PortType.ttcn
@@ -25,11 +25,9 @@
var integer stream_len := lengthof(stream);
var integer len;
if (stream_len < 2) {
- log("getMsgLen(", stream, ",", args, ")=-1");
return -1;
}
len := 2 + oct2int(substr(stream, 0, 2));
- log("getMsgLen(", stream, ",", args, ")=", len);
return len;
}
--
To view, visit https://gerrit.osmocom.org/7606
To unsubscribe, visit https://gerrit.osmocom.org/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: I9e9160f53480713c9551a185478a6b58fa02a709
Gerrit-PatchSet: 1
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