This commit is contained in:
2
fsfw
2
fsfw
Submodule fsfw updated: 448fbd0d38...c143198494
@ -64,6 +64,7 @@ ReturnValue_t CfdpHandler::performOperation(uint8_t operationCode) {
|
|||||||
}
|
}
|
||||||
const SourceHandler::FsmResult& srcResult = srcHandler.stateMachine();
|
const SourceHandler::FsmResult& srcResult = srcHandler.stateMachine();
|
||||||
while (srcResult.callStatus == CallStatus::CALL_AGAIN) {
|
while (srcResult.callStatus == CallStatus::CALL_AGAIN) {
|
||||||
|
sif::debug << "calling fsm" << std::endl;
|
||||||
srcHandler.stateMachine();
|
srcHandler.stateMachine();
|
||||||
}
|
}
|
||||||
return status;
|
return status;
|
||||||
|
@ -22,6 +22,8 @@ ReturnValue_t PusLiveDemux::demultiplexPackets(StorageManagerIF& tmStore,
|
|||||||
#if FSFW_CPP_OSTREAM_ENABLED == 1
|
#if FSFW_CPP_OSTREAM_ENABLED == 1
|
||||||
sif::error << "PusLiveDemux::handlePacket: Store too full to create data copy" << std::endl;
|
sif::error << "PusLiveDemux::handlePacket: Store too full to create data copy" << std::endl;
|
||||||
#endif
|
#endif
|
||||||
|
tmStore.deleteData(origStoreId);
|
||||||
|
break;
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
message.setStorageId(origStoreId);
|
message.setStorageId(origStoreId);
|
||||||
|
Reference in New Issue
Block a user