aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2023-12-23fix SDP codecs lists returned in OK messagesneels/wipNeels Hofmeyr2-97/+68
2023-12-23mgcp_test.c: test responses for multiple payloadsNeels Hofmeyr2-0/+242
2023-12-23dbg: show conns on CRCX/MDCXNeels Hofmeyr1-0/+17
2023-12-23mgcp_conn_dump(): include assigned codecsNeels Hofmeyr1-0/+6
2023-12-23mgcp_test.c: fflushNeels Hofmeyr1-0/+6
2023-12-23mgcp_test.c: tweak output, commentNeels Hofmeyr2-43/+44
2023-12-23dbg: log MGCP retransmissionNeels Hofmeyr1-0/+1
2023-12-23dbg: mgcp_codec_decide(): log codecsNeels Hofmeyr1-0/+20
2023-12-23mgcp_test.c: show all DLMGCP loggingNeels Hofmeyr1-0/+7
2023-12-23drop cfg 'sdp audio fmtp-extra'Neels Hofmeyr7-88/+16
2023-12-23drop get_net_downlink_format_cbNeels Hofmeyr4-20/+2
2023-12-23tests/mgcp: add update_exp targetNeels Hofmeyr1-0/+3
2023-12-22tweak DEBUG logNeels Hofmeyr1-2/+2
2023-12-22mgcp_test: fix false negatives in test outputNeels Hofmeyr1-2/+6
2023-12-22mgw: do not fail MGCP on codec mismatchNeels Hofmeyr1-1/+12
2023-12-22mgcp_codec_decide: remove redundant lookupNeels Hofmeyr1-8/+7
2023-12-22mgcp-client: MGCP response: pass fmtp to callerNeels Hofmeyr1-2/+39
2023-12-22mgw, client: add fmtp string to ptmap: allow all possible fmtpNeels Hofmeyr11-100/+117
2023-12-22add fmtp.hNeels Hofmeyr5-0/+152
2023-12-22build: move mgcp/*.h to noinst_HEADERS, drop RPM libosmo-mgcp-develNeels Hofmeyr2-15/+3
2023-12-22mgcp_client_fsm: explain member param in struct mgcp_conn_peer betterPhilipp Maier1-2/+2
2023-12-22mgcp_client_fsm: allocate struct mgcp_conn_peer dynamicallyPhilipp Maier2-1/+18
2023-12-22drop (now) unused codeNeels Hofmeyr6-177/+5
2023-12-22mgcp_client_test: add test_parse_response()Neels Hofmeyr2-0/+257
2023-12-22client SDP: more verbose error loggingNeels Hofmeyr1-5/+16
2023-12-22client: allow MGCP_MAX_CODECS entriesNeels Hofmeyr1-4/+4
2023-12-22client: collapse codecs[] and ptmap[]; allow codec variantsNeels Hofmeyr6-74/+172
2023-12-22client: deprecate legacy APINeels Hofmeyr1-5/+9
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 overflowNeels 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