summaryrefslogtreecommitdiffstats
path: root/src/host/layer23/src/mobile/app_mobile.c
diff options
context:
space:
mode:
authorDario Lombardo <dario.lombardo@libero.it>2011-02-10 09:56:33 +0100
committerHarald Welte <laforge@gnumonks.org>2011-02-16 15:15:07 +0100
commit26ff2ee8802d7c8e8980d7c4cbfcd9053c6f3091 (patch)
tree37181f2f8d794bc94c97a6cfdaf4c7d68f9e150a /src/host/layer23/src/mobile/app_mobile.c
parentdf566b6e4ae39c0d53d9612e6a893aaa45e5c45b (diff)
Renamed gps_* functions to osmo_gps_* functions to avoid overlap with libgps functions.
Diffstat (limited to 'src/host/layer23/src/mobile/app_mobile.c')
-rw-r--r--src/host/layer23/src/mobile/app_mobile.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/host/layer23/src/mobile/app_mobile.c b/src/host/layer23/src/mobile/app_mobile.c
index 822ea640..1bedb552 100644
--- a/src/host/layer23/src/mobile/app_mobile.c
+++ b/src/host/layer23/src/mobile/app_mobile.c
@@ -333,7 +333,7 @@ int l23_app_exit(void)
unregister_signal_handler(SS_L1CTL, &mobile_signal_cb, NULL);
unregister_signal_handler(SS_GLOBAL, &global_signal_cb, NULL);
- gps_close();
+ osmo_gps_close();
return 0;
}
@@ -353,7 +353,7 @@ int l23_app_init(int (*mncc_recv)(struct osmocom_ms *ms, int, void *),
mncc_recv_app = mncc_recv;
- gps_init();
+ osmo_gps_init();
vty_init(&vty_info);
ms_vty_init();