aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/src/libbsc/e1_config.c
diff options
context:
space:
mode:
authorNeels Hofmeyr <nhofmeyr@sysmocom.de>2017-02-17 17:05:40 +0100
committerNeels Hofmeyr <nhofmeyr@sysmocom.de>2017-02-22 17:24:54 +0100
commitf13b3c968ff6266cc19188fe25cb3f7d8d780b6d (patch)
treee13fa955dddafa0ec6b75a784dff4b54a91559a2 /openbsc/src/libbsc/e1_config.c
parenta66d8cfcb530240b5eebdb8f3ad10aaa027bcbde (diff)
logging: use central filter and ctx consts from libosmocore
The LCHAN and BTS filter contexts are actually never used, so drop them until someone adds them properly. For now use only LOGGING_{FILTER,CTX}_VLR_SUBSCR. Some of these will change to _BSC_SUBSCR once struct bsc_subscriber is introduced, and later on, struct gsm_subscriber will be replaced by vlr_subscriber so that the names will match. Depends: libosmocore change-id I5c343630020f4b108099696fd96c2111614c8067 Change-Id: Ifa82f6a461ad4c0eeddb8a38fb3833460432d16b
Diffstat (limited to 'openbsc/src/libbsc/e1_config.c')
-rw-r--r--openbsc/src/libbsc/e1_config.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/openbsc/src/libbsc/e1_config.c b/openbsc/src/libbsc/e1_config.c
index f1962c737..8910d217f 100644
--- a/openbsc/src/libbsc/e1_config.c
+++ b/openbsc/src/libbsc/e1_config.c
@@ -134,7 +134,6 @@ static int bts_isdn_sign_link(struct msgb *msg)
struct e1inp_sign_link *link = msg->dst;
struct gsm_bts *bts;
- log_set_context(BSC_CTX_BTS, link->trx->bts);
switch (link->type) {
case E1INP_SIGN_OML:
bts = link->trx->bts;