osmo-mgw/src/libosmo-mgcp
Pau Espin 1c5fcb0791 osmux: Keep decoding osmux pkt if a batch contains an unknown CID
Receiving an unknown CID (for which we don't have an active conn) is
totally expected at the end of the call, were some messages from the
peer may be send for a while, specially if latency is high.
If this occurs, we simply drop that batch and keep decoding the osmux
message in order to keep delivering content to other circuits.

Related: SYS#5987
Change-Id: I315949853bdcc07bef15d2e8579029cc72c427cf
2022-09-29 16:02:10 +02:00
..
Makefile.am Initial IuUP support using proper FSMs 2022-02-07 17:50:31 +00:00
g711common.h treewide: remove FSF address 2021-12-14 12:50:59 +00:00
mgcp_codec.c mgcp_codec: do not differentiate between oa and bwe when comparing codec 2022-02-16 17:17:45 +01:00
mgcp_conn.c osmux: Support local CID != remote CID 2022-09-23 16:55:46 +02:00
mgcp_ctrl.c Add CTRL interface to osmo-mgw 2020-03-08 13:23:46 +01:00
mgcp_e1.c mgcp_e1: fix apidoc 2022-08-10 14:13:41 +02:00
mgcp_endp.c fix up some docstrings that lost their dot 2021-11-09 18:45:09 +01:00
mgcp_iuup.c iuup: Check for IuUP Initialization retrans 2022-06-13 15:57:39 +02:00
mgcp_msg.c Define mgcp_rtp_end.output_enabled as bool 2022-01-03 12:29:39 +01:00
mgcp_network.c osmux: Add connection and global rate counters 2022-09-22 21:44:46 +02:00
mgcp_osmux.c osmux: Keep decoding osmux pkt if a batch contains an unknown CID 2022-09-29 16:02:10 +02:00
mgcp_protocol.c osmux: Allocate rate counters during initialization of osmux conn 2022-09-27 13:45:04 +02: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 cosmetic: Rename variable payload=>payload_type 2021-12-23 16:22:32 +01:00
mgcp_stat.c osmux: Rename field osmux usage policy and define it with proper type 2022-09-23 15:48:20 +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 vty: show per-connection Osmux VTY stats 2022-09-25 00:06:00 +02:00