@[email protected] to Programmer [email protected] • 3 days agoTell me the truth ...piefed.jeena.netimagemessage-square144fedilinkarrow-up11.13Kcross-posted to: [email protected]
arrow-up11.13KimageTell me the truth ...piefed.jeena.net@[email protected] to Programmer [email protected] • 3 days agomessage-square144fedilinkcross-posted to: [email protected]
minus-square@[email protected]linkfedilink6•2 days ago3GPP has an interesting way of serialising bools on the wire with ASN.1 NULL OPTIONAL meaning only the type would be stored if true, otherwise it won’t be set at all
minus-square@[email protected]linkfedilink1•2 days agoThat requires some form of self describing format and will probably look like a sparse matrix in the end.
3GPP has an interesting way of serialising bools on the wire with ASN.1
meaning only the type would be stored if true, otherwise it won’t be set at all
That requires some form of self describing format and will probably look like a sparse matrix in the end.