Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Havar
asn1c
Commits
101c26db
Commit
101c26db
authored
Apr 07, 2013
by
Lev Walkin
Browse files
rrc.asn1 renamed into rrc-7.1.0.asn1
parent
9ab5c76a
Changes
4
Hide whitespace changes
Inline
Side-by-side
examples/README
View file @
101c26db
...
...
@@ -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.
...
...
examples/rrc.asn1
→
examples/rrc
-7.1.0
.asn1
View file @
101c26db
File moved
examples/sample.source.RRC/Makefile
View file @
101c26db
...
...
@@ -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
...
...
examples/sample.source.RRC/README
View file @
101c26db
...
...
@@ -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
================================
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment