From a90eb0066a03d814c020088d6ec6f73adea26043 Mon Sep 17 00:00:00 2001 From: Daniel Willmann Date: Fri, 19 Aug 2011 19:20:32 +0200 Subject: osmo-bsc: Use NM_OPSTATE_* to check for operational attributes --- openbsc/src/osmo-bsc/osmo_bsc_rf.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'openbsc/src/osmo-bsc/osmo_bsc_rf.c') diff --git a/openbsc/src/osmo-bsc/osmo_bsc_rf.c b/openbsc/src/osmo-bsc/osmo_bsc_rf.c index 6288fbf9f..64cab5d3d 100644 --- a/openbsc/src/osmo-bsc/osmo_bsc_rf.c +++ b/openbsc/src/osmo-bsc/osmo_bsc_rf.c @@ -97,7 +97,7 @@ static void handle_query(struct osmo_bsc_rf_conn *conn) struct gsm_bts_trx *trx; llist_for_each_entry(trx, &bts->trx_list, list) { if (trx->mo.nm_state.availability == NM_AVSTATE_OK && - trx->mo.nm_state.operational != NM_STATE_LOCKED) { + trx->mo.nm_state.operational != NM_OPSTATE_DISABLED) { send = RF_CMD_ON; break; } -- cgit v1.2.3