From 4ca619f528c6144106833711535b1a1f1902046e Mon Sep 17 00:00:00 2001 From: Pau Espin Pedrol Date: Thu, 24 Nov 2022 17:48:41 +0100 Subject: [PATCH] subscriber: Add comment documenting struct type hold in list Change-Id: I7246c787fe8fd8b7a36748f0059c0d5789af3ca0 --- include/osmocom/bsc/bsc_subscriber.h | 1 + 1 file changed, 1 insertion(+) 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; };