asn1c icon indicating copy to clipboard operation
asn1c copied to clipboard

About extensible elements

Open leopard21 opened this issue 4 years ago • 0 comments

Hello

I used asn1c to generate s1ap/ngap encoder/decoder. command and part of asn file is as follow.

  1. asn1c -pdu=all -fcompound-names -findirect-choice -fno-include-deps ../asn/36413-g40.asn -fno-include-deps 2 . HandoverType ::= ENUMERATED { intralte, ltetoutran, ltetogeran, utrantolte, gerantolte, ..., eps-to-5gs, fivegs-to-eps }

but I found that encode will be failed if I use eps-to-5gs. would you like to tell me how to compile and enable extensible element?

Thanks a lot. Jimmy

leopard21 avatar Jun 23 '21 02:06 leopard21