aboutsummaryrefslogtreecommitdiffstats
path: root/OsmoBTS
diff options
context:
space:
mode:
authorNeels Hofmeyr <neels@hofmeyr.de>2016-12-01 03:02:03 +0100
committerNeels Hofmeyr <neels@hofmeyr.de>2016-12-01 03:03:44 +0100
commited395e5377b596153a13e8fc2d5cc5eb67b1f178 (patch)
tree2c1cd2ebbe94e10da660900ff83897dacbf14658 /OsmoBTS
parent547da0ab35c01c1a7baabc83d51bf9eb766150d3 (diff)
dynamic timeslots: add BSC level config instructions
Add high level description on and a config example for dynamic timeslots in a new chapter featured in the OsmoBSC and OsmoNITB manuals. From the OsmoBTS manual's chapter on dynamic timeslots, add references to the above. Change-Id: I44ff1e4c2340c65ff23e85408fc6d6a45ea9e046
Diffstat (limited to 'OsmoBTS')
-rw-r--r--OsmoBTS/chapters/dynamic-timeslots.adoc9
1 files changed, 6 insertions, 3 deletions
diff --git a/OsmoBTS/chapters/dynamic-timeslots.adoc b/OsmoBTS/chapters/dynamic-timeslots.adoc
index 29dff5b..7c43d18 100644
--- a/OsmoBTS/chapters/dynamic-timeslots.adoc
+++ b/OsmoBTS/chapters/dynamic-timeslots.adoc
@@ -7,11 +7,14 @@ channel configurations, initiated by the BSC via (non-standard) Abis messages
The Abis message handling for dynamic timeslots is independent of the BTS
model. However, dynamic switchover will only work for BTS models that implement
the internal API to reconnect a timeslot (_bts_model_ts_disconnect()_ and
-_bts_model_ts_connect()_). Currently, these BTS models support dynamic
-timeslots:
+_bts_model_ts_connect()_, see also <<osmobts_hardware_support>>).
+
+Currently, these OsmoBTS models support dynamic timeslots:
* _osmo-bts-sysmo_
* _osmo-bts-litecell15_
* _osmo-bts-trx_
-See also <<osmobts_hardware_support>>.
+Dynamic timeslots are driven by the BSC and need to be configured there. When
+using OsmoBSC or OsmoNITB, see the BTS configuration chapter on dynamic
+timeslots in <<userman-osmobsc>> or <<userman-osmonitb>>, respectively.