ofono with local patches/modifications
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
Go to file
Sergey Matyukevich da1ef6588b
drivers: gemalto: add gprs-context driver
3 years ago
btio btio: Add BtIOMode enum to be used with BT_IO_OPT_MODE 11 years ago
doc doc: added PCI, TAC, SNR property in networkmonitor-api 3 years ago
drivers drivers: gemalto: add gprs-context driver 3 years ago
dundee dundee: Fix out-of-order free 8 years ago
examples gprs-provision: Fix crash if no SPN present 12 years ago
gatchat gatchat: increase line buffer max size 3 years ago
gdbus gdbus: Close private connection if setup fails 8 years ago
gisi gisi: Fix compiler warnings from -Wpragmas 4 years ago
gril treewide: Remove superfluous use of _GNU_SOURCE 5 years ago
include netmon: added PCI, TAC, SNR value 3 years ago
linux build: Add internal copy of linux/gsmmux.h for older systems 4 years ago
plugins xmm7xxx-enable-esim-feature-in-xmm_ofono 3 years ago
src netmon: added PCI, TAC, SNR value 3 years ago
test test: make all files executable 4 years ago
tools stktest: Fix immediate response test 4 years ago
unit unit: Update to the new stkutil api 4 years ago
.gitignore gitignore: unit/test-idmap binary 4 years ago
.mailmap mailmap: Fix up Michael's name 11 years ago
AUTHORS AUTHORS: Mention JongSeok's contributions 3 years ago
COPYING Initial revision 14 years ago
ChangeLog Release 1.31 4 years ago
HACKING HACKING: Update instructions with email address 8 years ago
INSTALL Initial revision 14 years ago
Makefile.am drivers: gemalto: add gprs-context driver 3 years ago
NEWS Initial revision 14 years ago
README README: Add information about ELL when building from sources 5 years ago
TODO TODO: Add DTMF batch hint task 8 years ago
acinclude.m4 build: Use -fsigned-char and -fno-exceptions compiler options 4 years ago
bootstrap bootstrap: autoconf must run before automake 14 years ago
bootstrap-configure build: Reorder default developer build options 11 years ago
configure.ac build: require dbus >= 1.6 3 years ago
ofono.pc.in build: Support for pkg-config 13 years ago

README

oFono - Open Source Telephony
*****************************

Copyright (C) 2008-2011  Intel Corporation. All rights reserved.


Compilation and installation
============================

In order to compile telephony stack you need following software packages:
	- GCC compiler
	- GLib library
	- D-Bus library

To configure run:
	./configure --prefix=/usr --mandir=/usr/share/man \
				--sysconfdir=/etc --localstatedir=/var

Configure automatically searches for all required components and packages.

To compile and install run:
	make && make install


Embedded Linux library
======================

In order to compile the daemon and utilities the development version of
Embedded Linux library is required to be present. The development
repositories can be found here:

	git://git.kernel.org/pub/scm/libs/ell/ell.git
	https://kernel.googlesource.com/pub/scm/libs/ell/ell.git

The build systems requires that the Embedded Linux library source code
is available on the same top level directory as the source code:

	.
	|--- ell
	|    |--- ell
	|    `--- unit
	`--- ofono
	     |--- src
	     `--- tools

It is not required to build or install Embedded Linux library. The build
will happen when building the Wireless daemon and it will then be linked
internally.

When using --enable-external-ell build option, it is not required that the
Embedded Linux library source code is available in the top level directory.


Kernel Dependencies
===================

In order to have the PPP stack working in oFono you need to enable CONFIG_TUN
(Universal TUN/TAP device driver support) in your kernel .config.


Information
===========

Mailing list:
	ofono@ofono.org

For additional information about the project visit oFono web site:
	http://www.ofono.org