osmo-mgw/src/libosmo-mgcp
Vadim Yanitskiy ca8639dc05 libosmo-mgcp: fix unsigned compared against 0 in mgcp_trunk_by_name()
e1_trunk_nr_from_epname() returns a signed integer:

  int e1_trunk_nr_from_epname(const char *epname);

mgcp_trunk_by_num() accepts a signed integer:

  struct mgcp_trunk *mgcp_trunk_by_num(const struct mgcp_config *cfg, int index);

Change-Id: Id333a6ddcefd37d82d19f9378ab87d1c02ffd7e3
Closes: CID#211333
2020-07-07 14:03:15 +07:00
..
Makefile.am osmo-mgw: refactor endpoint and trunk handling 2020-06-12 17:08:41 +02:00
g711common.h create libosmo-mgcp and osmo-mgw by copying legacy code 2017-10-05 01:40:43 +00:00
mgcp_codec.c mgcp_trunk: remove audio_name and audio_payload 2020-06-12 17:08:41 +02:00
mgcp_conn.c osmo-mgw: refactor endpoint and trunk handling 2020-06-12 17:08:41 +02:00
mgcp_ctrl.c Add CTRL interface to osmo-mgw 2020-03-08 13:23:46 +01:00
mgcp_endp.c endp: add E1 endpoint interlocking 2020-07-06 19:19:27 +02:00
mgcp_msg.c osmo-mgw: refactor endpoint and trunk handling 2020-06-12 17:08:41 +02:00
mgcp_network.c endp: add typeset for e1-endpoints 2020-07-04 10:02:56 +02:00
mgcp_osmux.c trunk: get rid of virt_trunk pointer 2020-06-18 12:03:19 +02:00
mgcp_protocol.c endp: add E1 endpoint interlocking 2020-07-06 19:19:27 +02:00
mgcp_ratectr.c endp: add E1 endpoint interlocking 2020-07-06 19:19:27 +02:00
mgcp_sdp.c osmo-mgw: refactor endpoint and trunk handling 2020-06-12 17:08:41 +02:00
mgcp_stat.c stat+vty: fix printing of rate counter values 2018-07-09 17:24:55 +02:00
mgcp_trunk.c libosmo-mgcp: fix unsigned compared against 0 in mgcp_trunk_by_name() 2020-07-07 14:03:15 +07:00
mgcp_vty.c endp: add E1 endpoint interlocking 2020-07-06 19:19:27 +02:00