aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/include/openbsc/abis_rsl.h
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2010-12-23 12:59:52 +0100
committerHarald Welte <laforge@gnumonks.org>2010-12-23 14:41:40 +0100
commit53cd7ac44c342ece21a175d22be0f6b7c5ed7911 (patch)
tree0617fed0e37161fe85e0d541ae682e564ed206f3 /openbsc/include/openbsc/abis_rsl.h
parentd4e6872d6c9d5cdc0658180091710d4b34c9f723 (diff)
Dynamic PDCH: rsl_ipacc_pdch_activate() operates on a timeslot
... not on the lchan.
Diffstat (limited to 'openbsc/include/openbsc/abis_rsl.h')
-rw-r--r--openbsc/include/openbsc/abis_rsl.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/openbsc/include/openbsc/abis_rsl.h b/openbsc/include/openbsc/abis_rsl.h
index 51abebfc1..169650e8d 100644
--- a/openbsc/include/openbsc/abis_rsl.h
+++ b/openbsc/include/openbsc/abis_rsl.h
@@ -62,7 +62,7 @@ int rsl_ipacc_crcx(struct gsm_lchan *lchan);
int rsl_ipacc_mdcx(struct gsm_lchan *lchan, u_int32_t ip,
u_int16_t port, u_int8_t rtp_payload2);
int rsl_ipacc_mdcx_to_rtpsock(struct gsm_lchan *lchan);
-int rsl_ipacc_pdch_activate(struct gsm_lchan *lchan, int act);
+int rsl_ipacc_pdch_activate(struct gsm_bts_trx_ts *ts, int act);
int abis_rsl_rcvmsg(struct msgb *msg);