From 735410794636305976ecd6db237d023596708094 Mon Sep 17 00:00:00 2001 From: Harald Welte Date: Sat, 12 Feb 2011 13:44:14 +0100 Subject: OM2000: Negotiation Resposne, send START on OML-up event --- openbsc/include/openbsc/abis_om2000.h | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'openbsc/include') 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 */ -- cgit v1.2.3