neels submitted this change.
drop unreachable statement
Change-Id: I0710fd0e38a5ce26ac532ab7150e285f171accfb
---
M src/osmo-upf/upf_gtpu_echo.c
1 file changed, 0 insertions(+), 2 deletions(-)
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)
To view, visit change 37826. To unsubscribe, or for help writing mail filters, visit settings.