-
Notifications
You must be signed in to change notification settings - Fork 20
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
OBJECT IDENTIFIER not supported #74
Comments
This is also required for X.509 #6 (comment) Should I create an overview ticket for osmo-iuh / (parts of 3G/UMTS) instead opening issues for every missing feature? |
Hi there. You are right, |
I hope to support, |
Happy to help implement this if I can. So far what I have found is the following.
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi,
[I'm quite new to asn1 (I only used it, but not written anything in it). Are there any good references or books to get into the asn1 topic?]
I've started to try asn1c against 3G/UMTS asn1 files (https://github.com/osmocom/osmo-iuh/tree/master/asn1)
It fails when parsing https://github.com/osmocom/osmo-iuh/blob/master/asn1/hnbap/HNBAP-CommonDataTypes.asn
with the following error.
I'm using asn1rs v0.2.2-25-gb6d5f77f6095 with rustc 1.56.1.
The text was updated successfully, but these errors were encountered: