aboutsummaryrefslogtreecommitdiffstats
path: root/src/sccp_user.c
AgeCommit message (Expand)AuthorFilesLines
2017-12-24add osmo_sccp_user_name()Neels Hofmeyr1-0/+21
2017-12-20ss7: Re-bind xUA server socket after setting new IPPau Espin Pedrol1-0/+5
2017-11-13Add SPDX-License-Identifier + missing copyright statementsHarald Welte1-0/+2
2017-09-14simple client: prevent overwriting asp settingsPhilipp Maier1-13/+28
2017-08-24sccp: again fix handling of default IP addresses in osmo_sccp_simple_client()Philipp Maier1-4/+2
2017-08-11sccp: fixup for osmo_sccp_get_ss7()Philipp Maier1-1/+6
2017-08-11sccp: function to get sccp instance from sccp userPhilipp Maier1-0/+10
2017-08-11sccp: add doxgen comments for osmo_sccp_simple_client()Philipp Maier1-0/+32
2017-08-11sccp: check for valid point code in osmo_sccp_simple_client()Philipp Maier1-6/+10
2017-08-11sccp: fix handling of default IP addresses in osmo_sccp_simple_client()Philipp Maier1-4/+4
2017-08-10sccp: prefix default parameters of osmo_sccp_simple_client()Philipp Maier1-20/+27
2017-08-09sccp: fix creating of the default route in simple clientPhilipp Maier1-3/+7
2017-08-09consistency: use OSMO_SS7_PC_INVALID for osmo_sccp_userNeels Hofmeyr1-18/+14
2017-08-09ensure valid primary_pc in osmo_ss7_instanceNeels Hofmeyr1-0/+5
2017-08-09sccp: add function to check sccp addressesPhilipp Maier1-0/+42
2017-08-01sccp: derive local address from given sccp instancePhilipp Maier1-0/+22
2017-07-31sccp: fix possible nullpointer derefInstallation Owner1-2/+4
2017-07-22sccp: make simple client configurable via VTYPhilipp Maier1-38/+99
2017-07-05simple-client/server: be able to decide on which ss7 instance to bindPhilipp Maier1-8/+28
2017-06-25sccp_user.c: add missing error loggingNeels Hofmeyr1-4/+12
2017-04-27sccp_user: Add missing 'break' statementHarald Welte1-0/+1
2017-04-18Add IPA/SCCPlite support as SIGTRAN alternativeHarald Welte1-1/+2
2017-04-13Add a default layer manager using RKM to register PC with SGHarald Welte1-0/+1
2017-04-11sccp_user: Make sure to create client-side AS with primary PCHarald Welte1-0/+2
2017-04-10Allow clients to specify local IP/portHarald Welte1-2/+3
2017-04-10Add osmo_sccp_get_ss7() accessor functionHarald Welte1-0/+5
2017-04-10sigtran: fix various memory leaks (msgb and xua_msg)Harald Welte1-2/+5
2017-04-10sccp: add osmo_sccp_user_{get,set}_priv() API functionHarald Welte1-0/+10
2017-04-10Add new SCCP implementationHarald Welte1-0/+377