RE: Incoming patch HS2330 detection, plugins/udev.c

2012-08-21 Thread Nicolas Paccou
Hi Michael,

I'm Nicolas Paccou, I'm in charge of validating the changes applied in new
oFono release.
Unfortunately, I have not the hardware to be able to regress your patch.

I wanted to know if you have tested your patch on HS2330 modem ?
If yes, can you tell me if the result is ok ?
If not, do you able to test it and tell me the result please ?

Thanks,
Nicolas

-Original Message-
From: ofono-boun...@ofono.org [mailto:ofono-boun...@ofono.org] On Behalf Of
Michael Schloh von Bennewitz
Sent: Thursday, June 30, 2011 2:31 PM
To: Ofono List
Subject: Incoming patch HS2330 detection, plugins/udev.c

This patch is assembled according to discussions on #ofono
irc.freenode.net and mailing list thread 'Problem detecting/using wwan0
modem' in June 2011, after comprehensive guidance from Denis KENZIOR.

Denis had already modified plugins/udev.c in git commit
6a2847f7aba5d84b06940ee29300d4b6fd31d682 to correct detection of
OEM Ericsson F3607gw modems relabeled by HP and sold as HS2330.
Because some (or all?) HS2330 modems contain flawed text identifiers
containing strange (probably erroneous) binary sequences in place of
the ASCII space '\x20' character, the previous commit is incomplete.
The following logic detects the modem properly, by comparing binary
data as well as ASCII text values.

Michael Schloh von Bennewitz
http://michael.schloh.com/
30 June 2011

