From da340638fdbb800f383707f8a43ef9d48e8c687e Mon Sep 17 00:00:00 2001 From: Holger Hans Peter Freyther Date: Fri, 6 Aug 2010 20:15:40 +0800 Subject: nat: Do not report paging to every BTS... --- openbsc/src/nat/bsc_nat.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openbsc/src/nat/bsc_nat.c b/openbsc/src/nat/bsc_nat.c index 9cf3ba32f..e029b1176 100644 --- a/openbsc/src/nat/bsc_nat.c +++ b/openbsc/src/nat/bsc_nat.c @@ -473,7 +473,7 @@ send_to_all: LOGP(DNAT, LOGL_DEBUG, "Paging forbidden for BTS: %d\n", bsc->cfg->nr); else if (bsc) bsc_send_data(bsc, msg->l2h, msgb_l2len(msg), parsed->ipa_proto); - else + else if (lac != -1) LOGP(DNAT, LOGL_ERROR, "Could not determine BSC for paging on lac: %d/0x%x\n", lac, lac); -- cgit v1.2.3