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
46b394dd
Commit
46b394dd
authored
Jul 06, 2020
by
Lev Walkin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Follow-up to #379
parent
ca814576
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
4 deletions
+5
-4
AUTHORS
AUTHORS
+1
-0
tests/tests-asn1c-compiler/155-parameterization-more-than-two-level-OK.asn1.-Pgen-PER
...55-parameterization-more-than-two-level-OK.asn1.-Pgen-PER
+2
-2
tests/tests-asn1c-compiler/42-real-life-OK.asn1.-PR
tests/tests-asn1c-compiler/42-real-life-OK.asn1.-PR
+2
-2
No files found.
AUTHORS
View file @
46b394dd
Full list of copyright holders:
Rob Stradling <rob@sectigo.com>
Bartosz Marcinkiewicz <bma@megawatt.com.pl>
Bent Nicolaisen <BN@JAI.com>
Bi-Ruei, Chiu <biruei.chiu@gmail.com>
...
...
tests/tests-asn1c-compiler/155-parameterization-more-than-two-level-OK.asn1.-Pgen-PER
View file @
46b394dd
...
...
@@ -291,7 +291,7 @@ Packet_List_constraint(const asn_TYPE_descriptor_t *td, const void *sptr,
if((size >= 1 && size <= 256)) {
/* Perform validation of the inner elements */
return
td->encoding_constraints.general_constraints
(td, sptr, ctfailcb, app_key);
return
SEQUENCE_OF_constraint
(td, sptr, ctfailcb, app_key);
} else {
ASN__CTFAIL(app_key, td, sptr,
"%s: constraint failed (%s:%d)",
...
...
@@ -376,7 +376,7 @@ UpperLayer_List_41P0_constraint(const asn_TYPE_descriptor_t *td, const void *spt
if((size >= 1 && size <= 256)) {
/* Perform validation of the inner elements */
return
td->encoding_constraints.general_constraints
(td, sptr, ctfailcb, app_key);
return
SEQUENCE_OF_constraint
(td, sptr, ctfailcb, app_key);
} else {
ASN__CTFAIL(app_key, td, sptr,
"%s: constraint failed (%s:%d)",
...
...
tests/tests-asn1c-compiler/42-real-life-OK.asn1.-PR
View file @
46b394dd
...
...
@@ -56,7 +56,7 @@ memb_varsets_constraint_1(const asn_TYPE_descriptor_t *td, const void *sptr,
if((size >= 1)) {
/* Perform validation of the inner elements */
return
td->encoding_constraints.general_constraints
(td, sptr, ctfailcb, app_key);
return
SEQUENCE_OF_constraint
(td, sptr, ctfailcb, app_key);
} else {
ASN__CTFAIL(app_key, td, sptr,
"%s: constraint failed (%s:%d)",
...
...
@@ -383,7 +383,7 @@ memb_vset_constraint_1(const asn_TYPE_descriptor_t *td, const void *sptr,
if((size >= 1)) {
/* Perform validation of the inner elements */
return
td->encoding_constraints.general_constraints
(td, sptr, ctfailcb, app_key);
return
SET_OF_constraint
(td, sptr, ctfailcb, app_key);
} else {
ASN__CTFAIL(app_key, td, sptr,
"%s: constraint failed (%s:%d)",
...
...
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