From 334df9441a44de00c0dd3f66e73ac6fae28098fb Mon Sep 17 00:00:00 2001 From: Neels Hofmeyr Date: Sat, 16 Jul 2016 22:29:28 +0200 Subject: cosmetic: clarify TCH/F_PDCH related naming and comments We're about to introduce a new kind of dynamic channel, which will also use parts of the ip.access mode dyn PDCH code paths. Make sure the general parts have general names and mark ip.access specific parts as such. Rename dyn_pdch_ts_[dis]connected() to cb_ts_[dis]connected(). Rename dyn_pdch_complete to ipacc_dyn_pdch_complete(). From cb_ts_[dis]connected(), factor out the current code into static functions ipacc_dyn_pdch_[dis]connected() -- this will make sense once the new dynamic kind is added to cb_ts_[dis]connected(). Change-Id: I7da5b7cb7b48572671f50e0dec97d9eec3083df1 --- include/osmo-bts/rsl.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'include') diff --git a/include/osmo-bts/rsl.h b/include/osmo-bts/rsl.h index 173e0863..f13e9681 100644 --- a/include/osmo-bts/rsl.h +++ b/include/osmo-bts/rsl.h @@ -35,9 +35,9 @@ int rsl_tx_ccch_load_ind_rach(struct gsm_bts *bts, uint16_t total, struct gsm_lchan *rsl_lchan_lookup(struct gsm_bts_trx *trx, uint8_t chan_nr); -void dyn_pdch_ts_disconnected(struct gsm_bts_trx_ts *ts); -void dyn_pdch_ts_connected(struct gsm_bts_trx_ts *ts); -void dyn_pdch_complete(struct gsm_bts_trx_ts *ts, int rc); +void cb_ts_disconnected(struct gsm_bts_trx_ts *ts); +void cb_ts_connected(struct gsm_bts_trx_ts *ts); +void ipacc_dyn_pdch_complete(struct gsm_bts_trx_ts *ts, int rc); #endif // _RSL_H */ -- cgit v1.2.3