Closed Bug 844679 Opened 12 years ago Closed 12 years ago

[WebAPI:MobileConnection] selectNetwork has a problem because mcc/mnc type is int

Categories

(Firefox OS Graveyard :: General, defect, P1)

ARM
Gonk (Firefox OS)
defect

Tracking

(Not tracked)

RESOLVED DUPLICATE of bug 828307

People

(Reporter: leo.bugzilla.gecko, Unassigned)

References

Details

1) mcc/mnc type ( used selectNetwork function in MobileConnection ) is int. nsIDOMMozMobileNetworkInfo { .. readonly attribute unsigned short mcc; ... readonly attribute unsigned short mnc; } 2) I think mcc/mnc type has to be 'sting' Example) '214 01' '01' is treated '1' , '1' and '01' is different. So it couldn't be selected correctly by modem side.
Assignee: nobody → echen
Assignee: echen → nobody
OS: Windows XP → Gonk (Firefox OS)
Hardware: x86 → ARM
Severity: blocker → critical
Depends on: 828307
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → DUPLICATE
You need to log in before you can comment on or make changes to this bug.