I ran the free online compiler (at http://lionet.info/asn1c/asn1c.cgi) and created source files for the IMSRecord (telecom CDR).
It built okay, but when I run the generated C executable, it prints the strings as hex characters, as follows: sIP-Method: 49 4E 56 49 54 45
How can I get it to print as
sIP-Method: INVITE
I tried the various command-line options, but could not get it to change.
Is this perhaps related to one of the online compiler options that I probably did not understand at the time?
Thanks,
Mitch