summaryrefslogtreecommitdiffstats
path: root/plugins/phonesim.conf
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2010-10-25 20:48:55 +0200
committerMarcel Holtmann <marcel@holtmann.org>2010-10-25 20:48:55 +0200
commitf8ef39c96ed117d3dd7a93ff846308fbd3491fdb (patch)
treee7502a5281cb6d62f2ffdbbb516dbde58bfd3dad /plugins/phonesim.conf
parent7738f94451c8f3052b55ce7ab450fa87c9f71bdf (diff)
downloadofono-f8ef39c96ed117d3dd7a93ff846308fbd3491fdb.tar.bz2
build: Add example configuration for phonesim plugin
Diffstat (limited to 'plugins/phonesim.conf')
-rw-r--r--plugins/phonesim.conf14
1 files changed, 14 insertions, 0 deletions
diff --git a/plugins/phonesim.conf b/plugins/phonesim.conf
new file mode 100644
index 00000000..74bb645e
--- /dev/null
+++ b/plugins/phonesim.conf
@@ -0,0 +1,14 @@
+# This is a sample file for the phonesim configuration
+#
+# It should be installed in your oFono system directory,
+# e.g. /etc/ofono/phonesim.conf
+#
+# Each group is parsed as a modem device
+#
+# Each group shall at least define the address and port
+# Address = <valid IPv4 address format>
+# Port = <valid TCP port>
+
+#[phonesim]
+#Address=127.0.0.1
+#Port=12345