osmo-mgw/src
Harald Welte c26b665c0c check_rtp_origin(): Avoid using memcmp for comparing integer types
in_addr consists only of s_addr, which is an integer type that
can be compared directly.  By avoiding memcmp() here we would have
been able to catch Coverity CID#188874 even without Coverity, and
make the code more compact...

Change-Id: Ic6105d39ae2fb4b301f87448b16763fe9f695621
2018-10-21 12:01:04 +02:00
..
libosmo-mgcp check_rtp_origin(): Avoid using memcmp for comparing integer types 2018-10-21 12:01:04 +02:00
libosmo-mgcp-client mgcp_common: rename to MGCP_CONN_ID_MAXLEN 2018-09-03 22:26:14 +02:00
osmo-mgw use osmo_init_logging2() with proper talloc ctx 2018-04-01 16:05:05 +02:00
Makefile.am Remove libosmo-legacy-mgcp and osmo-bsc-mgcp 2018-09-06 20:39:53 +00:00