This commit is contained in:
@ -25,7 +25,9 @@ class EiveCfdpUser(CfdpUserBase):
|
||||
pass
|
||||
|
||||
def file_segment_recv_indication(self, params: FileSegmentRecvdParams):
|
||||
pass
|
||||
_LOGGER.info(
|
||||
f"CFDP User: Received File Data PDU for {params.transaction_id} | Offset: {params.offset} | Segment Length: {params.length}"
|
||||
)
|
||||
|
||||
def report_indication(self, transaction_id: TransactionId, status_report: any):
|
||||
pass
|
||||
@ -49,4 +51,4 @@ class EiveCfdpUser(CfdpUserBase):
|
||||
pass
|
||||
|
||||
def eof_recv_indication(self, transaction_id: TransactionId):
|
||||
pass
|
||||
_LOGGER.info(f"CFDP User: EOF received for {transaction_id}")
|
||||
|
Reference in New Issue
Block a user