asn1c/examples/sample.source.RRC
vlm fdf05da725 junktesting support
git-svn-id: https://asn1c.svn.sourceforge.net/svnroot/asn1c/trunk@1240 59561ff5-6e30-0410-9f3c-9617f08c8826
2006-09-24 19:47:07 +00:00
..
Makefile junktesting support 2006-09-24 19:47:07 +00:00
README 3GPP Radio Resource Control 2006-09-17 03:27:57 +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-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 RRC (Radio Resource Control) PER decoder.
Invoking `make` will compile the ASN.1 specifications from the
../rrc.asn1 file.

THERE IS NO rrc.asn1 FILE THERE YET!

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

Due to licensing restrictions, asn1c can not include the RRC ASN.1 module
in its distribution.

To obtain the 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 (preferably 7.1.0, 2006-06).

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,
and save it as the ../rrc.asn1 file. The ../rrc.asn1 file should start with
the following line
	"Class-definitions DEFINITIONS AUTOMATIC TAGS ::="
and end with the "END" token.
Be careful not to copy any preambles, chapter titles and other non-ASN.1 text.

After obtaining the rrc.asn1, type `make` in the directory containing
this README file.

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