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


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

lc15: vty: Add missing include for lchan_deactivate

Fixes following compilation warning:
osmo-bts/src/osmo-bts-litecell15/lc15bts_vty.c:244:3: warning: implicit 
declaration of function ‘lchan_deactivate’

Change-Id: Id9b144d068d53393e1c1887aad285ae757156ec6
---
M src/osmo-bts-litecell15/lc15bts_vty.c
1 file changed, 1 insertion(+), 0 deletions(-)



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

diff --git a/src/osmo-bts-litecell15/lc15bts_vty.c 
b/src/osmo-bts-litecell15/lc15bts_vty.c
index 46f73ab..d0edc88 100644
--- a/src/osmo-bts-litecell15/lc15bts_vty.c
+++ b/src/osmo-bts-litecell15/lc15bts_vty.c
@@ -48,6 +48,7 @@
 #include <osmo-bts/logging.h>
 #include <osmo-bts/bts_model.h>
 #include <osmo-bts/vty.h>
+#include <osmo-bts/rsl.h>

 #include "lc15bts.h"
 #include "l1_if.h"

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

Reply via email to