libosmo-sccp/src
Harald Welte afc3b85613 SUA: Our SUA implementation needs an SCCP instance in ss7_instance
So when we create a xua_server for SUA, we must make sure to create that
associated SCCP instance, if it doesn't already exist.  End-user
programs probably normally call this during their initialization anyway,
but in something like OsmoSTP, we need to auto-create it.

Change-Id: Ib575763dbd00f5bd7bfbf48f227a8f5ef9528e2a
2017-04-17 10:45:20 +02:00
..
Makefile.am SCCP: Add VTY interface for SCCP 2017-04-14 20:25:50 +02:00
m3ua.c m3ua: Generalize + Export function to generate MTP-TRANSFER xua_msg 2017-04-15 23:01:13 +02:00
mtp_pcap.c mtp: Add the MTP Level3 code to the SCCP repoistory 2010-08-01 17:01:26 +08:00
osmo_ss7.c SUA: Our SUA implementation needs an SCCP instance in ss7_instance 2017-04-17 10:45:20 +02:00
osmo_ss7_hmrt.c m3ua: Generalize + Export function to generate MTP-TRANSFER xua_msg 2017-04-15 23:01:13 +02:00
osmo_ss7_vty.c get rid of global osmo_ss7_xua_servers variable 2017-04-14 22:48:46 +02:00
sccp.c NULL safety: sccp_create_sccp_addr: copy only non-NULL sock->gti 2016-12-11 21:24:59 +01:00
sccp2sua.c sua2sccp: Only encode SCCP options permitted for given msg type 2017-04-13 15:59:52 +02:00
sccp_helpers.c osmo_sccp_make_addr_pc_ssn(): Set routing indicator 2017-04-10 11:48:35 +02:00
sccp_internal.h SCCP: Add VTY interface for SCCP 2017-04-14 20:25:50 +02:00
sccp_sap.c Add a default layer manager using RKM to register PC with SG 2017-04-13 18:05:13 +02:00
sccp_sclc.c sigtran: fix various memory leaks (msgb and xua_msg) 2017-04-10 11:48:35 +02:00
sccp_scoc.c SCCP: Add VTY interface for SCCP 2017-04-14 20:25:50 +02:00
sccp_scrc.c SCRC: Print NOTICE log message if we attempt to use (missing) GT routing 2017-04-11 21:45:25 +02:00
sccp_user.c Add a default layer manager using RKM to register PC with SG 2017-04-13 18:05:13 +02:00
sccp_vty.c SCCP: Add VTY interface for SCCP 2017-04-14 20:25:50 +02:00
sua.c SUA: Make sure to reject unknown CO message types 2017-04-17 10:33:10 +02:00
xua_as_fsm.c xua_as_fsm: We might change to AS_INACTIVE after T(r) expiry 2017-04-17 00:24:41 +02:00
xua_as_fsm.h SUA/M3UA: Implement T(r) recovery timer of Application Server FSM 2017-04-14 22:48:41 +02:00
xua_asp_fsm.c xua_asp_fsm: Fix ordering of messages to pass M3UA_SGP_ASPSM_O_003 2017-04-17 00:59:07 +02:00
xua_asp_fsm.h Add new ASP event XUA_ASP_E_SCTP_EST_IND 2017-04-15 23:01:13 +02:00
xua_default_lm_fsm.c Add a default layer manager using RKM to register PC with SG 2017-04-13 18:05:13 +02:00
xua_internal.h m3ua: Generalize + Export function to generate MTP-TRANSFER xua_msg 2017-04-15 23:01:13 +02:00
xua_msg.c xua_msg: Add xua_from_nested() helper function for nested IEs 2017-04-10 11:48:35 +02:00
xua_rkm.c osmo_ss7: Release any dynamically-allocated ASs 2017-04-13 18:05:13 +02:00