BUGFIX: report appropriate LLID when responding to a KMM_HELLO (we currently report NO_SERVICE back to the SU for an OTAR request);

pull/91/head
Bryan Biedenkapp 8 months ago
parent de2c471cd7
commit 4306764819

@ -865,7 +865,7 @@ bool P25PacketData::processKMM(RxStatus* status)
dataHeader.setAckNeeded(false);
dataHeader.setOutbound(true);
dataHeader.setSAP(PDUSAP::UNENC_KMM);
dataHeader.setLLId(WUID_ALL);
dataHeader.setLLId(status->llId);
dataHeader.setBlocksToFollow(1U);
dataHeader.calculateLength(KMM_NO_SERVICE_LENGTH);

Loading…
Cancel
Save

Powered by TurnKey Linux.