dyn PDCH: fix: clear PDCH flags on TS reconnect (e.g. BTS re-connect)

Change-Id: I89a0ef1794f343fdd06a62237f5732e73f4d2704
This commit is contained in:
Neels Hofmeyr 2016-06-16 04:18:07 +02:00
parent 2ebacce4fa
commit c1fbdedcd3
1 changed files with 2 additions and 0 deletions

View File

@ -27,6 +27,8 @@ void dyn_pdch_init(struct gsm_bts_trx_ts *ts)
{
int rc;
ts->flags &= ~(TS_F_PDCH_PENDING_MASK | TS_F_PDCH_ACTIVE);
if (ts->pchan == GSM_PCHAN_TCH_F_PDCH) {
LOGP(DRSL, LOGL_DEBUG, "trying to PDCH ACT on"
" BTS %u TRX %u TS %u\n",