aboutsummaryrefslogtreecommitdiffstats
path: root/src/osmo-bts-sysmo/misc/sysmobts_par.h
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <holger@moiji-mobile.com>2014-12-16 11:17:41 +0100
committerHolger Hans Peter Freyther <holger@moiji-mobile.com>2014-12-16 15:09:22 +0100
commit69897d7eed6dc2f992db3499bf9bfe0950f0b34a (patch)
tree3f405b3db4f7bbe557385d2a5cfeee5a1b674049 /src/osmo-bts-sysmo/misc/sysmobts_par.h
parent0d09e75f9ca09ddbfe10117f2f4caa8993eb9144 (diff)
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.
Diffstat (limited to 'src/osmo-bts-sysmo/misc/sysmobts_par.h')
-rw-r--r--src/osmo-bts-sysmo/misc/sysmobts_par.h2
1 files changed, 2 insertions, 0 deletions
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