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
e86ebcff
Commit
e86ebcff
authored
May 05, 2017
by
Bi-Ruei, Chiu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add README files
parent
81ac2151
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
41 additions
and
0 deletions
+41
-0
examples/README
examples/README
+3
-0
examples/sample.source.LTE-RRC/README
examples/sample.source.LTE-RRC/README
+38
-0
No files found.
examples/README
View file @
e86ebcff
...
...
@@ -25,6 +25,9 @@ This directory contains a few examples.
UserPlane Location Protocol decoder. Before trying to compile, read the
README file in that directory.
7. The ./sample.source.LTE-RRC directory contains the 3GPP Radio Resource Control
decoder for LTE RRC version 14.2.1. Read the README file in that directory.
The crfc2asn1.pl script can be used to extract ASN.1 data from RFC texts.
For instance, it is used to extract X.509, MEGACO, and LDAPv3 ASN.1 modules
from the corresponding RFC texts (rfc3280.txt, rfc3525.txt, rfc4211.txt).
...
...
examples/sample.source.LTE-RRC/README
0 → 100644
View file @
e86ebcff
GENERAL INFORMATION
===================
The 3GPP TS 36.331 version 14.2.1 Radio Resource Control (RRC) Unaligned PER decoder.
Invoking `make` will compile the ASN.1 specifications from the
../lte-rrc-14.2.1.asn1 file.
Currently only Makefile and binary sample in this directory.
OBTAINING THE LTE-RRC SPECIFICATION
===================================
To obtain this LTE-RRC ASN.1 specification or other version, you should go to
http://www.3gpp.org/ftp/Specs/html-info/36331.htm
and download any version of LTE-RRC specification you like.
A .ZIP file with a Microsoft Word .DOC files will download shortly.
You should extract the ASN.1 modules from that .DOC file.
Be careful not to copy any preambles, chapter titles and other non-ASN.1 text.
lte-rrc-dump USAGE
==================
The lte-rrc-dump utility may be used to dump the contents of a Unaligned PER-encoded
LTE-RRC protocol data unit. Since LTE-RRC specification contains multiple PDUs,
a PDU must be selected manually using -p <PDU> command line option:
./lte-rrc-dump -iper -p DL-DCCH-Message message.per
./lte-rrc-dump -iper -p PCCH-Message message.per
The list of recognized PDUs may be obtained using `-p list`.
The full list of recognized command line options may be obtained with
> ./lte-rrc-dump -h
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