asn1c/examples/sample.source.RRC
vlm 9354a11c45 new test
git-svn-id: https://asn1c.svn.sourceforge.net/svnroot/asn1c/trunk@1272 59561ff5-6e30-0410-9f3c-9617f08c8826
2006-11-24 11:26:56 +00:00
..
Makefile junktesting support 2006-09-24 19:47:07 +00:00
README received RRC permit 2006-10-24 02:17:20 +00:00
config.h 3GPP Radio Resource Control 2006-09-17 03:27:57 +00:00
sample-BCCH-BCH-Message-2-padded.per debugging 2006-09-18 21:19:32 +00:00
sample-DL-CCCH-Message-2.per new test 2006-11-24 11:26:56 +00:00
sample-DL-DCCH-Message-1-padded.per more testing 2006-09-18 20:04:14 +00:00
sample-DL-DCCH-Message-1.per more testing 2006-09-18 20:04:14 +00:00

README

GENERAL INFORMATION
===================

The 3GPP TS 25.331 version 7.1.0 RRC (Radio Resource Control) PER decoder.
Invoking `make` will compile the ASN.1 specifications from the
../rrc.asn1 file.

OBTAINING THE RRC SPECIFICATION
================================

To obtain a different version of RRC ASN.1 specification, you should go to
	http://www.3gpp.org/ftp/Specs/html-info/25331.htm
and download any version of RRC specification you like.

A .ZIP file with a Microsoft Word .DOC files will download shortly.

You should extract the ASN.1 modules from the chapter 11 of that .DOC file.
Be careful not to copy any preambles, chapter titles and other non-ASN.1 text.

rrc-dump USAGE
==============

The rrc-dump utility may be used to dump the contents of a PER-encoded
RRC protocol data unit. Since RRC specification contains multiple PDUs,
a PDU must be selected manually using -p <PDU> command line option:

	./rrc-dump    -p DL-DCCH-Message    message.per
	./rrc-dump    -p PCCH-Message    message.per

The list of recognized PDUs may be obtained using `-p list`.

The full list of recognized command line options may be obtained with

	> ./rrc-dump -h