samrajput1143

Results 6 issues of samrajput1143

want to handle delete request on server side by using cpprestsdk. But the problem is the end part of url is string and can contain any value and its is...

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 ![image](https://user-images.githubusercontent.com/75875312/187020396-5beb535b-edd0-4694-bbc1-b01026319479.png) expected output ![image](https://user-images.githubusercontent.com/75875312/187020411-ad6bbf5b-8ad8-4866-a69f-689c09098a0e.png)

Both asn_decode() and uper_decode_complete() are incorrectly decoding the OCTET string and giving the wrong result. These function are still returning decode_result.code =RC_OK and decode_result.consumed=8 (less than the actual size of...

**asn_encode_to_buffer()** is returning the no of bytes written (in my case 67) to char buffer , but when printing the length of that char buffer it comes out to be...

Iam using below asn1c compiler, having version. **ASN.1 Compiler, v0.9.29 Copyright (c) 2003-2017 Lev Walkin and contributors.** And I have compiled 3gpp f1ap rel 17 asn files. I have also...