Change in libosmocore[master]: gsm_08_58: add rxqual field to RSL_IE_OSMO_REP_ACCH_CAP

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/.

dexter gerrit-no-reply at lists.osmocom.org
Fri Nov 20 17:57:04 UTC 2020


dexter has uploaded this change for review. ( https://gerrit.osmocom.org/c/libosmocore/+/21271 )


Change subject: gsm_08_58: add rxqual field to RSL_IE_OSMO_REP_ACCH_CAP
......................................................................

gsm_08_58: add rxqual field to RSL_IE_OSMO_REP_ACCH_CAP

In order to transfer an RXQUAL threshold to the BTS as well, the struct
that defines the contents of RSL_IE_OSMO_REP_ACCH_CAP needs to be
updated with a 3 bit field to contain the RXQUAL value.

Change-Id: I6dda239e9cd7033297bed1deb5eb1d9f87b8433f
Related: SYS#5114 OS#4796 OS#4794 OS#4795
---
M include/osmocom/gsm/protocol/gsm_08_58.h
1 file changed, 4 insertions(+), 2 deletions(-)



  git pull ssh://gerrit.osmocom.org:29418/libosmocore refs/changes/71/21271/1

diff --git a/include/osmocom/gsm/protocol/gsm_08_58.h b/include/osmocom/gsm/protocol/gsm_08_58.h
index 43b9d5b..1ed4438 100644
--- a/include/osmocom/gsm/protocol/gsm_08_58.h
+++ b/include/osmocom/gsm/protocol/gsm_08_58.h
@@ -119,7 +119,8 @@
 /* Osmocom specific IE to negotiate repeated ACCH capabilities */
 struct abis_rsl_osmo_rep_acch_cap {
 #if OSMO_IS_BIG_ENDIAN
-		uint8_t reserved:4,
+		uint8_t reserved:1,
+			rxqual:3,
 			ul_sacch:1,
 			dl_sacch:1,
 			dl_facch_all:1,
@@ -129,7 +130,8 @@
 			dl_facch_all:1,
 			dl_sacch:1,
 			ul_sacch:1,
-			reserved:4;
+			rxqual:3,
+			reserved:1;
 #endif
 } __attribute__ ((packed));
 

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

Gerrit-Project: libosmocore
Gerrit-Branch: master
Gerrit-Change-Id: I6dda239e9cd7033297bed1deb5eb1d9f87b8433f
Gerrit-Change-Number: 21271
Gerrit-PatchSet: 1
Gerrit-Owner: dexter <pmaier at sysmocom.de>
Gerrit-MessageType: newchange
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20201120/4ebfad6f/attachment.htm>


More information about the gerrit-log mailing list