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)

--
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: merged
Gerrit-Project: osmo-upf
Gerrit-Branch: master
Gerrit-Change-Id: I0710fd0e38a5ce26ac532ab7150e285f171accfb
Gerrit-Change-Number: 37826
Gerrit-PatchSet: 1
Gerrit-Owner: neels <[email protected]>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: fixeria <[email protected]>
Gerrit-Reviewer: laforge <[email protected]>
Gerrit-Reviewer: neels <[email protected]>

Reply via email to