aboutsummaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2017-10-27implement unit tests for osmo_sccp_addr_{parse,encode}()Harald Welte1-0/+1
2017-10-27osmo_sccp_addr_encode(): Catch some more errors and log themHarald Welte1-0/+10
2017-10-27osmo_sccp_addr_encode(): Fix truncation of point codesHarald Welte1-1/+1
2017-10-27osmo_sccp_addr_encode(): Check for more erroneous situationsHarald Welte1-1/+16
2017-10-04Makefile.am: Link libosmo-sigtran against libvtyHarald Welte1-2/+4
2017-09-14simple client: prevent overwriting asp settingsPhilipp Maier1-13/+28
2017-09-11vty: add 'asp' / 'local-ip' commandNeels Hofmeyr1-0/+13
2017-09-03sccp_sap.h: Fix SSN for BSSAP and BSSAP-LEHarald Welte1-2/+3
2017-08-28cosmetic: aggressively set vty->index to NULL in osmo_ss7_vty_go_parent()Neels Hofmeyr1-0/+2
2017-08-24sccp: again fix handling of default IP addresses in osmo_sccp_simple_client()Philipp Maier1-4/+2
2017-08-23osmo_ss7_vty: fix 'as' / 'routing-key' commandNeels Hofmeyr1-31/+58
2017-08-22vty: fix doc for 'xua rkm routing-key-allocation'Neels Hofmeyr1-1/+2
2017-08-15Fix SCCP client crash on xUA server (STP) disconnectHarald Welte1-1/+0
2017-08-15vty: fix (null) string in vty configPhilipp Maier1-1/+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-09safer osmo_sccp_make_addr_pc_ssn(): clear all valuesNeels Hofmeyr1-4/+6
2017-08-09vty: hide SG commands when running as ASPPhilipp Maier1-5/+13
2017-08-09sccp: fix creating of the default route in simple clientPhilipp Maier1-3/+7
2017-08-09cosmetic: ws in logNeels Hofmeyr1-1/+1
2017-08-09sccp_helpers: check buf len in append_to_buf()Neels Hofmeyr1-18/+21
2017-08-09sccp-addr vty: set RI to SSN_PC when setting a point-codeNeels Hofmeyr1-0/+2
2017-08-09fix osmo_sccp_addr_dump(): actually print RINeels Hofmeyr1-1/+1
2017-08-09add osmo_sccp_addr_name() and three value_string[]sNeels Hofmeyr2-0/+71
2017-08-09introduce OSMO_SCCP_RI_NONE to indicate unset RINeels Hofmeyr1-0/+5
2017-08-09constify ss7_instance arg of osmo_ss7_pointcode_print()Neels Hofmeyr1-3/+3
2017-08-09consistency: use OSMO_SS7_PC_INVALID for osmo_sccp_userNeels Hofmeyr4-21/+16
2017-08-09ensure valid primary_pc in osmo_ss7_instanceNeels Hofmeyr5-6/+19
2017-08-09add OSMO_SS7_PC_INVALID, add osmo_ss7_pc_is_valid()Neels Hofmeyr1-3/+9
2017-08-09sccp: add function to check sccp addressesPhilipp Maier1-0/+42
2017-08-07osmo_ss7_vty_init: ensure a talloc ctx is set by userNeels Hofmeyr1-10/+7
2017-08-07add osmo_sccp_addr_set_ssn()Neels Hofmeyr1-0/+6
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-26sccp: ensure addressbook entry names are uniquePhilipp Maier1-0/+10
2017-07-22xua: fix possible memory leak in seems osmo_ss7_asp_use_default_lm()Philipp Maier1-0/+5
2017-07-22sccp: make simple client configurable via VTYPhilipp Maier2-38/+151
2017-07-20sccp: global addressbook search + api fixPhilipp Maier1-20/+50
2017-07-20cosmetic: remove commentPhilipp Maier1-1/+0
2017-07-19vty: make addressbook available for _sg and _aspPhilipp Maier1-32/+37
2017-07-08sccp_scoc: Fix compilation warning and leave a pragma messagePau Espin Pedrol1-3/+3
2017-07-08sccp_scoc: Fix trailing whitespacePau Espin Pedrol1-2/+2
2017-07-07vty: Check returncode of osmo_ss7_pointcode_parse()Philipp Maier1-8/+51
2017-07-05simple-client/server: be able to decide on which ss7 instance to bindPhilipp Maier1-8/+28
2017-06-27Revert "SCOC: When sending a CORE/CR, SUA SRC_ADDR == CallingPartyAddress"Neels Hofmeyr1-1/+1
2017-06-25sccp_user.c: add missing error loggingNeels Hofmeyr1-4/+12