forked from ubports/android_device_fairphone_fp2
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge "FP2: Hint ofono as to LTE rat availability due to lack of prob…
…ing" into ubp-5.1
- Loading branch information
Showing
2 changed files
with
15 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
description "oFono Mobile telephony stack" | ||
|
||
start on started dbus and rild-ready | ||
stop on stopping dbus | ||
|
||
expect fork | ||
respawn | ||
|
||
env OFONO_RIL_DEVICE=ril | ||
env OFONO_RIL_NUM_SIM_SLOTS=1 | ||
env OFONO_RIL_RAT_LTE=1 | ||
|
||
exec ofonod -P provision,udev*,dun*,smart*,hfp_bluez5,stktest,sap |