blob: fc7e6b9ca104d8be44037b1e08ea48b98aa1ff1f [file] [log] [blame]
Lev Walkin48f33652006-09-17 03:27:57 +00001
2GENERAL INFORMATION
3===================
4
Lev Walkin76289e12006-10-24 02:17:20 +00005The 3GPP TS 25.331 version 7.1.0 RRC (Radio Resource Control) PER decoder.
Lev Walkin48f33652006-09-17 03:27:57 +00006Invoking `make` will compile the ASN.1 specifications from the
7../rrc.asn1 file.
8
Lev Walkin48f33652006-09-17 03:27:57 +00009OBTAINING THE RRC SPECIFICATION
10================================
11
Lev Walkin76289e12006-10-24 02:17:20 +000012To obtain a different version of RRC ASN.1 specification, you should go to
Lev Walkin48f33652006-09-17 03:27:57 +000013 http://www.3gpp.org/ftp/Specs/html-info/25331.htm
Lev Walkin76289e12006-10-24 02:17:20 +000014and download any version of RRC specification you like.
Lev Walkin48f33652006-09-17 03:27:57 +000015
16A .ZIP file with a Microsoft Word .DOC files will download shortly.
17
Lev Walkin76289e12006-10-24 02:17:20 +000018You should extract the ASN.1 modules from the chapter 11 of that .DOC file.
Lev Walkin48f33652006-09-17 03:27:57 +000019Be careful not to copy any preambles, chapter titles and other non-ASN.1 text.
20
Lev Walkin48f33652006-09-17 03:27:57 +000021rrc-dump USAGE
22==============
23
24The rrc-dump utility may be used to dump the contents of a PER-encoded
25RRC protocol data unit. Since RRC specification contains multiple PDUs,
26a PDU must be selected manually using -p <PDU> command line option:
27
28 ./rrc-dump -p DL-DCCH-Message message.per
29 ./rrc-dump -p PCCH-Message message.per
30
31The list of recognized PDUs may be obtained using `-p list`.
32
33The full list of recognized command line options may be obtained with
34
35 > ./rrc-dump -h
36