aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/gprs/gb_proxy.c4
1 files 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, "