From b540c3e983f274ee64706ef39e985ff3d6be0530 Mon Sep 17 00:00:00 2001 From: Pau Espin Pedrol Date: Thu, 22 Nov 2018 17:54:23 +0100 Subject: gbproxy: flush_stored_messages: Log and route using stored_msg info It makes no sense to print every stored_msg with BVCI from msg, same for routing. This will allow getting rid of "msg" completelly in next commit. Change-Id: I95eafbf41012be3e02c68fc996773dd02b174fe6 --- src/gprs/gb_proxy.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/gprs/gb_proxy.c b/src/gprs/gb_proxy.c index d43b03405..331ebc8cb 100644 --- a/src/gprs/gb_proxy.c +++ b/src/gprs/gb_proxy.c @@ -361,13 +361,13 @@ static int gbproxy_flush_stored_messages(struct gbproxy_peer *peer, } rc = gbprox_relay2sgsn(peer->cfg, stored_msg, - msgb_bvci(msg), link_info->sgsn_nsei); + msgb_bvci(stored_msg), link_info->sgsn_nsei); if (rc < 0) LOGP(DLLC, LOGL_ERROR, "NSEI=%d(BSS) failed to send stored message " "(%s)\n", - msgb_nsei(msg), + tmp_parse_ctx.peer_nsei, tmp_parse_ctx.llc_msg_name ? tmp_parse_ctx.llc_msg_name : "BSSGP"); msgb_free(stored_msg); -- cgit v1.2.3