rrc.asn1 renamed into rrc-7.1.0.asn1

This commit is contained in:
Lev Walkin 2013-04-07 01:37:43 -07:00
parent 9ab5c76ab8
commit 101c26db79
4 changed files with 5 additions and 5 deletions

View File

@ -16,7 +16,7 @@ This directory contains a few examples.
rfc4211.txt.
6. The ./sample.source.RRC directory contains the 3GPP Radio Resource Control
decoder. Just type `make` in there to compile.
decoder for RRC version 7.1.0. Just type `make` in there to compile.
5. The ./sample.source.TAP3 directory contains the GSM TAP3 decoder.
Before trying to compile, read the README file in that directory.

View File

@ -4761,17 +4761,17 @@ clean:
regen: regenerate-from-asn1-source
regenerate-from-asn1-source:
../../asn1c/asn1c -S ../../skeletons -pdu=DL-DCCH-Message -pdu=auto -fcompound-names -gen-PER ../rrc.asn1
../../asn1c/asn1c -S ../../skeletons -pdu=DL-DCCH-Message -pdu=auto -fcompound-names -gen-PER ../rrc-7.1.0.asn1
DL-DCCH-Message.c: ../sample.makefile.regen ../rrc.asn1
DL-DCCH-Message.c: ../sample.makefile.regen ../rrc-7.1.0.asn1
make regen-makefile
@touch DL-DCCH-Message.c
make
regen-makefile:
ASN1CMDOPTS="-pdu=auto -fcompound-names -gen-PER" \
ASN1MODULES="../rrc.asn1" \
ASN1MODULES="../rrc-7.1.0.asn1" \
ASN1PDU=DL-DCCH-Message \
PROGNAME=rrc-dump \
../sample.makefile.regen

View File

@ -4,7 +4,7 @@ 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.
../rrc-7.1.0.asn1 file.
OBTAINING THE RRC SPECIFICATION
================================