neels has submitted this change. ( https://gerrit.osmocom.org/c/osmo-upf/+/37826?usp=email )
Change subject: drop unreachable statement ......................................................................
drop unreachable statement
Change-Id: I0710fd0e38a5ce26ac532ab7150e285f171accfb --- M src/osmo-upf/upf_gtpu_echo.c 1 file changed, 0 insertions(+), 2 deletions(-)
Approvals: laforge: Looks good to me, but someone else must approve fixeria: Looks good to me, approved Jenkins Builder: Verified
diff --git a/src/osmo-upf/upf_gtpu_echo.c b/src/osmo-upf/upf_gtpu_echo.c index 0d93299..cbf804b 100644 --- a/src/osmo-upf/upf_gtpu_echo.c +++ b/src/osmo-upf/upf_gtpu_echo.c @@ -146,8 +146,6 @@ LOG_GTP_DEV(dev, LOGL_ERROR, "rx: GTPv1-U message type %u not supported\n", h->msg_type); return -1; } - - return 0; }
int upf_gtpu_echo_setup(struct upf_gtp_dev *dev)