I'm working on an application that will generate SS7 Protocols specifically SCCP,MAP. Hence, I need the ASN.1 files run through an ASN1c compiler to generate C struct codes.
I've managed to find the MAP ASN.1 files on 3gpp.org but unable to find ASN.1 files for SCCP. So, I did a little bit of research and it seems that I need to decode SCCP messages. But I have absolutely no idea where to start and decode them. Any ideas?
Thanks!