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
1 changed files with 1 additions and 1 deletions

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: