Skip to content
Snippets Groups Projects
Commit a5f9e2b9 authored by kongr45gpen's avatar kongr45gpen
Browse files

Merge branch 'ECSS_ST13_large_packet_transfer' into 'master'

Ecss st13 large packet transfer

**Brief Description**
The Large Packet Transfer Service is utilized in data packets that exceed the maximum length that is defined by the standards. The purpose of this Service is to split the data into packets with the desirable length.

**Work done so far**
Six functions were implemented; three for the *Downlink Report* and three for the *Uplink Request*. The first three *TM[13,1], TM[13,2]* and *TM[13,3]* append the necessary identifiers before the data. The last three *TC[13,9], TM[13,10]* and *TM[13,11]* just return the given data since we do not have a method for TC Messages yet.

**Work left to do**
The splitting of the initial large packets.

See merge request acubesat/obc/ecss-services!31
parents 50f1021c 264020c8
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment