aboutsummaryrefslogtreecommitdiffstats
path: root/include/osmocom/sigtran/osmo_ss7.h
AgeCommit message (Expand)AuthorFilesLines
2019-11-19osmo_ss7: Add osmo_ss7_asp_find()Harald Welte1-0/+4
2019-11-14osmo_ss7_vty.c: implement 'active' filter for show_cs7_as_cmdVadim Yanitskiy1-0/+1
2019-11-06xua: loadshare: select ASP for tx only if activePau Espin Pedrol1-0/+1
2019-11-05Allow ASP role to be configuredHarald Welte1-0/+2
2019-11-05introduce public enum osmo_ss7_asp_role for ASP/SG/IPSPHarald Welte1-0/+8
2019-11-05M3UA: Reject ASP activation + RKM registration for incompatible traffic-modeHarald Welte1-1/+2
2019-11-05xua: Allow traffic mode set by peer if not set by VTYPau Espin Pedrol1-0/+3
2019-10-24ss7: Only override traffic mode from recv REG REQ if not set by VTYPau Espin Pedrol1-0/+1
2019-10-24ss7: Implement AS traffic mode loadshare using round robin ASP selectionPau Espin Pedrol1-0/+1
2019-10-22ss7: Support multiple addresses in SCTP connectionsPau Espin Pedrol1-2/+8
2019-10-22Defer xua server binding until exit of VTY nodePau Espin Pedrol1-2/+0
2019-10-19ipa: VTY config option to explicitly enable/disable SCCP patchingHarald Welte1-0/+6
2019-10-19Move definition of LOGSS7() to header file; add LOGPAS() like LOGPASP()Harald Welte1-1/+7
2019-03-15Fix output of route destination in 'show ss7 instance <0-15> route'Harald Welte1-0/+1
2018-11-19Make pointcode width function publicMax1-0/+2
2018-10-29skip simple-client default as/asp when saving VTY configStefan Sperling1-0/+6
2018-09-27cosmetic: allocate ss7->sccp in one common functionNeels Hofmeyr1-0/+2
2018-06-08Introduce osmo_ss7_register_rx_unknown_cb() for unknown PPID/StreamIDHarald Welte1-0/+11
2017-12-24add osmo_ss7_route_name()Neels Hofmeyr1-0/+1
2017-12-20ss7: Re-bind xUA server socket after setting new IPPau Espin Pedrol1-0/+5
2017-08-10sccp: prefix default parameters of osmo_sccp_simple_client()Philipp Maier1-7/+10
2017-08-09constify ss7_instance arg of osmo_ss7_pointcode_print()Neels Hofmeyr1-2/+2
2017-08-09add OSMO_SS7_PC_INVALID, add osmo_ss7_pc_is_valid()Neels Hofmeyr1-0/+8
2017-08-07osmo_ss7_vty_init: ensure a talloc ctx is set by userNeels Hofmeyr1-3/+2
2017-07-22sccp: make simple client configurable via VTYPhilipp Maier1-0/+5
2017-07-05simple-client/server: be able to decide on which ss7 instance to bindPhilipp Maier1-0/+11
2017-06-25add/tweak various logging to help figure out complex routingNeels Hofmeyr1-0/+1
2017-06-23cosmetic: drop second ';;'Neels Hofmeyr1-1/+1
2017-06-21sccp: add addressbook functionality for sccp addressesPhilipp Maier1-0/+1
2017-04-18IPA: Override/Set point codesHarald Welte1-0/+3
2017-04-18Add IPA/SCCPlite support as SIGTRAN alternativeHarald Welte1-0/+4
2017-04-15introduce new osmo_ss7_asp_disconnect() functionHarald Welte1-0/+1
2017-04-15osmo_ss7: Clean up all ASPs established via xua_server upon destroyHarald Welte1-0/+4
2017-04-14get rid of global osmo_ss7_xua_servers variableHarald Welte1-1/+2
2017-04-14move osmo_ss7_vty.c [back] into libosmo-sigtranHarald Welte1-0/+8
2017-04-14STP: re-structure VTY interface; introduce 'cs7 instance' nodeHarald Welte1-0/+1
2017-04-13xua_rkm: Make dynamic registration of Routing Keys workHarald Welte1-0/+4
2017-04-13Add a default layer manager using RKM to register PC with SGHarald Welte1-1/+3
2017-04-13Add osmo-stp executable as new "Osmocom Signaling Transfer Point"Harald Welte1-0/+2
2017-04-11osmo_ss7: Allocate local routing key ID and use it as lookup key for ASHarald Welte1-0/+3
2017-04-11osmo_ss7: destroy any ASPs allocated dynamically at accept() timeHarald Welte1-0/+3
2017-04-10Allow clients to specify local IP/portHarald Welte1-2/+3
2017-04-10osmo_ss7: default point-code format for parsing/printing without ss7_instanceHarald Welte1-4/+6
2017-04-10move layer_manager from xua_asp_fsm priv to osmo_ss7_aspHarald Welte1-0/+8
2017-04-10osmo_ss7: Add support for dynamic ASP registrationHarald Welte1-0/+1
2017-04-10Add osmo_ss7_find_free_rctx() function to get unused rctxHarald Welte1-0/+1
2017-04-10add converter functions between osmo_ss7 and m3ua traffic mode typesHarald Welte1-0/+3
2017-04-10osmo_ss7: make OVERRIDE the default traffic mode type (0)Harald Welte1-1/+1
2017-04-10Add new 'osmo_ss7' SS7 core code with M3UA, ASP/AS FSM, ...Harald Welte1-0/+408