aboutsummaryrefslogtreecommitdiffstats
path: root/include/openbsc/abis_nm.h
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2008-12-26 00:06:02 +0000
committerHarald Welte <laforge@gnumonks.org>2008-12-26 00:06:02 +0000
commit3633a6daf9b95c868512b963575c42290bfaa4b5 (patch)
tree4275299a674db5634c3b05852c71e89bb64d24df /include/openbsc/abis_nm.h
parentf6b7a9054cfa1ad4ad28c9d7966ee1fee8be81d3 (diff)
* fix DEBUGP defines, activate DEBUG functionality
* fix typo in db_transmission function
Diffstat (limited to 'include/openbsc/abis_nm.h')
-rw-r--r--include/openbsc/abis_nm.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/openbsc/abis_nm.h b/include/openbsc/abis_nm.h
index ca4de85a4..f0bb33cdc 100644
--- a/include/openbsc/abis_nm.h
+++ b/include/openbsc/abis_nm.h
@@ -311,6 +311,6 @@ int abis_nm_set_channel_attr(struct gsm_bts_trx_ts *ts, u_int8_t chan_comb);
int abis_nm_raw_msg(struct gsm_bts *bts, int len, u_int8_t *msg);
int abis_nm_event_reports(struct gsm_bts *bts, int on);
int abis_nm_reset_resource(struct gsm_bts *bts);
-int abis_nm_db_transaction(struct gsm_bts *bts, int begin);
+int abis_nm_db_transmission(struct gsm_bts *bts, int begin);
#endif /* _NM_H */