aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/include/openbsc/abis_om2000.h
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2011-03-05 14:36:47 +0100
committerHarald Welte <laforge@gnumonks.org>2011-03-05 14:36:47 +0100
commitf9cf961a668937d031b4b9d80d88edeb9709d9ed (patch)
tree6e1c09a5258d19181a4e2a2205aa707f111cb97a /openbsc/include/openbsc/abis_om2000.h
parenta0ce349f0cabbd02b7197ab55070b5b45ef5d057 (diff)
OM2000: Add support for configuring the TF (Timing Function)
Diffstat (limited to 'openbsc/include/openbsc/abis_om2000.h')
-rw-r--r--openbsc/include/openbsc/abis_om2000.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/openbsc/include/openbsc/abis_om2000.h b/openbsc/include/openbsc/abis_om2000.h
index bb6563ac3..e4f19cf9c 100644
--- a/openbsc/include/openbsc/abis_om2000.h
+++ b/openbsc/include/openbsc/abis_om2000.h
@@ -65,6 +65,7 @@ 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_tx_tf_conf_req(struct gsm_bts *bts);
int abis_om2k_tx_rx_conf_req(struct gsm_bts_trx *trx);
int abis_om2k_tx_tx_conf_req(struct gsm_bts_trx *trx);
int abis_om2k_tx_ts_conf_req(struct gsm_bts_trx_ts *ts);