neels has uploaded this change for review. (
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(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-upf refs/changes/26/37826/1
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 https://gerrit.osmocom.org/c/osmo-upf/+/37826?usp=email
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings?usp=email
Gerrit-MessageType: newchange
Gerrit-Project: osmo-upf
Gerrit-Branch: master
Gerrit-Change-Id: I0710fd0e38a5ce26ac532ab7150e285f171accfb
Gerrit-Change-Number: 37826
Gerrit-PatchSet: 1
Gerrit-Owner: neels <[email protected]>