aboutsummaryrefslogtreecommitdiffstats
path: root/src/gprs/gb_proxy.c
diff options
context:
space:
mode:
authorPau Espin Pedrol <pespin@sysmocom.de>2018-11-22 17:53:41 +0100
committerPau Espin Pedrol <pespin@sysmocom.de>2018-11-26 10:49:15 +0000
commite759f33ca52ce0c718aebeb25f0b5f33d2158617 (patch)
tree1dd0c7fdc2d6d271f408afaa819f48c0d5718deb /src/gprs/gb_proxy.c
parentb0b1e3cbaeb9a53d309ad99f641bc7f7637d7040 (diff)
gbproxy: flush_stored_messages: Move comment to func description
Diffstat (limited to 'src/gprs/gb_proxy.c')
-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, "