Bi-Ruei, Chiu
Bi-Ruei, Chiu
**Status Update :** With commit 3bbbd041550371e11e12d4fc56b7d204fdd8905d, ASN.1 of S1AP, RANAP, X2AP, M3AP, LPPa, PCAP, XwAP can be parsed by `asn1c` and C files generated can be compiled. However, there still...
@velichkov , Great ! However, a previous example decoded by @mouse07410 repository shows `s1ap-dump -iaper -oxer sample-S1AP-InitialUEMessage.aper` result in the following output. ``` 12 00 00 05 00 08 00...
It seems only IOC tables of `InitiatingMessage`, `SuccessfulOutcome` and `UnsuccessfulOutcome` are generated. And others are empty. Taking aforementioned `InitialUEMessage` as an example, no corresponding data structure generated for the following...
Part of IOC generation problems is solved in [my local branch](https://github.com/brchiu/asn1c/tree/fix_s1ap_code_generation_2). However, due to complex relation between so many generated types, there is cyclic inclusion of header file occurs and...
hi, @velichkov, Many thanks for your suggestion. :+1: I use my newest [fix_s1ap_code_generation_2](https://github.com/brchiu/asn1c/tree/fix_s1ap_code_generation_2), with the command line option `-fcompound-names -fno-include-deps -gen-PER -findirect-choice`, the generated C files from S1AP ASN.1 get...
I try to decode other S1AP sample messages available, i.e. `sample-S1AP-InitialUEMessage.aper`, `sample-S1AP-InitialUEMessage2.aper` and `sample-S1AP-InitiatingMessage.aper`, they all can be decoded. :tada: :tada: :tada: Below is an example : ``` $ ./s1ap-dump...
One memory leak in `s1ap-dump` might need be solved. It looks like a general problem in `converter-examples.c`. ``` ==27543== Memcheck, a memory error detector ==27543== Copyright (C) 2002-2017, and GNU...
Hi, @velichkov, Many thanks for your advice. It works !
@velichkov , I added one commit to #234. It uses the information object set, which instantiating a parameterized type, at least for `ProtocolIE-Field` as an example, as part of generated...
@acetcom, sorry, after analysed with `gdb`, it is out of my capability to figure out what's wrong. It seems that APER decoding might not work properly in this case, however,...