ensure the host doesn't attempt to retransmit rogue OSP_SNDCP_CH_GNT;

pull/61/head
Bryan Biedenkapp 2 years ago
parent 45efd99801
commit 1388863371

@ -927,6 +927,8 @@ bool ControlSignaling::processNetwork(uint8_t* data, uint32_t len, lc::LC& contr
break; // the FNE may explicitly send these
case TSBKO::OSP_QUE_RSP:
break; // the FNE may explicitly send these
case TSBKO::OSP_SNDCP_CH_GNT:
return true; // don't allow this to write to the air
default:
LogError(LOG_NET, P25_TSDU_STR ", unhandled LCO, mfId = $%02X, lco = $%02X", tsbk->getMFId(), tsbk->getLCO());
return false;

Loading…
Cancel
Save

Powered by TurnKey Linux.