aboutsummaryrefslogtreecommitdiffstats
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2017-10-26sccp_scrc: fix Network Indicator in SIO compositionNeels Hofmeyr1-1/+1
2017-09-03sccp_sap.h: Fix SSN for BSSAP and BSSAP-LEHarald Welte1-2/+3
2017-08-11sccp: fixup for osmo_sccp_get_ss7()Philipp Maier1-1/+1
2017-08-11sccp: function to get sccp instance from sccp userPhilipp Maier1-0/+1
2017-08-11sccp: make osmo_sccp_addr_name() availablePhilipp Maier1-0/+1
2017-08-10sccp: prefix default parameters of osmo_sccp_simple_client()Philipp Maier1-7/+10
2017-08-09add osmo_sccp_addr_name() and three value_string[]sNeels Hofmeyr1-0/+13
2017-08-09introduce OSMO_SCCP_RI_NONE to indicate unset RINeels Hofmeyr1-0/+1
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-09sccp: add function to check sccp addressesPhilipp Maier1-0/+2
2017-08-07osmo_ss7_vty_init: ensure a talloc ctx is set by userNeels Hofmeyr1-3/+2
2017-08-07add osmo_sccp_addr_set_ssn()Neels Hofmeyr1-0/+2
2017-08-01sccp: derive local address from given sccp instancePhilipp Maier1-0/+4
2017-07-22sccp: make simple client configurable via VTYPhilipp Maier1-0/+5
2017-07-20sccp: global addressbook search + api fixPhilipp Maier1-4/+4
2017-07-05simple-client/server: be able to decide on which ss7 instance to bindPhilipp Maier1-0/+11
2017-06-29sccp_helpers.h: remove duplicate declaration of osmo_sccp_make_addr_pc_ssn()Neels Hofmeyr1-2/+0
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-22sccp: Fix a classic typo of mineHolger Hans Peter Freyther1-7/+7
2017-06-21sccp: add addressbook functionality for sccp addressesPhilipp Maier2-0/+7
2017-06-18cosmetic: Fix typo in sccp_types.hPhilipp Maier1-1/+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-14SCCP: Add VTY interface for SCCPHarald Welte1-0/+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 Welte2-1/+14
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 Welte2-0/+14
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-10xua: move notfiy parameters from xua_internal to sigtran_sap and rename themHarald Welte1-0/+18
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-10xua_msg: Add xua_from_nested() helper function for nested IEsHarald Welte1-0/+2
2017-04-10protocol/m3ua.h: Add definition for RKM reg/dereg result codesHarald Welte1-0/+26
2017-04-10Add osmo_sccp_get_ss7() accessor functionHarald Welte1-0/+1
2017-04-10add converter functions between osmo_ss7 and m3ua traffic mode typesHarald Welte2-0/+9
2017-04-10osmo_ss7: make OVERRIDE the default traffic mode type (0)Harald Welte1-1/+1
2017-04-10sccp: add osmo_sccp_user_{get,set}_priv() API functionHarald Welte1-0/+2
2017-04-10xua: Remove library-internal DXUA log subsystemHarald Welte1-4/+0
2017-04-10SUA: Port to new osmo_ss7 and SCCP codeHarald Welte3-36/+27