Hi there,
I got the following message when coding/decoding the XML format of my ASN.1 specification: "%s: Cannot convert %s into Unaligned PER".
How am I supposed to response to this message?
First of all, I run the compilter with the -otext option to see the output in XML format. That works pretty well. The -oder option for DER coding works pretty good too. Only when I code/decode with the -oper option for PER coding, I get the metioned message.
I tried the -c option to check for errors in the XML input. Nothing. I also tried the -dd option to find some usefull debugging output. This is what I get with debugging enabled:
Hi there,
I got the following message when coding/decoding the XML format of my ASN.1 specification: "%s: Cannot convert %s into Unaligned PER".
How am I supposed to response to this message?
First of all, I run the compilter with the -otext option to see the output in XML format. That works pretty well. The -oder option for DER coding works pretty good too. Only when I code/decode with the -oper option for PER coding, I get the metioned message.
I tried the -c option to check for errors in the XML input. Nothing. I also tried the -dd option to find some usefull debugging output. This is what I get with debugging enabled:
foo@ba:~/Downloads/Encoding_handcrafted_DENM_2013-11-04$ ./cam_denm_endecoder -dd -c -p DENM -ixml -oper DENM_handcrafted_mandatoryOnly_2013-11-04.xml
AD: Processing DENM_handcrafted_mandatoryOnly_2013-11-04.xml
AD: Decoding 1063 bytes
AD: decode(0) consumed 1062+0b (1063), code 0
AD: => add_bytes(1) { o=0 l=0 u=0, s=0 }
AD: Buffer reallocated to 1 (1 time)
AD: <= add_bytes(1) { o=0 l=1 u=0, s=1 }
AD: RC_OK, finishing up with 0+0
DENM_handcrafted_mandatoryOnly_2013-11-04.xml: Cannot convert DENM into Unaligned PER
Any idea what goes wrong?
Regards!