aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2020-10-14fixup ipv6neels/iuup2Pau Espin Pedrol1-11/+8
2020-10-14add simplistic IuUP FSM and strip/add IuUP headersNeels Hofmeyr17-8/+1049
2020-10-12contrib/jenkins: Enable parallel make in make distcheckPau Espin Pedrol1-2/+2
2020-10-08mgcp_vty: add user attributes to configuration commandsPhilipp Maier3-180/+248
2020-10-04vty: use install_lib_element() and install_lib_element_ve()Vadim Yanitskiy1-13/+13
2020-09-23mgcp_e1: do not expose function mgcp_e1_init()Philipp Maier2-7/+2
2020-09-23mgcp_vty: deprecate bind early commandPhilipp Maier1-8/+7
2020-09-22mgcp_vty: remove remains of loopback functionalityPhilipp Maier3-34/+8
2020-09-21cosmetic: Fix typo in commentPau Espin Pedrol2-3/+2
2020-09-21mgw: Fix return value documentation for API mgcp_verify_call_idPau Espin Pedrol1-1/+1
2020-09-21mgw: Avoid logging notice message each time we receive nt param in LCOPau Espin Pedrol1-0/+5
2020-09-21cosmetic: Fix typo in commentPau Espin Pedrol1-1/+1
2020-09-21mgw: Don't be case-sensitive when parsing X-Osmo-IGN paramPau Espin Pedrol1-1/+1
2020-09-18cosmetic: mgcp_client_fsm: change error message.Philipp Maier1-2/+2
2020-09-16change timer T2427001 to X2427Neels Hofmeyr1-3/+1
2020-09-08mgw: osmux: Fix conn watchdog timeout not updatedPau Espin Pedrol1-0/+2
2020-09-08mgw: Release endpoint after last conn times outPau Espin Pedrol4-9/+24
2020-09-08mgw: osmux: Avoid sending packets on recvonly connectionPau Espin Pedrol1-12/+18
2020-09-07mgw: Announce and rebind new local address if change required during MDCXPau Espin Pedrol1-0/+15
2020-09-07mgw: Find and store RTP conn local_addr once during CRCX handlingPau Espin Pedrol3-14/+15
2020-09-07mgw: Introduce VTY cmd 'rtp bind-ip-v6' commandPau Espin Pedrol3-15/+53
2020-09-07mgw: Initial IPv6 supportPau Espin Pedrol12-117/+281
2020-09-07mgw: Fix mgcp_rtp_end field description commentPau Espin Pedrol1-1/+1
2020-09-07mgcp_client: copy back Connection Information from MDCX ACKPau Espin Pedrol1-4/+11
2020-09-07mgcp_client: Deprecate unused IPv4-only APIPau Espin Pedrol3-8/+4
2020-09-07mgcp_client: Support validating IPv6 addresses in CRCX and MDCX commandsPau Espin Pedrol1-5/+8
2020-09-07mgcp_client: Make MGCP_CLIENT_LOCAL_ADDR_DEFAULT IPv6 compatiblePau Espin Pedrol1-1/+1
2020-09-07mgcp_client: Allow setting IPv6 addressesPau Espin Pedrol2-5/+7
2020-09-07mgcp_client: Allow submitting and parsing IPv6 addr in SDPPau Espin Pedrol4-16/+212
2020-09-07mgcp_trunk: increase default number of virtual endpointsPhilipp Maier1-1/+1
2020-09-07mgcp_endp: use NUM_E1_TS from e1_input.hPhilipp Maier1-2/+2
2020-08-31mgcp_client: Use INET6_ADDRSTRLEN to store addresses in str formatPau Espin Pedrol4-3/+4
2020-08-31mgcp-client: Fix trailing whitespace in mgcp_client_fsm.hPau Espin Pedrol1-1/+1
2020-08-31mgcp-client: Support IPv6 in osmo_mgcpc_ep_ci_get_crcx_info_to_sockaddr() imp...Pau Espin Pedrol1-5/+22
2020-08-31mgcp_e1: remove unused struct member trunk->e1.linePhilipp Maier2-12/+6
2020-08-31mgcp_e1: make E1 ts initalization more debugablePhilipp Maier1-2/+6
2020-08-28Add example osmo-mgw configuration file for Abis/E1Harald Welte3-0/+27
2020-08-21configure.ac: require libosmoabis + libosmotrau >= 1.0.0Alexander Couzens1-2/+2
2020-08-20cosmetic: Rename main talloc ctxPau Espin Pedrol1-11/+11
2020-08-20Support setting rt-prio and cpu-affinity mask through VTYPau Espin Pedrol5-5/+11
2020-08-20mgcp_trunk: drop "trunk 0" limitationPhilipp Maier3-10/+5
2020-08-18cosmetic: add missing new-linePhilipp Maier1-0/+1
2020-08-18mgcp_protocol: log when endpoint is unavailablePhilipp Maier1-0/+6
2020-08-15mgcp_e1: use return value of e1inp_line_update()Philipp Maier1-1/+1
2020-08-14osmo-mgw.spec.in: Add missing dependency to libosmotrauHarald Welte1-1/+2
2020-08-13debian/control: change maintainer to the Osmocom team / mailing listVadim Yanitskiy1-1/+1
2020-08-13osmo-mgw.spec.in: Fix dependency to libosmoabisHarald Welte1-1/+1
2020-08-13debian/control + SPEC: Add missing build dependency to libosmo-abisHarald Welte2-0/+2
2020-08-10mgcp_ratectr: fix comments in header filePhilipp Maier1-3/+3
2020-08-10get rid of mgcp_internal.hPhilipp Maier22-178/+153