aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/include/openbsc/vlr.h
diff options
context:
space:
mode:
authorNeels Hofmeyr <nhofmeyr@sysmocom.de>2017-03-10 02:13:08 +0100
committerNeels Hofmeyr <nhofmeyr@sysmocom.de>2017-03-16 15:32:34 +0100
commit406284e89797f66f3c339bea0b4ebb9cb788a6d1 (patch)
tree1d35aafc57132bf5ab2e4e2bcb7a536b1505dac6 /openbsc/include/openbsc/vlr.h
parent33513ae19a8aa5a800813fe464b4c5b4a474eb91 (diff)
debug log: upon bumping a conn, say why it is kept
Diffstat (limited to 'openbsc/include/openbsc/vlr.h')
-rw-r--r--openbsc/include/openbsc/vlr.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/openbsc/include/openbsc/vlr.h b/openbsc/include/openbsc/vlr.h
index 8cbd0c52a..33fdd3b88 100644
--- a/openbsc/include/openbsc/vlr.h
+++ b/openbsc/include/openbsc/vlr.h
@@ -155,6 +155,7 @@ struct vlr_subscr {
struct {
/* pending requests */
bool is_paging;
+ /* list of struct subscr_request */
struct llist_head requests;
uint8_t lac;
enum ran_type attached_via_ran;