From 8024d8ff58feb1666845a057e24f7752b87d8f75 Mon Sep 17 00:00:00 2001 From: Harald Welte Date: Sat, 12 Feb 2011 15:07:30 +0100 Subject: OM2000: Add support for sending the TEST REQUEST message --- openbsc/include/openbsc/abis_om2000.h | 1 + 1 file changed, 1 insertion(+) (limited to 'openbsc/include/openbsc/abis_om2000.h') diff --git a/openbsc/include/openbsc/abis_om2000.h b/openbsc/include/openbsc/abis_om2000.h index ed8c1f3b6..90f47d910 100644 --- a/openbsc/include/openbsc/abis_om2000.h +++ b/openbsc/include/openbsc/abis_om2000.h @@ -40,6 +40,7 @@ int abis_om2k_tx_start_req(struct gsm_bts *bts, const struct abis_om2k_mo *mo); int abis_om2k_tx_status_req(struct gsm_bts *bts, const struct abis_om2k_mo *mo); int abis_om2k_tx_connect_cmd(struct gsm_bts *bts, const struct abis_om2k_mo *mo); int abis_om2k_tx_disconnect_cmd(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); -- cgit v1.2.3