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