Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
A
asn1c
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
qwebaby3
asn1c
Commits
76289e19
Commit
76289e19
authored
18 years ago
by
Lev Walkin
Browse files
Options
Downloads
Patches
Plain Diff
received RRC permit
parent
95a47a10
No related branches found
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
examples/README
+1
-1
1 addition, 1 deletion
examples/README
examples/rrc.asn1
+21291
-0
21291 additions, 0 deletions
examples/rrc.asn1
examples/sample.source.RRC/README
+4
-16
4 additions, 16 deletions
examples/sample.source.RRC/README
with
21296 additions
and
17 deletions
examples/README
+
1
−
1
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 th
at di
re
c
to
ry
.
decoder.
Just type `make`
in th
e
re
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.
...
...
This diff is collapsed.
Click to expand it.
examples/rrc.asn1
0 → 100644
+
21291
−
0
View file @
76289e19
Source diff could not be displayed: it is too large. Options to address this:
view the blob
.
This diff is collapsed.
Click to expand it.
examples/sample.source.RRC/README
+
4
−
16
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
==============
==============
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment