aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorPau Espin Pedrol <pespin@sysmocom.de>2022-11-24 17:48:41 +0100
committerPau Espin Pedrol <pespin@sysmocom.de>2022-11-24 17:48:41 +0100
commit4ca619f528c6144106833711535b1a1f1902046e (patch)
tree8264c9081972ee0de352e9ffbc63953e59cdc31e /include
parent5f46039f688bad182327e07f0c1bccd1f85121c1 (diff)
subscriber: Add comment documenting struct type hold in list
Diffstat (limited to 'include')
-rw-r--r--include/osmocom/bsc/bsc_subscriber.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/osmocom/bsc/bsc_subscriber.h b/include/osmocom/bsc/bsc_subscriber.h
index 47a3554cc..30b33dc73 100644
--- a/include/osmocom/bsc/bsc_subscriber.h
+++ b/include/osmocom/bsc/bsc_subscriber.h
@@ -19,6 +19,7 @@ struct bsc_subscr {
char imsi[GSM23003_IMSI_MAX_DIGITS+1];
uint32_t tmsi;
+ /* List head of (struct gsm_paging_request).bsub_entry */
uint32_t active_paging_requests_len;
struct llist_head active_paging_requests;
};