summaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2021-11-25fix memory leaks when osmo_wqueue_enqueue() failsHEADmasterHarald Welte1-1/+6
2012-01-30port to more recent libosmocore APIHarald Welte12-53/+53
2010-08-01use proper payload for UpdateGprsLocationArg and matching localOpCodeHarald Welte1-3/+4
2010-07-29store callback-private-data (cb_priv) as user_ref2 in tcci and tcap_invocationHarald Welte5-9/+15
2010-07-29avoid sending a dialogue request with primitive == 0Harald Welte1-1/+1
2010-07-22Introduce new (unfinished) application support layerHarald Welte1-0/+286
2010-07-21introduce a user-specified 'user_ref' that gets passed back in result/error i...Harald Welte5-43/+57
2010-07-20include 'id-as-dialogue' OID in AARQ and AARE dialogue portionsHarald Welte1-0/+14
2010-07-20introduce new 'tcap_prim_buf' as union for dialg and component primitivesHarald Welte3-38/+63
2010-07-20fix more memory leaks regarding OBJECT_IDENTIFIER and ANY typesHarald Welte1-2/+11
2010-07-20actually call the DER encoder for TC-END messageHarald Welte1-0/+13
2010-07-20make sure TC-END.req TCMessage contains destination trans_idHarald Welte1-0/+7
2010-07-20tcap_test: Send END if caller requests END (and not CONTINUE)Harald Welte1-1/+1
2010-07-20Make sure we properly initialize ANY_t to NULLHarald Welte1-6/+5
2010-07-20TC-User: make sure we don't include empty user_info if there is no user_infoHarald Welte1-3/+3
2010-07-20Allocate Transaction ID while allocating DialogueHarald Welte4-15/+16
2010-07-20correctly look-up the _local_ transaction ID on N-UNITDATA.indHarald Welte1-10/+12
2010-07-20tcap_test: use correct invoke_id when responding with RESULT-LHarald Welte1-1/+1
2010-07-20Properly set ISM state 'sent' while gathering components for new messageHarald Welte4-25/+58
2010-07-20fix some more memory leaks and make sure we always allocate dynamicallyHarald Welte7-58/+98
2010-07-19use more dynamically-allocated structures as opposed to stack-allocatedHarald Welte1-33/+36
2010-07-19link existing (incomplete) TC-U-ABORT.req code to TC-User APIHarald Welte2-2/+5
2010-07-19use the existing TC-UNI.req supportHarald Welte1-0/+3
2010-07-19implement TC-U-CANCEL.reqHarald Welte3-3/+22
2010-07-19implement TC-U-REJECT.reqHarald Welte4-9/+60
2010-07-19Implement TC-U-ERROR.req primitiveHarald Welte4-2/+60
2010-07-19Don't use stack-based libasn1c objects for component primitivesHarald Welte4-38/+118
2010-07-19Make TC-user signalling of TC-RESULT-{L,NL} workHarald Welte4-95/+138
2010-07-19bring libosm-tcap more in line with libasn1c's use of tallocHarald Welte6-79/+58
2010-07-18switch to new 'pass by value' at the TCAP-User boundaryHarald Welte3-55/+154
2010-07-18'struct tcap_component' is allocated off the dialogue, not the invocationHarald Welte1-1/+1
2010-07-18Makefile.am: Properly use autoconf-determined libosmo-asn1-tcap ldflagsHarald Welte1-2/+2
2010-07-18Add AGPLv3 headers and copyright statements to all filesHarald Welte11-0/+209
2010-07-18fix compiler warningsHarald Welte6-17/+21
2010-07-18hide all internal symbols of the library using -fvisibility=hiddenHarald Welte4-4/+11
2010-07-18tcap_test: enable talloc report on exitHarald Welte1-0/+16
2010-07-18release incoming UDP msgb's after we processed themHarald Welte1-1/+5
2010-07-18release all formerly-pending tcap_components after sending themHarald Welte1-0/+14
2010-07-18properly free parsed asn.1 structure before N-UNITDATA.ind completesHarald Welte1-0/+3
2010-07-18Fix encoding of DialoguePortion of TC-CONTINUE and TC-ENDHarald Welte4-17/+62
2010-07-17implement simplistic UDP transport for TCAPHarald Welte5-4/+126
2010-07-17L/R-REJECT primitives are component primitives and thus have invocation as ar...Harald Welte2-4/+4
2010-07-17There is no 'struct OBJECT_IDENTIFIER', only OBJECT_IDENTIFIER_tHarald Welte1-1/+1
2010-07-17export tacp_transport_entity to tcap_user.hHarald Welte3-32/+35
2010-07-17rename scxp_entity into tcap_transport_entityHarald Welte3-16/+29
2010-07-17Enable TC-END.req from user/applicationHarald Welte3-4/+8
2010-07-17introduce tacp_trans_set_state() as wrapper to set transaction stateHarald Welte4-13/+28
2010-07-17tcap_test: continue the dialogue after TC-BEGIN.indHarald Welte1-17/+57
2010-07-17add support for TC-CONTINUE.reqHarald Welte1-0/+3
2010-07-17use functions to print human-readable state names in error messagesHarald Welte1-2/+6