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 <[email protected]>
Gerrit-Reviewer: Daniel Willmann <[email protected]>
Gerrit-Reviewer: Harald Welte <[email protected]>
Gerrit-Reviewer: Jenkins Builder (1000002)

Reply via email to