aboutsummaryrefslogtreecommitdiffstats
path: root/include/osmocom
AgeCommit message (Expand)AuthorFilesLines
2024-04-02Convert RTP/RTCP/OSMUX I/O from osmo_fd to osmo_ioHarald Welte2-4/+6
2024-03-20remove osmo_fd from mgcp_create_bind()Harald Welte1-2/+1
2024-03-20simplify unused transcoding/processing call-backHarald Welte2-6/+3
2024-03-07migrate mgcp_client from osmo_wqueue to osmo_ioHarald Welte1-2/+2
2024-02-06drop cfg 'sdp audio fmtp-extra'Neels Hofmeyr2-2/+0
2024-02-06drop get_net_downlink_format_cbNeels Hofmeyr1-2/+0
2024-01-11Revert "drop (now) unused code"neels1-0/+4
2024-01-05drop (now) unused codeNeels Hofmeyr1-4/+0
2024-01-05client: collapse codecs[] and ptmap[]; allow codec variantsNeels Hofmeyr3-9/+7
2024-01-05client: deprecate legacy APINeels Hofmeyr1-5/+9
2023-12-17mgcp: correctly put NUL character in mgcp_msg_terminate_nul()Vadim Yanitskiy1-1/+1
2023-12-17mgcp: simplify getting msgb tail in mgcp_msg_terminate_nul()Vadim Yanitskiy1-1/+1
2023-12-08client: move some items to internal headerNeels Hofmeyr2-65/+66
2023-11-01add mgcp_conn_rtp_type_names[]Neels Hofmeyr1-0/+5
2023-09-26mgcp-client: Introduce API osmo_mgcpc_ep_local_name()Pau Espin Pedrol1-0/+1
2023-09-22mgcp-client: Fix missing include in mgcp_client_pool.hPau Espin Pedrol1-0/+2
2023-07-10ASCI: Add new mode for voice group/broadcast callAndreas Eversberg1-0/+1
2023-06-15mgcp-client: Add keepalive featurePau Espin Pedrol2-1/+11
2023-06-15mgw: Allow auditing speciall 'null' endpointPau Espin Pedrol1-0/+1
2023-06-14mgcp_client: Introduce mgcp_client_conf_alloc(), deprecate mgcp_client_conf_i...Pau Espin Pedrol2-1/+10
2023-06-11mgcp_client.h: also add spec ref to the other 3gpp defined payload typesPhilipp Maier1-5/+5
2023-06-09mgcp-client: Drop unused struct mgcp_client fieldPau Espin Pedrol1-6/+0
2023-05-22mgcp_codec: fix codec decisionPhilipp Maier2-4/+1
2023-04-04mgcp_client_pool: add mgcp_client_pool_empty()Oliver Smith1-0/+1
2023-03-27mgcp_codec: refactor payload type converstionPhilipp Maier1-1/+2
2023-02-22mgcp_e1: be more frugal withe E1 line resourcesPhilipp Maier2-2/+2
2023-02-09mgcp_endp: cosmetic move mgcp_endp_release to the endPhilipp Maier1-1/+1
2023-01-24mgcp_client: add new clearmode codecOliver Smith1-0/+1
2022-12-20ctrl: take both address and port from vty config2023q1Max2-25/+0
2022-10-26osmux: Make sure RTP AMR feed to osmux is in octet-aligned modePau Espin Pedrol1-0/+2
2022-10-26osmux: Rename function and pass msgb directly to itPau Espin Pedrol1-1/+1
2022-10-25Rename and move func checking if amr mode is explicitly configuredPau Espin Pedrol1-0/+1
2022-10-18mgcp-client: Introduce API mgcp_client_pool_config_writePau Espin Pedrol1-0/+1
2022-10-17mgcp-client: Use random free local port by defaultPau Espin Pedrol1-2/+2
2022-10-14mgcp_client_pool.h: add missing stdbool includeOliver Smith1-0/+2
2022-10-13mgcp-client: Introduce APIs to manually select mgcp_client from poolPau Espin Pedrol2-3/+7
2022-10-13mgcp-client: Rearrange internal backpointersPau Espin Pedrol2-2/+5
2022-10-13mgcp-client: Rearrange order of structs and APIs in headerPau Espin Pedrol1-20/+21
2022-10-13mgcp-client: Refactor reinit of mgcp clientsPau Espin Pedrol1-0/+1
2022-10-13mgcp-client: Create alloc() and free() internal APIs for mgcp_client_pool_memberPau Espin Pedrol1-0/+2
2022-10-13mgcp-client: Move & rename helper function outside of vty codePau Espin Pedrol1-0/+2
2022-10-13mgcp-client: Rename internal field in mgcp_client_poolPau Espin Pedrol1-1/+1
2022-10-13mgcp-client: pool: Improve documentation of some internal fieldsPau Espin Pedrol1-1/+2
2022-10-13osmux: Clean up mgcp_config osmux fieldsPau Espin Pedrol1-18/+20
2022-10-12osmux: Introduce osmux peer-behind-nat (on|off) and rework conn activationPau Espin Pedrol2-0/+5
2022-10-06osmux: Erase references to bsc-natPau Espin Pedrol1-3/+2
2022-10-06osmux: Define osmux_dummy cfg as booleanPau Espin Pedrol1-4/+2
2022-10-06osmux: Make conn_osmux_{allocate,release}_local_cid() APIs staticPau Espin Pedrol1-2/+0
2022-10-06osmux: Simplify and constify param passingPau Espin Pedrol1-5/+4
2022-10-06osmux: Drop unused role parameterPau Espin Pedrol1-6/+1