autotest: Added phonesim.conf file

SIM/AKA/AKA' (ofono) autotests will require phonesim.conf for
ofono to communicate with phonesim
This commit is contained in:
James Prestwood 2017-12-14 15:02:43 -08:00 committed by Denis Kenzior
parent 9474785839
commit 341fb0613a
1 changed files with 14 additions and 0 deletions

View File

@ -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