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
81ac2151
Commit
81ac2151
authored
Apr 21, 2017
by
Bi-Ruei, Chiu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add LTE-RRC example
parent
0eca8c32
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
3696 additions
and
0 deletions
+3696
-0
.gitignore
.gitignore
+2
-0
examples/Makefile.am
examples/Makefile.am
+1
-0
examples/sample.source.LTE-RRC/Makefile
examples/sample.source.LTE-RRC/Makefile
+3683
-0
examples/sample.source.LTE-RRC/config.h
examples/sample.source.LTE-RRC/config.h
+10
-0
examples/sample.source.LTE-RRC/sample-BCCH-BCH-Message-1.per
examples/sample.source.LTE-RRC/sample-BCCH-BCH-Message-1.per
+0
-0
No files found.
.gitignore
View file @
81ac2151
...
...
@@ -55,6 +55,8 @@ doc/docsrc/*.xdv
/examples/*/*.h
/examples/*/*dump
/examples/*/.tmp.*
!/examples/*/Makefile
!/examples/*/config.h
# /libasn1compiler/
/libasn1compiler/check_compiler
...
...
examples/Makefile.am
View file @
81ac2151
...
...
@@ -33,6 +33,7 @@ EXTRA_DIST = \
sample.source.RRC
\
sample.source.TAP3
\
sample.source.PKIX1
\
sample.source.LTE-RRC
\
sample.makefile.regen
CLEANFILES
=
$(ASN1_FILES_1)
$(ASN1_FILES_2)
$(ASN1_FILES_3)
...
...
examples/sample.source.LTE-RRC/Makefile
0 → 100644
View file @
81ac2151
This source diff could not be displayed because it is too large. You can
view the blob
instead.
examples/sample.source.LTE-RRC/config.h
0 → 100644
View file @
81ac2151
extern
int
opt_debug
;
#define ASN_DEBUG(fmt, args...) do { \
if(opt_debug < 2) break; \
fprintf(stderr, fmt, ##args); \
fprintf(stderr, " (%s:%d)\n", \
__FILE__, __LINE__); \
} while(0)
examples/sample.source.LTE-RRC/sample-BCCH-BCH-Message-1.per
0 → 100644
View file @
81ac2151
File added
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