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 <[email protected]>

Reply via email to