nasa / SBN

38 stars 23 forks source link

SBN/doc/cfs_sbn.md documentation error #18

Closed johnphamngc closed 4 years ago

johnphamngc commented 4 years ago

SBN/doc/cfs_sbn.md says that the MsgSz field is "The total size of the message, including this header." However, a code inspection of SBN_PackMsg seems to indicate this field reflects the payload size. This seems to be confirmed with a sim that implements the SBN protocol talking to the app breaking when implemented with the field being the total size and working with the field being the payload size.