Commit Graph

7 Commits

Author SHA1 Message Date
Pau Espin c6a04b17a2 examples/sccp_test_server: Log disconnect indication in echo service
Change-Id: I221519e75800c8bfbe68e24d04913b0c385c521d
2020-01-21 10:53:34 +01:00
Pau Espin 7c441e2067 examples/sccp_test_server: Log primitive name instead of value
Change-Id: I956fa5989ca2dea46b2eaaf4e562c7962aa8be9d
2020-01-21 10:53:32 +01:00
Pau Espin ed1a2b3680 example/sccp_demo_user: Use osmocom logging system instead of printf
Change-Id: I211eee8abdb332161be7a31e2864f254d1f51c66
2020-01-21 10:52:39 +01:00
Pau Espin 4706c40ef6 examples/sccp_test_server.c: Fix typo in log message
Change-Id: I8456893b77624402645728ce9403847065a662eb
2020-01-17 14:38:26 +01:00
Harald Welte 9692449599 sccp_test_server: Don't use '0' as local reference
the '0' confuses the Ericsson SCCP code for Eclipse Titan, even though
the spec considers it permitted.

Change-Id: I21269a7d610a4bf52555ffcef4f8acc55824515e
2017-04-13 15:59:52 +02:00
Harald Welte c860f9a41e sigtran: fix various memory leaks (msgb and xua_msg)
The general rule for 'struct xua_msg' is now that it is free'd by the
function that also allocates it in the first place.  Any downstream
consumer of the xua_msg may interpret it, but not hold any references or
free() it.

Change-Id: I708505d129da5824c69b31a13a9c93201929bada
2017-04-10 11:48:35 +02:00
Harald Welte 996defec17 Add example program how to use M3UA+SCCP client and server
This is an example tool that can be run either as server (SG) or as
client (ASP) with a SCCP+M3UA stacking, and communicate via
connectionless and connection-oriented primitives over it

Change-Id: Id698ce2da5726e304dfa1773b794671dc80d853c
2017-04-10 11:48:34 +02:00