-
Notifications
You must be signed in to change notification settings - Fork 74
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
Compilation failure for GSM_MAP protocol #43
Comments
One suggestion from @brchiu was to combine/concatenate the .asn input files into one, and feed that file to I don't think I have any other ideas. Please let me know if the above helped. |
@abodin anything to report? If nothing - I'll close this issue, as it doesn't seem to be active. Please feel free to re-open it if/when you have any update. |
Hi Mouse, The error is raised in funnction asn1c_get_ioc_table_from_objset(), in file asnc_ioc.c. The function after modification looks like:
With this change, the (map) protocol is successfully compiled. |
@abodin thank you for reporting the problem and a workaround. Did you have a chance to try @brchiu's suggestion to concatenate all the Also, what's the semantics of |
Dear Mouse, I try @brchiu's suggestion and concatenate the .asn input files. But it does not work for me. I don't know why |
I think the Lastest versions of the MAP have more problems. But following code snip are the relevant section for the issue raised by @abodin. The
|
Is there any update on this? |
I meet same issue with MAP-ExtensionDataTypes.asn, looking forward to see a solution.
|
Hi Mouse,
Back to Issue 185 in the vlm's asn1c repository, with regard to the problem in compiling "Information Object Set", the problem seems solved and S1AP, RANAP, X2AP, M3AP, LPPa, PCAP, XwAP are successfully compiled. However, when compiling the GSM_MAP protocol, that issue still rises.
Do you have any clue that how this can be resolved? Maybe with similar approach which addressed the problem for S1AP?
Thanks
The text was updated successfully, but these errors were encountered: