Attention is currently required from: laforge.
pespin has posted comments on this change by laforge. ( https://gerrit.osmocom.org/c/docker-playground/+/40734?usp=email )
Change subject: titan: upgrade to libfftranscode 0.6 (updated NGAP ASN.1 to V17.5.0) ......................................................................
Patch Set 1:
(1 comment)
Patchset:
PS1:
@pespin@sysmocom. […]
I manually tested it still worked fine with successful tests, but it was still failing with the specific error I found, but now after looking at libfftranscode I know it's most probably due to the fact that the struct that had to be decoded/encoded was not a PDU struct but a IEs one.
Hence a new API would be needed to decode/encode that. I decided to use the native ttcn3 APER dec/enc instead in order to avoid havign to add more APIs, which worked fine.
Still, a lot of stuff has changed since NGAP revision 16 to 17, so I think it makes sense to have an updated one in case we want to test something with it.