Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Mder fix compilation problem. #11

Closed
wants to merge 1 commit into from
Closed

Mder fix compilation problem. #11

wants to merge 1 commit into from

Conversation

sancane
Copy link
Contributor

@sancane sancane commented Dec 13, 2010

This patch solves compilation error related with a wrong constraint generation for SEQUENCE_OF types.

INTEGER, BIT STRING and OCTET STRING are valid constrained types
with medical devices encoding rules.
@vlm
Copy link
Owner

vlm commented Dec 17, 2010

Applied, thanks!

brchiu pushed a commit to brchiu/asn1c that referenced this pull request Apr 20, 2017
…_with_macro

Replace op->free_struct with macro for branch 115
velichkov added a commit to velichkov/asn1c that referenced this pull request Oct 25, 2017
A length determinant was not added when the SEQUENCE OF was empty
according to the X.691 vlm#20.6 and vlm#11.9.4.1.

This fixes a failure in 16-SEQUENCE-bundle

Decoding 1 bytes of T yielded RC_WMORE after byte 0
Original random structure:
T ::= {
    list: list ::= {
    }
    guard: 01
}
vlm pushed a commit that referenced this pull request Oct 26, 2017
A length determinant was not added when the SEQUENCE OF was empty
according to the X.691 #20.6 and #11.9.4.1.

This fixes a failure in 16-SEQUENCE-bundle

Decoding 1 bytes of T yielded RC_WMORE after byte 0
Original random structure:
T ::= {
    list: list ::= {
    }
    guard: 01
}
velichkov added a commit to velichkov/asn1c that referenced this pull request Jun 19, 2019
Implement `aper_put_nsnnwn` and `aper_get_nsnnwn` according to
X.691 08/2015 vlm#11.6. Previously they were implementing encoding of
constrained whole numbers according to X.691 08/2015 vlm#11.5
so rename the previous implementation to `aper_put_constrained_whole_number`
and `aper_get_constrained_whole_number`
velichkov added a commit to velichkov/asn1c that referenced this pull request Jun 19, 2019
Implement `aper_put_nsnnwn` and `aper_get_nsnnwn` according to
X.691 08/2015 vlm#11.6. Previously they were implementing encoding of
constrained whole numbers according to X.691 08/2015 vlm#11.5
so rename the previous implementation to `aper_put_constrained_whole_number`
and `aper_get_constrained_whole_number`
This pull request was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants