Commit Graph

87 Commits

Author SHA1 Message Date
Harald Welte 5e130bfada tcap_test: continue the dialogue after TC-BEGIN.ind 2010-07-17 19:11:24 +02:00
Harald Welte 551e5f157a add support for TC-CONTINUE.req 2010-07-17 18:50:03 +02:00
Harald Welte 848f9a6a17 use functions to print human-readable state names in error messages 2010-07-17 18:49:41 +02:00
Harald Welte b6ac5eb1fe add functions to print human-readable state names 2010-07-17 18:49:24 +02:00
Harald Welte 363796ba5b properly parse applcation context name and user infromation in dialogue part 2010-07-17 16:48:01 +02:00
Harald Welte fa1cd47182 TC-BEGIN.ind correctly parse the dialogue portion 2010-07-17 15:25:36 +02:00
Harald Welte 7648b13cab DHA: Make sure components are always passed to CHA 2010-07-17 13:23:10 +02:00
Harald Welte bd68522f48 start to use tcap_dialg_free() when apropriate 2010-07-17 13:17:09 +02:00
Harald Welte 6e04ae709d introduce tcap_dialg_free() to release a dialogue/transaction 2010-07-17 13:16:53 +02:00
Harald Welte de50c68e02 actually use tcap_ism_free() instead of manual free()ing 2010-07-17 13:16:24 +02:00
Harald Welte 5327d82de8 Fix TC-UNI.req construction 2010-07-17 13:08:39 +02:00
Harald Welte 0b555a70c7 Move from one component per invocation to a per-dialogue component list 2010-07-17 13:05:56 +02:00
Harald Welte b03abafcc4 implement support for TC-UNI.req 2010-07-17 00:09:53 +02:00
Harald Welte ebe4d4bb33 add application context name to the tcap_test program 2010-07-16 23:56:43 +02:00
Harald Welte 5da2445ca3 make sure we properly zero-initialize structures on the stack 2010-07-16 23:56:24 +02:00
Harald Welte 08dd39cca7 feed outgoing TCAP transactions back into the stack for Tx->Rx testing 2010-07-16 21:52:18 +02:00
Harald Welte 5822e12ab4 Print incoming N-UNITDATA.req 2010-07-16 21:52:03 +02:00
Harald Welte b37f3921b5 use ANY_fromBuf() instead of manual assignment 2010-07-16 21:51:19 +02:00
Harald Welte 9553cac8d2 tcap_test: Use properly encoded BER data for Invoke parameter 2010-07-16 21:49:55 +02:00
Harald Welte b8455bbb10 initialize TCMessage to NULL 2010-07-16 20:44:16 +02:00
Harald Welte c6d0b9f52a forward-declare scxp_entity 2010-07-16 20:43:57 +02:00
Harald Welte b5b41fc6b8 TYPO: use proper xer_fprint() function 2010-07-16 20:43:38 +02:00
Harald Welte 096b22cfff Actually do the DER/BER encode and hexdump it
Also, implement the CONTINUE and END transactions.
2010-07-16 20:35:20 +02:00
Harald Welte c130f62cbc [TCU] Support RESULT-L.req and RESULT-NL.req 2010-07-16 18:04:49 +02:00
Harald Welte bcc4bba87a [CCO] Properly copy any user parameters that are passed in INVOKE/RESULT.req 2010-07-16 18:04:39 +02:00
Harald Welte 045ffd3c50 Properly allocate Transaction and Dialogue ID 2010-07-16 17:43:31 +02:00
Harald Welte deff1dd9da Add small test program for testing/debugging the TCAP library 2010-07-16 17:18:51 +02:00
Harald Welte 39e8a8625e [ISM] add new invocations to the end of the list 2010-07-16 17:17:46 +02:00
Harald Welte 945c8285ca first version that actually compiles + links
but still isn't expected to do anything useful just yet
2010-07-16 15:28:13 +02:00
Harald Welte cf3c033578 bring it even closer to ever compiling at some time... 2010-07-14 23:59:31 +02:00
Harald Welte 1c621f2608 bring source code a bit closer to compile 2010-07-14 20:47:34 +02:00
Harald Welte 86ea80ad6d add .gitignore file 2010-07-14 20:38:00 +02:00
Harald Welte f2e2daf57b Introduce autotools 2010-07-14 20:37:48 +02:00
Harald Welte e00f62a3a1 some more tcap progress, mostly on the TC-USER API side 2010-07-13 11:29:19 +02:00
Harald Welte a1d37b0441 further work towards a working TCAP implementation
Slowly the skeleton is filling with flesh...
2010-07-12 01:26:45 +02:00
Harald Welte 4e89f71c95 partial implementation of TC-INVOKE.req and TC-RESULT-[N]L.req 2010-07-10 18:11:28 +02:00
Harald Welte 39c8fc18ff initial early draft version of TCAP / Q.77x implementation
this is far from even compiling, not even talk about working
2010-07-10 09:54:33 +02:00