summaryrefslogtreecommitdiffstats
path: root/src/host/layer23/src/mobile/app_mobile.c
diff options
context:
space:
mode:
authorAndreas.Eversberg <jolly@eversberg.eu>2010-10-24 12:20:08 +0000
committerAndreas.Eversberg <jolly@eversberg.eu>2010-10-24 12:20:08 +0000
commite7f6f749c496b1196ba739aca5a311dc10815497 (patch)
tree3e2593345fbb531126d93733802ee1aff999c7eb /src/host/layer23/src/mobile/app_mobile.c
parentece1463f6f4041509a1c8fda827db3b14acc47c1 (diff)
[layer23] Fix of GPS states
Diffstat (limited to 'src/host/layer23/src/mobile/app_mobile.c')
-rw-r--r--src/host/layer23/src/mobile/app_mobile.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/host/layer23/src/mobile/app_mobile.c b/src/host/layer23/src/mobile/app_mobile.c
index 650b450a..6ba4b9ef 100644
--- a/src/host/layer23/src/mobile/app_mobile.c
+++ b/src/host/layer23/src/mobile/app_mobile.c
@@ -173,6 +173,7 @@ int l23_app_init(struct osmocom_ms *ms)
srand(time(NULL));
+ gps_init();
gsm_support_init(ms);
gsm_sim_init(ms);
gsm_settings_init(ms);