neels has uploaded this change for review. ( 
https://gerrit.osmocom.org/c/osmo-upf/+/31274 )


Change subject: drop unused function up_peer_tx
......................................................................

drop unused function up_peer_tx

Change-Id: Ib2808ad402555fd58b92a1ea4bef4a67305a4ae2
---
M src/osmo-upf/up_peer.c
1 file changed, 0 insertions(+), 5 deletions(-)



  git pull ssh://gerrit.osmocom.org:29418/osmo-upf refs/changes/74/31274/1

diff --git a/src/osmo-upf/up_peer.c b/src/osmo-upf/up_peer.c
index 8499632..c0e43e4 100644
--- a/src/osmo-upf/up_peer.c
+++ b/src/osmo-upf/up_peer.c
@@ -169,11 +169,6 @@
        return up_peer_add(up_endpoint, remote_addr);
 }

-int up_peer_tx(struct up_peer *peer, struct osmo_pfcp_msg *m)
-{
-       return osmo_pfcp_endpoint_tx(peer->up_endpoint->pfcp_ep, m);
-}
-
 static int up_peer_fsm_timer_cb(struct osmo_fsm_inst *fi)
 {
        //struct up_peer *peer = fi->priv;

--
To view, visit https://gerrit.osmocom.org/c/osmo-upf/+/31274
To unsubscribe, or for help writing mail filters, visit 
https://gerrit.osmocom.org/settings

Gerrit-Project: osmo-upf
Gerrit-Branch: master
Gerrit-Change-Id: Ib2808ad402555fd58b92a1ea4bef4a67305a4ae2
Gerrit-Change-Number: 31274
Gerrit-PatchSet: 1
Gerrit-Owner: neels <[email protected]>
Gerrit-MessageType: newchange

Reply via email to