aboutsummaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Collapse)AuthorFilesLines
2016-04-05misc: Replace libosmocore with tallocrelease/0.9.28-stableHolger Hans Peter Freyther1-2/+2
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). Conflicts: src/Makefile.am src/asn1helpers.c
2015-08-31fix autoconf/automake warningsHarald Welte1-1/+1
2010-07-20per_support: Fix bit error in encoding processSylvain Munaut1-1/+2
Thanks to Dieter Spaar for finding and fixing this !
2010-07-20src: Print member's name in CHOICE printSylvain Munaut1-5/+3
Sometimes, if the choice is a null or integer or ... it's not easy to know what has really been selected without the choice member name. Signed-off-by: Sylvain Munaut <tnt@246tNt.com>
2010-07-20src: Add verbose pretty print for enumerated typesSylvain Munaut1-1/+28
This is just much easier to read when reading the text dumps. Signed-off-by: Sylvain Munaut <tnt@246tNt.com>
2010-07-20Convert libasn1c to use talloc from libosmocoreHarald Welte2-1/+4
2010-07-20Update to asn1c official repository svn trunk r1409Harald Welte36-356/+1818
2010-06-13Remove converter-sample.c, as it is not part of the runtime libraryHarald Welte2-726/+1
2010-06-12move header files to 'include' directory and install themHarald Welte54-2820/+1
2010-06-12Add autotools/pkgconfig magicHarald Welte1-0/+12
2010-06-12initial import of /usr/share/asn1c/*.[ch] skeleton filesHarald Welte103-0/+18178