lp:ubuntu/vivid-proposed/ofono

Created by Ubuntu Package Importer and last modified
Get this branch:
bzr branch lp:ubuntu/vivid-proposed/ofono
Members of Ubuntu branches can upload to this branch. Log in for directions.

Branch merges

Related bugs

Related blueprints

Branch information

Owner:
Ubuntu branches
Review team:
Ubuntu Development Team
Status:
Development

Recent revisions

63. By CI Train Bot Account

[ Alfonso Sanchez-Beato ]
* ubuntu-apndb.c, src/common.c, test-common.c: provision IA APNs
  LTE modems may require a new IA APN for non-GPRS operation,
  this change allows a new IA APN type to be provisioned along
  with Internet and MMS APNs.
* gril/grilunsol.c: LTE signal strength fix (LP: #1433867)
* ubuntu-apndb.c: load APNS w/out explict type (LP: #1437200)
* mtkodem, plugins/mtk.c, unit/tesk-mtkunsol.c: Dynamic MTK firwmare switching
  This change causes the firmware on specific MTK-based phone to be
  dynamically switched/reset based on SIM type and roaming conditions.
* include, plugins/mtk.c, src/modem.c, gprs.c: set data for just one slot (LP: #1413672)
  Make sure ConnectionManager.Powered property is set for only one slot in
  case the modem is of type dual SIM stand-by.
* doc, gprs: add 'Preferred' property to GPRS contexts (LP: #1361864)

62. By CI Train Bot Account

[ Alfonso Sanchez-Beato ]
mtk.c: Fix Set3g FlightMode regression on krillin (LP: #1430700 )

61. By CI Train Bot Account

[ Alfonso Sanchez-Beato ]
* mtkmodem/voicecall.c: fix fast call answer (LP: #1422401)
  Fix problem that occurs when calls are answer too quickly.
* mtk.c: wait for radio event before onlining (LP: #1419675)
  Ensure that the 2nd SIM slot on krillin is always
  initialized properly.
* gril/grilrequest.c, unit: support empty APN
  Allow data calls with GPRS contexts that have empty APNs.
* grilreply.c, grilutil.c, ril_constants.c: fix arale parcel parsing
  Fix parcel parsing issues with radio tech and SIM PIN retries.

60. By PS Jenkins bot

[ Tony Espy ]
* test/rilmodem/sim: add new SIM test scripts
* test: fix test-call-forwarding script (LP: #1396323)

[ Vicamo Yang ]
* mtkmodem, rilmodem: re-factor naming
  This change makes the naming of GRil, mtk_data,
  ofono_modem, and ril_data instances consistent.
* rilmodem: fix duplicate APPSTATE* constants
* gril: get rid of duplicate ringbuffer.h (LP: #1408250)
* mtk.c: use RIL_RADIO_POWER request for single slot modems

[ Alfonso Sanchez-Beato ]
* gril, unit, mtk.c: SIM mode and session ID fixes for arale
  For MTK modems, DUAL_SIM_MODE requests aren't necessary. Also
  add session-id to SIM IO requests for newer MTK modems.
* rilmodem, mtk.c, ril.c: add auto-answer support
  This change adds auto-answer support which is triggered
  by usage of a special test SIM (MCC/MNC 001/01 or 001/001).
* mtkmodem, unit, mtk.c: support arale firmware switch
  This change will cause the correct modem firmware to
  be loaded based upon the SIM MCC and MNC. If new
  firmware is loaded, a modem reset is triggered.
* mtkmodem, unit, mtk.c: handle suspend events
  RIL_RESUME_REGISTRATION requests are not sent to
  MTK modems if suspend events are received.
* gril, include, mbpi, rilmodem, mtkmodem, rilmodem,
  gprs, unit, modem, ril.c, mtk.c: LTE updates
  This changes detection logic for LTE modems to rilmodem
  ( via an environment var ) and mtkmodem ( via a modem
  query ). If detected, a RIL_INITIAL_ATTACH_APN request
  is not sent to the modem during gprs initialization.

59. By PS Jenkins bot

[ Martin Pitt ]
Add systemd unit.

58. By PS Jenkins bot

[ Alfonso Sanchez-Beato ]
* grilreply.c, parcel.c, rilmodem: merge data and voice reg parsing
  This change splits the orginal parsing code for data and voice
  registration replies, cleaning up some of original parsing code
  which wasn't very elegant.
* Makefile.am, rilmodem, src/sim*.*, include/sim.h,
  plugins/mtk.c, ril.c: enable SIM phonebook import support
* rilmodem/sim.c, plugins/mtk.c, ril.c: fix SIM interface signals (LP: #1376250)
* plugins/mtk.c: fix krillin slow socket disconnection (LP: #1388030)
* Makefile.am, doc/mtk-settings-api.txt, mtkmodem,
  plugins/mtk.c, test, unit: support krillin 3g slot switch (LP: #1373388)

57. By PS Jenkins bot

[ Alfonso Sanchez-Beato ]
* drivers/rilmodem/sim.c: enter PIN before unlocking (LP: #1375945)
  Some modems require the PIN to be unlocked with a separate
  command before the PIN lock can be disabled.

* src/sim.c: fix sim atom teardown crash (LP: #1374418)

56. By PS Jenkins bot

[ Alfonso Sanchez-Beato ]
* include, plugins/mtk.c, src/modem.c,sim.c: Fix PUK crash (LP: #1365481)
  If the SIM gets locked in particular sequence, ofono will crash
  while trying to free the list of SIM SPN watch events ( which
  have already been freed ). MTK fix is a bit more involved than
  the stanard RIL logic.

* plugins/mtk.c,ril.c: Show emergency numbers in flight-mode (LP: #1366188)
  Modify plugin logic to create the SimManager interface even if
  no SIM is present.

* gril, unit: fix indicator-network crash (LP: #1368675)
  RIL defines a set of network registration states for emergency
  calling that don't map directly to ofono's states. This results
  in NetworkRegistration Status not being set at all, which in
  turn crashes the indicator.

* rilmodem/gprs.c: fix crash due to stale timer event (LP: # 1373351)
  A 5s timer is set to retry a STATUS request to RIL, however if
  FlightMode is enabled, the gprs atom is destroyed, and the pending
  timer callback has a stale gprs reference. Now the timer id is
  stored, and when the atom destroyed, the timer event is cancelled.

* mtkmodem/radio-setttings.c: fix RadioSettings creation (LP: #1374029 )
  If the MTK modem returns a RADIO_NOT_AVAIL error in response
  to a FastDormany RIL request, the RadioSetting initialization
  callback sequence is broken, and thus the RadioSettings interface
  isn't created. This in turn prevents powerd from enabling
  FastDorancy whenever the screen is turned off, and also has
  implications for system-settings too.

[ Tony Espy ]
* plugins/ubuntu-apndb.c: allow MMS APNs w/out proxy (LP: #1362008)
  Prior to this change, MMS APNs w/out a proxy were skipped.
  Now APNs are skipped if message center is missing, which makes
  more sense.

[ Ubuntu daily release ]
* New rebuild forced

55. By PS Jenkins bot

[ Jussi Kangas ]
* src/gprs.c: Fix to allow MMS properties to be set (LP: #1362068)

[ Tony Espy ]
* rilmodem/sim.c: Fix EnterPIN logic (LP: #1363413)

[ Ubuntu daily release ]
* New rebuild forced

54. By Ɓukasz Zemczak

Revert last landing as it caused regressions related to SIM-pin
unlocking.

Branch metadata

Branch format:
Branch format 7
Repository format:
Bazaar repository format 2a (needs bzr 1.16 or later)
Stacked on:
lp:ubuntu/vivid/ofono
This branch contains Public information 
Everyone can see this information.

Subscribers