-
If u refer to ISO/IEC 8650-l : 1996 (E) / ITU-T X.227 (1995 E) i can confirm. Yes I have compiled ACSE and I use it in my projects. I can say so for complete OSI upper layer stack needed by RFC 1006.
// Ilija.
2009-06-11 12:46:42 UTC in The ASN.1 Compiler
-
For the time being -prefix-fn and/pr -prefix= can resolve this. You can put a file name that will cotain OID, and in you can put anything. Also in case both -prefix-mn and -prefix= are sepcified in you can concatenate them.
Also consider adding option -prefix-oid or -oid=.
2008-03-02 13:14:20 UTC in The ASN.1 Compiler
-
Type name clashing can happen if two or more modules
define type(s) with same name(s). In order to avoid
this situation, apprioach simillar to -fcompound-names
can be introduced.
Proposed action:
A command line option could allow force of some prefix
(or suffix) to produced C type/struct names. For
convenience it could enable user to either:
- suggest using of module name or file...
2006-10-09 09:44:17 UTC in The ASN.1 Compiler