mirror of
https://gitea.osmocom.org/cellular-infrastructure/osmo-mgw.git
synced 2025-11-02 04:53:24 +00:00
dyn PDCH: fix: clear PDCH flags on TS reconnect (e.g. BTS re-connect)
Change-Id: I89a0ef1794f343fdd06a62237f5732e73f4d2704
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user