Closed
Bug 865957
(b2g-emulator-cdma)
Opened 12 years ago
Closed 7 years ago
[meta] B2G Emulator: support CDMA
Categories
(Firefox OS Graveyard :: Emulator, defect)
Tracking
(Not tracked)
RESOLVED
WONTFIX
People
(Reporter: edgar, Unassigned)
References
Details
Attachments
(3 files, 1 obsolete file)
To run automation test cases for CDMA, we should let emulator support CDMA.
Reporter | ||
Comment 1•12 years ago
|
||
Reporter | ||
Comment 2•12 years ago
|
||
In working branch I added an console command 'modem tech <technology>' to switch between cdma and gsm dynamically. Now I am trying to write a marionette tests to test this mechanism.
Reporter | ||
Comment 3•12 years ago
|
||
The flow for cdma test case is as below:
1. Send console command, 'modem tech cdma', to switch mode.
2. Wait card state change to 'ready'. (Because emulator will reset radio after switch mode)
3. Perform tests.
4. Switch mode back.
You can reference this example
Thanks
Reporter | ||
Updated•12 years ago
|
Assignee: nobody → echen
Reporter | ||
Comment 4•12 years ago
|
||
hardware/ril pull request #13
Reporter | ||
Comment 5•12 years ago
|
||
external/qemu pull request 29
Reporter | ||
Updated•12 years ago
|
Attachment #743447 -
Flags: review?(vyang)
Reporter | ||
Updated•12 years ago
|
Attachment #743459 -
Flags: review?(vyang)
Reporter | ||
Updated•12 years ago
|
Blocks: b2g-ril-cdma
Reporter | ||
Comment 6•12 years ago
|
||
After discussing with Vicamo, we should correct the tests case behavior as below.
1. Turn off radio. (Airplane mode on)
2. Switch technology.
3. Turn on radio. (Airplane mode off)
4. Perform tests.
5. Turn off radio. (Airplane mode on)
6. Switch technology back.
7. Turn on radio. (Airplane mode off)
I will provide new patches and also example later.
Thanks
Reporter | ||
Comment 7•12 years ago
|
||
New example mentioned in comment #6.
Attachment #743431 -
Attachment is obsolete: true
Updated•12 years ago
|
Attachment #743447 -
Flags: review?(vyang) → review+
Comment 8•12 years ago
|
||
Comment on attachment 743459 [details]
Part 2: external/qemu pull request 29
As commented on Github, let's innovate some more concentrated way for modem technology switching.
Attachment #743459 -
Flags: review?(vyang)
Reporter | ||
Comment 9•11 years ago
|
||
Change this bug to meta bug for CDMA emulator. I will file a new bug for switching modem radio technology which I was trying to fix in this bug.
Assignee: echen → nobody
Summary: B2G Emulator: support CDMA → [meta] B2G Emulator: support CDMA
Updated•11 years ago
|
Blocks: b2g-emulator
Updated•11 years ago
|
Component: General → Emulator
Updated•11 years ago
|
Alias: b2g-emulator-cdma
Comment 10•7 years ago
|
||
Firefox OS is not being worked on
Status: NEW → RESOLVED
Closed: 7 years ago
Resolution: --- → WONTFIX
You need to log in
before you can comment on or make changes to this bug.
Description
•