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 38b37cbc4f
mailmap: Fix up Michael's name
11 years ago
btio btio: Add BtIOMode enum to be used with BT_IO_OPT_MODE 11 years ago
doc doc: Clarify CallRemoved behavior 11 years ago
drivers atmodem: Poll SIM state after having entered PIN 11 years ago
examples gprs-provision: Fix crash if no SPN present 11 years ago
gatchat gatutil: Use g_ascii_isprint instead of isprint 11 years ago
gdbus gdbus: Remove unneeded NEED_DBUS_WATCH_GET_UNIX_FD check 11 years ago
gisi gisi: Remove includes of <glib/gtypes.h> 11 years ago
include include: Add ofono_sim_get_spn() declaration 11 years ago
plugins hfp_hf: Fix modifying hash table while iterating 11 years ago
src call-forwarding: Remove unneeded variable 11 years ago
test test: Add test script for ReleaseAndAnswer 11 years ago
tools tools: Add lookup-provider-name utility 12 years ago
unit unit: Update copyright information 12 years ago
.gitignore update gitignore 12 years ago
.mailmap mailmap: Fix up Michael's name 11 years ago
AUTHORS AUTHORS: Mention Michael's contributions 11 years ago
COPYING Initial revision 14 years ago
ChangeLog Release 1.6 11 years ago
HACKING HACKING: Add ofono.conf file copy command required 12 years ago
INSTALL Initial revision 14 years ago
Makefile.am test: Add test script for ReleaseAndAnswer 11 years ago
NEWS Initial revision 14 years ago
README doc: Update copyright information 12 years ago
TODO TODO: Mark Handsfree interface task as done 11 years ago
acinclude.m4 build: Use -DG_DISABLE_DEPRECATED compiler define 12 years ago
bootstrap bootstrap: autoconf must run before automake 13 years ago
bootstrap-configure build: Add configure option for building tools 12 years ago
configure.ac Release 1.6 11 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


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.