aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/include/openbsc/gsm_data.h
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <zecke@selfish.org>2013-01-09 17:03:27 +0100
committerHolger Hans Peter Freyther <holger@moiji-mobile.com>2014-03-04 14:45:48 +0100
commitf8c42191dea8a5ef938ccb6be0038275e736c3cb (patch)
tree73481fe6b527bff8e1575db12a3e76b5989f0225 /openbsc/include/openbsc/gsm_data.h
parent93de8b259104aa05387e302a4ee6fd6f330bfee7 (diff)
libbsc: Add ctrl command for MNC, MCC, short-name and long-name
Add the framework for adding more setting commands.
Diffstat (limited to 'openbsc/include/openbsc/gsm_data.h')
-rw-r--r--openbsc/include/openbsc/gsm_data.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/openbsc/include/openbsc/gsm_data.h b/openbsc/include/openbsc/gsm_data.h
index 404dfe444..1b4720fe0 100644
--- a/openbsc/include/openbsc/gsm_data.h
+++ b/openbsc/include/openbsc/gsm_data.h
@@ -433,4 +433,7 @@ extern struct e1inp_line_ops bts_isdn_e1inp_line_ops;
extern const struct value_string bts_type_names[_NUM_GSM_BTS_TYPE+1];
extern const struct value_string bts_type_descs[_NUM_GSM_BTS_TYPE+1];
+/* control interface handling */
+int bsc_base_ctrl_cmds_install(void);
+
#endif /* _GSM_DATA_H */