• @[email protected]
    link
    fedilink
    62 days ago

    3GPP 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

    • @[email protected]
      link
      fedilink
      12 days ago

      That requires some form of self describing format and will probably look like a sparse matrix in the end.