Pau Espin Pedrol has uploaded this change for review. ( 
https://gerrit.osmocom.org/9694


Change subject: sysmo: vty: Add missing include for lchan_deactivate
......................................................................

sysmo: vty: Add missing include for lchan_deactivate

Fixes following compilation warning:
osmo-bts/src/osmo-bts-sysmo/sysmobts_vty.c:349:3: warning: implicit declaration 
of function ‘lchan_deactivate’

Change-Id: I1dba0b08fdb2af199f009842c9abf32e25f74be1
---
M src/osmo-bts-sysmo/sysmobts_vty.c
1 file changed, 1 insertion(+), 0 deletions(-)



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

diff --git a/src/osmo-bts-sysmo/sysmobts_vty.c 
b/src/osmo-bts-sysmo/sysmobts_vty.c
index 039236f..b105bf4 100644
--- a/src/osmo-bts-sysmo/sysmobts_vty.c
+++ b/src/osmo-bts-sysmo/sysmobts_vty.c
@@ -44,6 +44,7 @@
 #include <osmo-bts/logging.h>
 #include <osmo-bts/bts_model.h>
 #include <osmo-bts/vty.h>
+#include <osmo-bts/rsl.h>

 #include "femtobts.h"
 #include "l1_if.h"

--
To view, visit https://gerrit.osmocom.org/9694
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: I1dba0b08fdb2af199f009842c9abf32e25f74be1
Gerrit-Change-Number: 9694
Gerrit-PatchSet: 1
Gerrit-Owner: Pau Espin Pedrol <pes...@sysmocom.de>

Reply via email to