summaryrefslogtreecommitdiffstats
path: root/src/host/layer23/src/mobile/subscriber.c
diff options
context:
space:
mode:
authorNico Golde <nico@ngolde.de>2011-05-02 15:42:42 +0200
committerSylvain Munaut <tnt@246tNt.com>2011-05-02 15:55:36 +0200
commit9ddeae9d42a23e0ffa142e43799b37803bad5168 (patch)
tree4af055902422b4301b6e661f9aded7ddb3dca36c /src/host/layer23/src/mobile/subscriber.c
parent85a89208ca0fc5b056b98bf79882929fb69d3913 (diff)
[sim] Fixed path handling in sim client and mobile app.
Diffstat (limited to 'src/host/layer23/src/mobile/subscriber.c')
-rw-r--r--src/host/layer23/src/mobile/subscriber.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/host/layer23/src/mobile/subscriber.c b/src/host/layer23/src/mobile/subscriber.c
index 549345cf..9a2085a3 100644
--- a/src/host/layer23/src/mobile/subscriber.c
+++ b/src/host/layer23/src/mobile/subscriber.c
@@ -492,7 +492,7 @@ static struct subscr_sim_file {
{ 1, { 0 }, 0x2fe2, subscr_sim_iccid },
{ 1, { 0x7f20, 0 }, 0x6f07, subscr_sim_imsi },
{ 1, { 0x7f20, 0 }, 0x6f7e, subscr_sim_loci },
- { 0, { 0x7f20, 0 }, 0x6f40, subscr_sim_msisdn },
+ { 0, { 0x7f10, 0 }, 0x6f40, subscr_sim_msisdn },
{ 0, { 0x7f20, 0 }, 0x6f20, subscr_sim_kc },
{ 0, { 0x7f20, 0 }, 0x6f30, subscr_sim_plmnsel },
{ 0, { 0x7f20, 0 }, 0x6f31, subscr_sim_hpplmn },