From 1dd14c0b26e0427f63b36eb5aeb259e1cfb4f8e9 Mon Sep 17 00:00:00 2001 From: "Andreas.Eversberg" Date: Thu, 14 Oct 2010 07:37:52 +0000 Subject: [layer23] Adding abbreviated dialing to VTY It is possible to store phone numbers with abbreviations now. Dialing these abbreviation makes testing of mobile originated calls much easier too. --- src/host/layer23/src/mobile/app_mobile.c | 1 + 1 file changed, 1 insertion(+) (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 8d3ea8a9..650b450a 100644 --- a/src/host/layer23/src/mobile/app_mobile.c +++ b/src/host/layer23/src/mobile/app_mobile.c @@ -149,6 +149,7 @@ int mobile_exit(struct osmocom_ms *ms) gsm_subscr_exit(ms); gsm48_cc_exit(ms); gsm_sim_exit(ms); + gsm_settings_exit(ms); printf("Power off!\n"); -- cgit v1.2.3