asn1c/examples/README

38 lines
1.6 KiB
Plaintext
Raw Normal View History

2004-06-03 03:38:44 +00:00
This directory contains a few examples.
2004-06-03 03:38:44 +00:00
2006-09-09 11:26:09 +00:00
1. The ./sample.source.PKIX1 directory contains the X.509 Certificate decoder,
2006-09-12 06:19:15 +00:00
as specified in rfc3280.txt. Just type `make` in there to compile.
2004-09-07 06:31:59 +00:00
2006-09-17 03:27:57 +00:00
2. The ./sample.source.MHEG5 directory contains the decoder for
2006-08-24 23:50:07 +00:00
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.
2006-09-09 11:26:09 +00:00
4. The ./sample.source.LDAP3 directory contains the decoder for
Lightweight Directory Access Protocol version 3 PDU as specified in
rfc4211.txt.
2017-05-05 10:33:10 +00:00
5. The ./sample.source.RRC directory contains the 3GPP Radio Resource Control
2013-04-07 08:37:43 +00:00
decoder for RRC version 7.1.0. Just type `make` in there to compile.
2017-05-05 10:33:10 +00:00
6. The ./sample.source.LTE-RRC directory contains the 3GPP RRC
decoder for LTE RRC version 14.2.1. Read the README file in that directory.
7. The ./sample.source.TAP3 directory contains the GSM TAP3 decoder.
2006-09-17 03:27:57 +00:00
Before trying to compile, read the README file in that directory.
2017-05-05 10:33:10 +00:00
8. 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.
2006-09-17 03:27:57 +00:00
2006-08-24 23:50:07 +00:00
The crfc2asn1.pl script can be used to extract ASN.1 data from RFC texts.
2006-09-09 11:26:09 +00:00
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).
2006-09-09 11:26:09 +00:00
To regenerate the .asn1 files from the original RFC texts, execute
`make clean; make` in the current directory.
2006-08-24 23:50:07 +00:00