Oskar Holmlund
Oskar Holmlund
Fixed #125 and add a repo with @AuthenticEshkinKot example code https://github.com/ikarso/3GPPTS36.413_AuthenticEshkinKot
@AuthenticEshkinKot do you refer to linker error? for example ` main_test.o: In function `processTAI': main_test.c:(.text+0x1c): undefined reference to `ANY_to_type_aper' ` I belive ANY are deprecated. If you copy skeletons/ANY.* from...
I have add an modified version of main_test.c and add the function ANY_to_type_aper from #115 https://github.com/ikarso/3GPPTS36.413_AuthenticEshkinKot check description under "PR125 with main_test_125.c".
Hi @brchiu No, its two different implementations of APER support. Most of the code are probably the same i.e. a copy of UPER version with only a small change of...
@mouse07410 Do you mean in the converter-sample.c? For now -iper/-oper do the unaligned version (as before) and -iaper/-oaper for the aligned. Do you suggest replaceing -iper/-oper with -iuper/-ouper? I'm not...