Change in libosmocore[master]: LCLS: fix GCR parameter name

This is merely a historical archive of years 2008-2021, before the migration to mailman3.

A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/gerrit-log@lists.osmocom.org/.

Max gerrit-no-reply at lists.osmocom.org
Thu Nov 29 22:47:39 UTC 2018


Max has uploaded this change for review. ( https://gerrit.osmocom.org/12019


Change subject: LCLS: fix GCR parameter name
......................................................................

LCLS: fix GCR parameter name

* use proper struct pointer
* update comments to be useful for doxygen

Change-Id: I8ccfbd0c146e462e599e5305520cc89602364ec3
---
M include/osmocom/gsm/gsm0808_utils.h
1 file changed, 4 insertions(+), 4 deletions(-)



  git pull ssh://gerrit.osmocom.org:29418/libosmocore refs/changes/19/12019/1

diff --git a/include/osmocom/gsm/gsm0808_utils.h b/include/osmocom/gsm/gsm0808_utils.h
index c5bf280..57aa6ea 100644
--- a/include/osmocom/gsm/gsm0808_utils.h
+++ b/include/osmocom/gsm/gsm0808_utils.h
@@ -60,10 +60,10 @@
 
 /*! LCLS-related parameters from 3GPP TS 48.008 */
 struct osmo_lcls {
-	enum gsm0808_lcls_config config;   /* §3.2.2.116 Configuration */
-	enum gsm0808_lcls_control control; /* §3.2.2.117 Connection Status Control */
-	struct gsm0808_gcr *gcr;           /* §3.2.2.115 Global Call Reference */
-	bool corr_needed;                  /* §3.2.2.118 Correlation-Not-Needed */
+	enum gsm0808_lcls_config config;   /*< doc  §3.2.2.116 Configuration */
+	enum gsm0808_lcls_control control; /*< doc  §3.2.2.117 Connection Status Control */
+	struct gsm29205_gcr *gcr;          /*< doc  §3.2.2.115 Global Call Reference */
+	bool corr_needed;                  /*< doc  §3.2.2.118 Correlation-Not-Needed */
 };
 
 extern const struct value_string gsm0808_cell_id_discr_names[];

-- 
To view, visit https://gerrit.osmocom.org/12019
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings

Gerrit-Project: libosmocore
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: I8ccfbd0c146e462e599e5305520cc89602364ec3
Gerrit-Change-Number: 12019
Gerrit-PatchSet: 1
Gerrit-Owner: Max <msuraev at sysmocom.de>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20181129/ace2fd22/attachment.htm>


More information about the gerrit-log mailing list