laforge has submitted this change. (
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(-)
Approvals:
Jenkins Builder: Verified
fixeria: Looks good to me, approved
laforge: Looks good to me, approved
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;
};
--
To view, visit
https://gerrit.osmocom.org/c/osmo-bsc/+/30297
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings
Gerrit-Project: osmo-bsc
Gerrit-Branch: master
Gerrit-Change-Id: I7246c787fe8fd8b7a36748f0059c0d5789af3ca0
Gerrit-Change-Number: 30297
Gerrit-PatchSet: 1
Gerrit-Owner: pespin <pespin(a)sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: fixeria <vyanitskiy(a)sysmocom.de>
Gerrit-Reviewer: laforge <laforge(a)osmocom.org>
Gerrit-MessageType: merged