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
76289e19
Commit
76289e19
authored
Oct 24, 2006
by
Lev Walkin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
received RRC permit
parent
95a47a10
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
21296 additions
and
17 deletions
+21296
-17
examples/README
examples/README
+1
-1
examples/rrc.asn1
examples/rrc.asn1
+21291
-0
examples/sample.source.RRC/README
examples/sample.source.RRC/README
+4
-16
No files found.
examples/README
View file @
76289e19
...
@@ -19,7 +19,7 @@ This directory contains a few examples.
...
@@ -19,7 +19,7 @@ This directory contains a few examples.
Before trying to compile, read the README file in that directory.
Before trying to compile, read the README file in that directory.
6. The ./sample.source.RRC directory contains the 3GPP Radio Resource Control
6. The ./sample.source.RRC directory contains the 3GPP Radio Resource Control
decoder.
Before trying to compile, read the README file in that directory
.
decoder.
Just type `make` in there to compile
.
The clyx2asn1.pl script can be used to extract ASN.1 data from LyX editor files.
The clyx2asn1.pl script can be used to extract ASN.1 data from LyX editor files.
...
...
examples/rrc.asn1
0 → 100644
View file @
76289e19
This source diff could not be displayed because it is too large. You can
view the blob
instead.
examples/sample.source.RRC/README
View file @
76289e19
...
@@ -2,34 +2,22 @@
...
@@ -2,34 +2,22 @@
GENERAL INFORMATION
GENERAL INFORMATION
===================
===================
The 3GPP TS 25.331 RRC (Radio Resource Control) PER decoder.
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
Invoking `make` will compile the ASN.1 specifications from the
../rrc.asn1 file.
../rrc.asn1 file.
THERE IS NO rrc.asn1 FILE THERE YET!
OBTAINING THE RRC SPECIFICATION
OBTAINING THE RRC SPECIFICATION
================================
================================
Due to licensing restrictions, asn1c can not include the RRC ASN.1 module
To obtain a different version of RRC ASN.1 specification, you should go to
in its distribution.
To obtain the RRC ASN.1 specification, you should go to
http://www.3gpp.org/ftp/Specs/html-info/25331.htm
http://www.3gpp.org/ftp/Specs/html-info/25331.htm
and download any version of RRC specification
(preferably 7.1.0, 2006-06)
.
and download any version of RRC specification
you like
.
A .ZIP file with a Microsoft Word .DOC files will download shortly.
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,
You should extract the ASN.1 modules from the chapter 11 of that .DOC file.
and save it as the ../rrc.asn1 file. The ../rrc.asn1 file should start with
the following line
"Class-definitions DEFINITIONS AUTOMATIC TAGS ::="
and end with the "END" token.
Be careful not to copy any preambles, chapter titles and other non-ASN.1 text.
Be careful not to copy any preambles, chapter titles and other non-ASN.1 text.
After obtaining the rrc.asn1, type `make` in the directory containing
this README file.
rrc-dump USAGE
rrc-dump USAGE
==============
==============
...
...
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