aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/include/openbsc
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <zecke@selfish.org>2010-08-10 03:05:25 +0800
committerHolger Hans Peter Freyther <zecke@selfish.org>2010-08-10 20:13:38 +0800
commit3ec13ed3a8284f0a2661cb9e8e79e782488a9eb0 (patch)
treefc3abc259fdba416d507cabec9cd41386c969b78 /openbsc/include/openbsc
parent11557ecd8c3b953b597d6267aabc3ada9d6dc4d7 (diff)
OML: Introduce minimal VTY command set to interact with OML managed objects
Conflicts: openbsc/include/openbsc/abis_nm.h openbsc/src/Makefile.am openbsc/src/vty_interface.c
Diffstat (limited to 'openbsc/include/openbsc')
-rw-r--r--openbsc/include/openbsc/abis_nm.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/openbsc/include/openbsc/abis_nm.h b/openbsc/include/openbsc/abis_nm.h
index 79d27301d..a44f6577f 100644
--- a/openbsc/include/openbsc/abis_nm.h
+++ b/openbsc/include/openbsc/abis_nm.h
@@ -55,6 +55,8 @@ struct ipac_bcch_info {
u_int8_t ca_list_si1[16];
};
+extern const struct value_string abis_nm_adm_state_names[];
+extern const struct value_string abis_nm_obj_class_names[];
extern const struct tlv_definition nm_att_tlvdef;
/* PUBLIC */
@@ -172,4 +174,7 @@ const char *nm_avail_name(u_int8_t avail);
int nm_is_running(struct gsm_nm_state *s);
void abis_nm_clear_queue(struct gsm_bts *bts);
+
+int abis_nm_vty_init(void);
+
#endif /* _NM_H */