aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNeels Hofmeyr <neels@hofmeyr.de>2016-07-26 15:22:58 +0200
committerHarald Welte <laforge@gnumonks.org>2016-07-28 06:31:24 +0000
commit2b34ae32cf5f986ab594d3b9882392c0fb8fb4e3 (patch)
tree982634e731dde7091a30f4a08392985fe119c244
parent53d792c3b027bfb42d77804e3e687a287e122ef3 (diff)
fix comment in common/l1sap.c, function name changed
Change was in 334df9441a44de00c0dd3f66e73ac6fae28098fb "cosmetic: clarify TCH/F_PDCH related naming and comments" Change-Id: If3e353ea5796ee129bdd95e5f954e6c141cffec8
-rw-r--r--src/common/l1sap.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/l1sap.c b/src/common/l1sap.c
index 71e1f85e..7f73e3fb 100644
--- a/src/common/l1sap.c
+++ b/src/common/l1sap.c
@@ -487,7 +487,7 @@ static int l1sap_info_rel_cnf(struct gsm_bts_trx *trx,
/* During PDCH DEACT, this marks the deactivation of the PDTCH as
* requested by the PCU. Next up, we disconnect the TS completely and
- * call back to dyn_pdch_ts_disconnected(). See rsl_rx_dyn_pdch(). */
+ * call back to cb_ts_disconnected(). See rsl_rx_dyn_pdch(). */
if (lchan->ts->pchan == GSM_PCHAN_TCH_F_PDCH
&& (lchan->ts->flags & TS_F_PDCH_DEACT_PENDING))
bts_model_ts_disconnect(lchan->ts);