osmo-upf/src
arehbein 5db469aa7e up_session: Silence coverity warning
Coverity complains about a supposedly missing NULL check for the pointer 'pdr', that check
however happens before the function in question is called.

It makes sense to be consistent inside the function, so remove the NULL check before calling
'pdr_del', because we don't NULL check anywhere else in the function either.

Fixes: Coverity scan CID#307494
Change-Id: Ia33e4211b4a24abc87c3c2ceffe807ca3322f29d
2023-03-20 15:17:18 +00:00
..
osmo-pfcp-tool osmo-pfcp-tool: Fix call to strerror 2023-03-20 15:15:52 +00:00
osmo-upf up_session: Silence coverity warning 2023-03-20 15:17:18 +00:00
Makefile.am add osmo-pfcp-tool 2022-07-22 12:18:29 +02:00