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
Marcel Holtmann 443d571c45
README: Add information about ELL when building from sources
4 years ago
btio btio: Add BtIOMode enum to be used with BT_IO_OPT_MODE 11 years ago
doc doc/common-patterns.txt: initial version 4 years ago
drivers mbimmodem: Convert back to using __builtin_bswap16 with proper indexing 4 years ago
dundee dundee: Fix out-of-order free 8 years ago
examples gprs-provision: Fix crash if no SPN present 11 years ago
gatchat gatchat: support for auth NONE 5 years ago
gdbus gdbus: Close private connection if setup fails 8 years ago
gisi treewide: Remove superfluous use of _GNU_SOURCE 5 years ago
gril treewide: Remove superfluous use of _GNU_SOURCE 5 years ago
include include: add ofono_modem_set_powered_timeout_hint 4 years ago
plugins udevng: enhance udev detection for intel 7xxx modems 4 years ago
src main: Remove leftover HAVE_ELL conditions 4 years ago
test test: use python3 for set-ddr 4 years ago
tools build: Remove setup of thread support 5 years ago
unit treewide: Remove superfluous use of _GNU_SOURCE 5 years ago
.gitignore build: Add support for internal and external Embedded Linux library 4 years ago
.mailmap mailmap: Fix up Michael's name 11 years ago
AUTHORS AUTHORS: Mention Giacinto's contributions 5 years ago
COPYING Initial revision 14 years ago
ChangeLog Release 1.26 4 years ago
HACKING HACKING: Update instructions with email address 7 years ago
INSTALL Initial revision 14 years ago
Makefile.am mbim: Add the missing mbim-private.h header into packages 4 years ago
NEWS Initial revision 14 years ago
README README: Add information about ELL when building from sources 4 years ago
TODO TODO: Add DTMF batch hint task 7 years ago
acinclude.m4 build: Don't report format truncation as warnings 6 years ago
bootstrap bootstrap: autoconf must run before automake 13 years ago
bootstrap-configure build: Reorder default developer build options 10 years ago
configure.ac Release 1.26 4 years ago
ofono.pc.in build: Support for pkg-config 12 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