Remove self-test interop tests (COP-1, SCC, TCF)
These used pure Python generators (struct.pack, manual bitfield
encoding) that reimplemented the spec — not independent oracles.
Per interop-testing skill: "The generator MUST call the upstream
tool's public API. Never reimplement, transcribe, or inline."
A Python script that packs the same bits our OCaml code does
validates nothing about cross-implementation compatibility.
Proper replacements:
- COP-1: dariol83/ccsds has COP-1 support (Java)
- SCC: dariol83/ccsds has CLTU/randomizer (Java)
- TCF: spacepackets has CDS/CUC time code support (Python)