aboutsummaryrefslogtreecommitdiffstats
path: root/src/sccp_user.c
AgeCommit message (Expand)AuthorFilesLines
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