Commit Graph

412 Commits

Author SHA1 Message Date
Gerrit Code Review de60977283 Update notes for submitted changes
* mgw: do not fail MGCP on codec mismatch
2024-03-19 03:38:38 +00:00
Gerrit Code Review 5c88dc8bca Update notes for submitted changes
* migrate mgcp_client from osmo_wqueue to osmo_io
2024-03-08 08:56:39 +00:00
Gerrit Code Review 9822518785 Update notes for submitted changes
* mgcp_test: fix false negatives in test output
* tweak DEBUG log
* mgcp_codec_decide: remove redundant lookup
2024-02-06 02:44:17 +00:00
Gerrit Code Review 5a6e99bb42 Update notes for submitted changes
* drop cfg 'sdp audio fmtp-extra'
* drop get_net_downlink_format_cb
* tests/mgcp: add update_exp target
2024-02-06 02:10:32 +00:00
Gerrit Code Review 7ed43dda1a Update notes for submitted changes
* Convert README to README.md and expand like in other projects
2024-01-29 08:18:15 +00:00
Gerrit Code Review 2bbd9d04e1 Update notes for submitted changes
* build: include README into the release tarball
2024-01-26 17:07:15 +00:00
Gerrit Code Review 7061f99571 Update notes for submitted changes
* Revert "drop (now) unused code"
2024-01-11 19:50:51 +00:00
Gerrit Code Review 5aa8c3d6e7 Update notes for submitted changes
* client: allow MGCP_MAX_CODECS entries
* client: collapse codecs[] and ptmap[]; allow codec variants
2024-01-05 01:49:25 +00:00
Gerrit Code Review 59f93b71e8 Update notes for submitted changes
* client: deprecate legacy API
2024-01-05 01:44:33 +00:00
Gerrit Code Review 54c2f22d93 Update notes for submitted changes
* build: move mgcp/*.h to noinst_HEADERS, drop RPM libosmo-mgcp-devel
2024-01-04 23:57:51 +00:00
Gerrit Code Review eef7535a74 Update notes for submitted changes
* Bump version: 1.12.1.1-dd80 → 1.12.2
* client: safely handle dealloc on event dispatch
2023-12-19 12:37:10 +00:00
Gerrit Code Review 1e5288cb50 Update notes for submitted changes
* client: safely handle dealloc on event dispatch
2023-12-19 11:46:42 +00:00
Gerrit Code Review 21aae3dde2 Update notes for submitted changes
* mgcp: correctly put NUL character in mgcp_msg_terminate_nul()
2023-12-17 13:05:06 +00:00
Gerrit Code Review 39405dc4fd Update notes for submitted changes
* mgcp: reserve once byte for '\0' in mgcp_do_read()
* mgcp: simplify getting msgb tail in mgcp_msg_terminate_nul()
2023-12-17 11:50:44 +00:00
Gerrit Code Review ffa30c5503 Update notes for submitted changes
* mgcp_client_test: fix function name
2023-12-08 05:57:37 +00:00
Gerrit Code Review e96f9406bb Update notes for submitted changes
* mgcp-client: Transmit remote IP addr in CRCX if known and port=0
2023-12-07 11:14:53 +00:00
Gerrit Code Review a482a95f1c Update notes for submitted changes
* IuUP: Allow Initialization with set rem IP address and unset rem port
* check_rtp_origin: drop special case for legacy IuUP hack
* IuUP: allow Initialization from any address if not yet set
2023-12-06 14:03:21 +00:00
Gerrit Code Review 2860d8cb03 Update notes for submitted changes
* cosmetic: Fix line indentation
2023-12-05 12:40:08 +00:00
Gerrit Code Review 087807707b Update notes for submitted changes
* mgcp_network: Improve err logging when rtp pkt from unexpected origin comes in
2023-12-04 10:28:22 +00:00
Gerrit Code Review 840a996a6c Update notes for submitted changes
* systemd,manual: set LimitNOFILE=65536
2023-12-03 02:20:48 +00:00
Gerrit Code Review 9db0c3b71f Update notes for submitted changes
* Use uniform log format for default config files
2023-12-03 02:09:54 +00:00
Gerrit Code Review 115cc55327 Update notes for submitted changes
* client: replace two assertions with graceful error handling
2023-11-30 02:31:53 +00:00
Gerrit Code Review 2077c048b3 Update notes for submitted changes
* mgcp_parse_audio_port_pt(): fix buffer overflow
2023-11-15 22:09:55 +00:00
Gerrit Code Review 739e08d2b9 Update notes for submitted changes
* vty and log: also show local port for RTP conns
* add mgcp_conn_rtp_type_names[]
2023-11-03 19:29:54 +00:00
Gerrit Code Review 52c8b53cd8 Update notes for submitted changes
* Bump version: 1.12.0.3-58d5b → 1.12.1
2023-09-28 14:14:25 +00:00
Gerrit Code Review 9f6a887f95 Update notes for submitted changes
* mgw: Configure IuUP if codec set during MDCX
2023-09-28 10:59:47 +00:00
Gerrit Code Review 6eac6d8ce6 Update notes for submitted changes
* mgcp-client: Introduce API osmo_mgcpc_ep_local_name()
2023-09-26 10:51:05 +00:00
Gerrit Code Review 76c044d7c1 Update notes for submitted changes
* mgcp-client: Fix missing include in mgcp_client_pool.h
2023-09-26 10:41:00 +00:00
Gerrit Code Review 40142aa48d Update notes for submitted changes
* Bump version: 1.11.0.51-af67-dirty → 1.12.0
2023-09-12 12:52:28 +00:00
Gerrit Code Review 4fff595900 Update notes for submitted changes
* ASCI: Support conference briding with 1..n connections
2023-07-12 07:53:41 +00:00
Gerrit Code Review 1e58e9cbd3 Update notes for submitted changes
* ASCI: Add new mode for voice group/broadcast call
2023-07-11 12:26:39 +00:00
Gerrit Code Review 9651506aa2 Update notes for submitted changes
* mgcp_client: check rc of map_str_to_codec
2023-06-28 12:21:30 +00:00
Gerrit Code Review acd42a6822 Update notes for submitted changes
* Cosmetic: fix a typo
2023-06-28 11:49:46 +00:00
Gerrit Code Review de0076377e Update notes for submitted changes
* mgcp-client: Mark client as UP when keepalive request-interval/timeout is disabled through VTY
* mgcp-client: Always mark client as UP if keepalive request-interval disabled
2023-06-28 11:18:48 +00:00
Gerrit Code Review 30394349f5 Update notes for submitted changes
* mgw: Allow auditing speciall 'null' endpoint
2023-06-20 17:15:23 +00:00
Gerrit Code Review be206f0c4a Update notes for submitted changes
* mgcp-client: Move some static functions further above
2023-06-14 12:28:07 +00:00
Gerrit Code Review 095a86e948 Update notes for submitted changes
* mgcp_client: Introduce mgcp_client_conf_alloc(), deprecate mgcp_client_conf_init()
2023-06-14 09:03:18 +00:00
Gerrit Code Review 6cddf96e2b Update notes for submitted changes
* mgcp_client.h: also add spec ref to the other 3gpp defined payload types
2023-06-11 19:28:10 +00:00
Gerrit Code Review 5d4e115081 Update notes for submitted changes
* mgcp-client: Drop unused struct mgcp_client field
2023-06-09 09:51:31 +00:00
Gerrit Code Review a4ed32a7f7 Update notes for submitted changes
* mgcp_codec: be sensitive about IuFP when checking codecs
2023-05-31 09:34:14 +00:00
Gerrit Code Review be9092ee6c Update notes for submitted changes
* Bump version: 1.11.1.1-fb862 → 1.11.2
* systemd: depend on networking-online.target
2023-05-26 16:12:38 +00:00
Gerrit Code Review c746705a25 Update notes for submitted changes
* Bump version: 1.9.1.1-6c87a → 1.9.2
* systemd: depend on networking-online.target
2023-05-26 15:34:56 +00:00
Gerrit Code Review a4e36dfffe Update notes for submitted changes
* systemd: depend on networking-online.target
2023-05-26 15:31:38 +00:00
Gerrit Code Review cd4990bff6 Update notes for submitted changes
* mgcp_network: do not deliver RTP packets with unpatched PT
2023-05-23 07:40:50 +00:00
Gerrit Code Review 60c414da44 Update notes for submitted changes
* mgcp_codec: fix codec decision
2023-05-23 07:40:40 +00:00
Gerrit Code Review f87307855c Update notes for submitted changes
* mgcp_codec: move mgcp_codec_decide down
2023-05-23 07:40:27 +00:00
Gerrit Code Review 89a12bb5f0 Update notes for submitted changes
* copyright: fix typo: sysmocom s/s.m.f.c./s.f.m.c./ GmbH
2023-05-19 10:54:02 +00:00
Gerrit Code Review 86abe51ba1 Update notes for submitted changes
* debian: set compat level to 10
2023-04-27 12:29:24 +00:00
Gerrit Code Review 41ceb85827 Update notes for submitted changes
* mgcp_vty: add warnings for deprecated config options
2023-04-21 10:14:36 +00:00
Gerrit Code Review 50a48a6e65 Update notes for submitted changes
* Cosmetic: mgcp_client: fix typo
2023-04-20 08:40:30 +00:00