tmtc bridge debug output corrected
This commit is contained in:
parent
4a218470cf
commit
8cb4a9897e
@ -103,12 +103,13 @@ ReturnValue_t TmTcBridge::readTmQueue() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
ReturnValue_t TmTcBridge::storeDownlinkData(TmTcMessage *message) {
|
ReturnValue_t TmTcBridge::storeDownlinkData(TmTcMessage *message) {
|
||||||
info << "UDP Server: Client address not bound yet. Packet can not be sent. "
|
info << "TMTC Bridge: Comm Link down. "
|
||||||
"Saving packet to be sent later " << std::endl;
|
"Saving packet ID to be sent later " << std::endl;
|
||||||
store_address_t storeId;
|
store_address_t storeId;
|
||||||
|
|
||||||
if(fifo.full()) {
|
if(fifo.full()) {
|
||||||
info << "UDP Server: TM downlink store is full. Overwriting old data" << std::endl;
|
info << "TMTC Bridge: TM downlink max. number of stored packet IDs reached."
|
||||||
|
" Overwriting old data" << std::endl;
|
||||||
fifo.retrieve(&storeId);
|
fifo.retrieve(&storeId);
|
||||||
}
|
}
|
||||||
storeId = message->getStorageId();
|
storeId = message->getStorageId();
|
||||||
|
Loading…
Reference in New Issue
Block a user