aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2021-02-02xua_msg: fix gcc 4 + -std=gnu11 errorosmith/wipOliver Smith2-12/+15
2021-01-28configure.ac: set -std=gnu11Oliver Smith1-0/+2
2021-01-13contrib/jenkins: don't build osmo-gsm-manualsOliver Smith1-1/+0
2020-11-11update VTY / copyright messageHarald Welte1-3/+3
2020-10-12contrib/jenkins: Enable parallel make in make distcheckPau Espin Pedrol1-2/+2
2020-10-06vty: add attributes to VTY commands indicating when they applyPhilipp Maier2-227/+280
2020-10-04vty: use install_lib_element() and install_lib_element_ve()Vadim Yanitskiy2-70/+70
2020-09-23add osmo_sccp_addr_to_id_c()neels/lcsNeels Hofmeyr2-8/+39
2020-09-22add osmo_sccp_addr_to_str_c osmo_sccp_inst_addr_to_str_cNeels Hofmeyr2-14/+46
2020-09-14sccp_helpers: Support printing IPV6 SCCP addressesPau Espin Pedrol1-2/+8
2020-09-14xua_msg: Get Rid of confusing double network byte order swapPau Espin Pedrol1-1/+1
2020-09-14sua: Support SUA_IEI_IPv6Pau Espin Pedrol2-2/+8
2020-09-05add OSMO_SCCP_ADDR_T_MASK for osmo_sccp_addr_cmp()Neels Hofmeyr2-2/+3
2020-09-04Fix default ASP local addr if remote addr contains only IPv4Pau Espin Pedrol1-2/+14
2020-09-03enum osmo_sccp_ssn: rename to OSMO_SCCP_SSN_SMLC_BSSAP_LENeels Hofmeyr1-1/+4
2020-09-01Fix (2) change in ss7 server default listen addr, keeps backward-compatibilit...Pau Espin Pedrol1-2/+7
2020-08-28Fix matching IPv6 anyaddr :: in osmo_ss7_asp_find_by_socket_addrPau Espin Pedrol1-3/+19
2020-08-28Validate correctly against IPv6 addresses in osmo_ss7_asp_peer_set_hosts()Pau Espin Pedrol1-10/+21
2020-08-28Fix change in ss7 server default listen addr, keeps backward-compatibility be...Pau Espin Pedrol1-4/+39
2020-08-28Revert "Revert "Introduce SS7 IPv6 support""Pau Espin Pedrol5-18/+38
2020-08-28vty: log and return warning if adding ss7 host to set failsPau Espin Pedrol1-2/+8
2020-08-28Revert "Introduce SS7 IPv6 support"neels5-38/+18
2020-08-24Fix finding ASP on IPv6 connectionsPau Espin Pedrol1-7/+36
2020-08-24Introduce SS7 IPv6 supportPau Espin Pedrol5-18/+38
2020-08-20configure.ac: Fix trailing whitespacePau Espin Pedrol1-1/+1
2020-08-20Support setting rt-prio and cpu-affinity mask through VTYPau Espin Pedrol6-5/+49
2020-08-20doc: Update VTY reference xml filePau Espin Pedrol1-3/+126
2020-08-13debian/control: change maintainer to the Osmocom team / mailing listVadim Yanitskiy1-1/+1
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