finally receiving the content report
All checks were successful
EIVE/eive-obsw/pipeline/pr-v2.1.0-dev This commit looks good

This commit is contained in:
Robin Müller 2023-05-12 16:09:08 +02:00
parent 1f9c9e2407
commit 9887359e31
Signed by: muellerr
GPG Key ID: A649FB78196E3849
2 changed files with 1 additions and 3 deletions

View File

@ -379,7 +379,6 @@ ReturnValue_t PlocMPSoCHandler::scanForReply(const uint8_t* start, size_t remain
}; };
switch (apid) { switch (apid) {
case (mpsoc::apid::ACK_SUCCESS): case (mpsoc::apid::ACK_SUCCESS):
sif::debug << "got ack" << std::endl;
*foundLen = mpsoc::SIZE_ACK_REPORT; *foundLen = mpsoc::SIZE_ACK_REPORT;
*foundId = mpsoc::ACK_REPORT; *foundId = mpsoc::ACK_REPORT;
break; break;
@ -449,7 +448,6 @@ ReturnValue_t PlocMPSoCHandler::interpretDeviceReply(DeviceCommandId_t id, const
break; break;
} }
case (mpsoc::TM_FLASH_DIRECTORY_CONTENT): { case (mpsoc::TM_FLASH_DIRECTORY_CONTENT): {
sif::debug << "received flash dir content packet" << std::endl;
result = verifyPacket(packet, foundPacketLen); result = verifyPacket(packet, foundPacketLen);
if (result == MPSoCReturnValuesIF::CRC_FAILURE) { if (result == MPSoCReturnValuesIF::CRC_FAILURE) {
sif::warning << "PLOC MPSoC: Flash directory content reply invalid CRC" << std::endl; sif::warning << "PLOC MPSoC: Flash directory content reply invalid CRC" << std::endl;

2
tmtc

@ -1 +1 @@
Subproject commit ef0adef04aebf8aa0d673e14403b484bd1200d9c Subproject commit e05a54b076a9b34059bfa5baf783a7f134a91f09