Change in osmo-bts[master]: vty: add function gsmnet_from_vty() to vty.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
Wed Mar 27 11:10:22 UTC 2019


Harald Welte has submitted this change and it was merged. ( https://gerrit.osmocom.org/13276 )

Change subject: vty: add function gsmnet_from_vty() to vty.h
......................................................................

vty: add function gsmnet_from_vty() to vty.h

The function gsmnet_from_vty() is used in oc2gbts_vty.c, but it is not
declared in vty.h. Lets add the declaration to vty.h, so that
gsmnet_from_vty() can be used properly by other modules.

Change-Id: I8cf63c6fabdb1f2dc67ca8193704ce4d1d4882d9
---
M include/osmo-bts/vty.h
1 file changed, 2 insertions(+), 0 deletions(-)

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



diff --git a/include/osmo-bts/vty.h b/include/osmo-bts/vty.h
index d27acb5..d90a989 100644
--- a/include/osmo-bts/vty.h
+++ b/include/osmo-bts/vty.h
@@ -27,6 +27,8 @@
 
 int bts_vty_init(struct gsm_bts *bts, const struct log_info *cat);
 
+struct gsm_network *gsmnet_from_vty(struct vty *v);
+
 extern struct vty_app_info bts_vty_info;
 
 #endif

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

Gerrit-Project: osmo-bts
Gerrit-Branch: master
Gerrit-MessageType: merged
Gerrit-Change-Id: I8cf63c6fabdb1f2dc67ca8193704ce4d1d4882d9
Gerrit-Change-Number: 13276
Gerrit-PatchSet: 4
Gerrit-Owner: dexter <pmaier at sysmocom.de>
Gerrit-Reviewer: Daniel Willmann <dwillmann at sysmocom.de>
Gerrit-Reviewer: Harald Welte <laforge at gnumonks.org>
Gerrit-Reviewer: Jenkins Builder (1000002)
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20190327/fb6c9f9d/attachment.htm>


More information about the gerrit-log mailing list