aboutsummaryrefslogtreecommitdiffstats
path: root/include
AgeCommit message (Collapse)AuthorFilesLines
2017-10-27Fix compiler warningHarald Welte1-1/+1
In file included from asn1helpers.c:14:0: ../include/asn1c/asn1helpers.h: In function ‘OCTET_STRING_noalloc’: ../include/asn1c/asn1helpers.h:26:9: warning: assignment discards ‘const’ qualifier from pointer target type [-Wdiscarded-qualifiers] s->buf = str; ^ Change-Id: Ie2fefe710090de779137c36b98239ef4a097b6dd
2016-04-05misc: Replace libosmocore with tallocHolger Hans Peter Freyther1-1/+1
The libosmocore depedency is used for talloc and OSMO_ASSERT. Reduce the depedencies by using libtalloc directly and replace the ASSERT with a local one (without backtrace support).
2016-02-16remove config.h include from asn_system.hNeels Hofmeyr1-4/+0
2016-02-16Add helper functions for uint32_t in octet stringsDaniel Willmann1-0/+2
2016-01-03import ans1helpers.[ch] (originally part of osmo-iuh)Harald Welte2-1/+27
2015-12-18add '--enable-debug' configure option to build with EMIT_ASN_DEBUGHarald Welte1-0/+2
... which in turn causes all the ASN_DEBUG() to be turned into fprintf(stderr, ...) statements, once the user application decides to set 'asn_debug = 1' somewhere in its code. The next step would be to make _ASN_DECODE_FAILED / _ASN_ENCODE_FAILED no longer depend on ASN_DEBUG (which it currently does)
2015-08-31update to asn1c aper branch commit 6e00cbce7304a6972e82a12bb5fa82e41fa541beHarald Welte26-55/+174
which is closes to Lev Walkins master 62913d8b8e1eb96d74315ff748475ca818b69752
2011-10-14use include/osmocom/core instead of include/osmocoreHarald Welte1-1/+1
2010-07-20src: Add verbose pretty print for enumerated typesSylvain Munaut1-0/+1
This is just much easier to read when reading the text dumps. Signed-off-by: Sylvain Munaut <tnt@246tNt.com>
2010-07-20we have to replace calloc with talloc_zero_size() to ensure initializationHarald Welte1-1/+1
2010-07-20Convert libasn1c to use talloc from libosmocoreHarald Welte1-4/+8
2010-07-20Update to asn1c official repository svn trunk r1409Harald Welte13-18/+144
2010-06-12move header files to 'include' directory and install themHarald Welte55-0/+2823