7f3955122af8b0349fb7d3f2db8abd754459d146
C Python Other
Latest commit efc9c0a Jan 11, 2017 @tonyespy tonyespy Merge pull request #258 from alfonsosanchezbeato/gprs-ctx-review-comment
gril: change error message
Permalink
Failed to load latest commit information.
btio btio: fix build failure on ppc64le arch Mar 18, 2014
doc handsfree-audio: add type for our audio cards Oct 5, 2015
drivers rilmodem: save the dial callback at the request time Jan 11, 2017
dundee dundee: Fix out-of-order free May 13, 2015
examples examples: Adapt to emulator changes Nov 2, 2015
gatchat ppp_net: Make static analysis tools happy Jul 28, 2015
gdbus gdbus: Close private connection if setup fails Apr 20, 2015
gisi gisi: Remove includes of <glib/gtypes.h> Mar 19, 2012
gril Merge pull request #258 from alfonsosanchezbeato/gprs-ctx-review-comment Jan 11, 2017
include include: gprs: remove set ia Jul 15, 2016
plugins Merge pull request #249 from peat-psuwit/qcom-msim-req-msg Sep 16, 2016
src gprs: remove calls to set_ia_apn Jul 15, 2016
test test: Add AvailableTechnologies to list-modems Jul 31, 2015
tools stktest: Remove some unneeded output Jul 31, 2015
unit unit: rilmodem: add gprs-context unit tests Nov 18, 2016
.gitignore gitignore: add test-rilmodem-gprs-context binary Nov 18, 2016
.mailmap mailmap: Fix up Michael's name May 1, 2012
AUTHORS AUTHORS: Mention Johannes' contributions Jul 16, 2015
COPYING Initial revision Apr 26, 2009
ChangeLog Release 1.17 Sep 13, 2015
HACKING HACKING: Add ofono.conf file copy command required Dec 2, 2010
INSTALL Initial revision Apr 26, 2009
Makefile.am build: add test-rilmodem-gprs-context Nov 18, 2016
NEWS Initial revision Apr 26, 2009
README One final tweak to README wording. Oct 25, 2013
README.orig Add initial support for devices running an Android RILD. Sep 9, 2013
TODO TODO: Mark BlueZ 5 support in dundee as done Jul 31, 2015
acinclude.m4 build: Avoid warnings about _FORTIFY_SOURCE Jul 31, 2015
bootstrap bootstrap: autoconf must run before automake Dec 10, 2009
bootstrap-configure build: Reorder default developer build options Dec 10, 2012
configure.ac build: remove --enable-android-wakelock option Aug 30, 2016
ofono.pc.in build: Support for pkg-config Jan 31, 2011

README

rilmodem
********

This README describes the upstream rilmodem/ofono git repository hosted on 
github:

https://github.com/rilmodem/ofono

The original ofono README is still present, however it's been re-named 
README.orig.

This git repository is a temporary fork of ofono 1.12 meant as a staging
area for work on rilmodem, an ofono driver and associated plugins used 
to provide a telephony stack based upon an Android RILD instance ( vs. a
native modem driver ).  This repository is *also* the upstream for Ubuntu's
version of ofono.  As such, changes to this repository must be tested 
to ensure no regressions are introduced.  For rilmodem-related changes,
it's recommended that they be tested on at least one of the Nexus-based
phones currently supported by Ubuntu Touch.

The 'master' branch is auto-imported to the following Launchpad bzr branch:

https://code.launchpad.net/~phablet-team/ofono/rilmodem

The packaging branch is:

https://code.launchpad.net/~phablet-team/ofono/ubuntu

It's the intention of the developers of this code to work with the
ofono developers to eventually upstream this code, however as there is
still work to be done ( missing core features, code cleanup, unit tests,
... ), this repository has been created to make cross-distro colloboration
on rilmodem easier.

Author: Tony Espy <espy@canonical.com>
Author: Ricardo Salveti de Araujo <ricardo.salveti@canonical.com>