aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/include/openbsc/abis_om2000.h
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2011-02-12 14:42:59 +0100
committerHarald Welte <laforge@gnumonks.org>2011-02-13 15:49:25 +0100
commite1d5eca916347d7a425b3c39e2c7ae4157c43ce8 (patch)
tree84d0ca6f5f7a9bedf475d18e496e1b4d65d4d402 /openbsc/include/openbsc/abis_om2000.h
parent735410794636305976ecd6db237d023596708094 (diff)
OM2000: Introduce VTY commands to initiate OM2000 procedures
Diffstat (limited to 'openbsc/include/openbsc/abis_om2000.h')
-rw-r--r--openbsc/include/openbsc/abis_om2000.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/openbsc/include/openbsc/abis_om2000.h b/openbsc/include/openbsc/abis_om2000.h
index d6cdb83b6..94e00e5d5 100644
--- a/openbsc/include/openbsc/abis_om2000.h
+++ b/openbsc/include/openbsc/abis_om2000.h
@@ -29,11 +29,16 @@ struct abis_om2k_mo {
uint8_t inst;
} __attribute__ ((packed));
+extern const struct value_string om2k_mo_class_short_vals[];
+
int abis_om2k_rcvmsg(struct msgb *msg);
extern const struct abis_om2k_mo om2k_mo_cf;
int abis_om2k_tx_reset_cmd(struct gsm_bts *bts, struct abis_om2k_mo *mo);
int abis_om2k_tx_start_req(struct gsm_bts *bts, struct abis_om2k_mo *mo);
+int abis_om2k_tx_status_req(struct gsm_bts *bts, struct abis_om2k_mo *mo);
+
+int abis_om2k_vty_init(void);
#endif /* OPENBCS_ABIS_OM2K_H */