lp:ubuntu/trusty/ofono

Created by James Westby and last modified
Get this branch:
bzr branch lp:ubuntu/trusty/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
Status:
Development

Recent revisions

46. By PS Jenkins bot

[ Dimitri John Ledkov ]
* Correct ofono-scripts dependency on python3-dbus, not python-dbus.

[ Tony Espy ]
* src: fix build-failure on ppc64le arch
* btio: fix build-failure on ppc64le arch

[ Sergio Schvezov ]
* Changing version to cope with citrain

45. By Ricardo Salveti

[ Tony Espy ]
test: add exception handling to enable-modem & list-modems

44. By Didier Roche-Tolomelli

Revert to 1.12+bzr6853 to avoid crashes on Touch image
(maybe due to ofono-simd)

43. By Ricardo Salveti

[ Tony Espy ]
* unit: fix fail-to-build on powerpc
  The previously released version enabled -Wall,
  which triggered build failures due to unused
  functions on powerpc. This is due to the fact
  that the unit tests only run on LITTLE_ENDIAN
  systems via an ifdef, which leaves unused functions
  and data. This change exends the ifdef to cover
  the unused functions and test data.
* idmap: use UL for bitshift literals (LP: #1271284)
  This change fixes a failing unit test on ppc64le
  due to the undefined behavior when the left bitshift
  operator is given a value that excedes the size of
  the value being shifted.
* gril, rilmodem/sim, unit: fix SIM IO crash (LP: #1268743)
  - cleanup gril_reply_parse_sim_io() to add malformed parcel
    check and fix memory leak.
  - add check for null hex_response in ril_file_io_cb(), as
    the emulator can return such responses.
  - add additional unit tests to cover crash scenarios.
* ril, src: enable message-waiting-interface
  - register message_waiting atom in ril plugin
  - register message_waiting atom in ril plugin
  - fix sms_mwi_dcs_decode bug which prevented incoming message
    waiting indications from being set.
* rilmodem/voicecall: fix call-decline bug (LP: #1260988)
  Send a RIL_REQUEST_HANGUP_WAITING_OR_BACKGROUND instead of
  was used correctly for displaying operator name, however
  some modems failed to handle roaming correctly for MVNOs.
  This fix is transparent to modems that do the right thing.
* gril/gril.c, plugins/ril.c: API changes for OEMS
  This change introduces a socket-path to the g_ril_new()
  function, and also adds a new disconnect function.
* gril/grilunsol.c: add support for v5 signal strength message
* debian/control: adjust ofono-scripts dependencies for Python 3
* test/rilmodem: add copyright/license headers

[ Martin Pitt ]
* test: convert tests scripts to Python 3 (LP: #1283571)

42. By Ricardo Salveti

[ Tony Espy ]
unit: fix fail-to-build on powerpc
The previously released version enabled -Wall,
which triggered build failures due to unused
functions on powerpc. This is due to the fact
that the unit tests only run on LITTLE_ENDIAN
systems via an ifdef, which leaves unused functions
and data. This change exends the ifdef to cover
the unused functions and test data.

41. By Ricardo Salveti

[ Tony Espy ]
* debian/rules: add -Wall to CFLAGS;
  mirrors upstream build
* plugins/nettime.c: fix build error
  by adding <stdlib.h> include
* src/log.c: fix build error by adding
  a print_backtrace() function declaration
  with __attribute__ ((unused))
* gril: fix cancel_group/offline crash (LP: #1262340)
* gril, plugins/ril: Re-worked RIL power code to prepare for flight-
  mode implementation (LP: #1245860), (LP: #1208657).

[ Alfonso Sanchez-Beato ]
* gril, unit, rilmodem/call-settings: Add Call-settings suport
  - merge applicable nemomobile code
  - re-factor parcel code
  - add call-volume parcel unit tests
* gril, unit, rilmodem/ussd: Add USSD support (LP: #1195398)
  - merge applicable nemomobile code
  - re-factor parcel code
  - add call-volume parcel unit tests
* rilmodem/voicecall: fix conference calls for maguro (LP: #1257206)

40. By Ricardo Salveti

[ Tony Espy ]
rilmodem/sms: Don't parse SMS error reply (LP: #1260388)

39. By Ricardo Salveti

[ Alfonso Sanchez-Beato ]
* gril, include, rilmodem/sms, unit: SMS re-factoring
  - merge applicable nemomobile code
  - re-factor parcel code
  - add sms parcel unit tests
* build, doc, plugins, test: Add SMS history plugin
  - adds support for SMS delivery reports (LP: #1223314)
* gril, src, unit: Fix build warning
* gril, rilmodem/voicecall, unit: Voicecall re-factoring
  - merge applicable nemomobile code, including support
    for multi-party calling and call hold
  - re-factor parcel code
  - add voicecall parcel unit tests
* rilmodem: fix memory leaks reported by valgrind
* gril, rilmodem/sim: Remove SIM file-not-found error logging
  - includes low-level gril fix to handle ril messages
    that include a failure code, but also include event
    data (LP: #1254219)
* gril, rilmodem/call-volume, unit: Call-volume re-factoring
  - merge applicable nemomobile code
  - re-factor parcel code
  - add call-volume parcel unit tests
* gril, rilmodem/devinfo, unit: Devinfo re-factoring
  - re-factor parcel code
  - add devinfo parcel unit tests

[ Tony Espy ]
* unit: Add rilmodem gprs/netreg parcel unit tests
* debian/rules: Add CFLAGS to enable strict warnings checking
* gril, unit: fix const casts in gril and unit tests
* rilmodem/gprs: set default max_cids to 1 (LP: 1254746)

38. By Ricardo Salveti

[ Alfonso Sanchez-Beato ]
* gril: enable low-level multi-request support
* plugins: add mnclength plugin; re-factored fix (LP: #1231320)

[ Tony Espy ]
* rilmodem: re-factor cb_data_new to include user param.
* gril, rilmodem/gprs, rilmodem/network-registration:
  - merge nemomobile gprs/netreg code
  - re-factor parcel code
  - add gprs/netreg parcel unit tests

37. By Ricardo Salveti

[ Mikko Hurskainen ]
* gril / rilmodem / plugins/ril: fix compilation issues/warnings

[ Tony Espy ]
* Updating README.

[ Alfonso Sanchez-Beato ]
* gril, rilmodem/sim, plugins/ril:
  - merge nemomobile SIM code
  - re-factor parcel code
  - add SIM parcel unit tests

Branch metadata

Branch format:
Branch format 7
Repository format:
Bazaar repository format 2a (needs bzr 1.16 or later)
This branch contains Public information 
Everyone can see this information.

Subscribers