aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/include
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2011-02-12 20:23:40 +0100
committerHarald Welte <laforge@gnumonks.org>2011-02-13 15:49:26 +0100
commit8bcb1a0a9903abe71c1574391f2ebce34b665af9 (patch)
treea2171cd43927f4577b0f51ede98e9658c277d6a3 /openbsc/include
parent0741ffe69feee5c83d930319451b0da81332b205 (diff)
OM2000: Add IS Conf Req
Diffstat (limited to 'openbsc/include')
-rw-r--r--openbsc/include/openbsc/abis_om2000.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/openbsc/include/openbsc/abis_om2000.h b/openbsc/include/openbsc/abis_om2000.h
index 5ee333811..f15a50d5e 100644
--- a/openbsc/include/openbsc/abis_om2000.h
+++ b/openbsc/include/openbsc/abis_om2000.h
@@ -29,6 +29,12 @@ struct abis_om2k_mo {
uint8_t inst;
} __attribute__ ((packed));
+struct om2k_is_conn_grp {
+ uint16_t icp1;
+ uint16_t icp2;
+ uint8_t cont_idx;
+} __attribute__ ((packed));
+
extern const struct value_string om2k_mo_class_short_vals[];
int abis_om2k_rcvmsg(struct msgb *msg);
@@ -45,6 +51,8 @@ int abis_om2k_tx_disable_req(struct gsm_bts *bts, const struct abis_om2k_mo *mo)
int abis_om2k_tx_test_req(struct gsm_bts *bts, const struct abis_om2k_mo *mo);
int abis_om2k_tx_op_info(struct gsm_bts *bts, const struct abis_om2k_mo *mo,
uint8_t operational);
+int abis_om2k_tx_is_conf_req(struct gsm_bts *bts, struct om2k_is_conn_grp *cg,
+ unsigned int num_cg);
int abis_om2k_vty_init(void);