From 341fb0613ab67a33406dd7ec054eb973c69b46e4 Mon Sep 17 00:00:00 2001 From: James Prestwood Date: Thu, 14 Dec 2017 15:02:43 -0800 Subject: [PATCH] autotest: Added phonesim.conf file SIM/AKA/AKA' (ofono) autotests will require phonesim.conf for ofono to communicate with phonesim --- autotests/misc/phonesim/phonesim.conf | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 autotests/misc/phonesim/phonesim.conf diff --git a/autotests/misc/phonesim/phonesim.conf b/autotests/misc/phonesim/phonesim.conf new file mode 100644 index 00000000..d85b5356 --- /dev/null +++ b/autotests/misc/phonesim/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 = +# Port = + +[phonesim] +Address=127.0.0.1 +Port=12345