Change in libosmocore[master]: LCLS: add 48.008 parameter structure

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
Fri Nov 9 11:36:06 UTC 2018


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


Change subject: LCLS: add 48.008 parameter structure
......................................................................

LCLS: add 48.008 parameter structure

It's convenient to hold all LCLS-related parameters from 3GPP TS 48.008
in a single structure.

Change-Id: I4b873f9a3c5a5d33b438382971b3d92e40d48d62
Related: OS#2487
---
M include/osmocom/gsm/gsm0808_utils.h
1 file changed, 8 insertions(+), 0 deletions(-)



  git pull ssh://gerrit.osmocom.org:29418/libosmocore refs/changes/03/11703/1

diff --git a/include/osmocom/gsm/gsm0808_utils.h b/include/osmocom/gsm/gsm0808_utils.h
index f70dbdb..e8343cb 100644
--- a/include/osmocom/gsm/gsm0808_utils.h
+++ b/include/osmocom/gsm/gsm0808_utils.h
@@ -57,6 +57,14 @@
 	unsigned int id_list_len;
 };
 
+/*! 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 */
+};
+
 extern const struct value_string gsm0808_cell_id_discr_names[];
 static inline const char *gsm0808_cell_id_discr_name(enum CELL_IDENT id_discr)
 { return get_value_string(gsm0808_cell_id_discr_names, id_discr); }

-- 
To view, visit https://gerrit.osmocom.org/11703
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: I4b873f9a3c5a5d33b438382971b3d92e40d48d62
Gerrit-Change-Number: 11703
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/20181109/9b268c6f/attachment.htm>


More information about the gerrit-log mailing list