-
Notifications
You must be signed in to change notification settings - Fork 73
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Not able to decode the OCTET STRING , because asn_decode() with the transfer syntax ATS_ALIGNED_BASIC_PER and ATS_ALIGNED_CANONICAL_PER is returning ecode_result.code =RC_WMORE and decode_result.consumed=0 #107
Comments
Would you mind posting the complete ASN.1 file here? I'll need it to recompile on my machine. Also, is your file encoded in APER (Aligned) or UPER (Basic, Unaligned)? |
|
@mouse07410 i have attached the asn definition file |
The message is encoded using APER |
Since you posted your issue in the vlm repo and here - could you clarify which of the |
I am using this mouse /asn1c repo only |
There is problem in this repo for dcoding the octet string filed with APER. My original message is encoded with APER only. |
@mouse07410 any information regarding this issue. |
@samrajput1143 sorry, no information and no update. |
https://stackoverflow.com/questions/73508115/decode-hex-value-using-asn1-aligned-per-decoder-in-c
Issue While decoding OCTET string with PER .
ASN.1 Compiler, v0.9.29
my output
expected output
The text was updated successfully, but these errors were encountered: