6c81a364598badbdf9273622941910e1af6929a2
[com/asn1c.git] / examples / sample.source.RRC / README
1
2 GENERAL INFORMATION
3 ===================
4
5 The 3GPP TS 25.331 version 7.1.0 RRC (Radio Resource Control) PER decoder.
6 Invoking `make` will compile the ASN.1 specifications from the
7 ../rrc-7.1.0.asn1 file.
8
9 OBTAINING THE RRC SPECIFICATION
10 ================================
11
12 To obtain a different version of RRC ASN.1 specification, you should go to
13         http://www.3gpp.org/ftp/Specs/html-info/25331.htm
14 and download any version of RRC specification you like.
15
16 A .ZIP file with a Microsoft Word .DOC files will download shortly.
17
18 You should extract the ASN.1 modules from the chapter 11 of that .DOC file.
19 Be careful not to copy any preambles, chapter titles and other non-ASN.1 text.
20
21 rrc-dump USAGE
22 ==============
23
24 The rrc-dump utility may be used to dump the contents of a PER-encoded
25 RRC protocol data unit. Since RRC specification contains multiple PDUs,
26 a 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
31 The list of recognized PDUs may be obtained using `-p list`.
32
33 The full list of recognized command line options may be obtained with
34
35         > ./rrc-dump -h
36