added wiretapping mode check in handleDeviceTm of PlocHandler
This commit is contained in:
2
fsfw
2
fsfw
Submodule fsfw updated: 42720e6f7d...e7d2456350
2
fsfw_hal
2
fsfw_hal
Submodule fsfw_hal updated: 14fe32572d...a85c01465b
@ -388,6 +388,11 @@ void PlocHandler::handleDeviceTM(const uint8_t* data, size_t dataSize, DeviceCom
|
|||||||
|
|
||||||
ReturnValue_t result = RETURN_OK;
|
ReturnValue_t result = RETURN_OK;
|
||||||
|
|
||||||
|
if (wiretappingMode == RAW) {
|
||||||
|
/* Data already sent in doGetRead() */
|
||||||
|
return result;
|
||||||
|
}
|
||||||
|
|
||||||
DeviceReplyMap::iterator iter = deviceReplyMap.find(replyId);
|
DeviceReplyMap::iterator iter = deviceReplyMap.find(replyId);
|
||||||
if (iter == deviceReplyMap.end()) {
|
if (iter == deviceReplyMap.end()) {
|
||||||
sif::debug << "PlocHandler::handleDeviceTM: Unknown reply id" << std::endl;
|
sif::debug << "PlocHandler::handleDeviceTM: Unknown reply id" << std::endl;
|
||||||
|
2
thirdparty/etl
vendored
2
thirdparty/etl
vendored
Submodule thirdparty/etl updated: ae06e64177...c308dc427b
2
tmtc
2
tmtc
Submodule tmtc updated: 7310513805...3e466f06ef
Reference in New Issue
Block a user