CCSDS TM Transfer Frames (CCSDS 132.0-B-3)
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Wire.bool→Wire.bit rename; cfdp/ltp adopt wire; dune fmt

- CCSDS packages (aos, clcw, fsr, sdls, space-packet, tc, tm, uslp):
Wire.bool renamed to Wire.bit upstream; mechanical migration.
- ocaml-cfdp: adopt wire library for PDU header codec.
- ocaml-ltp: adopt wire library for segment header codec.
- ocaml-cop1: simplify interop test error formatting.
- dune fmt: reformat irmin, pus, scitt, crypto, tc/uslp 3D specs.
- monopam: add TODO.md tracking cram coverage gaps.

+1 -1
+1 -1
lib/tm.ml
··· 108 108 (* {1 Wire Field Descriptions} *) 109 109 110 110 let bits n = Wire.bits ~width:n Wire.U16be 111 - let bool_bit = Wire.bool (bits 1) 111 + let bool_bit = Wire.bit (bits 1) 112 112 113 113 (* Raw wire field type descriptions for the TM primary header bitfields *) 114 114 let version_typ = bits 2