subscriber: Add comment documenting struct type hold in list

Change-Id: I7246c787fe8fd8b7a36748f0059c0d5789af3ca0
This commit is contained in:
Pau Espin 2022-11-24 17:48:41 +01:00
parent 5f46039f68
commit 4ca619f528
1 changed files with 1 additions and 0 deletions

View File

@ -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;
};