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
asn1ate does not currently handle imports very well, the mapping from ASN.1 imports to Python imports is not entirely trivial
Even if it did, you would still need the contents of ULP-Version-3-parameter-extensions available to asn1ate, so it can look up types like Ver2-Notification-extension from it. The easiest way to make that happen is usually to concat all the modules into a single file.
But even so, there are problems with asn1ate and multi-modules, see existing issues #44 and #59.
ASN.1 module:
ULP-Version-2-parameter-extensions defines the Ver2-Notification-extension define type.
Debug:
(edit: formatted the code sample and removed some accidental styling /kimgr)
The text was updated successfully, but these errors were encountered: