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
This commit is contained in:
Neels Hofmeyr 2016-12-01 03:02:03 +01:00
parent 08b14a2fac
commit dd4160e003
1 changed files with 6 additions and 3 deletions

View File

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