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
8077f938
Commit
8077f938
authored
Aug 07, 2017
by
Lev Walkin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
define INTEGER_free
parent
63099079
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
1 deletion
+2
-1
skeletons/INTEGER.c
skeletons/INTEGER.c
+1
-1
skeletons/INTEGER.h
skeletons/INTEGER.h
+1
-0
No files found.
skeletons/INTEGER.c
View file @
8077f938
...
...
@@ -17,7 +17,7 @@ static const ber_tlv_tag_t asn_DEF_INTEGER_tags[] = {
asn_TYPE_descriptor_t
asn_DEF_INTEGER
=
{
"INTEGER"
,
"INTEGER"
,
ASN__PRIMITIVE_TYPE
_free
,
INTEGER
_free
,
INTEGER_print
,
asn_generic_no_constraint
,
ber_decode_primitive
,
...
...
skeletons/INTEGER.h
View file @
8077f938
...
...
@@ -34,6 +34,7 @@ typedef const struct asn_INTEGER_specifics_s {
int
field_unsigned
;
/* Signed=0, unsigned=1 */
}
asn_INTEGER_specifics_t
;
#define INTEGER_free ASN__PRIMITIVE_TYPE_free
asn_struct_print_f
INTEGER_print
;
ber_type_decoder_f
INTEGER_decode_ber
;
der_type_encoder_f
INTEGER_encode_der
;
...
...
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