aboutsummaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2023-03-11*/Makefile.am: libraries shall not be in AM_LDFLAGSVadim Yanitskiy3-14/+5
2023-03-09mgcp_network: Unregister osmo_fd before closing fdPau Espin Pedrol1-2/+2
2023-02-28mgcp_e1: rewrite commentPhilipp Maier1-1/+1
2023-02-28mgcp_e1: fix typoPhilipp Maier1-1/+1
2023-02-28mgcp_client: fix sourcecode formattingPhilipp Maier1-5/+2
2023-02-27mgcp_client: mgcp_msg_gen: add more error logsOliver Smith1-2/+6
2023-02-25Transition to use of 'telnet_init_default'arehbein1-2/+1
2023-02-22mgcp_e1: be more frugal withe E1 line resourcesPhilipp Maier2-17/+76
2023-02-13mgcp_e1: fix log outputPhilipp Maier1-1/+1
2023-02-10cosmetic: Fix grammar suggesting reading _the_ user manualHarald Welte1-1/+1
2023-02-09mgcp_endp: cosmetic: remove unnecessary new linePhilipp Maier1-1/+0
2023-02-09mgcp_endp: cosmetic move mgcp_endp_release to the endPhilipp Maier1-30/+31
2023-02-08mgcp_sdp: cosmetic: remove newlinePhilipp Maier1-1/+0
2023-02-08mgcp_sdp: add spec referencePhilipp Maier1-1/+1
2023-02-07Bump version: 1.10.0.117-22f9c-dirty → 1.11.01.11.0Pau Espin Pedrol1-1/+1
2023-02-06update outdated vty copyright statementHarald Welte1-1/+1
2023-01-24mgcp_client: add new clearmode codecOliver Smith1-0/+1
2023-01-24Fix various typosOliver Smith1-1/+1
2023-01-19mgcp_network: improve comentPhilipp Maier1-4/+3
2022-12-20ctrl: take both address and port from vty config2023q1Max3-40/+2
2022-12-19iuup: Use osmo_amr_ft_valid() APIPau Espin Pedrol1-2/+2
2022-11-21osmux: Use new osmux_xfrm_input API to set name on each linkPau Espin Pedrol1-0/+4
2022-11-15osmux: Rotate over available Osmux CID when allocating a new onePau Espin Pedrol1-8/+28
2022-11-03Support building with -Werror=strict-prototypes / -Werror=old-style-definitionHarald Welte3-4/+4
2022-10-28AMR->IuUP: log conversion, like for the flipsideNeels Hofmeyr1-0/+4
2022-10-26Improve logging on AMR OA<->BWE conversion failurePau Espin Pedrol1-4/+9
2022-10-26osmux: Make sure RTP AMR feed to osmux is in octet-aligned modePau Espin Pedrol2-3/+16
2022-10-26osmux: Rename function and pass msgb directly to itPau Espin Pedrol2-11/+9
2022-10-26mgw: Rename s/mgcp_send_rtp/mgcp_conn_rtp_dispatch_rtp/Pau Espin Pedrol1-6/+13
2022-10-25mgw: rx_rtp(): reorder checks and handlingsPau Espin Pedrol1-4/+4
2022-10-25Rename and move func checking if amr mode is explicitly configuredPau Espin Pedrol2-16/+14
2022-10-25mgw: Log unexpected RTP AMR OA-vs-BE payloadPau Espin Pedrol1-1/+6
2022-10-25cosmetic: Clarify and fix typos in commentPau Espin Pedrol1-3/+3
2022-10-24IuUP->AMR: log whether converting to AMR OA or BENeels Hofmeyr1-1/+2
2022-10-24IuUP->AMR: do not patch payload type a second timeNeels Hofmeyr1-9/+13
2022-10-24AMR->IuUP: properly translate Q -> FQCNeels Hofmeyr1-2/+4
2022-10-24AMR->IuUP: do not crash on AMR data before IuUP InitNeels Hofmeyr1-1/+5
2022-10-19mgcp_send: Use mgcp_conn_rtp_is_iuup() helperPau Espin Pedrol1-1/+1
2022-10-19Fix misleading error logPau Espin Pedrol1-1/+1
2022-10-19mgcp-client: Fix no 'mgw ' prefix written in old VTY nodePau Espin Pedrol1-9/+12
2022-10-19mgcp-client: Refactor system keeping old users not calling mgcp_client_pool_c...Pau Espin Pedrol1-22/+24
2022-10-19mgcp-client: Fix 'mgw endpoint-range' command dropped from old VTY nodePau Espin Pedrol1-3/+3
2022-10-19mgcp-client: Add new VTY commands under mgw node without mgw prefixPau Espin Pedrol1-29/+75
2022-10-18mgcp-client: Introduce API mgcp_client_pool_config_writePau Espin Pedrol1-12/+45
2022-10-18mgcp-client: Convert users supporting new MGW Pool VTY node during write-configPau Espin Pedrol1-0/+15
2022-10-17mgcp-client: Use random free local port by defaultPau Espin Pedrol2-51/+9
2022-10-17mgcp-client: vty: Write deprecation warning using non-mgw nodesPau Espin Pedrol1-2/+7
2022-10-13mgcp-client: Introduce APIs to manually select mgcp_client from poolPau Espin Pedrol2-5/+23
2022-10-13mgcp-client: Rearrange internal backpointersPau Espin Pedrol2-16/+11
2022-10-13mgcp-client: Refactor reinit of mgcp clientsPau Espin Pedrol2-43/+36