Bi-Ruei, Chiu

Results 41 comments of Bi-Ruei, Chiu

@velichkov , if your 3f5ef6d commit really works, please advice how I incorporate your commit into #226 *OR* you will submit a separate pull request *AFTER* #226 accepted. Both ways...

hi, @acetcom, just for your information. Online tool provided by http://asn1-playground.oss.com/ also failed to decode this `srsenb.aper`.

@abodin , these PRs for information object set are of no help to the problem encountered with GSMMAP.asn, you need to dig into asn1p_y.y to have a solution. Good luck...

Looks like function **asn1constraint_pullup()** calling **_remove_extensions(arg, ct_expr, 1);** removes extension part of constraint SIZE(1..8,**...**). Though simply removing the calling of **_remove_extensions(arg, ct_expr, 1);** can add **APC_EXTENSIBLE** flag to asn_PER_type_ReferenceDenms_constr_1, it...

@mouse07410 , according to X.680, I.4.2.3 & I.4.4, there must be some conditions that extension additions are to be discarded, but related code logic might need be revised. ``` I.4.2.3...

hi, Folks, Since I am a potential asn1c user for S1AP/RANAP/NBAP, so I'd better do something to make APER function works here. According to my limited knowledge of APER implementation...

@mouse07410 , sorry for my misleading description. I know there are more changes and fixes for APER function in your repository rather than vanilla #125. I just use it as...

hi @vlm, By the way, I recently find that the indention of asn1c code become mixing with different style. Perhaps we can use some code formatting tool like `astyle` or...

@zorangnb, you can try this branch of my fork of asn1c : https://github.com/brchiu/asn1c/commits/velichkov_s1ap_plus_option_group_plus_adding_trailing_ull and this issue might be addressed in : https://github.com/brchiu/asn1c/commit/0a7524184f16e7093990a31d8d4db487a16e5782

@cedric-roux , you can also try @vlm's master repository and adding #226, #234 and #238. By the way, I am an individual member of openairinterface5g and not affiliated to any...