aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
9 dayscosmetic: make linter happyHEADmasterHarald Welte1-4/+4
9 daysChange msgb ownership in processing of received msgbHarald Welte5-39/+111
9 daysremove osmo_fd from mgcp_create_bind()Harald Welte3-14/+16
9 dayssimplify unused transcoding/processing call-backHarald Welte3-13/+6
9 daysremove strange loop for non-existant transcoding supportHarald Welte1-56/+50
9 daysdon't log useless "transcoding disabled" messageHarald Welte1-1/+0
10 daysmgw: Add our usual SIGABRT, SIGUSR1 signal handlersHarald Welte1-0/+27
10 daysmgw: do not fail MGCP on codec mismatchNeels Hofmeyr1-1/+11
2024-03-07migrate mgcp_client from osmo_wqueue to osmo_ioHarald Welte3-55/+57
2024-02-06mgcp_test: fix false negatives in test outputNeels Hofmeyr1-2/+6
2024-02-06tweak DEBUG logNeels Hofmeyr1-2/+2
2024-02-06mgcp_codec_decide: remove redundant lookupNeels Hofmeyr1-8/+7
2024-02-06drop cfg 'sdp audio fmtp-extra'Neels Hofmeyr8-85/+17
2024-02-06drop get_net_downlink_format_cbNeels Hofmeyr4-20/+2
2024-02-06tests/mgcp: add update_exp targetNeels Hofmeyr1-0/+3
2024-01-29Convert README to README.md and expand like in other projectsHarald Welte4-26/+104
2024-01-26build: include README into the release tarballVadim Yanitskiy1-0/+1
2024-01-11Revert "drop (now) unused code"neels6-5/+177
2024-01-05drop (now) unused codeNeels Hofmeyr6-177/+5
2024-01-05mgcp_client_test: add test_parse_response()Neels Hofmeyr2-0/+257
2024-01-05client SDP: more verbose error loggingNeels Hofmeyr1-5/+16
2024-01-05client: allow MGCP_MAX_CODECS entriesNeels Hofmeyr1-4/+4
2024-01-05client: collapse codecs[] and ptmap[]; allow codec variantsNeels Hofmeyr7-74/+175
2024-01-05client: deprecate legacy APINeels Hofmeyr1-5/+9
2023-12-23build: move mgcp/*.h to noinst_HEADERS, drop RPM libosmo-mgcp-develNeels Hofmeyr2-15/+3
2023-12-19client: safely handle dealloc on event dispatchNeels Hofmeyr1-2/+34
2023-12-17mgcp: correctly put NUL character in mgcp_msg_terminate_nul()Vadim Yanitskiy1-1/+1
2023-12-17mgcp: reserve once byte for '\0' in mgcp_do_read()Vadim Yanitskiy1-1/+2
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 Hofmeyr4-65/+78
2023-12-08fix possible NULL deref on early mediaNeels Hofmeyr1-2/+3
2023-12-08mgcp_client_test: fix function nameNeels Hofmeyr1-2/+2
2023-12-07mgcp-client: Transmit remote IP addr in CRCX if known and port=0Pau Espin Pedrol2-31/+42
2023-12-05IuUP: Allow Initialization with set rem IP address and unset rem portPau Espin Pedrol1-1/+2
2023-12-05check_rtp_origin: drop special case for legacy IuUP hackNeels Hofmeyr1-23/+7
2023-12-05IuUP: allow Initialization from any address if not yet setNeels Hofmeyr1-0/+12
2023-12-05cosmetic: Fix line indentationPau Espin Pedrol1-1/+1
2023-12-04mgcp_network: Improve err logging when rtp pkt from unexpected origin comes inPau Espin Pedrol1-17/+9
2023-12-03systemd,manual: set LimitNOFILE=65536Neels Hofmeyr2-0/+18
2023-12-01Use uniform log format for default config filesAndreas Eversberg2-0/+16
2023-11-30client: replace two assertions with graceful error handlingNeels Hofmeyr1-2/+10
2023-11-15mgcp_parse_audio_port_pt(): fix buffer overflowrhizomatica/testingNeels Hofmeyr1-1/+1
2023-11-02vty and log: also show local port for RTP connsKeith Whyte1-32/+16
2023-11-01add mgcp_conn_rtp_type_names[]Neels Hofmeyr2-0/+12
2023-09-28Bump version: 1.12.0.3-58d5b → 1.12.11.12.1Oliver Smith2-1/+10
2023-09-27mgw: Configure IuUP if codec set during MDCXPau Espin Pedrol1-0/+4
2023-09-26mgcp-client: Introduce API osmo_mgcpc_ep_local_name()Pau Espin Pedrol2-0/+25
2023-09-22mgcp-client: Fix missing include in mgcp_client_pool.hPau Espin Pedrol1-0/+2
2023-09-12Bump version: 1.11.0.51-af67-dirty → 1.12.01.12.0Pau Espin Pedrol7-31/+100
2023-07-10ASCI: Support conference briding with 1..n connectionsAndreas Eversberg4-31/+31