- 03 Dec, 2023 2 commits
- 01 Dec, 2023 3 commits
- 30 Nov, 2023 2 commits
- 29 Nov, 2023 2 commits
- 28 Nov, 2023 3 commits
- 14 Nov, 2023 1 commit
-
-
Mouse authored
-
- 13 Nov, 2023 1 commit
-
-
Vasil Velichkov authored
Fixes mouse07410/asn1c#134
-
- 12 Nov, 2023 1 commit
-
-
Mouse authored
WITH SUCCESSORS/DESCENDANTS support
-
- 09 Nov, 2023 3 commits
-
-
Denis Filatov authored
-
Denis Filatov authored
-
Denis Filatov authored
-
- 10 Oct, 2023 2 commits
- 06 Oct, 2023 1 commit
-
-
Mouse authored
-
- 07 Sep, 2023 1 commit
-
-
v0-e authored
-
- 01 Sep, 2023 1 commit
-
-
Mouse authored
-
- 31 Aug, 2023 2 commits
-
-
Kent Kostelac authored
-
Mouse authored
-
- 28 Aug, 2023 1 commit
-
-
Kent Kostelac authored
-
- 24 Jul, 2023 1 commit
-
-
v0-e authored
-
- 11 Jul, 2023 1 commit
-
-
Kent Kostelac authored
-
- 05 Jul, 2023 3 commits
-
-
Kent Kostelac authored
-
Kent Kostelac authored
-
Kent Kostelac authored
-
- 15 Jun, 2023 5 commits
-
-
https://github.com/mouse07410/asn1cMouse authored
-
Mouse authored
-
Mouse authored
Fix indentation that bothers CI compiler
-
https://github.com/mouse07410/asn1cMouse authored
-
Mouse authored
-
- 05 May, 2023 2 commits
- 04 May, 2023 2 commits
-
-
Pau Espin Pedrol authored
-
tangzhikun authored
The constraints ct was not effective for extensible CHOICE, so if ct && ct->flags & APC_EXTENSIBLE was true, ct was set to 0. Using normal CHOICE constraint in decoding extensible CHOICE was weird. We should change the normal CHOICE constraint to extensible CHOICE constraint when decoding extensible CHOICE, the extensible CHOICE constraint was lb=0,ub=specs->tag2el_count-specs->ext_start-1. So the conditional structure should be if specs && specs->tag2el_count > specs->ext_start, then decoding the CHOICE which range was specs->tag2el_count - specs->ext_start, and add specs->ext_start to value in the last.
-