Results 285 comments of Vasil Velichkov

In case you are using `mingw` try defining __USE_MINGW_ANSI_STDIO. See: https://sourceforge.net/p/mingw-w64/wiki2/gnu%20printf/ http://lists.gnu.org/archive/html/bug-gnulib/2015-05/msg00011.html

Hi @brchiu, I added OpenType APER support (copy-pasted :blush: uper functions) in my repo 2be7f4b73a8f54987a5eeecaf95cc1b690b9467a I could open a PR to your repo or you could just cherry-pick this commit...

> However, a previous example decoded by @mouse07410 repository shows s1ap-dump -iaper -oxer sample-S1AP-InitialUEMessage.aper result in the following output. I'm testing with the generated converter-example and with this sample-S1AP-InitialUEMessage.aper it...

Hi @brchiu, > Part of IOC generation problems is solved in my local branch. You have made a great progress! > However, due to complex relation between so many generated...

> I use my newest branch head : commit 6ab95f54, with the command line option -fcompound-names -fno-include-deps -gen-PER -findirect-choice, the generated C files from S1AP ASN.1 get compiled !! :tada:...

Hi @brchiu, About the failure to decode `sample-S1AP-InitialContextSetup.aper` if you comment out lines 1557 - 1572 in const_SEQUENCE.c, then it will be decoded successfully. https://github.com/vlm/asn1c/blob/ddbabf409349f7767e9b27ee5a247514eed64b18/skeletons/constr_SEQUENCE.c#L1557-L1572 This code was added in...

Hi @mouse07410, > I believe those lines were added to address a problem, mouse07410#30 to be specific. Yes, I know. > Does it apply to the current master here? Yes,...

Hi @acetcom, @brchiu, To resolve the problem with `s1reset_three_part_of_s1_interface.bin` apply 25da4e3d90e827f70c31b3a4833fe31ef56401ce When decoding a SEQUENCE OF with less then 256 the alignment bits were not read and because of this...

Hi @acetcom, > But, S1 Setup Request is failed. The previous fix was definitely not correct, my second attempt is 3f5ef6d (you need to revert or drop the previous patch...

Hi @brchiu, > please advice how I incorporate your commit into #226 I'm OK to incorporate this into your PR, an easy way to do it is to cherry-pick from...