Change in osmo-hlr[master]: move osmo_gsup_addr_send() declaration from luop.h to gsup_router.h

This is merely a historical archive of years 2008-2021, before the migration to mailman3.

A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/gerrit-log@lists.osmocom.org/.

Harald Welte gerrit-no-reply at lists.osmocom.org
Sun Jun 24 13:34:02 UTC 2018


Harald Welte has submitted this change and it was merged. ( 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(-)

Approvals:
  Jenkins Builder: Verified
  Harald Welte: Looks good to me, approved



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: merged
Gerrit-Change-Id: I33165b7b58bd8c863083ed50ce21e3c032c579f5
Gerrit-Change-Number: 9721
Gerrit-PatchSet: 1
Gerrit-Owner: Harald Welte <laforge at gnumonks.org>
Gerrit-Reviewer: Harald Welte <laforge at gnumonks.org>
Gerrit-Reviewer: Jenkins Builder
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20180624/98bdc828/attachment.htm>


More information about the gerrit-log mailing list