[layer23] Implementation of signal loss criteria as defined in TS 05.08
authorAndreas.Eversberg <jolly@eversberg.eu>
Tue, 12 Oct 2010 08:26:48 +0000 (08:26 +0000)
committerAndreas.Eversberg <jolly@eversberg.eu>
Tue, 12 Oct 2010 08:26:48 +0000 (08:26 +0000)
commit6d4915b91b13fa879e0dd75d2c275e82b5a5634c
treee385c97e0fecc0591ec6d7f17bf3925ec2fae258
parent86f4d80b7ffab98efeb8fb28b393d743de897806
[layer23] Implementation of signal loss criteria as defined in TS 05.08

There are two criterions for lossing a signal, idle mode and dedicated mode.
A counter counts down when a frame is dropped, and counts up when a valid
frame is received on  certain channel. The loss criterion is reached, if the
counter reaches 0. The values added to / removed from the counter and the
limits depend on the process.
src/host/layer23/include/osmocom/bb/common/osmocom_data.h
src/host/layer23/include/osmocom/bb/mobile/settings.h
src/host/layer23/include/osmocom/bb/mobile/support.h
src/host/layer23/src/common/l1ctl.c
src/host/layer23/src/mobile/gsm322.c
src/host/layer23/src/mobile/gsm48_rr.c
src/host/layer23/src/mobile/settings.c
src/host/layer23/src/mobile/support.c
src/host/layer23/src/mobile/vty_interface.c