blob: 5c73304695e055b514ed8e482a7d0493135add83 [file] [log] [blame]
Bi-Ruei, Chiue86ebcf2017-05-05 18:26:04 +08001
2GENERAL INFORMATION
3===================
4
5The 3GPP TS 36.331 version 14.2.1 Radio Resource Control (RRC) Unaligned PER decoder.
6Invoking `make` will compile the ASN.1 specifications from the
7../lte-rrc-14.2.1.asn1 file.
8
9Currently only Makefile and binary sample in this directory.
10
11OBTAINING THE LTE-RRC SPECIFICATION
12===================================
13
14To obtain this LTE-RRC ASN.1 specification or other version, you should go to
15 http://www.3gpp.org/ftp/Specs/html-info/36331.htm
16and download any version of LTE-RRC specification you like.
17
18A .ZIP file with a Microsoft Word .DOC files will download shortly.
19
20You should extract the ASN.1 modules from that .DOC file.
21Be careful not to copy any preambles, chapter titles and other non-ASN.1 text.
22
23lte-rrc-dump USAGE
24==================
25
26The lte-rrc-dump utility may be used to dump the contents of a Unaligned PER-encoded
27LTE-RRC protocol data unit. Since LTE-RRC specification contains multiple PDUs,
28a PDU must be selected manually using -p <PDU> command line option:
29
30 ./lte-rrc-dump -iper -p DL-DCCH-Message message.per
31 ./lte-rrc-dump -iper -p PCCH-Message message.per
32
33The list of recognized PDUs may be obtained using `-p list`.
34
35The full list of recognized command line options may be obtained with
36
37 > ./lte-rrc-dump -h
38