[EMAIL PROTECTED] wrote:

> Hi all, i'm developing a Java 2 software for telecomunication and i
> have a problem with a field Facility. I have the ASN1 coded stream of
> the facility field then a thing like
>
> 1C0F91A10C020200800606040082710102
>
> Now, i want to create an ASN1 schema that after i can compile (with a
> ASN1 to Java compiler) and to obtain classes that i can use in my
> software to decode tha Facility field.
>
> Anyone can help me to write this schema? I'm searching only for an
> example on the structure that i must write.



FieldModule DEFINITIONS ::= BEGIN
    FieldType ::= UniversalString
END


That is all.


-- Lev Walkin [EMAIL PROTECTED] _______________________________________________ ASN1 mailing list [EMAIL PROTECTED] http://lists.asn1.org/mailman/listinfo/asn1

Reply via email to