unity-api-bugs team mailing list archive
-
unity-api-bugs team
-
Mailing list archive
-
Message #02002
[Bug 1245951] [NEW] Wrong oFono property used for data technology indication
Public bug reported:
Image: Touch #100 ( aka v1.0 ).
The current indicator-network code uses the ofono's NetworkRegistration
interface's "Technology" property to determine which mobile data
connection icon to display on the status bar.
The code currently compares the value of "Technology" to:
- "gsm" -- this causes "2G" to be displayed
- "umts" -- this causes "3G" to be displayed
- "edge" -- this is invalid ( never set by ofono )
- "hspa" -- this is invalid ( never set by ofono )
- "lts" -- valid, but currently not supported in the ofono/rilmodem
driver ( LTE isn't yet 100% supported )
The code instead should be examining ofono's ConnectionManager
interface's "Bearer" property. This is not currently being set by the
ofono/rilmodem code ( see bug #1245954 for more details ).
The valid values of the "Bearer" property are: "none", "gprs" ( 2G ),
"edge" ( E ), "umts" ( 3G ), "hsupa"/"hsdpa"/"hspa" ( 3G ), and "lte" (
L ). oFono doesn't currently support reporting HSPA+, whereas RIL does,
so we'll need to patch ofono so that the value "hspap" is valid for
"Bearer".
-
** Affects: indicator-network
Importance: Undecided
Status: Confirmed
** Affects: indicator-network (Ubuntu)
Importance: Undecided
Status: Confirmed
** Also affects: indicator-network
Importance: Undecided
Status: New
** Changed in: indicator-network
Status: New => Confirmed
** Changed in: indicator-network (Ubuntu)
Status: New => Confirmed
--
You received this bug notification because you are a member of Unity API
bugs, which is subscribed to Network Menu.
https://bugs.launchpad.net/bugs/1245951
Title:
Wrong oFono property used for data technology indication
Status in Network Menu:
Confirmed
Status in “indicator-network” package in Ubuntu:
Confirmed
Bug description:
Image: Touch #100 ( aka v1.0 ).
The current indicator-network code uses the ofono's
NetworkRegistration interface's "Technology" property to determine
which mobile data connection icon to display on the status bar.
The code currently compares the value of "Technology" to:
- "gsm" -- this causes "2G" to be displayed
- "umts" -- this causes "3G" to be displayed
- "edge" -- this is invalid ( never set by ofono )
- "hspa" -- this is invalid ( never set by ofono )
- "lts" -- valid, but currently not supported in the ofono/rilmodem
driver ( LTE isn't yet 100% supported )
The code instead should be examining ofono's ConnectionManager
interface's "Bearer" property. This is not currently being set by
the ofono/rilmodem code ( see bug #1245954 for more details ).
The valid values of the "Bearer" property are: "none", "gprs" ( 2G ),
"edge" ( E ), "umts" ( 3G ), "hsupa"/"hsdpa"/"hspa" ( 3G ), and "lte"
( L ). oFono doesn't currently support reporting HSPA+, whereas RIL
does, so we'll need to patch ofono so that the value "hspap" is valid
for "Bearer".
-
To manage notifications about this bug go to:
https://bugs.launchpad.net/indicator-network/+bug/1245951/+subscriptions
Follow ups
-
[Bug 1245951] Re: Wrong oFono property used for data technology indication
From: Pete Woods, 2015-03-26
-
[Bug 1245951] Re: Wrong oFono property used for data technology indication
From: Antti Kaijanmäki, 2014-12-16
-
[Bug 1245951] Re: Wrong oFono property used for data technology indication
From: John McAleely, 2014-12-16
-
[Bug 1245951] Re: Wrong oFono property used for data technology indication
From: Antti Kaijanmäki, 2014-12-16
-
[Bug 1245951] Re: Wrong oFono property used for data technology indication
From: John McAleely, 2014-12-08
-
[Bug 1245951] Re: Wrong oFono property used for data technology indication
From: John McAleely, 2014-12-08
-
[Bug 1245951] Re: Wrong oFono property used for data technology indication
From: Antti Kaijanmäki, 2014-10-29
-
[Bug 1245951] Re: Wrong oFono property used for data technology indication
From: John McAleely, 2014-10-29
-
[Bug 1245951] Re: Wrong oFono property used for data technology indication
From: John McAleely, 2014-10-29
-
[Bug 1245951] Re: Wrong oFono property used for data technology indication
From: Antti Kaijanmäki, 2014-10-07
-
[Bug 1245951] Re: Wrong oFono property used for data technology indication
From: Antti Kaijanmäki, 2014-09-23
-
[Bug 1245951] Re: Wrong oFono property used for data technology indication
From: Antti Kaijanmäki, 2014-09-11
-
[Bug 1245951] Re: Wrong oFono property used for data technology indication
From: Thomas Strehl, 2014-08-29
-
[Bug 1245951] Re: Wrong oFono property used for data technology indication
From: Thomas Strehl, 2014-08-22
-
[Bug 1245951] Re: Wrong oFono property used for data technology indication
From: Tony Espy, 2014-07-10
-
[Bug 1245951] Re: Wrong oFono property used for data technology indication
From: Antti Kaijanmäki, 2014-05-07
-
[Bug 1245951] Re: Wrong oFono property used for data technology indication
From: Antti Kaijanmäki, 2014-04-14
-
[Bug 1245951] Re: Wrong oFono property used for data technology indication
From: Antti Kaijanmäki, 2014-04-03
-
[Bug 1245951] Re: Wrong oFono property used for data technology indication
From: Tony Espy, 2013-12-04
-
[Bug 1245951] Re: Wrong oFono property used for data technology indication
From: Matthew Paul Thomas, 2013-11-25
-
[Bug 1245951] Re: Wrong oFono property used for data technology indication
From: Charles Kerr, 2013-11-01
-
[Bug 1245951] Re: Wrong oFono property used for data technology indication
From: Tony Espy, 2013-11-01
-
[Bug 1245951] Re: Wrong oFono property used for data technology indication
From: Tony Espy, 2013-11-01
-
[Bug 1245951] Re: Wrong oFono property used for data technology indication
From: Tony Espy, 2013-10-31
-
[Bug 1245951] Re: Wrong oFono property used for data technology indication
From: Tony Espy, 2013-10-29
-
[Bug 1245951] Re: Wrong oFono property used for data technology indication
From: Tony Espy, 2013-10-29
-
[Bug 1245951] [NEW] Wrong oFono property used for data technology indication
From: Tony Espy, 2013-10-29
References