aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/include/openbsc/abis_nm.h
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2010-05-31 16:40:40 +0200
committerHarald Welte <laforge@gnumonks.org>2010-05-31 16:40:40 +0200
commit81c9b9ca3e98e158db54da1833e33960d5ed5be6 (patch)
treee73147284aa823cc98e1c1acbc96269e66c22c15 /openbsc/include/openbsc/abis_nm.h
parent14ce8a0fa4463c9c6bc50143f2ce9b33510fde1d (diff)
OML: Introduce minimal VTY command set to interact with OML managed objects
Diffstat (limited to 'openbsc/include/openbsc/abis_nm.h')
-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 c20e4e172..b3bf27e9b 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 */
@@ -170,4 +172,7 @@ int nm_state_event(enum nm_evt evt, u_int8_t obj_class, void *obj,
const char *nm_opstate_name(u_int8_t os);
const char *nm_avail_name(u_int8_t avail);
int nm_is_running(struct gsm_nm_state *s);
+
+int abis_nm_vty_init(void);
+
#endif /* _NM_H */