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/.

dexter gerrit-no-reply at lists.osmocom.org
Fri Mar 15 14:46:50 UTC 2019


dexter has uploaded this change for review. ( 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(-)



  git pull ssh://gerrit.osmocom.org:29418/osmo-bts refs/changes/76/13276/1

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: newchange
Gerrit-Change-Id: I8cf63c6fabdb1f2dc67ca8193704ce4d1d4882d9
Gerrit-Change-Number: 13276
Gerrit-PatchSet: 1
Gerrit-Owner: dexter <pmaier at sysmocom.de>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20190315/2804a0a7/attachment.htm>


More information about the gerrit-log mailing list