aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2011-06-05 11:24:08 +0200
committerHarald Welte <laforge@gnumonks.org>2011-06-05 11:24:08 +0200
commit472e7e937c425fafa904bcf6e36c5800157246d3 (patch)
tree6fed448c93150001aa13d44ec2e29ce8f7244639
parent135a648ad7545d7d0603256a7b7825dc4e495e10 (diff)
abis_nm.h: Use osmocom/core/abis_nm.h
-rw-r--r--openbsc/include/openbsc/abis_nm.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/openbsc/include/openbsc/abis_nm.h b/openbsc/include/openbsc/abis_nm.h
index ef6060599..ae4f62549 100644
--- a/openbsc/include/openbsc/abis_nm.h
+++ b/openbsc/include/openbsc/abis_nm.h
@@ -23,6 +23,7 @@
#define _NM_H
#include <osmocom/gsm/tlv.h>
+#include <osmocom/gsm/abis_nm.h>
#include <osmocom/gsm/protocol/gsm_12_21.h>
struct cell_global_id {
@@ -102,8 +103,6 @@ int abis_nm_perform_test(struct gsm_bts *bts, uint8_t obj_class,
uint8_t bts_nr, uint8_t trx_nr, uint8_t ts_nr,
uint8_t test_nr, uint8_t auton_report, struct msgb *msg);
-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);