osmo-msc/openbsc/tests/gbproxy
Jacob Erlbeck 29805da6d1 gbproxy: Add gbprox_clear_patch_filter() (Coverity)
Add a separate function to clear the IMSI filter to be used instead of
gbprox_set_patch_filter(cfg, NULL, ...). Albeit it fixes a Coverity
issue (Unchecked return value), it is a false positive, since the
return value is always 0 in these cases. Nevertheless it is more
obvious what happens when an explicit clear function is called. Using
NULL as filter argument of gbprox_set_patch_filter still clears the
filter.

Fixes: Coverity CID 1231255
Sponsored-by: On-Waves ehf
2014-08-22 00:21:56 +02:00
..
Makefile.am gprs: Create a gprs_utils file and move to be shared code in there 2014-08-04 11:52:52 +02:00
gbproxy_test.c gbproxy: Add gbprox_clear_patch_filter() (Coverity) 2014-08-22 00:21:56 +02:00
gbproxy_test.ok gbproxy/test: More TLLI expiry testing 2014-08-13 10:42:27 +02:00