Commit Graph

10 Commits

Author SHA1 Message Date
Harald Welte 1e2f04410b implement simplistic UDP transport for TCAP
Normally, TCAP is not spoken directly on top of UDP, however this
makes it really easy to test...
2010-07-17 21:43:00 +02:00
Harald Welte ab5bc475af rename scxp_entity into tcap_transport_entity 2010-07-17 20:25:03 +02:00
Harald Welte 5822e12ab4 Print incoming N-UNITDATA.req 2010-07-16 21:52:03 +02:00
Harald Welte b8455bbb10 initialize TCMessage to NULL 2010-07-16 20:44:16 +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 045ffd3c50 Properly allocate Transaction and Dialogue ID 2010-07-16 17:43:31 +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 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 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