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
c7739065
Commit
c7739065
authored
Jan 23, 2024
by
v0-e
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update main README with supported encoding rules
parent
7909b54f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
3 deletions
+4
-3
README.md
README.md
+4
-3
No files found.
README.md
View file @
c7739065
...
...
@@ -2,7 +2,7 @@
ASN.1 to C compiler takes the ASN.1 module files (example) and generates
the C++ compatible C source code. That code can be used to serialize
the native C structures into compact and unambiguous BER/OER/PER/XER-based
the native C structures into compact and unambiguous BER/OER/PER/XER
/JER
-based
data files, and deserialize the files back.
Various ASN.1 based formats are widely used in the industry,
...
...
@@ -40,10 +40,11 @@ BASIC-OER | oer_encode() | *-OER | oer_decode()
CANONICAL-OER | oer_encode() |
*
-OER | oer_decode()
BASIC-UPER | uper_encode() |
*
-UPER | uper_decode()
CANONICAL-UPER | uper_encode() |
*
-UPER | uper_decode()
*-APER | _not supported_ | *
-APER | _not supported_
BASIC-APER | aper_encode() |
*
-APER | aper_decode()
CANONICAL-APER | aper_encode() |
*
-APER | aper_decode()
BASIC-XER | xer_encode(XER_F_BASIC) |
*
-XER | xer_decode()
CANONICAL-XER | xer_encode(XER_F_CANONICAL)|
*
-XER | xer_decode()
JER | jer_encode() | JER |
_not supported_
JER | jer_encode() | JER |
jer_decode()
*
) Asterisk means both BASIC and CANONICAL variants.
</details>
...
...
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