aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2020-08-13Bump version: 1.2.0.53-d897-dirty → 1.3.01.3.0Harald Welte1-0/+74
2020-07-29SCOC: log message type that was received for unknown local referenceHarald Welte1-2/+2
2020-06-26osmo_sccp_simple_client_on_ss7_id(): do not care about ASP nameNeels Hofmeyr1-8/+28
2020-06-25osmo_ss7: remove use-after-free of stream_server after close_cbHarald Welte1-1/+2
2020-06-25Revert "sccp_simple_client: only restart ASP if it was created"neels1-8/+8
2020-06-24Fix race during fast re-establishment of inbound M3UA connectionsHarald Welte1-1/+12
2020-06-24sccp_simple_client: only restart ASP if it was createdNeels Hofmeyr1-8/+8
2020-06-22libosmo-sccp.spec.in: Use %config(noreplace) to retain current config fileHarald Welte1-1/+1
2020-06-21M3UA: Accept DATA without routing context IE if only a single AS in ASPHarald Welte1-20/+49
2020-06-15sccp_user_find: optimize: search PC only for valid PC argNeels Hofmeyr1-4/+6
2020-06-13Add "no traffic-mode" configuration to ASHarald Welte2-1/+15
2020-06-02sccp2sua: fix typo: s/omso_sccp_addr/osmo_sccp_addr/Vadim Yanitskiy1-1/+1
2020-05-28RPM spec: fix "E: lto-no-text-in-archive"Oliver Smith1-0/+6
2020-05-22add osmo_sccp_user_find() as public APINeels Hofmeyr2-0/+18
2020-05-22Makefile.am: EXTRA_DIST: debian, contrib/*.spec.inOliver Smith1-1/+7
2020-05-19cosmetic: apply changes to match struct_endianess.py outputNeels Hofmeyr2-18/+14
2020-05-19big endian: add missing endian.h in sccp.cNeels Hofmeyr1-0/+1
2020-05-19contrib: integrate RPM specOliver Smith3-64/+14
2020-05-14contrib: import RPM specOliver Smith1-0/+235
2020-05-12doc: make sure all log categories are set to level noticePhilipp Maier1-4/+1
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