aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/src
diff options
context:
space:
mode:
authorPablo Neira Ayuso <pablo@gnumonks.org>2011-03-28 19:35:00 +0200
committerHarald Welte <laforge@gnumonks.org>2011-03-28 20:01:03 +0200
commit167281ec500cff6b0c00e47d1478359bc3f9c7d0 (patch)
tree60cb7d19c8b855c3fa338ecb2eaa61b7c828dfc6 /openbsc/src
parentff663237b508109b7ccbc236ddfaa00b26a5f2ab (diff)
src: include new file osmocom/vty/misc.h for vty_out_rate_ctr_group()
This uses the new include file for vty_out_rate_ctr_group() which available in libosmocore.
Diffstat (limited to 'openbsc/src')
-rw-r--r--openbsc/src/libgb/gprs_bssgp_vty.c1
-rw-r--r--openbsc/src/libgb/gprs_ns_vty.c1
2 files changed, 2 insertions, 0 deletions
diff --git a/openbsc/src/libgb/gprs_bssgp_vty.c b/openbsc/src/libgb/gprs_bssgp_vty.c
index 720c221b..a0d74ac9 100644
--- a/openbsc/src/libgb/gprs_bssgp_vty.c
+++ b/openbsc/src/libgb/gprs_bssgp_vty.c
@@ -42,6 +42,7 @@
#include <osmocom/vty/command.h>
#include <osmocom/vty/logging.h>
#include <osmocom/vty/telnet_interface.h>
+#include <osmocom/vty/misc.h>
/* FIXME: this should go to some common file as it is copied
* in vty_interface.c of the BSC */
diff --git a/openbsc/src/libgb/gprs_ns_vty.c b/openbsc/src/libgb/gprs_ns_vty.c
index 505dc3b2..14d7691d 100644
--- a/openbsc/src/libgb/gprs_ns_vty.c
+++ b/openbsc/src/libgb/gprs_ns_vty.c
@@ -42,6 +42,7 @@
#include <osmocom/vty/command.h>
#include <osmocom/vty/logging.h>
#include <osmocom/vty/telnet_interface.h>
+#include <osmocom/vty/misc.h>
static struct gprs_ns_inst *vty_nsi = NULL;