aboutsummaryrefslogtreecommitdiffstats
path: root/examples/sample.source.RRC
diff options
context:
space:
mode:
authorLev Walkin <vlm@lionet.info>2013-04-07 01:37:43 -0700
committerLev Walkin <vlm@lionet.info>2013-04-07 01:37:43 -0700
commit101c26db7958d819df1b675d7a3b40293b2ca3fa (patch)
tree1202dfec1bc2c314aa3f511332bb859dacfc1269 /examples/sample.source.RRC
parent9ab5c76ab853d6dca79cc1332f2db9e1eab1273f (diff)
rrc.asn1 renamed into rrc-7.1.0.asn1
Diffstat (limited to 'examples/sample.source.RRC')
-rw-r--r--examples/sample.source.RRC/Makefile6
-rw-r--r--examples/sample.source.RRC/README2
2 files changed, 4 insertions, 4 deletions
diff --git a/examples/sample.source.RRC/Makefile b/examples/sample.source.RRC/Makefile
index 4e2a8541..f59f0a1a 100644
--- a/examples/sample.source.RRC/Makefile
+++ b/examples/sample.source.RRC/Makefile
@@ -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
diff --git a/examples/sample.source.RRC/README b/examples/sample.source.RRC/README
index fc7e6b9c..6c81a364 100644
--- a/examples/sample.source.RRC/README
+++ b/examples/sample.source.RRC/README
@@ -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
================================