aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/include
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2011-02-12 13:44:14 +0100
committerHarald Welte <laforge@gnumonks.org>2011-02-13 15:49:25 +0100
commit735410794636305976ecd6db237d023596708094 (patch)
tree3592ed892c0bc1c3cf78ddcb1c7b2adfc6649be5 /openbsc/include
parentbc867d9a171a47b09fe8c27b2d03775a62b63708 (diff)
OM2000: Negotiation Resposne, send START on OML-up event
Diffstat (limited to 'openbsc/include')
-rw-r--r--openbsc/include/openbsc/abis_om2000.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/openbsc/include/openbsc/abis_om2000.h b/openbsc/include/openbsc/abis_om2000.h
index 54aa317c0..d6cdb83b6 100644
--- a/openbsc/include/openbsc/abis_om2000.h
+++ b/openbsc/include/openbsc/abis_om2000.h
@@ -22,7 +22,18 @@
*
*/
+struct abis_om2k_mo {
+ uint8_t class;
+ uint8_t bts;
+ uint8_t assoc_so;
+ uint8_t inst;
+} __attribute__ ((packed));
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);
+
#endif /* OPENBCS_ABIS_OM2K_H */