summaryrefslogtreecommitdiffstats
path: root/src/host/layer23/src/mobile/app_mobile.c
diff options
context:
space:
mode:
authorAndreas Eversberg <jolly@eversberg.eu>2013-01-07 11:22:08 +0100
committerAndreas Eversberg <jolly@eversberg.eu>2013-01-07 11:22:08 +0100
commitf6b52d74ddeed108c1f24e906c54fd3db03aae5d (patch)
tree00d885d2364b6eb7a41aa6f20ca9c67f40008f73 /src/host/layer23/src/mobile/app_mobile.c
parent25c5e8221d94a7a5885d3bcd38d35da86bf17313 (diff)
mobile: Allow test card to be maked as already attached
This way it is possible to use test card without making attachment to the network, if the LAI matches. It can be used to do faster testing.
Diffstat (limited to 'src/host/layer23/src/mobile/app_mobile.c')
-rw-r--r--src/host/layer23/src/mobile/app_mobile.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/host/layer23/src/mobile/app_mobile.c b/src/host/layer23/src/mobile/app_mobile.c
index 67aba05a..841e39b3 100644
--- a/src/host/layer23/src/mobile/app_mobile.c
+++ b/src/host/layer23/src/mobile/app_mobile.c
@@ -112,7 +112,7 @@ int mobile_signal_cb(unsigned int subsys, unsigned int signal,
case GSM_SIM_TYPE_TEST:
gsm_subscr_testcard(ms, set->test_rplmn_mcc,
set->test_rplmn_mnc, set->test_lac,
- set->test_tmsi);
+ set->test_tmsi, set->test_imsi_attached);
break;
default:
/* no SIM, trigger PLMN selection process */