aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/src/libgb
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2012-06-17 12:58:46 +0800
committerHarald Welte <laforge@gnumonks.org>2012-06-17 12:58:46 +0800
commit11461a64574314fbc4747fe6251ca000fdd56b75 (patch)
tree34544ffa05077405eccecdb28946f8a55a73ae8c /openbsc/src/libgb
parente6599ee180564615e102312ec641f03f805752b0 (diff)
libgb/gprs: don't use log_info from libcommon anymore
Diffstat (limited to 'openbsc/src/libgb')
-rw-r--r--openbsc/src/libgb/common_vty.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/openbsc/src/libgb/common_vty.c b/openbsc/src/libgb/common_vty.c
index 408dddf75..0bd0b6c37 100644
--- a/openbsc/src/libgb/common_vty.c
+++ b/openbsc/src/libgb/common_vty.c
@@ -22,6 +22,7 @@
#include <string.h>
#include <osmocom/core/talloc.h>
+#include <osmocom/core/logging.h>
#include <osmocom/vty/telnet_interface.h>
#include <osmocom/vty/command.h>
@@ -70,7 +71,7 @@ int gprs_log_filter_fn(const struct log_context *ctx,
struct log_target *tar)
{
const struct gprs_nsvc *nsvc = ctx->ctx[GPRS_CTX_NSVC];
- const struct gprs_nsvc *bvc = ctx->ctx[GPRS_CTX_BVC];
+ const struct gprs_bvc *bvc = ctx->ctx[GPRS_CTX_BVC];
/* Filter on the NS Virtual Connection */
if ((tar->filter_map & (1 << FLT_NSVC)) != 0