aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
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 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
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
2023-07-10ASCI: Add new mode for voice group/broadcast callAndreas Eversberg3-1/+5
2023-06-30mgcp_client: tweak extract_codec_name() implementationNeels Hofmeyr1-5/+4
2023-06-30mgcp: fix "L: a:" header parsing: heed ";" separatorNeels Hofmeyr1-2/+2
2023-06-28mgcp_client: check rc of map_str_to_codecOliver Smith1-3/+8
2023-06-28Cosmetic: fix a typoOliver Smith1-1/+1
2023-06-27mgcp-client: Mark client as UP when keepalive request-interval/timeout is dis...Pau Espin Pedrol1-6/+16
2023-06-27mgcp-client: Always mark client as UP if keepalive request-interval disabledPau Espin Pedrol1-6/+6
2023-06-15mgcp_client: pool: Only pick clients with an MGCP link considered to be UPPau Espin Pedrol1-4/+5
2023-06-15mgcp-client: Add keepalive featurePau Espin Pedrol5-16/+219
2023-06-15mgw: Allow auditing speciall 'null' endpointPau Espin Pedrol6-8/+188
2023-06-14mgcp-client: Move some static functions further abovePau Espin Pedrol1-34/+34
2023-06-14mgcp_client: Introduce mgcp_client_conf_alloc(), deprecate mgcp_client_conf_i...Pau Espin Pedrol7-10/+44
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 Pedrol2-7/+0
2023-05-31mgcp_codec: be sensitive about IuFP when checking codecsPhilipp Maier1-0/+10
2023-05-26systemd: depend on networking-online.targetOliver Smith1-0/+2
2023-05-22mgcp_network: do not deliver RTP packets with unpatched PTPhilipp Maier1-12/+3
2023-05-22mgcp_codec: fix codec decisionPhilipp Maier8-343/+376
2023-05-22mgcp_codec: move mgcp_codec_decide downPhilipp Maier1-81/+81
2023-05-18copyright: fix typo: sysmocom s/s.m.f.c./s.f.m.c./ GmbHVadim Yanitskiy2-3/+3
2023-04-25debian: set compat level to 10Oliver Smith2-2/+2
2023-04-21mgcp_vty: add warnings for deprecated config optionsPhilipp Maier1-0/+7
2023-04-18Cosmetic: mgcp_client: fix typoOliver Smith1-1/+1