Change in libosmocore[master]: rsl: add new RSL IE to signal temporary overpower

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
Mon Aug 30 16:02:14 UTC 2021


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


Change subject: rsl: add new RSL IE to signal temporary overpower
......................................................................

rsl: add new RSL IE to signal temporary overpower

To transfer the temporary overpower value from the BSC to the BTS, a new
RSL IE (RSL_IE_OSMO_TOP_ACCH_CAP) is added.

Change-Id: I31c5be4bceb9140d63ab8e2f197f0acc68699426
Related: SYS#5319
---
M include/osmocom/gsm/protocol/gsm_08_58.h
M src/gsm/rsl.c
2 files changed, 11 insertions(+), 0 deletions(-)



  git pull ssh://gerrit.osmocom.org:29418/libosmocore refs/changes/81/25281/1

diff --git a/include/osmocom/gsm/protocol/gsm_08_58.h b/include/osmocom/gsm/protocol/gsm_08_58.h
index 9f80816..fe2f6a4 100644
--- a/include/osmocom/gsm/protocol/gsm_08_58.h
+++ b/include/osmocom/gsm/protocol/gsm_08_58.h
@@ -139,6 +139,15 @@
 #endif
 } __attribute__ ((packed));
 
+/* Osmocom specific IE to negotiate temporary overpower of ACCH channels */
+struct abis_rsl_osmo_top_acch_cap {
+#if OSMO_IS_BIG_ENDIAN
+	uint8_t top;
+#elif OSMO_IS_LITTLE_ENDIAN
+	uint8_t top;
+#endif
+} __attribute__ ((packed));
+
 /* Chapter 9.1 */
 /* RSL Message Discriminator: RLL */
 #define ABIS_RSL_MDISC_RLL		0x02
@@ -362,6 +371,7 @@
 	/* Osmocom specific */
 	RSL_IE_OSMO_REP_ACCH_CAP= 0x60,
 	RSL_IE_OSMO_TRAINING_SEQUENCE	= 0x61,
+	RSL_IE_OSMO_TOP_ACCH_CAP= 0x62,
 
 	/* ip.access */
 	RSL_IE_IPAC_SRTP_CONFIG	= 0xe0,
diff --git a/src/gsm/rsl.c b/src/gsm/rsl.c
index a7fa81d..3d2eb43 100644
--- a/src/gsm/rsl.c
+++ b/src/gsm/rsl.c
@@ -128,6 +128,7 @@
 		[RSL_IE_SIEMENS_MRPCI]		= { TLV_TYPE_TV },
 		[RSL_IE_OSMO_REP_ACCH_CAP]	= { TLV_TYPE_TLV },
 		[RSL_IE_OSMO_TRAINING_SEQUENCE]	= { TLV_TYPE_TLV },
+		[RSL_IE_OSMO_TOP_ACCH_CAP]	= { TLV_TYPE_TLV },
 		[RSL_IE_IPAC_PROXY_UDP]		= { TLV_TYPE_FIXED, 2 },
 		[RSL_IE_IPAC_BSCMPL_TOUT]	= { TLV_TYPE_TV },
 		[RSL_IE_IPAC_REMOTE_IP]		= { TLV_TYPE_FIXED, 4 },

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

Gerrit-Project: libosmocore
Gerrit-Branch: master
Gerrit-Change-Id: I31c5be4bceb9140d63ab8e2f197f0acc68699426
Gerrit-Change-Number: 25281
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/20210830/912bfc73/attachment.htm>


More information about the gerrit-log mailing list