Commit Graph

14 Commits

Author SHA1 Message Date
Harald Welte b618623844 Add AGPLv3 headers and copyright statements to all files 2010-07-18 17:17:17 +02:00
Harald Welte c36a54d063 hide all internal symbols of the library using -fvisibility=hidden 2010-07-18 01:46:34 +02:00
Harald Welte 6a06c081cd Fix encoding of DialoguePortion of TC-CONTINUE and TC-END 2010-07-18 01:09:24 +02:00
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 aa3011d53e L/R-REJECT primitives are component primitives and thus have invocation as argument 2010-07-17 20:32:50 +02:00
Harald Welte a5937f28d9 Enable TC-END.req from user/application 2010-07-17 19:32:40 +02:00
Harald Welte 551e5f157a add support for TC-CONTINUE.req 2010-07-17 18:50:03 +02:00
Harald Welte c130f62cbc [TCU] Support RESULT-L.req and RESULT-NL.req 2010-07-16 18:04:49 +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 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 1c621f2608 bring source code a bit closer to compile 2010-07-14 20:47:34 +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 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