aboutsummaryrefslogtreecommitdiffstats
path: root/include/osmocom
diff options
context:
space:
mode:
authorPau Espin Pedrol <pespin@sysmocom.de>2021-06-29 11:54:30 +0200
committerPau Espin Pedrol <pespin@sysmocom.de>2021-06-30 13:15:02 +0200
commitd9825c0a2cfeab682f29167b11aaa154b8a36bae (patch)
tree53341966fccb02d7a08d51c05bf46a44f06f4931 /include/osmocom
parent45dc9d00fefc808de92bd588bf5adfb3ddb3997b (diff)
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
Diffstat (limited to 'include/osmocom')
-rw-r--r--include/osmocom/gsm/bts_features.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/osmocom/gsm/bts_features.h b/include/osmocom/gsm/bts_features.h
index 53746196..42e1934e 100644
--- a/include/osmocom/gsm/bts_features.h
+++ b/include/osmocom/gsm/bts_features.h
@@ -31,6 +31,7 @@ enum osmo_bts_features {
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
};