From b348939d86bbadab2b162dda00246abdfd33055a Mon Sep 17 00:00:00 2001 From: Holger Hans Peter Freyther Date: Wed, 28 Dec 2011 16:21:05 +0100 Subject: lchan: Introduce T3109 handling for the release procedure T3109 is started when the SACCH is deactivated. It is stopped when the phones sends the DISC/UA/UM on LAPDm for the main signalling link. In case of timeout the abnormal release procedure will be initiated. Make sure to not issue the SACCH Deactivate twice to avoid confusing the equipment. This is still not fully spec compliant. In case of a timeout the abnormal release handling will be started which involves starting T3111+2. The error handling should be split out of the rf channel release method, e.g. lchan_release should be called and check if the channel release was already initiated. --- openbsc/doc/examples/osmo-nitb/bs11/openbsc-1bts-2trx-hopping.cfg | 2 +- openbsc/doc/examples/osmo-nitb/hsl/openbsc.cfg | 2 +- openbsc/doc/examples/osmo-nitb/nanobts/openbsc-multitrx.cfg | 2 +- openbsc/doc/examples/osmo-nitb/nanobts/openbsc.cfg | 2 +- openbsc/doc/examples/osmo-nitb/rbs2308/openbsc.cfg | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) (limited to 'openbsc/doc/examples/osmo-nitb') diff --git a/openbsc/doc/examples/osmo-nitb/bs11/openbsc-1bts-2trx-hopping.cfg b/openbsc/doc/examples/osmo-nitb/bs11/openbsc-1bts-2trx-hopping.cfg index 654d39716..36065e254 100644 --- a/openbsc/doc/examples/osmo-nitb/bs11/openbsc-1bts-2trx-hopping.cfg +++ b/openbsc/doc/examples/osmo-nitb/bs11/openbsc-1bts-2trx-hopping.cfg @@ -30,7 +30,7 @@ network timer t3103 0 timer t3105 0 timer t3107 0 - timer t3109 0 + timer t3109 4 timer t3111 0 timer t3113 60 timer t3115 0 diff --git a/openbsc/doc/examples/osmo-nitb/hsl/openbsc.cfg b/openbsc/doc/examples/osmo-nitb/hsl/openbsc.cfg index 3d95748a3..b0af85598 100644 --- a/openbsc/doc/examples/osmo-nitb/hsl/openbsc.cfg +++ b/openbsc/doc/examples/osmo-nitb/hsl/openbsc.cfg @@ -31,7 +31,7 @@ network timer t3103 0 timer t3105 0 timer t3107 0 - timer t3109 0 + timer t3109 4 timer t3111 0 timer t3113 60 timer t3115 0 diff --git a/openbsc/doc/examples/osmo-nitb/nanobts/openbsc-multitrx.cfg b/openbsc/doc/examples/osmo-nitb/nanobts/openbsc-multitrx.cfg index 7a187f881..bea0b7dfc 100644 --- a/openbsc/doc/examples/osmo-nitb/nanobts/openbsc-multitrx.cfg +++ b/openbsc/doc/examples/osmo-nitb/nanobts/openbsc-multitrx.cfg @@ -30,7 +30,7 @@ network timer t3103 0 timer t3105 0 timer t3107 0 - timer t3109 0 + timer t3109 4 timer t3111 0 timer t3113 60 timer t3115 0 diff --git a/openbsc/doc/examples/osmo-nitb/nanobts/openbsc.cfg b/openbsc/doc/examples/osmo-nitb/nanobts/openbsc.cfg index 78e9787b9..7a443087c 100644 --- a/openbsc/doc/examples/osmo-nitb/nanobts/openbsc.cfg +++ b/openbsc/doc/examples/osmo-nitb/nanobts/openbsc.cfg @@ -30,7 +30,7 @@ network timer t3103 0 timer t3105 0 timer t3107 0 - timer t3109 0 + timer t3109 4 timer t3111 0 timer t3113 60 timer t3115 0 diff --git a/openbsc/doc/examples/osmo-nitb/rbs2308/openbsc.cfg b/openbsc/doc/examples/osmo-nitb/rbs2308/openbsc.cfg index 7135042ff..97cd9df50 100644 --- a/openbsc/doc/examples/osmo-nitb/rbs2308/openbsc.cfg +++ b/openbsc/doc/examples/osmo-nitb/rbs2308/openbsc.cfg @@ -29,7 +29,7 @@ network timer t3103 0 timer t3105 0 timer t3107 0 - timer t3109 0 + timer t3109 4 timer t3111 0 timer t3113 60 timer t3115 0 -- cgit v1.2.3