asn1c runtime code as shared library
Go to file
Harald Welte 20d668cbd3 aper fix for decoding constrained integer with lower boundary
When decoding a constrained integer with a lower boundary, we need
to make sure the lower bound is added after decoding the raw offset
inside the range.

Before this change, RANAP_CauseMisc_unspecified_failure (115) would be
encoded as 2 (115 - 113 = 2), but would be decoded as 2, rather than
113+2 = 115.

Code for this was taken from
openairinterface5g/openair3/S1AP/MESSAGES/ASN1/asn1cpatch.p0 which
unfortunately doesn't carry much of a revision history :/
2016-05-01 01:05:34 +02:00
include misc: Replace libosmocore with talloc 2016-04-05 16:43:39 +02:00
m4 add dummy 'm4/.dummy' file to make autoreconf happy 2010-07-09 15:46:03 +02:00
src aper fix for decoding constrained integer with lower boundary 2016-05-01 01:05:34 +02:00
.gitignore add .gitignore file 2010-06-13 07:44:07 +02:00
COPYING add COPYING with original licenes 2010-06-12 19:24:52 +02:00
Makefile.am fix autoconf/automake warnings 2015-08-31 09:25:52 +02:00
asn1c-talloc.patch update to asn1c aper branch commit 6e00cbce7304a6972e82a12bb5fa82e41fa541be 2015-08-31 09:35:13 +02:00
configure.ac misc: Replace libosmocore with talloc 2016-04-05 16:43:39 +02:00
libasn1c.pc.in misc: Replace libosmocore with talloc 2016-04-05 16:43:39 +02:00