This is my first question so please bear with me, I'm trying to find a good compiler to parse the following standard, I've tried asn1c and I wasn't able compile it successfully, the problem is that I didn't get any error, I tried with "-P" and there was no output, this is what I did
sn1c MAP-ShortMessageServiceOperations.EXP -P
The files in the link have been generated by SIEMENS and for some reason they are not the standard ASN.1
The question is how can I compile all these ASN files with asn1c or any other asn compiler?
and also I've tried snacc and didn't get anything useful from it either.
I'm trying to write a C application that will be running on Red-hat Linux