summaryrefslogtreecommitdiffstats
path: root/src/host/layer23/include/osmocom/bb
diff options
context:
space:
mode:
authorAndreas.Eversberg2010-10-01 21:24:34 +0200
committerAndreas.Eversberg2010-10-01 21:24:34 +0200
commit66ff1cb347ed5d7315aa0f8e2c9b7a53d99d5892 (patch)
tree101a6d791d38df631cfe14fb5741526d7250ce9e /src/host/layer23/include/osmocom/bb
parent[layer23] Remove obsolete function from header file (diff)
downloadosmocom-66ff1cb347ed5d7315aa0f8e2c9b7a53d99d5892.tar.gz
osmocom-66ff1cb347ed5d7315aa0f8e2c9b7a53d99d5892.tar.xz
osmocom-66ff1cb347ed5d7315aa0f8e2c9b7a53d99d5892.zip
[layer23] Minimum RX-level is now a configuratio option
The default (if config not yet created/updated), is still taken from settings.c.
Diffstat (limited to 'src/host/layer23/include/osmocom/bb')
-rw-r--r--src/host/layer23/include/osmocom/bb/mobile/settings.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/host/layer23/include/osmocom/bb/mobile/settings.h b/src/host/layer23/include/osmocom/bb/mobile/settings.h
index 429d417..131e04f 100644
--- a/src/host/layer23/include/osmocom/bb/mobile/settings.h
+++ b/src/host/layer23/include/osmocom/bb/mobile/settings.h
@@ -15,6 +15,7 @@ struct gsm_settings {
/* network search */
int plmn_mode; /* PLMN_MODE_* */
+ int8_t min_rxlev_db; /* min DB to access */
/* SIM */
int sim_type; /* selects card on power on */