I'm kind of new to ASN.1, so I don't know if I have invalid files or if I just don't know what I'm doing.
I've found an ASN file for parsing H245 messages here. There are a lot of "..." sections that appear to break the compiler I'm using (BinaryNotes). If I remove the "..." entries, I can get it to compile. Is that what I'm supposed to do?
I'm running into other problems when decoding and I'd like to make sure this isn't the cause of those issues.