osmo-mgw/src/libosmo-mgcp
Philipp Maier 2a9ba66922 mgcp_e1: be more frugal withe E1 line resources
At the moment we open an E1 timeslot when needed, but we never
close it even when it is not needed anymore. This may block other
entities from using it. Lets add some logic to detect whether the E1
timeslot is still needed and make sure that it is closed when it is no
longer needed.

Depends: libosmo-abis.git I073cfaba0d5073447842f22665e213135ea3f635
Change-Id: Ie6a32abbc5cd984f6d72a384e3b47c1b82ce7058
Related: OS#5198
2023-02-22 13:03:54 +01:00
..
Makefile.am ctrl: take both address and port from vty config 2022-12-20 19:00:45 +03:00
g711common.h treewide: remove FSF address 2021-12-14 12:50:59 +00:00
mgcp_codec.c Rename and move func checking if amr mode is explicitly configured 2022-10-25 18:23:08 +02:00
mgcp_conn.c mgcp_conn_dump(): Separate dump for osmux and iuup connections 2022-10-06 18:49:31 +02:00
mgcp_e1.c mgcp_e1: be more frugal withe E1 line resources 2023-02-22 13:03:54 +01:00
mgcp_endp.c mgcp_e1: be more frugal withe E1 line resources 2023-02-22 13:03:54 +01:00
mgcp_iuup.c iuup: Use osmo_amr_ft_valid() API 2022-12-19 13:24:23 +01:00
mgcp_msg.c osmux: Erase references to bsc-nat 2022-10-06 18:24:24 +02:00
mgcp_network.c mgcp_network: improve coment 2023-01-19 14:28:30 +01:00
mgcp_osmux.c osmux: Use new osmux_xfrm_input API to set name on each link 2022-11-21 10:52:17 +01:00
mgcp_protocol.c Fix various typos 2023-01-24 13:23:21 +01:00
mgcp_ratectr.c osmux: Fix incorrect rate_ctr_group used in mgcp_osmux.c 2022-09-25 00:05:49 +02:00
mgcp_sdp.c mgcp_sdp: cosmetic: remove newline 2023-02-08 10:21:42 +01:00
mgcp_stat.c osmux: Clean up mgcp_config osmux fields 2022-10-13 12:36:44 +02:00
mgcp_threads_queue.c add a lock-free bounded spsc interthread queue 2021-11-17 21:20:08 +00:00
mgcp_trunk.c adjust talloc context 2021-09-13 18:49:49 +02:00
mgcp_vty.c osmux: Clean up mgcp_config osmux fields 2022-10-13 12:36:44 +02:00