RBS2000: Don't sent IS configuration if we want to config TF

This commit is contained in:
Harald Welte
2012-09-07 20:14:47 +02:00
parent 0818f31144
commit 4c889a5c49

View File

@@ -170,7 +170,7 @@ static void nm_statechg_evt(unsigned int signal,
break;
if (nsd->new_state->availability == OM2K_MO_S_STARTED) {
/* TF has started, configure + enable it */
abis_om2k_tx_is_conf_req(nsd->bts);
abis_om2k_tx_tf_conf_req(nsd->bts);
}
break;
case OM2K_MO_CLS_TRXC: