Harald Welte has uploaded this change for review. ( 
https://gerrit.osmocom.org/9721


Change subject: move osmo_gsup_addr_send() declaration from luop.h to 
gsup_router.h
......................................................................

move osmo_gsup_addr_send() declaration from luop.h to gsup_router.h

Change-Id: I33165b7b58bd8c863083ed50ce21e3c032c579f5
---
M src/gsup_router.h
M src/luop.h
2 files changed, 4 insertions(+), 3 deletions(-)



  git pull ssh://gerrit.osmocom.org:29418/osmo-hlr refs/changes/21/9721/1

diff --git a/src/gsup_router.h b/src/gsup_router.h
index 7a5bd25..f177347 100644
--- a/src/gsup_router.h
+++ b/src/gsup_router.h
@@ -6,3 +6,7 @@

 /* delete all routes for the given connection */
 int gsup_route_del_conn(struct osmo_gsup_conn *conn);
+
+int osmo_gsup_addr_send(struct osmo_gsup_server *gs,
+                       const uint8_t *addr, size_t addrlen,
+                       struct msgb *msg);
diff --git a/src/luop.h b/src/luop.h
index d690243..f96593b 100644
--- a/src/luop.h
+++ b/src/luop.h
@@ -63,9 +63,6 @@
        uint8_t *peer;
 };

-int osmo_gsup_addr_send(struct osmo_gsup_server *gs,
-                       const uint8_t *addr, size_t addrlen,
-                       struct msgb *msg);

 struct lu_operation *lu_op_alloc(struct osmo_gsup_server *srv);
 struct lu_operation *lu_op_alloc_conn(struct osmo_gsup_conn *conn);

--
To view, visit https://gerrit.osmocom.org/9721
To unsubscribe, or for help writing mail filters, visit 
https://gerrit.osmocom.org/settings

Gerrit-Project: osmo-hlr
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: I33165b7b58bd8c863083ed50ce21e3c032c579f5
Gerrit-Change-Number: 9721
Gerrit-PatchSet: 1
Gerrit-Owner: Harald Welte <lafo...@gnumonks.org>

Reply via email to