aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorPau Espin Pedrol <pespin@sysmocom.de>2021-06-28 12:19:13 +0200
committerpespin <pespin@sysmocom.de>2021-07-06 07:16:15 +0000
commitcc75145131c19a680049ada58462092f952149ab (patch)
treefdd892ebe33d51cf01a4eb519c974a9f765bb5a6 /doc
parentcf65c9b297206261e110fa859f83d434e884d238 (diff)
Rename osmo dyn ts enums to contain SDCCH8
They will gain support to be activated as SDCCH/8 soon too. Related: OS#5309 Depends: libosmocore.git I56dcfe4d17899630b17f80145c3ced72f1e91e68 Change-Id: Id5b89fe589a52ff88486435ac43809edb4b80f98
Diffstat (limited to 'doc')
-rw-r--r--doc/manuals/chapters/bts.adoc18
1 files changed, 9 insertions, 9 deletions
diff --git a/doc/manuals/chapters/bts.adoc b/doc/manuals/chapters/bts.adoc
index 1b33d7395..acd22000c 100644
--- a/doc/manuals/chapters/bts.adoc
+++ b/doc/manuals/chapters/bts.adoc
@@ -295,7 +295,7 @@ all BTS models support dynamic channels.
.Dynamic timeslot support by various BTS models
[cols="50%,25%,25%"]
|===
-| |`TCH/F_TCH/H_PDCH` |`TCH/F_PDCH`
+| |`TCH/F_TCH/H_SDCCH8_PDCH` |`TCH/F_PDCH`
|ip.access nanoBTS |- |supported
|Ericsson RBS |supported |-
|sysmoBTS using _osmo-bts-sysmo_ |supported |supported
@@ -310,11 +310,11 @@ non-standard RSL messages used for these timeslot kinds.
NOTE: Same as for dedicated PDCH timeslots, you need to enable GPRS and operate
a PCU, SGSN and GGSN to provide the actual data service.
-==== Osmocom Style Dynamic Timeslots (TCH/F_TCH/H_PDCH)
+==== Osmocom Style Dynamic Timeslots (TCH/F_TCH/H_SDCCH8_PDCH)
-Timeslots of the `TCH/F_TCH/H_PDCH` type dynamically switch between TCH/F,
+Timeslots of the `TCH/F_TCH/H_SDCCH8_PDCH` type dynamically switch between TCH/F,
TCH/H and PDCH, depending on the channel kind requested by the MSC. The RSL
-messaging for `TCH/F_TCH/H_PDCH` timeslots is compatible with Ericsson RBS.
+messaging for `TCH/F_TCH/H_SDCCH8_PDCH` timeslots is compatible with Ericsson RBS.
BTS models supporting this timeslot kind are shown in <<dyn_ts_compat>>.
@@ -361,15 +361,15 @@ network
timeslot 1
phys_chan_config SDCCH8
timeslot 2
- phys_chan_config TCH/F_TCH/H_PDCH
+ phys_chan_config TCH/F_TCH/H_SDCCH8_PDCH
timeslot 3
- phys_chan_config TCH/F_TCH/H_PDCH
+ phys_chan_config TCH/F_TCH/H_SDCCH8_PDCH
timeslot 4
- phys_chan_config TCH/F_TCH/H_PDCH
+ phys_chan_config TCH/F_TCH/H_SDCCH8_PDCH
timeslot 5
- phys_chan_config TCH/F_TCH/H_PDCH
+ phys_chan_config TCH/F_TCH/H_SDCCH8_PDCH
timeslot 6
- phys_chan_config TCH/F_TCH/H_PDCH
+ phys_chan_config TCH/F_TCH/H_SDCCH8_PDCH
timeslot 7
phys_chan_config PDCH
----