aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/include/openbsc/abis_nm.h
diff options
context:
space:
mode:
authorHarald Welte <laforge@netfilter.org>2009-08-10 12:21:22 +0200
committerHarald Welte <laforge@netfilter.org>2009-08-10 12:21:22 +0200
commit21bd3a52f180080869a5cd2da797061441bd729a (patch)
treef67be217d46bdf9d851626fe24f57ce478f7481c /openbsc/include/openbsc/abis_nm.h
parent65f68fa9611c87d3bab75d5c69b45e99d6ee3eae (diff)
move chcomb4pchan to public abis_nm_chcomb4pchan() function
Diffstat (limited to 'openbsc/include/openbsc/abis_nm.h')
-rw-r--r--openbsc/include/openbsc/abis_nm.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/openbsc/include/openbsc/abis_nm.h b/openbsc/include/openbsc/abis_nm.h
index 946d2379d..ab4b1ce6e 100644
--- a/openbsc/include/openbsc/abis_nm.h
+++ b/openbsc/include/openbsc/abis_nm.h
@@ -696,6 +696,8 @@ int abis_nm_perform_test(struct gsm_bts *bts, u_int8_t obj_class,
u_int8_t test_nr, u_int8_t auton_report,
u_int8_t *phys_config, u_int16_t phys_config_len);
+int abis_nm_chcomb4pchan(enum gsm_phys_chan_config pchan);
+
/* Siemens / BS-11 specific */
int abis_nm_bs11_reset_resource(struct gsm_bts *bts);
int abis_nm_bs11_db_transmission(struct gsm_bts *bts, int begin);