Masud Chowdhury wrote:
Dear Friends,
I am masud chowdhury from bangladesh . I am a computer programmer of a
reputed company here .i Have been given a task to convert a GSM HLR
information to ASCII format . I have no idea how to do that. If you know
the process please let me know .
Masud,
There are several ways of accomplishing this.
1. Obtain the ASN.1 module specification for the GSM HLR format. Then,
use an ASN.1 compiler (there are commercial and free ones available) to
convert the specification into a decoder for this format in some
target language (say, Java or C). Then, use the decoder to read the
GSM HLR format and convert it to something else, such as XML.
2. Use the existing generic format dumper utility, which would be able
to present the internal structure of a GSM HLR data in plaintext (ASCII)
so you can use other tools to extract the needed information.
3. Read the GSM HLR specification and construct a hand-made utility
to decode it. This would probably not be feasible.
If you could send a sample of a GSM HLR file, I can probably help you
to find out the best approach.
--
Lev Walkin
[EMAIL PROTECTED]
_______________________________________________
ASN1 mailing list
[email protected]
http://lists.asn1.org/mailman/listinfo/asn1