aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2020-05-01release 1.2.0-fw.1fairwaves/1.2.0-fw.1fairwaves/productionKirill Zakharenko1-1/+7
2020-04-20sccp_internal.h: fix compilation with gcc-10Harald Welte1-1/+1
2020-04-11configure.ac: fix libtool issue with clang and sanitizerEric1-0/+5
2020-03-19cs7 vty: add 'show cs7 config'Neels Hofmeyr2-11/+31
2020-03-19don't use 'debug' log level in example configsHarald Welte2-8/+8
2020-01-21xua_asp_fsm.c: Drop unused definesPau Espin Pedrol1-5/+0
2020-01-21cosmetic: fix typo in commentPau Espin Pedrol1-1/+1
2020-01-21sccp: Disarm inactivity timer upon T(iar) active->disconn_pendPau Espin Pedrol1-0/+3
2020-01-21sccp_scoc: Deliver correct disconnect cause and importance to user on timer e...Pau Espin Pedrol1-4/+16
2020-01-21examples/sccp_test_server: Log disconnect indication in echo servicePau Espin Pedrol1-0/+5
2020-01-21examples/sccp_test_server: Log primitive name instead of valuePau Espin Pedrol1-6/+6
2020-01-21osmo_sccp_simple_server(): use sccp instance index 0 instead of 1Pau Espin Pedrol1-1/+1
2020-01-21examples/sccp_demo_user: Support reading log/vty config from filePau Espin Pedrol1-5/+27
2020-01-21example/sccp_demo_user: Use osmocom logging system instead of printfPau Espin Pedrol3-16/+27
2020-01-18sccp: Fix wrong param type in osmo_sccp_pnc_name()Pau Espin Pedrol1-1/+1
2020-01-17sccp: Log missing user and router failure pathsPau Espin Pedrol2-0/+6
2020-01-17sccp2sua.c: Log malformed SUA messagePau Espin Pedrol1-1/+4
2020-01-17sccp: Support receiving messages with no optional paramsPau Espin Pedrol1-0/+6
2020-01-17sccp: Improve logging in sccp_to_xua_opt()Pau Espin Pedrol3-5/+40
2020-01-17sccp: Convert ifelse to switch statementPau Espin Pedrol1-7/+8
2020-01-17examples/sccp_demo_user: log category name instead of its hex valuePau Espin Pedrol1-0/+2
2020-01-17examples/sccp_test_server.c: Fix typo in log messagePau Espin Pedrol1-1/+1
2020-01-17sccp: Avoid memleak of xua_msg receiving malformed sccp messagePau Espin Pedrol1-10/+49
2020-01-17sccp: Add value_string for SCCP message typesPau Espin Pedrol4-1/+36
2020-01-16sccp: Fix null ptr access on malformed or unsupported msg receivedPau Espin Pedrol1-0/+6
2020-01-16sccp_demo_user: Bind VTY to -l local address cmdline argPau Espin Pedrol1-1/+1
2020-01-13ss7: Improve checks in osmo_ss7_asp_peer_add_host()Pau Espin Pedrol1-11/+17
2020-01-13ss7: Fix sccp_simple_server rejecting connectionsPau Espin Pedrol1-0/+12
2020-01-13ss7: Set ASP addresses using asp_peer APIsPau Espin Pedrol3-31/+14
2020-01-13ss7: Introduce APIs to manage asp_peer hostsPau Espin Pedrol2-37/+67
2020-01-13ss7: Return value from child function in osmo_ss7_xua_server_set_local_hostPau Espin Pedrol1-2/+1
2020-01-10sccp_demo_user: Change prompt to not include any '-' symbolsHarald Welte1-1/+1
2020-01-09configure.ac: Check for sctp_recvmsg instead of sctp_sendPau Espin Pedrol1-2/+2
2020-01-08sua.c: Avoid double free in sua_rx_msg()->...->mtp_user_prim_cb()Pau Espin Pedrol2-12/+5
2020-01-08Revert "fix memleaks in mtp_user_prim_cb()"neels2-1/+2
2020-01-07fix memleaks in mtp_user_prim_cb()Neels Hofmeyr2-2/+1
2020-01-02Bump version: 1.1.0.71-bb75-dirty → 1.2.01.2.0Pau Espin Pedrol7-16/+101
2020-01-02debian: Drop patches directory containing old patch not longer requiredPau Espin Pedrol2-30/+0
2019-12-17ASP: Stop re-transmitting un-acknowledged messages on SCTP down eventHarald Welte1-0/+2
2019-12-17ASP FSM: Permit DOWN -> DOWN "transition"Harald Welte1-1/+2
2019-12-17stp: exit(2) on unsupported positional arguments on command lineHarald Welte1-0/+5
2019-12-12osmoappdesc.py, tests: switch to python 3Oliver Smith2-17/+17
2019-12-11gitignore: add various generated doc filesOliver Smith1-0/+3
2019-12-02xua_asp_fsm: Ensure xUA client includes routing contexts in ASPAC/ASPIAHarald Welte1-0/+26
2019-12-02xua_asp_fsm: Ensure xUA client includes traffic-mode if configuredHarald Welte1-0/+31
2019-12-01check for osmo_fsm_register() failures and propagate errorHarald Welte5-9/+22
2019-11-28Skip dynamic ASPs when writing the list of ASPs in an ASHarald Welte1-0/+3
2019-11-20xua: Implement traffic mode broadcastPau Espin Pedrol1-3/+21
2019-11-19fix generating asp-role that can be parsed when re-opening config fileHarald Welte1-1/+1
2019-11-19asp: Don't override ASP and SCTP role when re-entering asp nodeHarald Welte1-5/+8