From 6d4915b91b13fa879e0dd75d2c275e82b5a5634c Mon Sep 17 00:00:00 2001 From: "Andreas.Eversberg" Date: Tue, 12 Oct 2010 08:26:48 +0000 Subject: [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/mobile/settings.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/host/layer23/include/osmocom/bb/mobile/settings.h') diff --git a/src/host/layer23/include/osmocom/bb/mobile/settings.h b/src/host/layer23/include/osmocom/bb/mobile/settings.h index 4c66f348..24379514 100644 --- a/src/host/layer23/include/osmocom/bb/mobile/settings.h +++ b/src/host/layer23/include/osmocom/bb/mobile/settings.h @@ -64,6 +64,9 @@ struct gsm_settings { uint8_t half_v3; uint8_t ch_cap; /* channel capability */ int8_t min_rxlev_db; /* min DB to access */ + + /* radio */ + uint16_t dsc_max; }; int gsm_settings_init(struct osmocom_ms *ms); -- cgit v1.2.3