summaryrefslogtreecommitdiffstats
path: root/src/host/layer23/src/mobile/app_mobile.c
diff options
context:
space:
mode:
authorAndreas.Eversberg <jolly@eversberg.eu>2010-10-01 19:24:34 +0000
committerAndreas.Eversberg <jolly@eversberg.eu>2010-10-01 19:24:34 +0000
commit66ff1cb347ed5d7315aa0f8e2c9b7a53d99d5892 (patch)
tree101a6d791d38df631cfe14fb5741526d7250ce9e /src/host/layer23/src/mobile/app_mobile.c
parentf867cd207727b2ab4dcb9f302086b4ab149af95b (diff)
[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/src/mobile/app_mobile.c')
-rw-r--r--src/host/layer23/src/mobile/app_mobile.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/host/layer23/src/mobile/app_mobile.c b/src/host/layer23/src/mobile/app_mobile.c
index ee346a77..60055e9a 100644
--- a/src/host/layer23/src/mobile/app_mobile.c
+++ b/src/host/layer23/src/mobile/app_mobile.c
@@ -170,10 +170,10 @@ int l23_app_init(struct osmocom_ms *ms)
srand(time(NULL));
+ gsm_support_init(ms);
gsm_sim_init(ms);
gsm_settings_init(ms);
gsm48_cc_init(ms);
- gsm_support_init(ms);
gsm_subscr_init(ms);
gsm48_rr_init(ms);
gsm48_mm_init(ms);