From 6995f24831b70ef64bd08976f2aecc5314fe9862 Mon Sep 17 00:00:00 2001 From: Holger Hans Peter Freyther Date: Sun, 28 Dec 2014 18:54:32 +0100 Subject: logging: Only compare the subscr address Move the "logging filter imsi IMSI" into the BTS/NITB code to allow to set the gsm_subscriber and only compare it. This way we simply compare the subscriber address and don't have to care if the subscriber data is still valid. --- openbsc/src/osmo-bsc_mgcp/mgcp_main.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'openbsc/src/osmo-bsc_mgcp/mgcp_main.c') diff --git a/openbsc/src/osmo-bsc_mgcp/mgcp_main.c b/openbsc/src/osmo-bsc_mgcp/mgcp_main.c index bee127680..5f703c290 100644 --- a/openbsc/src/osmo-bsc_mgcp/mgcp_main.c +++ b/openbsc/src/osmo-bsc_mgcp/mgcp_main.c @@ -53,9 +53,6 @@ #include "openbsc/mgcp_transcode.h" #endif -/* this is here for the vty... it will never be called */ -void subscr_put() { abort(); } - #define _GNU_SOURCE #include -- cgit v1.2.3