← Back to team overview

ubuntu-phonedations-bugs team mailing list archive

[Bug 1454756] Re: set-context-property doesn't support 'Preferred' ( boolean ) property

 

This bug was fixed in the package ofono -
1.12.bzr6896+15.10.20150521-0ubuntu1

---------------
ofono (1.12.bzr6896+15.10.20150521-0ubuntu1) wily; urgency=medium

  [ Ratchanan Srirattanamet ]
  * build, gril, rilmodem, qcommsimmodem, plugins/qcom-msim.c: add
    support for LG L90 Dual which uses a Qualcomm dual-SIM modem (LP: #1427788)

  [ Alfonso Sanchez-Beato ]
  * src/gprs.c: support for 'ResetContexts' (LP: #1338758)
    Adds a new ConnectionManager 'ResetContexts' DBus method
    which deletes all existing gprs contexts and forces
    re-provisioning to occur.
  * plugins/ubuntu-apndb.c: ignore 'ipv6' protocol
    This change causes APNs with an 'ipv6' protocol value
    to instead be provisioned with 'ip', forcing IPv4 to
    be used.

  [ Jonas Drange ]
  * doc/connman-api.txt: add metion of 'ia' gprs context type

  [ Tony Espy ]
  * test/set-context-property: add 'Preferred' support (LP: #1454756, #1454751)
    This change adds support for the 'Preferred' ( and 'Active')
    properties which both need to be DBus variant wrapped booleans.
    Also added support for multi-SIM which was lacking from this script.
  * test/list-modems: add privacy support (LP: #1438715)
    Obfuscate any properties which can be tied to the end-user
    ( eg. SubscriberNumbers, SubscriberIdentity, ... ).

 -- CI Train Bot <ci-train-bot@xxxxxxxxxxxxx>  Thu, 21 May 2015 08:44:39
+0000

** Changed in: ofono (Ubuntu)
       Status: Fix Committed => Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Phonedations bugs, which is subscribed to ofono in Ubuntu.
https://bugs.launchpad.net/bugs/1454756

Title:
  set-context-property doesn't support 'Preferred' ( boolean ) property

Status in the base for Ubuntu mobile products:
  In Progress
Status in ofono package in Ubuntu:
  Fix Released

Bug description:
  The test script set-context-property doesn't support the 'Preferred'
  property as it has a boolean value as opposed to the rest of the
  context properties which are all strings.

  The script needs to check for this property and properly convert it
  using dbus.Variant(dbus.Boolean(sys.argv[2])).

  The correct gdbus command to set/clear this property is:

  dbus-send --system --type=method_call --print-reply --dest=org.ofono
  /ril_0/context1 org.ofono.ConnectionContext.SetProperty
  string:"Preferred" variant:boolean:[true|false]

  This is being reported against the version of ofono as of vivid's
  release:

  1.12.bzr6894+15.04.20150424.1-0ubuntu1

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1454756/+subscriptions


References