OM2000 VTY: Don't send RX configuration request to TX

This commit is contained in:
Harald Welte 2011-03-05 16:14:34 +01:00
parent bab983764e
commit 52af3aee5a
1 changed files with 1 additions and 1 deletions

View File

@ -449,7 +449,7 @@ DEFUN(om2k_conf_req, om2k_conf_req_cmd,
abis_om2k_tx_rx_conf_req(trx); abis_om2k_tx_rx_conf_req(trx);
break; break;
case OM2K_MO_CLS_TX: case OM2K_MO_CLS_TX:
abis_om2k_tx_rx_conf_req(trx); abis_om2k_tx_tx_conf_req(trx);
break; break;
default: default:
break; break;