mirror of
https://gitea.osmocom.org/cellular-infrastructure/osmo-mgw.git
synced 2025-11-03 05:23:43 +00:00
cosmetic: dyn_pdch_init(): debug log: use new gsm_ts_and_pchan_name()
Change-Id: I396c2696bdbedb41a1f1fe2183f8eada57dc3413
This commit is contained in:
@@ -35,14 +35,14 @@ void dyn_pdch_init(struct gsm_bts_trx_ts *ts)
|
|||||||
return;
|
return;
|
||||||
|
|
||||||
if (ts->trx->bts->gprs.mode == BTS_GPRS_NONE) {
|
if (ts->trx->bts->gprs.mode == BTS_GPRS_NONE) {
|
||||||
LOGP(DRSL, LOGL_NOTICE, "%s %s: GPRS mode is 'none':"
|
LOGP(DRSL, LOGL_NOTICE, "%s: GPRS mode is 'none':"
|
||||||
" not activating PDCH.\n",
|
" not activating PDCH.\n",
|
||||||
gsm_ts_name(ts), gsm_pchan_name(ts->pchan));
|
gsm_ts_and_pchan_name(ts));
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
LOGP(DRSL, LOGL_DEBUG, "%s %s: trying to PDCH ACT\n",
|
LOGP(DRSL, LOGL_DEBUG, "%s: trying to PDCH ACT\n",
|
||||||
gsm_ts_name(ts), gsm_pchan_name(ts->pchan));
|
gsm_ts_and_pchan_name(ts));
|
||||||
|
|
||||||
rc = rsl_ipacc_pdch_activate(ts, 1);
|
rc = rsl_ipacc_pdch_activate(ts, 1);
|
||||||
if (rc != 0)
|
if (rc != 0)
|
||||||
|
|||||||
Reference in New Issue
Block a user