aboutsummaryrefslogtreecommitdiffstats
path: root/examples/README
diff options
context:
space:
mode:
authorvlm <vlm@59561ff5-6e30-0410-9f3c-9617f08c8826>2006-09-17 03:27:57 +0000
committervlm <vlm@59561ff5-6e30-0410-9f3c-9617f08c8826>2006-09-17 03:27:57 +0000
commit6f0e0645952b825e0fa24ad589e6c6cb02a10ec7 (patch)
tree2b0f2f5a88b52664348875637b8ff856e89e98e3 /examples/README
parent66cea38b0898d703138e3a64c2410a98006669ae (diff)
3GPP Radio Resource Control
git-svn-id: https://asn1c.svn.sourceforge.net/svnroot/asn1c/trunk@1196 59561ff5-6e30-0410-9f3c-9617f08c8826
Diffstat (limited to 'examples/README')
-rw-r--r--examples/README15
1 files changed, 9 insertions, 6 deletions
diff --git a/examples/README b/examples/README
index 85247f39..2e317f54 100644
--- a/examples/README
+++ b/examples/README
@@ -4,10 +4,7 @@ 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.TAP3 directory contains the GSM TAP3 decoder.
- Before trying to compile, read the README file in that directory.
-
-3. The ./sample.source.MHEG5 directory contains the decoder for
+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.
@@ -18,6 +15,14 @@ This directory contains a few examples.
Lightweight Directory Access Protocol version 3 PDU as specified in
rfc4211.txt.
+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.RRC directory contains the 3GPP Radio Resource Control
+ 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).
@@ -25,5 +30,3 @@ 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.
-The clyx2asn1.pl script can be used to extract ASN.1 data from LyX editor files.
-