From 69897d7eed6dc2f992db3499bf9bfe0950f0b34a Mon Sep 17 00:00:00 2001 From: Holger Hans Peter Freyther Date: Tue, 16 Dec 2014 11:17:41 +0100 Subject: sysmobts: Don't list non integer parameters in the help The command can only read integer parameters. Don't offer buffers as this will lead to error 22. --- src/osmo-bts-sysmo/misc/sysmobts_par.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/osmo-bts-sysmo/misc/sysmobts_par.h') diff --git a/src/osmo-bts-sysmo/misc/sysmobts_par.h b/src/osmo-bts-sysmo/misc/sysmobts_par.h index d5914e92..64803221 100644 --- a/src/osmo-bts-sysmo/misc/sysmobts_par.h +++ b/src/osmo-bts-sysmo/misc/sysmobts_par.h @@ -27,4 +27,6 @@ int sysmobts_par_get_buf(enum sysmobts_par par, uint8_t *buf, int sysmobts_par_set_buf(enum sysmobts_par par, const uint8_t *buf, unsigned int size); +int sysmobts_par_is_int(enum sysmobts_par par); + #endif -- cgit v1.2.3