pespin has uploaded this change for review. ( https://gerrit.osmocom.org/c/osmo-bsc/+/30297 )
Change subject: subscriber: Add comment documenting struct type hold in list ......................................................................
subscriber: Add comment documenting struct type hold in list
Change-Id: I7246c787fe8fd8b7a36748f0059c0d5789af3ca0 --- M include/osmocom/bsc/bsc_subscriber.h 1 file changed, 1 insertion(+), 0 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-bsc refs/changes/97/30297/1
diff --git a/include/osmocom/bsc/bsc_subscriber.h b/include/osmocom/bsc/bsc_subscriber.h index 47a3554..30b33dc 100644 --- a/include/osmocom/bsc/bsc_subscriber.h +++ b/include/osmocom/bsc/bsc_subscriber.h @@ -19,6 +19,7 @@ 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; };