Bi-Ruei, Chiu
Bi-Ruei, Chiu
@dfranusic , When you compile asn1c, you can add `CFLAGS=-g` during `./configure` phase to enable debug info for gdb. Based on the hint of your minimal example, this `asn_MBR_one_2` was...
A preliminary investigation result : Decoding fails at `NativeInteger_compare` when performing check `asn_VAL_4_id_UE_associatedLogicalF1_ConnectionItem` in function `select_UE_associatedLogicalF1_ConnectionItemRes_value_type()` It should be decimal 80 (i.e. 0x50 in hexadecimal) but this function compares 0x5000...
@sandeep2501 , please also try this branch https://github.com/brchiu/asn1c/tree/velichkov_s1ap_plus_option_group_plus_adding_trailing_ull
@sandeep2501 , I use [ASN.1 playground](https://asn1.io/asn1playground/) to decode it and the last Information Object is of id `65530` which is not defined in current X2AP ASN.1. And that's why asn1c...
@velichkov and @jkalmar , this issue might have been addressed in my commit : https://github.com/brchiu/asn1c/commit/0a7524184f16e7093990a31d8d4db487a16e5782 , you can use the velichkov_s1ap_plus_option_group (https://github.com/brchiu/asn1c/tree/velichkov_s1ap_plus_option_group ) branch of my fork to have a...
You can read from asn1p_y.y, it does not support `versionNumber:` inside `[[ ]]`
By the way, though S1AP and RANAP can be parsed and generate corresponding C code for S1AP and RANAP with commit 94f0b64, due to APER not support in this repository,...
Part of problems during parsing S1AP's ASN.1 was fixed in [fix_s1ap branch of my fork](https://github.com/brchiu/asn1c/tree/fix_s1ap). But there still be unsolved ones. It looks like current `asn1c` can not handle following...
hi, @laf0rge, I am quite interested in several open source projects related to telecom, e.g. your Osmocom and openairinterface... etc. @vlm add many good and useful features in subsequent commits....
@laf0rge, I must say, it is a limitation but **NOT** an regression. @vlm's current implementation focus on handling J2735 and 1609 specs which does not heavily use parameterized type as...