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
602aacb5
Commit
602aacb5
authored
Jul 24, 2017
by
Lev Walkin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
simplify dependencies
parent
9ae018ee
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
8 additions
and
46 deletions
+8
-46
skeletons/INTEGER.h
skeletons/INTEGER.h
+2
-1
skeletons/INTEGER_oer.h
skeletons/INTEGER_oer.h
+0
-20
skeletons/constr_SEQUENCE.h
skeletons/constr_SEQUENCE.h
+2
-1
skeletons/constr_SEQUENCE_oer.h
skeletons/constr_SEQUENCE_oer.h
+0
-20
skeletons/file-dependencies
skeletons/file-dependencies
+4
-4
No files found.
skeletons/INTEGER.h
View file @
602aacb5
...
@@ -7,7 +7,6 @@
...
@@ -7,7 +7,6 @@
#include <asn_application.h>
#include <asn_application.h>
#include <asn_codecs_prim.h>
#include <asn_codecs_prim.h>
#include <INTEGER_oer.h>
#ifdef __cplusplus
#ifdef __cplusplus
extern
"C"
{
extern
"C"
{
...
@@ -40,6 +39,8 @@ ber_type_decoder_f INTEGER_decode_ber;
...
@@ -40,6 +39,8 @@ ber_type_decoder_f INTEGER_decode_ber;
der_type_encoder_f
INTEGER_encode_der
;
der_type_encoder_f
INTEGER_encode_der
;
xer_type_decoder_f
INTEGER_decode_xer
;
xer_type_decoder_f
INTEGER_decode_xer
;
xer_type_encoder_f
INTEGER_encode_xer
;
xer_type_encoder_f
INTEGER_encode_xer
;
oer_type_decoder_f
INTEGER_decode_oer
;
oer_type_encoder_f
INTEGER_encode_oer
;
per_type_decoder_f
INTEGER_decode_uper
;
per_type_decoder_f
INTEGER_decode_uper
;
per_type_encoder_f
INTEGER_encode_uper
;
per_type_encoder_f
INTEGER_encode_uper
;
...
...
skeletons/INTEGER_oer.h
deleted
100644 → 0
View file @
9ae018ee
/*-
* Copyright (c) 2017 Lev Walkin <vlm@lionet.info>. All rights reserved.
* Redistribution and modifications are permitted subject to BSD license.
*/
#ifndef _INTEGER_OER_H_
#define _INTEGER_OER_H_
#ifdef __cplusplus
extern
"C"
{
#endif
#include <asn_application.h>
#include <asn_codecs.h>
oer_type_decoder_f
INTEGER_decode_oer
;
oer_type_encoder_f
INTEGER_encode_oer
;
#ifdef __cplusplus
}
#endif
#endif
/* _INTEGER_OER_H_ */
skeletons/constr_SEQUENCE.h
View file @
602aacb5
...
@@ -6,7 +6,6 @@
...
@@ -6,7 +6,6 @@
#define _CONSTR_SEQUENCE_H_
#define _CONSTR_SEQUENCE_H_
#include <asn_application.h>
#include <asn_application.h>
#include <constr_SEQUENCE_oer.h>
#ifdef __cplusplus
#ifdef __cplusplus
extern
"C"
{
extern
"C"
{
...
@@ -51,6 +50,8 @@ ber_type_decoder_f SEQUENCE_decode_ber;
...
@@ -51,6 +50,8 @@ ber_type_decoder_f SEQUENCE_decode_ber;
der_type_encoder_f
SEQUENCE_encode_der
;
der_type_encoder_f
SEQUENCE_encode_der
;
xer_type_decoder_f
SEQUENCE_decode_xer
;
xer_type_decoder_f
SEQUENCE_decode_xer
;
xer_type_encoder_f
SEQUENCE_encode_xer
;
xer_type_encoder_f
SEQUENCE_encode_xer
;
oer_type_decoder_f
SEQUENCE_decode_oer
;
oer_type_encoder_f
SEQUENCE_encode_oer
;
per_type_decoder_f
SEQUENCE_decode_uper
;
per_type_decoder_f
SEQUENCE_decode_uper
;
per_type_encoder_f
SEQUENCE_encode_uper
;
per_type_encoder_f
SEQUENCE_encode_uper
;
...
...
skeletons/constr_SEQUENCE_oer.h
deleted
100644 → 0
View file @
9ae018ee
/*-
* Copyright (c) 2017 Lev Walkin <vlm@lionet.info>. All rights reserved.
* Redistribution and modifications are permitted subject to BSD license.
*/
#ifndef CONSTR_SEQUENCE_OER_H
#define CONSTR_SEQUENCE_OER_H
#ifdef __cplusplus
extern
"C"
{
#endif
#include <asn_application.h>
#include <asn_codecs.h>
oer_type_decoder_f
SEQUENCE_decode_oer
;
oer_type_encoder_f
SEQUENCE_encode_oer
;
#ifdef __cplusplus
}
#endif
#endif
/* CONSTR_SEQUENCE_OER_H */
skeletons/file-dependencies
View file @
602aacb5
...
@@ -3,8 +3,6 @@
...
@@ -3,8 +3,6 @@
# The format is like this:
# The format is like this:
# <filename> <dependent-file> ...
# <filename> <dependent-file> ...
#
#
# $Id$
#
ANY.h ANY.c
ANY.h ANY.c
BMPString.h BMPString.c UTF8String.h
BMPString.h BMPString.c UTF8String.h
...
@@ -37,7 +35,7 @@ asn_SEQUENCE_OF.h asn_SEQUENCE_OF.c asn_SET_OF.h
...
@@ -37,7 +35,7 @@ asn_SEQUENCE_OF.h asn_SEQUENCE_OF.c asn_SET_OF.h
asn_SET_OF.h asn_SET_OF.c
asn_SET_OF.h asn_SET_OF.c
constr_CHOICE.h constr_CHOICE.c
constr_CHOICE.h constr_CHOICE.c
constr_SEQUENCE.h constr_SEQUENCE.c
constr_SEQUENCE.h constr_SEQUENCE.c
constr_SEQUENCE_OF.h constr_SEQUENCE_OF.c
constr_SEQUENCE_oer.h
asn_SEQUENCE_OF.h constr_SET_OF.h
constr_SEQUENCE_OF.h constr_SEQUENCE_OF.c asn_SEQUENCE_OF.h constr_SET_OF.h
constr_SET.h constr_SET.c
constr_SET.h constr_SET.c
constr_SET_OF.h constr_SET_OF.c asn_SET_OF.h
constr_SET_OF.h constr_SET_OF.c asn_SET_OF.h
...
@@ -70,6 +68,8 @@ CONVERTER: # THIS IS A SPECIAL SECTION
...
@@ -70,6 +68,8 @@ CONVERTER: # THIS IS A SPECIAL SECTION
converter-sample.c # A default name for sample transcoder
converter-sample.c # A default name for sample transcoder
CODEC-OER: # THIS IS A SPECIAL SECTION
CODEC-OER: # THIS IS A SPECIAL SECTION
constr_SEQUENCE_oer.h constr_SEQUENCE_oer.c
INTEGER_oer.c
NativeInteger_oer.c
constr_SEQUENCE_oer.c
CODEC-PER: # THIS IS A SPECIAL SECTION
CODEC-PER: # THIS IS A SPECIAL SECTION
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