libosmo-tcap/src
Harald Welte a764e40c80 bring libosm-tcap more in line with libasn1c's use of talloc
libasn1c expects all data structures to be heap-allocated, whereas
we used to allocate some of them on the stack, which causes problems
at free() time.

As a side-effect, we had to remove the 'struct tcap_component' and
replace its list_head in tcap_dialogue with a 'struct ComponentPortion'
2010-07-19 15:09:23 +02:00
..
Makefile.am Makefile.am: Properly use autoconf-determined libosmo-asn1-tcap ldflags 2010-07-18 23:19:00 +02:00
csl_cha_cco.c bring libosm-tcap more in line with libasn1c's use of talloc 2010-07-19 15:09:23 +02:00
csl_cha_ism.c Add AGPLv3 headers and copyright statements to all files 2010-07-18 17:17:17 +02:00
csl_dha.c bring libosm-tcap more in line with libasn1c's use of talloc 2010-07-19 15:09:23 +02:00
dialogue.c bring libosm-tcap more in line with libasn1c's use of talloc 2010-07-19 15:09:23 +02:00
scXp.c Add AGPLv3 headers and copyright statements to all files 2010-07-18 17:17:17 +02:00
tcap.h bring libosm-tcap more in line with libasn1c's use of talloc 2010-07-19 15:09:23 +02:00
tcap_test.c bring libosm-tcap more in line with libasn1c's use of talloc 2010-07-19 15:09:23 +02:00
tcap_user.h switch to new 'pass by value' at the TCAP-User boundary 2010-07-18 23:39:22 +02:00
tcu.c bring libosm-tcap more in line with libasn1c's use of talloc 2010-07-19 15:09:23 +02:00
tsl_tco.c Add AGPLv3 headers and copyright statements to all files 2010-07-18 17:17:17 +02:00
tsl_tsm.c Add AGPLv3 headers and copyright statements to all files 2010-07-18 17:17:17 +02:00