File: ofono.default

package info (click to toggle)
ofono 2.18-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 12,064 kB
  • sloc: ansic: 224,979; sh: 5,012; python: 4,040; makefile: 956
file content (17 lines) | stat: -rw-r--r-- 602 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
DAEMON_OPTS=

### FCC unlocking

# You probably may want to enable the below options when using e.g. Lomiri.
# Please also read /usr/share/doc/ofono/README.Debian for further background and
# instructions.

# FCC-unlock GSM modems with a valid script/executable in /etc/ofono/fcc-unlock.d/ (at boot).
# Vendor scripts/executables in ${libdir}/ofono/fcc-unlock.d/ are also honoured.
FCC_UNLOCK=0

# If we FCC-unlock GSM modems, shall we keep the modem enabled / powered-up?
FCC_UNLOCK_MODEM_ENABLED=0

# If we FCC-unlock GSM modems, shall we bring the modem online afterwards?
FCC_UNLOCK_MODEM_ONLINE=0