added wiretapping mode check in handleDeviceTm of PlocHandler
This commit is contained in:
parent
be77f86685
commit
ec76222907
2
fsfw
2
fsfw
@ -1 +1 @@
|
||||
Subproject commit 42720e6f7d64bdd9a1ac0cea5846c9a8cedea0ff
|
||||
Subproject commit e7d245635047439ca4b5a46d05bf58437a5aa33a
|
2
fsfw_hal
2
fsfw_hal
@ -1 +1 @@
|
||||
Subproject commit 14fe32572d62db9d19707dc1f9bb6fecb1993b73
|
||||
Subproject commit a85c01465bc8687773676f05c5e7eb8af54b25ff
|
@ -388,6 +388,11 @@ void PlocHandler::handleDeviceTM(const uint8_t* data, size_t dataSize, DeviceCom
|
||||
|
||||
ReturnValue_t result = RETURN_OK;
|
||||
|
||||
if (wiretappingMode == RAW) {
|
||||
/* Data already sent in doGetRead() */
|
||||
return result;
|
||||
}
|
||||
|
||||
DeviceReplyMap::iterator iter = deviceReplyMap.find(replyId);
|
||||
if (iter == deviceReplyMap.end()) {
|
||||
sif::debug << "PlocHandler::handleDeviceTM: Unknown reply id" << std::endl;
|
||||
|
2
thirdparty/etl
vendored
2
thirdparty/etl
vendored
@ -1 +1 @@
|
||||
Subproject commit ae06e6417702b770c49289c9e7162cb3f4a5a217
|
||||
Subproject commit c308dc427b7a34e54f33860fb2e244564b2740b4
|
2
tmtc
2
tmtc
@ -1 +1 @@
|
||||
Subproject commit 73105138050b5661a6cff76e1d64af40981f9c7f
|
||||
Subproject commit 3e466f06ef7737f2f1bab8c3d68feb633da76dbc
|
Loading…
Reference in New Issue
Block a user