Commit Graph

19 Commits

Author SHA1 Message Date
Lev Walkin ea6635bdae better parsing information object class sets 2017-08-06 23:23:04 -07:00
Bi-Ruei, Chiu 1fa31c9e3e Simplify the logic of accessing codec function for specific TYPE 2017-08-02 14:06:07 -07:00
Bi-Ruei, Chiu 80fd3065f4 Merge PR99 and its fixes to support parsing Information Object and Information Object Set
This is a collection of works :

1. Based on @zhanglei002's pull request 99.

2. A fix by @AuthenticEshkinKot and merged by @mouse07410 at
   commit 2c8d366bbe1fc4e4c041e9b0eb9779f8a42d754b of https://github.com/mouse07410/asn1c
   to support parsing of Information Object and Information Object Set

3. A fix by @Uri Blumenthal in asn1fix_derefv.c at :
   commit ec0ade4f87c807e763e3f35fc5466adb6dda3473 of https://github.com/mouse07410/asn1c
   to solve crash on asn1p_value_free().

4. My pull request 18 to @mouse07410's https://github.com/mouse07410/asn1c to solve
   problems found during parsing ASN.1 modules of S1AP, RANAP and J2735-201603.

5. My pull request 22 to @mouse07410's https://github.com/mouse07410/asn1c to solve issue 147
   and to solve the problem during parsing ASN.1 module of NBAP.

6. My pull request 23 to @mouse07410's https://github.com/mouse07410/asn1c to fix memory leakage
   introduced in aforementioned commits.
   Most code changes are the same as pull request 153 to this repository.

7. A fix of my bug in item 6 which result asn1c crash, fixed by @mouse07410.
2017-05-07 22:20:30 +08:00
Lev Walkin a00d6b3714 refactored parameterization support 2006-03-21 03:40:38 +00:00
Lev Walkin 41635d33dd references 2006-03-18 05:06:57 +00:00
Lev Walkin 0c2619f70b oops 2006-03-16 11:24:47 +00:00
Lev Walkin dc4376dc2f more advanced stuff with defaults 2006-03-16 11:04:55 +00:00
Lev Walkin 6b3ff54313 standard modules are being picked up 2006-03-06 14:51:00 +00:00
Lev Walkin 59b176ee35 upgrade: PER related changes 2005-11-26 11:25:14 +00:00
Lev Walkin b36317c2a8 restructured member variable names 2005-08-12 10:09:10 +00:00
Lev Walkin 9e366ba659 wording 2005-04-12 17:46:30 +00:00
Lev Walkin 039a09e0b2 *** empty log message *** 2005-03-20 13:17:48 +00:00
Lev Walkin 33f63f8354 calling conventions refactored 2005-03-20 11:27:19 +00:00
Lev Walkin d80955221d better debugging 2005-03-18 05:20:39 +00:00
Lev Walkin 03850188f7 different debug 2005-03-10 10:02:50 +00:00
Lev Walkin 163db36d8b recursive importing 2004-09-15 11:46:47 +00:00
Lev Walkin 6fec44d9b2 refactoring 2004-08-22 03:10:23 +00:00
Lev Walkin 97bdee2dd2 -fknown-extern-type support 2004-06-28 21:21:24 +00:00
Lev Walkin f15320bf6b Initial revision 2004-06-03 03:38:44 +00:00