aboutsummaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorFilesLines
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
2017-06-25gen_mtp_transfer_req_xua(): add addr to error log for missing DPCNeels Hofmeyr1-1/+3
2017-06-25add/tweak various logging to help figure out complex routingNeels Hofmeyr4-19/+84
2017-06-22ss7: Fix compilation error (warning)Philipp Maier1-1/+1
2017-06-22xua_internal.h: Add missing functions required by xua_testPau Espin Pedrol1-0/+5
2017-06-22sccp_scrc: Fix warning: uneeded constant evaulationPau Espin Pedrol1-1/+1
2017-06-21sccp: add addressbook functionality for sccp addressesPhilipp Maier2-0/+580
2017-06-18cosmetic: fix typo in osmo_ss7_vty.c VTY docPhilipp Maier1-1/+1
2017-05-04SUA-to-SCCP: Fix use of Called/Calling vs. Src/Dest AddressHarald Welte1-4/+24
2017-05-04SCOC: When sending a CORE/CR, SUA SRC_ADDR == CallingPartyAddressHarald Welte1-1/+1
2017-04-27osmo_sccp_addr_parse() Fix point code integer precision handlingHarald Welte1-1/+2
2017-04-27osmo_ss7_user_unregister(): Don't dereference NULL userHarald Welte1-1/+2
2017-04-27sccp_scoc: don't pass variable as argument if we know it's NULLHarald Welte1-1/+1
2017-04-27m3ua_decode_notify(): Ensure status_ie is valid before using itHarald Welte1-0/+4
2017-04-27sclc_rx_cldr(): Don't try to dereference user data_ie without checkHarald Welte1-0/+5
2017-04-27m3ua_to_xfer_ind(): don't use data_ie without checking it existsHarald Welte1-1/+1
2017-04-27sclc_rx_cldt(): Don't try to dereference user data_ie without checkHarald Welte1-0/+5
2017-04-27scu_gen_encode_and_send(): Fix NULL pointer derefHarald Welte1-1/+1
2017-04-27deliver_to_mtp_user(): Fix null pointer dereferenceHarald Welte1-1/+1
2017-04-27osmo_sccp_user_sap_down(): Avoid uninitialized pointer derefHarald Welte1-0/+5
2017-04-27sccp_user: Add missing 'break' statementHarald Welte1-0/+1
2017-04-27sccp2sua: Avoid array overruns in sccp_is_{mandatory,optional}()Harald Welte1-2/+2
2017-04-27xua_rkm: Fix handling of RK Registration with multiple Routing KeysHarald Welte1-6/+7
2017-04-27xua_default_lm_fsm: Missing printf() argumentHarald Welte1-1/+1
2017-04-27Address some negative integer handling issuesHarald Welte1-7/+14
2017-04-25Fix debian buildsMax2-2/+3
2017-04-18IPA: Override/Set point codesHarald Welte2-2/+61
2017-04-18osmo_ss7: Allocate message buffers with headroomHarald Welte1-3/+2
2017-04-18osmo_ss7: make sure to re-set all state on client disconnectHarald Welte1-5/+3
2017-04-18Add IPA/SCCPlite support as SIGTRAN alternativeHarald Welte11-17/+677
2017-04-17SUA: Our SUA implementation needs an SCCP instance in ss7_instanceHarald Welte1-0/+9
2017-04-17SUA: Make sure to reject unknown CO message typesHarald Welte1-0/+20
2017-04-17SUA: Reject unknown Connectionless Message TypesHarald Welte1-0/+11
2017-04-17xua_asp_fsm: Fix ordering of messages to pass M3UA_SGP_ASPSM_O_003Harald Welte1-1/+2
2017-04-17xua_as_fsm: We might change to AS_INACTIVE after T(r) expiryHarald Welte1-1/+4
2017-04-15introduce new osmo_ss7_asp_disconnect() functionHarald Welte1-0/+9
2017-04-15Add new ASP event XUA_ASP_E_SCTP_EST_INDHarald Welte3-1/+7
2017-04-15osmo_ss7: avoid crash during disconnect after unknown ASPHarald Welte1-0/+3
2017-04-15m3ua: Generalize + Export function to generate MTP-TRANSFER xua_msgHarald Welte3-16/+27