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
Denis Kenzior 2116af7cb3
HACKING: Update instructions with email address
7 years ago
btio btio: Add BtIOMode enum to be used with BT_IO_OPT_MODE 11 years ago
doc doc: Add Item M17 to coding-style.txt 7 years ago
drivers rilmodem: fix call_barring_query_cb 7 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 ppp_net: Make static analysis tools happy 8 years ago
gdbus gdbus: Close private connection if setup fails 8 years ago
gisi gisi: Remove includes of <glib/gtypes.h> 11 years ago
gril gril: Add g_ril_new_with_ucred 7 years ago
include include: Add ofono_gprs_context_get_type 7 years ago
plugins ril: Use g_ril_new_with_ucred 7 years ago
src modem: Don't move to pre-sim state in case of failure 7 years ago
test test: Fix file mode for reset-contexts 8 years ago
tools stktest: Remove some unneeded output 9 years ago
unit unit: add new test-rilmodem-cb 7 years ago
.gitignore gitignore: Ignore rilmodem-cs test binary 7 years ago
.mailmap mailmap: Fix up Michael's name 11 years ago
AUTHORS AUTHORS: Mention Simon's contributions 8 years ago
COPYING Initial revision 14 years ago
ChangeLog Release 1.17 8 years ago
HACKING HACKING: Update instructions with email address 7 years ago
INSTALL Initial revision 14 years ago
Makefile.am plugins: Add sofia3GR ril driver 7 years ago
NEWS Initial revision 14 years ago
README README: add information about mailing list and site 11 years ago
TODO TODO: Add DTMF batch hint task 7 years ago
acinclude.m4 build: Avoid warnings about _FORTIFY_SOURCE 9 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 build: Add rilmodem to the build 8 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.

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

Mailing list:
	ofono@ofono.org

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