summaryrefslogtreecommitdiffstats
path: root/src/host/layer23/src/mobile/app_mobile.c
diff options
context:
space:
mode:
authorAndreas.Eversberg <jolly@eversberg.eu>2010-10-14 07:37:52 +0000
committerAndreas.Eversberg <jolly@eversberg.eu>2010-10-14 07:37:52 +0000
commit1dd14c0b26e0427f63b36eb5aeb259e1cfb4f8e9 (patch)
treebefef2999aa6c4766619f0706e31dfdd452f1c13 /src/host/layer23/src/mobile/app_mobile.c
parent513972c37df253187b49c9cbea2263a095d2383b (diff)
[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.
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 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");