summaryrefslogtreecommitdiffstats
path: root/src/tcap_test.c
AgeCommit message (Expand)AuthorFilesLines
2012-01-30port to more recent libosmocore APIHarald Welte1-3/+3
2010-08-01use proper payload for UpdateGprsLocationArg and matching localOpCodeHarald Welte1-3/+4
2010-07-29avoid sending a dialogue request with primitive == 0Harald Welte1-1/+1
2010-07-21introduce a user-specified 'user_ref' that gets passed back in result/error i...Harald Welte1-32/+36
2010-07-20introduce new 'tcap_prim_buf' as union for dialg and component primitivesHarald Welte1-9/+15
2010-07-20tcap_test: Send END if caller requests END (and not CONTINUE)Harald Welte1-1/+1
2010-07-20tcap_test: use correct invoke_id when responding with RESULT-LHarald Welte1-1/+1
2010-07-20fix some more memory leaks and make sure we always allocate dynamicallyHarald Welte1-12/+25
2010-07-19Don't use stack-based libasn1c objects for component primitivesHarald Welte1-9/+6
2010-07-19bring libosm-tcap more in line with libasn1c's use of tallocHarald Welte1-5/+19
2010-07-18switch to new 'pass by value' at the TCAP-User boundaryHarald Welte1-18/+26
2010-07-18Add AGPLv3 headers and copyright statements to all filesHarald Welte1-0/+18
2010-07-18fix compiler warningsHarald Welte1-3/+5
2010-07-18tcap_test: enable talloc report on exitHarald Welte1-0/+16
2010-07-18Fix encoding of DialoguePortion of TC-CONTINUE and TC-ENDHarald Welte1-3/+5
2010-07-17implement simplistic UDP transport for TCAPHarald Welte1-0/+24
2010-07-17tcap_test: continue the dialogue after TC-BEGIN.indHarald Welte1-17/+57
2010-07-16add application context name to the tcap_test programHarald Welte1-11/+25
2010-07-16tcap_test: Use properly encoded BER data for Invoke parameterHarald Welte1-3/+8
2010-07-16Actually do the DER/BER encode and hexdump itHarald Welte1-0/+7
2010-07-16Add small test program for testing/debugging the TCAP libraryHarald Welte1-0/+60