P1sec / pycrate

A Python library to ease the development of encoders and decoders for various protocols and file formats; contains ASN.1 and CSN.1 compilers.
GNU Lesser General Public License v2.1
380 stars 130 forks source link

pycrate_asn1rt.err.ASN1BERDecodeErr: ASN1descr: invalid tag class / pc / value, (2, 1, 1) #255

Closed Thual-22300 closed 6 months ago

Thual-22300 commented 6 months ago

Amongs a lot of use cases where no problem was observed: I am encountering a ber decoding error: /pycrate_asn1rt/asnobj.py", line 1594, in _from_ber raise(ASN1BERDecodeErr('{0}: invalid tag class / pc / value, {1!r}'\ pycrate_asn1rt.err.ASN1BERDecodeErr: ASN1descr: invalid tag class / pc / value, (2, 1, 1)

Any tips to help for the investigation? Thanks.