Closed final87 closed 8 months ago
Thank you for the bug report. We'll take a look at it.
Hi @final87
Thanks for letting us know :) This simple case was not covered by the PUS-C asn1 input.
We fixed this (and other stuff) in: https://github.com/ateleris/asn1scc/tree/scala-backend
It is only a draft right now :) Please use this branch until our work is pulled into the main repo :)
Creating Scala code from an asn1 definition with fixed size array, like this:
in the Def file the class of the array is generated with a constructor accepting one parameter:
but then the object is created passing two parameters
which causes compilation error.