decode_lock
state->decode_lock = state->decode_strength = state->decode_snr = 0;
state->decode_lock = state->decode_strength = state->decode_snr = 0;
state->decode_lock = ((state->rxbuffer[6] & 0x10) == 0) ? 1 : 0;
state->decode_lock = (state->rxbuffer[1]) ? 1 : 0;
state->decode_lock = (state->rxbuffer[6] == 0x00) ? 1 : 0;
state->decode_lock = 1;
state->decode_lock = state->decode_strength = state->decode_snr = 0;
if (state->decode_lock)
u8 decode_lock;
status = decode_lock(xdr, res);