blob: 2a3835a8fdff477578deeb0b8472c13e8ac767ff (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
|
# This is a sample file for the static modem configuration
#
# It should be installed in your oFono system directory,
# e.g. /etc/ofono/modem.conf
#
# Each group is parsed as a modem device
# Each group shall at least define the driver
# Driver = <driver string>, e.g. phonesim, mbm, g1, etc.
#
# If driver is phonesim, the following keys are required:
# Address = <valid IPv4 address format>
# Port = <valid TCP port>
#
# If driver is mbm or g1, the following key is required
# Device = <device path>
# Sample for using phone simulator
#[phonesim]
#Driver=phonesim
#Address=127.0.0.1
#Port=12345
# Sample for Android/HTC G1
#[g1]
#Driver=g1
#Device=/dev/smd0
|