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
Rémi Denis-Courmont 4a482d296b
build: Support for pkg-config
12 years ago
btio btio: Fix email address in copyright header 12 years ago
doc TODO: Mark persist outgoing messages task as done 12 years ago
drivers atmodem: fix memory leak 12 years ago
examples examples: Update gprs-provision to the new API 12 years ago
gatchat gatchat: improve large file downlink data transfer 12 years ago
gdbus gdbus: Remove root node 'name' attribute in introspection 12 years ago
gisi gisi: remove g_isi_pending_from_msg() 12 years ago
include voicecall: remove ofono_cug_option 12 years ago
plugins plugins: remove NULL check 12 years ago
src simfs: Return from sim_fs_op_check_cached on error 12 years ago
test test: Fix disabling of delivery reports 12 years ago
tools tools: Use presence of SubscriberIdentity to trigger online operation 12 years ago
unit unit: unit test for sim_parse_app_template_entries 12 years ago
.gitignore build: Support for pkg-config 12 years ago
.mailmap Fix up Lasse's name and email address 12 years ago
AUTHORS AUTHORS: Fix Lasse's entry 12 years ago
COPYING Initial revision 14 years ago
ChangeLog Release 0.40 12 years ago
HACKING HACKING: Add ofono.conf file copy command required 12 years ago
INSTALL Initial revision 14 years ago
Makefile.am build: Support for pkg-config 12 years ago
NEWS Initial revision 14 years ago
README README: Annotate kernel dependencies 12 years ago
TODO TODO: Mark persist outgoing messages task as done 12 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 build: Support for pkg-config 12 years ago
ofono.pc.in build: Support for pkg-config 12 years ago

README

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

Copyright (C) 2008-2010  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.