asn1c/examples
vlm 0128522af5 necessary types added
git-svn-id: https://asn1c.svn.sourceforge.net/svnroot/asn1c/trunk@1403 59561ff5-6e30-0410-9f3c-9617f08c8826
2007-12-03 15:13:31 +00:00
..
sample.source.LDAP3 Open Mobile Alliance UserPlane Location Protocol 2007-06-29 12:46:06 +00:00
sample.source.MEGACO Open Mobile Alliance UserPlane Location Protocol 2007-06-29 12:46:06 +00:00
sample.source.MHEG5 junktesting support 2006-09-24 19:47:07 +00:00
sample.source.PKIX1 Open Mobile Alliance UserPlane Location Protocol 2007-06-29 12:46:06 +00:00
sample.source.RRC Open Mobile Alliance UserPlane Location Protocol 2007-06-29 12:46:06 +00:00
sample.source.TAP3 necessary types added 2007-12-03 15:13:31 +00:00
sample.source.ULP short probe 2007-07-23 11:40:42 +00:00
Makefile.am further svnization 2007-05-23 10:15:39 +00:00
Makefile.in upgraded compatibility 2007-08-27 23:57:45 +00:00
README Open Mobile Alliance UserPlane Location Protocol 2007-06-29 12:46:06 +00:00
clyx2asn1.pl upgraded compatibility 2007-08-27 23:57:45 +00:00
crfc2asn1.pl upgraded compatibility 2007-08-27 23:57:45 +00:00
rfc3280.txt added rfc3280 2004-09-07 06:37:25 +00:00
rfc3525.txt MEGACO (Media Gateway Control) protocol decoder 2006-09-09 04:49:45 +00:00
rfc4511.txt LDAP3 2006-09-09 11:26:09 +00:00
rrc.asn1 received RRC permit 2006-10-24 02:17:20 +00:00
sample.makefile.regen Open Mobile Alliance UserPlane Location Protocol 2007-06-29 12:46:06 +00:00

README

This directory contains a few examples.

1. The ./sample.source.PKIX1 directory contains the X.509 Certificate decoder,
   as specified in rfc3280.txt. Just type `make` in there to compile.

2. The ./sample.source.MHEG5 directory contains the decoder for
   ISO 13522 MHEG-5/ITU-T T.172 (Multimedia Hypermedia Experts Group,
   Multimedia Presentations). Read the README file in that directory.

3. The ./sample.source.MEGACO directory contains the decoder for
   Media Gateway Control Protocol data units as specified in rfc3525.txt.

4. The ./sample.source.LDAP3 directory contains the decoder for
   Lightweight Directory Access Protocol version 3 PDU as specified in
   rfc4211.txt.

6. The ./sample.source.RRC directory contains the 3GPP Radio Resource Control
   decoder. Just type `make` in there to compile.

5. The ./sample.source.TAP3 directory contains the GSM TAP3 decoder.
   Before trying to compile, read the README file in that directory.

6. The ./sample.source.ULP directory contains the Open Mobile Alliance
   UserPlane Location Protocol decoder. Before trying to compile, read the
   README file in that directory.

The clyx2asn1.pl script can be used to extract ASN.1 data from LyX editor files.

The crfc2asn1.pl script can be used to extract ASN.1 data from RFC texts.
For instance, it is used to extract X.509, MEGACO, and LDAPv3 ASN.1 modules
from the corresponding RFC texts (rfc3280.txt, rfc3525.txt, rfc4211.txt).

To regenerate the .asn1 files from the original RFC texts, execute
`make clean; make` in the current directory.