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

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

Approvals:
  Jenkins Builder: Verified
  Vadim Yanitskiy: Looks good to me, but someone else must approve
  Harald Welte: Looks good to me, approved



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 
 #include 
 #include 
+#include 

 #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: merged
Gerrit-Change-Id: I1dba0b08fdb2af199f009842c9abf32e25f74be1
Gerrit-Change-Number: 9694
Gerrit-PatchSet: 1
Gerrit-Owner: Pau Espin Pedrol 
Gerrit-Reviewer: Harald Welte 
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: Vadim Yanitskiy 


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

2018-06-22 Thread Harald Welte
Harald Welte has posted comments on this change. ( 
https://gerrit.osmocom.org/9694 )

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


Patch Set 1: Code-Review+2


--
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: comment
Gerrit-Change-Id: I1dba0b08fdb2af199f009842c9abf32e25f74be1
Gerrit-Change-Number: 9694
Gerrit-PatchSet: 1
Gerrit-Owner: Pau Espin Pedrol 
Gerrit-Reviewer: Harald Welte 
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: Vadim Yanitskiy 
Gerrit-Comment-Date: Fri, 22 Jun 2018 07:22:56 +
Gerrit-HasComments: No
Gerrit-HasLabels: Yes


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

2018-06-21 Thread Vadim Yanitskiy
Vadim Yanitskiy has posted comments on this change. ( 
https://gerrit.osmocom.org/9694 )

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


Patch Set 1: Code-Review+1


--
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: comment
Gerrit-Change-Id: I1dba0b08fdb2af199f009842c9abf32e25f74be1
Gerrit-Change-Number: 9694
Gerrit-PatchSet: 1
Gerrit-Owner: Pau Espin Pedrol 
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: Vadim Yanitskiy 
Gerrit-Comment-Date: Thu, 21 Jun 2018 13:41:42 +
Gerrit-HasComments: No
Gerrit-HasLabels: Yes


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

2018-06-21 Thread Pau Espin Pedrol
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 
 #include 
 #include 
+#include 

 #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