You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The case seems to be that in order to use post-encoding-function or post-decoding-validator ACN attributes, one has not only to use both, but there must exist at least one NULL component with the save-position attribute. While this is acceptable, any of the following ACN cases do not produce asn1scc compiler errors (and probably should?) but will fail source code compilation for missing types or declarations:
asn1scc version 4.5.0.4
Consider the following ASN.1 definition:
The case seems to be that in order to use
post-encoding-function
orpost-decoding-validator
ACN attributes, one has not only to use both, but there must exist at least one NULL component with thesave-position
attribute. While this is acceptable, any of the following ACN cases do not produce asn1scc compiler errors (and probably should?) but will fail source code compilation for missing types or declarations:Fails on
T_TYPE_ACN_Decode()
due to a missing declaration for typeT_TYPE_extension_function_positions
.Fails on
T_TYPE_ACN_Encode()
due to unknownbitStreamPositions_1
variable.Similarly, if one instead uses
post-encoding-function
only, equivalent errors occur in the counterpart ACN_Decode/Encode() functions.The text was updated successfully, but these errors were encountered: