From e759f33ca52ce0c718aebeb25f0b5f33d2158617 Mon Sep 17 00:00:00 2001 From: Pau Espin Pedrol Date: Thu, 22 Nov 2018 17:53:41 +0100 Subject: gbproxy: flush_stored_messages: Move comment to func description Change-Id: I14a90d1957a2cbd8fd53002b035fe481ab3abbbf --- 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 faf4a8bf2..d43b03405 100644 --- a/src/gprs/gb_proxy.c +++ b/src/gprs/gb_proxy.c @@ -321,6 +321,8 @@ static void gbproxy_reset_imsi_acquisition(struct gbproxy_link_info* link_info) link_info->vu_gen_tx_bss = GBPROXY_INIT_VU_GEN_TX; } +/* Got identity response with IMSI, assuming the request had + * been generated by the gbproxy */ static int gbproxy_flush_stored_messages(struct gbproxy_peer *peer, struct msgb *msg, time_t now, @@ -328,8 +330,6 @@ static int gbproxy_flush_stored_messages(struct gbproxy_peer *peer, { int rc; struct msgb *stored_msg; - /* Got identity response with IMSI, assuming the request had - * been generated by the gbproxy */ LOGP(DLLC, LOGL_DEBUG, "NSEI=%d(BSS) IMSI acquisition succeeded, " -- cgit v1.2.3