NASA-AMMOS / AIT-DSN

MIT License
19 stars 10 forks source link

SLE endpoints should emit entire frame blob rather than only the frame's data #110

Closed nttoole closed 4 years ago

nttoole commented 4 years ago

Currently, both RAF/RCF build a frame from the PDU component, grab that data field section of the frame and push that to a telemetry socket. In order to support deframing and processing we will need to change things so that the original frame is emited.

RAF: https://github.com/NASA-AMMOS/AIT-DSN/blob/c9593bbe699547ba2cf67f44aa2764c68849a86a/ait/dsn/sle/raf.py#L351

RCF: https://github.com/NASA-AMMOS/AIT-DSN/blob/c9593bbe699547ba2cf67f44aa2764c68849a86a/ait/dsn/sle/rcf.py#L429

nttoole commented 4 years ago

Changes: