asn1c/examples/sample.source.RRC
vlm 4362b1da54 Open Mobile Alliance UserPlane Location Protocol
git-svn-id: https://asn1c.svn.sourceforge.net/svnroot/asn1c/trunk@1363 59561ff5-6e30-0410-9f3c-9617f08c8826
2007-06-29 12:46:06 +00:00
..
Makefile Open Mobile Alliance UserPlane Location Protocol 2007-06-29 12:46:06 +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.per padded 2007-06-26 07:47:25 +00:00
sample-DL-CCCH-Message-2-nopad.per padded 2007-06-26 07:47:25 +00:00
sample-DL-DCCH-Message-1-nopad.per padded 2007-06-26 07:47:25 +00:00
sample-DL-DCCH-Message-1.per padded 2007-06-26 07:47:25 +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