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
I thought that maybe there is something wrong with Time64 or Duration type, but there is also temporalSeriesOfMaxAvailableCertSupply element with the same definition that works.
Hello,
I've come across a weird issue with COER decoding.
I have ScopedLocalPolicyFile PDU (XER version is here: https://github.com/nobodyguy/asn1c_sandbox_do_not_use/blob/main/fixtures/ScopedLocalPolicyFile.xml)
When I try to decode it from COER to text or any other encoding, it returns:
I found out that it's caused by this element:
When I remove it and try to decode it, it works as expected.
What's wrong with that?
temporalSeriesOfMaxCertRequestAge is defined as:
I thought that maybe there is something wrong with Time64 or Duration type, but there is also temporalSeriesOfMaxAvailableCertSupply element with the same definition that works.
I tried the latest master and also latest
mouse07410/vlm_master
.Sandbox is here: https://github.com/nobodyguy/asn1c_sandbox_do_not_use
The text was updated successfully, but these errors were encountered: