Change in libosmocore[master]: bts_features: Add new feature to indicate support for temporary overp...

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/+/25282 )


Change subject: bts_features: Add new feature to indicate support for temporary overpower
......................................................................

bts_features: Add new feature to indicate support for temporary overpower

To indicate to the BSC that a BTS supports temporary overpower of
SACCH/FACCH channels a new feature BTS_FEAT_ACCH_TOP is added.

Change-Id: I62fbfc30acd5d67b20727b75a8f256e6b5d31e06
Related: SYS#5319
---
M include/osmocom/gsm/bts_features.h
M src/gsm/bts_features.c
2 files changed, 2 insertions(+), 0 deletions(-)



  git pull ssh://gerrit.osmocom.org:29418/libosmocore refs/changes/82/25282/1

diff --git a/include/osmocom/gsm/bts_features.h b/include/osmocom/gsm/bts_features.h
index 42e1934..cd31efa 100644
--- a/include/osmocom/gsm/bts_features.h
+++ b/include/osmocom/gsm/bts_features.h
@@ -32,6 +32,7 @@
 	BTS_FEAT_ABIS_OSMO_PCU, /* BTS supports forwarding data to PCUIF over IPA OML multiplex */
 	BTS_FEAT_BCCH_POWER_RED,
 	BTS_FEAT_DYN_TS_SDCCH8, /* Osmo Dynamic TS supports configured as SDCCH8 */
+	BTS_FEAT_ACCH_TOP, /* FACCH/SACCH Temporary overpower */
 	_NUM_BTS_FEAT
 };
 
diff --git a/src/gsm/bts_features.c b/src/gsm/bts_features.c
index ecb5700..dcd0d1c 100644
--- a/src/gsm/bts_features.c
+++ b/src/gsm/bts_features.c
@@ -47,6 +47,7 @@
 	{ BTS_FEAT_ABIS_OSMO_PCU,	"OsmoPCU over OML link IPA multiplex" },
 	{ BTS_FEAT_BCCH_POWER_RED,	"BCCH carrier power reduction mode" },
 	{ BTS_FEAT_DYN_TS_SDCCH8,	"Dynamic Timeslot configuration as SDCCH8" },
+	{ BTS_FEAT_ACCH_TOP,		"FACCH/SACCH Temporary overpower" },
 	{ 0, NULL }
 };
 

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

Gerrit-Project: libosmocore
Gerrit-Branch: master
Gerrit-Change-Id: I62fbfc30acd5d67b20727b75a8f256e6b5d31e06
Gerrit-Change-Number: 25282
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/4b120295/attachment.htm>


More information about the gerrit-log mailing list