From 26ff2ee8802d7c8e8980d7c4cbfcd9053c6f3091 Mon Sep 17 00:00:00 2001 From: Dario Lombardo Date: Thu, 10 Feb 2011 09:56:33 +0100 Subject: Renamed gps_* functions to osmo_gps_* functions to avoid overlap with libgps functions. --- src/host/layer23/src/mobile/app_mobile.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/host/layer23/src/mobile/app_mobile.c') 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(); -- cgit v1.2.3