Index: plugins/udev.c
diff -Nau plugins/udev.c.orig plugins/udev.c
--- plugins/udev.c.orig 2011-06-30 13:42:29.279704948 +0200
+++ plugins/udev.c  2011-06-30 13:43:48.117205221 +0200
@@ -134,6 +134,7 @@
(g_str_has_suffix(desc, Minicard Data Modem) ||
g_str_has_suffix(desc, Mini-Card Data Modem) ||
g_str_has_suffix(desc, Module Data Modem) ||
+   g_str_has_suffix(desc, Module\xc2\xa0Data Modem)
||
g_str_has_suffix(desc, Broadband Data Modem))) {
devnode = udev_device_get_devnode(udev_device);
ofono_modem_set_string(modem, DATA_DEVICE, devnode);
___
ofono mailing list
ofono@ofono.org
http://lists.ofono.org/listinfo/ofono

___
ofono mailing list
ofono@ofono.org
http://lists.ofono.org/listinfo/ofono


Move oFono bugs from MeeGo Bugzilla to 01.org/JIRA

2013-07-04 Thread Nicolas Paccou
Hello all,

 

As MeeGo Bugzilla will shut down soon, we have moved oFono project to JIRA
at 01.org.

All oFono (open and closed) bugs have been uploaded there too.

 

Starting from now, report any issue found on oFono only at
https://01.org/jira/browse/OF please.

You can setup an account at https://01.org/user/register.

 

Best regards,

Nicolas

 

 

 

___
ofono mailing list
ofono@ofono.org
https://lists.ofono.org/mailman/listinfo/ofono


oFono upstream test results_20130909

2013-09-13 Thread Nicolas Paccou


Hello all,

Please find the test report of oFono v1.12 commit d7ba153.

During this testing, we ran 34 functional positive cases. 34 cases passed,
0 failed. No new issue has been found.

If you have any comment about this report, tell me please.

---

Test Objective

As there was only specific changes (essentially about bluetooth/HFP) since
the previous tests cycle, the aim of this session was to validate the
state of oFono upstream by testing only major tests of most important
features (voice call tests have been tested using HFP) over all material
we had (according to what feature was supported and by priority order:
PR3, Network Simulator, 3G dongle, phonesim). oFono has been installed and
tested on smartphone running Tizen 2.0 and Ubuntu 12.04 device.

---

Test Environment

For all Setup:
oFono: v1.12 (updated to commit d7ba153)

-   Smartphone Setup:
Image: Tizen 2.0 image
Operator  SIM Card: SFR SIM Card – Phone number +33623312183
or
Network Simulator

-   Laptop + 3G Dongle/Phonesim:
usb_modeswitch: v1.2.5
modeswitch data: 20130610
Hardware: Laptop
Ubuntu: v12.04
Modem: Huawei E173u-2 - Operator  SIM Card: SFR SIM Card – Phone number
+33623312183
Phonesim: v1.19 (updated to commit c94e6c0)

-   Laptop + HFP
HFP Server:
Hardware: Laptop
Ubuntu: v12.04
Bluez 4.101 (updated to commit 67ef3ac)
oFono has been installed with “--enable-bluez4” option instead of using
default bluez5 plugin (unable to make HFP using this one)
HFP Client: Android JB device

---

Issue Summary

New bug: 0
None

Known bug: 1

OF-162 - Going back from a select item list releases the session
https://01.org/jira/browse/OF-162

Closed bug: 0
None

---

Test Result

SUMMARY
Total Test Case  34
Passed   34
Failed0
Blocked   0
TCs completed   100%
Run rate100%
Pass rate total 100%
Blocked rate total0%
Pass rate of executed   100%

FEATURESTotal   PassFail Blocked Pass %
Modem5500 100%
Tested on smartphone using a real SIM Card or on Laptop using 3G Dongle

SIM  4400 100%
Tested on smartphone using a real SIM Card or on Laptop using 3G Dongle

Network  2200 100%
Tested on smartphone using a real SIM

Connectivity 8800 100%
Tested on smartphone using a real SIM Card or on Laptop using 3G Dongle

Voice Calls  12   12   0 0 75%
Tested on smartphone with appropriate SIM Card and Laptop + HFP connected
with a smartphone

Messaging 22   0 0100%
Tested on smartphone using a real SIM

Message Waiting   1100100%
Tested on Laptop using Phonesim

Please find details in the attached file.

---

Notes

Please note that one oFono crash still occur on the following conditions:
-   OF-163 - oFono crashes when doing a NAA Initialization+File Change
Notification after having done a NAA Initialization+Full File Change
Notification with Phonesim.

Best regards,
Nicolas



oFono1.12_d7ba153_BAT_TitlesOnly.xlsx
Description: application/vnd.openxmlformats-officedocument.spreadsheetml.sheet
___
ofono mailing list
ofono@ofono.org
https://lists.ofono.org/mailman/listinfo/ofono


oFono upstream test results_20131004

2013-10-04 Thread Nicolas Paccou

Hello all,

Please find the test report of oFono v1.12 commit 2158249.

During this testing, we ran 34 functional positive cases. 34 cases passed,
0 failed. No new issue has been found.

If you have any comment about this report, tell me please.

---

Test Objective

The aim of this session was to validate the
state of oFono upstream by testing only major tests of most important
features (voice call tests have been tested using HFP) over all material
we had (according to what feature was supported and by priority order:
PR3, Network Simulator, 3G dongle, phonesim). oFono has been installed and
tested on smartphone running Tizen 2.0 and Ubuntu 12.04 device.

---

Test Environment

For all Setup:
oFono: v1.12 (updated to commit 2158249)

- Smartphone Setup:
Image: Tizen 2.0 image
Operator  SIM Card: SFR SIM Card – Phone number +33623312183
or
Network Simulator

- Laptop + 3G Dongle/Phonesim:
usb_modeswitch: v1.2.5
modeswitch data: 20130610
Hardware: Laptop
Ubuntu: v12.04
Modem: Huawei E173u-2 - Operator  SIM Card: SFR SIM Card – Phone number
+33623312183
Phonesim: v1.19 (updated to commit c94e6c0)

- Laptop + HFP
HF:
Hardware: Laptop
Ubuntu: v12.04
Bluez 5.9 (updated to commit cad62a7)
AG: Android JB device

---

Issue Summary

New bug: 0
None

Known bug: 1

OF-162 - Going back from a select item list releases the session
https://01.org/jira/browse/OF-162

Closed bug: 0
None

---

Test Result

SUMMARY
Total Test Case 34
Passed 34
Failed 0
Blocked 0
TCs completed 100%
Run rate 100%
Pass rate total 100%
Blocked rate total 0%
Pass rate of executed 100%

FEATURES Total Pass Fail Blocked Pass %
Modem 5 5 0 0 100%
Tested on smartphone using a real SIM Card or on Laptop using 3G Dongle

SIM 4 4 0 0 100%
Tested on smartphone using a real SIM Card or on Laptop using 3G Dongle

Network 2 2 0 0 100%
Tested on smartphone using a real SIM

Connectivity 8 8 0 0 100%
Tested on smartphone using a real SIM Card or on Laptop using 3G Dongle

Voice Calls 12 12 0 0 100%
Tested on smartphone with appropriate SIM Card and Laptop + HFP connected
with a smartphone

Messaging 2 2 0 0 100%
Tested on smartphone using a real SIM

Message Waiting 1 1 0 0 100%
Tested on Laptop using Phonesim

Please find details in the attached file.

---

Notes

Please note that one oFono crash still occur on the following conditions:
- OF-163 - oFono crashes when doing a NAA Initialization+File Change
Notification after having done a NAA Initialization+Full File Change
Notification with Phonesim.

Best regards,
Nicolas


oFono1.12_2158249_BAT_TitlesOnly.xlsx
Description: application/vnd.openxmlformats-officedocument.spreadsheetml.sheet
___
ofono mailing list
ofono@ofono.org
https://lists.ofono.org/mailman/listinfo/ofono


oFono upstream test results_20140210

2014-02-10 Thread Nicolas Paccou

Hello all,

Please find the test report of oFono v1.14 commit 278dba2.

During this testing, we ran 32 functional positive cases. 32 cases 
passed, 0 failed and 0 blocked.
The Pass Rate is 100% (no change vs previous session). No regression has 
been found.


If you want to be removed from this mailing list or if you have any 
comment about this report, tell me please.If you have any comment about 
this report, tell me please.


---

*Test Objective *

The aim of this session was to validate the state of oFono upstream by 
testing only major tests of most important features over all material we 
had (according to what feature was supported and by priority order: 3G 
dongle, Smartphone connected through HFP). oFono has been installed and 
tested on Ubuntu 13.04 device.


---

*Test Environment *

For all Setup:

oFono: v1.14 (updated to commit 278dba2)

-Laptop + 3G Dongle:
usb_modeswitch: v1.2.3
modeswitch data: 20120815-2
Hardware: Laptop
Ubuntu: v13.04
Modem: Huawei E173u-2 - Operator  SIM Card: Bouygues SIM Card -- Phone 
number +33760660848


-Laptop + HFP
HF:
Hardware: Laptop
Ubuntu: v13.04
Bluez 4.101 (current version running on Ubuntu 13.04)
oFono has been installed with --enable-bluez4 option
AG:
Android KK device with SFR SIM Card -- Phone number +33623312183

---

*Issue Summary *

New bug: 0

Known bug: 1

OF-162 - Going back from a select item list releases the session
https://01.org/jira/browse/OF-162

Closed bug: 0

---

*Test Result *

*Result Summary -- Basic Features*

Total Test Case



*32*

Passed



32

Failed



0

Blocked



0

TCs completed



*100,0%*

Run rate



*100%*

Pass rate total



*100%*

Blocked rate total



*0%*

Pass rate of executed



*100%*

*Test Result by feature
*

*Features (and their status in color)*



*Total*



*Pass*



*Fail*



*Blocked*



*Pass %*



*Modem Used*

Modem



*5*



5



0



0



*100%*



Tested on Laptop using 3G Dongle with  a real SIM

SIM



*4*



4



0



0



*100%*



Tested on Laptop using 3G Dongle with  a real SIM

Network



*2*



2



0



0



*100%*



Tested on Laptop using 3G Dongle with  a real SIM

Connectivity



*8*



8



0



0



*100%*



Tested on Laptop using 3G Dongle with  a real SIM

Voice Calls



*10*



10



0



0



*100%*



Tested on Laptop + HFP connected with a smartphone with  a real SIM

Messaging



*2*



2



0



0



*100%*



Tested on Laptop using 3G Dongle with  a real SIM

Message Waiting



*1*



1



0



0



*100%*



Tested on Laptop using 3G Dongle with  a real SIM


Please find details in the attached file.*

*---

*Notes***

Please note that one oFono crash still occurs on the following conditions:
-OF-163 https://01.org/jira/browse/OF-163- oFono crashes when doing a 
NAA Initialization+File Change Notification after having done a NAA 
Initialization+Full File Change Notification with Phonesim.


Best regards,
Nicolas
___
ofono mailing list
ofono@ofono.org
https://lists.ofono.org/mailman/listinfo/ofono


oFono upstream test results_20150106

2015-01-06 Thread Nicolas Paccou

Hello all,

Please find the test report of oFono v1.16 commit c9e426e.

During this testing, we ran 32 functional positive cases. 32 cases 
passed, 0 failed and 0 blocked.
The Pass Rate is 100% (no change vs previous session). No regression has 
been found.



---

*Test Objective *

The aim of this session was to validate the state of oFono upstream by 
testing only major tests of most important features over all material we 
had (according to what feature was supported and by priority order: 3G 
dongle, Smartphone connected through HFP). oFono has been installed and 
tested on Ubuntu 14.04 device.


---

*Test Environment *

For all Setup:

oFono: v1.16 (updated to commit c9e426e)

-Laptop + 3G Dongle:
usb_modeswitch: v2.1.1
modeswitch data: 20140327-1
Hardware: Laptop
Ubuntu: v14.04
Modem: Huawei E173u-2 - Operator  SIM Card: Bouygues SIM Card – Phone 
number +3363999052


-Laptop + HFP
HF:
Hardware: Laptop
Ubuntu: v14.04
Bluez 4.101 (current version running on Ubuntu 14.04)
oFono has been installed with “--enable-bluez4” option
AG:
Android KK device with ORANGE SIM Card – Phone number +33647301491

---

*Issue Summary *

New bug: 0

Known bug: 1

OF-162 - Going back from a select item list releases the session
https://01.org/jira/browse/OF-162

Closed bug: 0

---

*Test Result *

*Result Summary – Basic Features*

Total Test Case



*32*

Passed



32

Failed



0

Blocked



0

TCs completed



*100,0%*

Run rate



*100%*

Pass rate total



*100%*

Blocked rate total



*0%*

Pass rate of executed



*100%*

*Test Result by feature
*

*Features (and their status in color)*



*Total*



*Pass*



*Fail*



*Blocked*



*Pass %*



*Modem Used*

Modem



*5*



5



0



0



*100%*



Tested on Laptop using 3G Dongle with  a real SIM

SIM



*4*



4



0



0



*100%*



Tested on Laptop using 3G Dongle with  a real SIM

Network



*2*



2



0



0



*100%*



Tested on Laptop using 3G Dongle with  a real SIM

Connectivity



*8*



8



0



0



*100%*



Tested on Laptop using 3G Dongle with  a real SIM

Voice Calls



*10*



10



0



0



*100%*



Tested on Laptop + HFP connected with a smartphone with  a real SIM

Messaging



*2*



2



0



0



*100%*



Tested on Laptop using 3G Dongle with  a real SIM

Message Waiting



*1*



1



0



0



*100%*



Tested on Laptop using 3G Dongle with  a real SIM


Please find details in the attached file.*

*---

*Notes***

Please note that one oFono crash still occurs on the following conditions:
-OF-163 https://01.org/jira/browse/OF-163- oFono crashes when doing a 
NAA Initialization+File Change Notification after having done a NAA 
Initialization+Full File Change Notification with Phonesim.


Best regards,
Nicolas


oFono1.16_c9e426e_BAT_Titles_Only.xlsx
Description: MS-Excel 2007 spreadsheet
___
ofono mailing list
ofono@ofono.org
https://lists.ofono.org/mailman/listinfo/ofono