Change in libosmocore[master]: bts_feature: Introduce feature to confiure dyn ts as sdcch8

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

pespin gerrit-no-reply at lists.osmocom.org
Thu Jul 1 16:12:45 UTC 2021


pespin has submitted this change. ( https://gerrit.osmocom.org/c/libosmocore/+/24788 )

Change subject: bts_feature: Introduce feature to confiure dyn ts as sdcch8
......................................................................

bts_feature: Introduce feature to confiure dyn ts as sdcch8

This feature signals support to configure Osmocom Dynamic Timeslot type
as SDCCH8, on top of historically supported TCH/H and TCH/F.
The idea is that when unneeded, the TS is configured as PDCH, and as
soon as there's need for an SDCCH and there's none available, the TS is
dynamically reconfigured to SDCCH8. Once all logical channels in the
dynamic TS are released and hence becomes free, the BSC will reconfigure
it to PDCH.

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

Approvals:
  Jenkins Builder: Verified
  fixeria: Looks good to me, but someone else must approve
  laforge: Looks good to me, approved



diff --git a/include/osmocom/gsm/bts_features.h b/include/osmocom/gsm/bts_features.h
index 5374619..42e1934 100644
--- a/include/osmocom/gsm/bts_features.h
+++ b/include/osmocom/gsm/bts_features.h
@@ -31,6 +31,7 @@
 	BTS_FEAT_VAMOS, /* Is the BTS VAMOS capable? */
 	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 */
 	_NUM_BTS_FEAT
 };
 
diff --git a/src/gsm/bts_features.c b/src/gsm/bts_features.c
index 6671946..ecb5700 100644
--- a/src/gsm/bts_features.c
+++ b/src/gsm/bts_features.c
@@ -46,6 +46,7 @@
 	{ BTS_FEAT_VAMOS,		"VAMOS (Voice services over Adaptive Multi-user channels on One Slot)" },
 	{ 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" },
 	{ 0, NULL }
 };
 
@@ -79,5 +80,6 @@
 	{ BTS_FEAT_VAMOS, "VAMOS" },
 	{ BTS_FEAT_ABIS_OSMO_PCU, "ABIS_OSMO_PCU" },
 	{ BTS_FEAT_BCCH_POWER_RED, "BCCH_PWR_RED" },
+	{ BTS_FEAT_DYN_TS_SDCCH8, "DYN_TS_SDCCH8" },
 	{}
 };

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

Gerrit-Project: libosmocore
Gerrit-Branch: master
Gerrit-Change-Id: Ifc0ca8916bd3e93e5a60a7dd7391d2588fdb5532
Gerrit-Change-Number: 24788
Gerrit-PatchSet: 3
Gerrit-Owner: pespin <pespin at sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: fixeria <vyanitskiy at sysmocom.de>
Gerrit-Reviewer: laforge <laforge at osmocom.org>
Gerrit-Reviewer: pespin <pespin at sysmocom.de>
Gerrit-MessageType: merged
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20210701/293acd3d/attachment.htm>


More information about the gerrit-log mailing list