Change in osmo-bts[master]: lc15: vty: Add missing include for lchan_deactivate

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

Harald Welte gerrit-no-reply at lists.osmocom.org
Sun Sep 16 10:37:54 UTC 2018


Harald Welte has submitted this change and it was merged. ( 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(-)

Approvals:
  Jenkins Builder: Verified
  Harald Welte: Looks good to me, approved



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: merged
Gerrit-Change-Id: Id9b144d068d53393e1c1887aad285ae757156ec6
Gerrit-Change-Number: 9532
Gerrit-PatchSet: 2
Gerrit-Owner: Pau Espin Pedrol <pespin at sysmocom.de>
Gerrit-Reviewer: Harald Welte <laforge at gnumonks.org>
Gerrit-Reviewer: Jenkins Builder (1000002)
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20180916/61ef53f0/attachment.htm>


More information about the gerrit-log mailing list