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
4bef3913
Commit
4bef3913
authored
Mar 08, 2022
by
Mark
Committed by
Mouse
May 02, 2022
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add JER to UTF8String.c
parent
941c6b5b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
0 deletions
+5
-0
skeletons/UTF8String.c
skeletons/UTF8String.c
+5
-0
No files found.
skeletons/UTF8String.c
View file @
4bef3913
...
@@ -35,6 +35,11 @@ asn_TYPE_operation_t asn_OP_UTF8String = {
...
@@ -35,6 +35,11 @@ asn_TYPE_operation_t asn_OP_UTF8String = {
0
,
0
,
0
,
0
,
#endif
/* !defined(ASN_DISABLE_XER_SUPPORT) */
#endif
/* !defined(ASN_DISABLE_XER_SUPPORT) */
#if !defined(ASN_DISABLE_JER_SUPPORT)
OCTET_STRING_encode_jer_utf8
,
#else
0
,
#endif
/* !defined(ASN_DISABLE_JER_SUPPORT) */
#if !defined(ASN_DISABLE_OER_SUPPORT)
#if !defined(ASN_DISABLE_OER_SUPPORT)
OCTET_STRING_decode_oer
,
OCTET_STRING_decode_oer
,
OCTET_STRING_encode_oer
,
OCTET_STRING_encode_oer
,
...
...
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