Hello Jenkins Builder,

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

    https://gerrit.osmocom.org/5016

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

Improve get_rate_ctr() error handling

Report back expected interval values.

Change-Id: I05ca7f716342af4f7424b28216ed6c1bf2bd589f
Related: OS#2550
---
M src/ctrl/control_if.c
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://gerrit.osmocom.org:29418/libosmocore refs/changes/16/5016/2

diff --git a/src/ctrl/control_if.c b/src/ctrl/control_if.c
index 665239a..838a45a 100644
--- a/src/ctrl/control_if.c
+++ b/src/ctrl/control_if.c
@@ -594,7 +594,7 @@
                return CTRL_CMD_REPLY;
        } else {
                talloc_free(dup);
-               cmd->reply = "Wrong interval.";
+               cmd->reply = "Wrong interval. Expecting 'per_sec', 'per_min', 
'per_hour', 'per_day' or 'abs' value.";
                goto err;
        }
 

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

Gerrit-MessageType: newpatchset
Gerrit-Change-Id: I05ca7f716342af4f7424b28216ed6c1bf2bd589f
Gerrit-PatchSet: 2
Gerrit-Project: libosmocore
Gerrit-Branch: master
Gerrit-Owner: Max <[email protected]>
Gerrit-Reviewer: Harald Welte <[email protected]>
Gerrit-Reviewer: Jenkins Builder

Reply via email to