Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
A
asn1c
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Libraries
asn1c
Commits
101c26db
Commit
101c26db
authored
Apr 07, 2013
by
Lev Walkin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
rrc.asn1 renamed into rrc-7.1.0.asn1
parent
9ab5c76a
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
5 additions
and
5 deletions
+5
-5
examples/README
examples/README
+1
-1
examples/rrc-7.1.0.asn1
examples/rrc-7.1.0.asn1
+0
-0
examples/sample.source.RRC/Makefile
examples/sample.source.RRC/Makefile
+3
-3
examples/sample.source.RRC/README
examples/sample.source.RRC/README
+1
-1
No files found.
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
Markdown
is supported
0%
Try again
or
attach a new file
Attach a 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