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
1a900ebf
Commit
1a900ebf
authored
Sep 08, 2019
by
Mouse
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Enabled switch "-uper" with the same semantic meaning as "-per" for
converter-example.c.
parent
03464813
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
+4
-0
skeletons/converter-example.c
skeletons/converter-example.c
+4
-0
No files found.
skeletons/converter-example.c
View file @
1a900ebf
...
@@ -146,6 +146,8 @@ static syntax_selector input_encodings[] = {
...
@@ -146,6 +146,8 @@ static syntax_selector input_encodings[] = {
"Input is in OER (Octet Encoding Rules)"
},
"Input is in OER (Octet Encoding Rules)"
},
{
"per"
,
ATS_UNALIGNED_BASIC_PER
,
CODEC_OFFSET
(
uper_decoder
),
{
"per"
,
ATS_UNALIGNED_BASIC_PER
,
CODEC_OFFSET
(
uper_decoder
),
"Input is in Unaligned PER (Packed Encoding Rules)"
},
"Input is in Unaligned PER (Packed Encoding Rules)"
},
{
"uper"
,
ATS_UNALIGNED_BASIC_PER
,
CODEC_OFFSET
(
uper_decoder
),
"Input is in Unaligned PER (Packed Encoding Rules)"
},
{
"aper"
,
ATS_ALIGNED_BASIC_PER
,
CODEC_OFFSET
(
aper_decoder
),
{
"aper"
,
ATS_ALIGNED_BASIC_PER
,
CODEC_OFFSET
(
aper_decoder
),
"Input is in Aligned PER (Packed Encoding Rules)"
},
"Input is in Aligned PER (Packed Encoding Rules)"
},
{
"xer"
,
ATS_BASIC_XER
,
CODEC_OFFSET
(
xer_decoder
),
{
"xer"
,
ATS_BASIC_XER
,
CODEC_OFFSET
(
xer_decoder
),
...
@@ -159,6 +161,8 @@ static syntax_selector output_encodings[] = {
...
@@ -159,6 +161,8 @@ static syntax_selector output_encodings[] = {
"Output as Canonical OER (Octet Encoding Rules)"
},
"Output as Canonical OER (Octet Encoding Rules)"
},
{
"per"
,
ATS_UNALIGNED_CANONICAL_PER
,
CODEC_OFFSET
(
uper_encoder
),
{
"per"
,
ATS_UNALIGNED_CANONICAL_PER
,
CODEC_OFFSET
(
uper_encoder
),
"Output as Unaligned PER (Packed Encoding Rules)"
},
"Output as Unaligned PER (Packed Encoding Rules)"
},
{
"uper"
,
ATS_UNALIGNED_CANONICAL_PER
,
CODEC_OFFSET
(
uper_encoder
),
"Output as Unaligned PER (Packed Encoding Rules)"
},
{
"aper"
,
ATS_ALIGNED_CANONICAL_PER
,
CODEC_OFFSET
(
aper_encoder
),
{
"aper"
,
ATS_ALIGNED_CANONICAL_PER
,
CODEC_OFFSET
(
aper_encoder
),
"Output as Aligned PER (Packed Encoding Rules)"
},
"Output as Aligned PER (Packed Encoding Rules)"
},
{
"xer"
,
ATS_BASIC_XER
,
CODEC_OFFSET
(
xer_encoder
),
{
"xer"
,
ATS_BASIC_XER
,
CODEC_OFFSET
(
xer_encoder
),
...
...
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