Advertisement
Mavireck

ril_sub

Apr 8th, 2016
103
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.64 KB | None | 0 0
  1. sh-3.2# cat /etc/ofono/ril_subscription.conf
  2. # This is a sample configuration file for the ril driver
  3. #
  4. # This file is expected to be installed in /etc/ofono
  5. #
  6. # Configuration for each modem is defined in its own [ril_x] section,
  7. # common settings are in the [Settings] section, all other sections
  8. # are ignored.
  9. #
  10.  
  11. [Settings]
  12.  
  13. # If the phone has more than one SIM slot, the 3G/LTE module may be
  14. # shared by all modems, meaning that only one of the slots can use
  15. # 3G/LTE. In order to "hand 4G over" to the other slot, the modem
  16. # currently using 3G/LTE has to drop to GSM, release 3G/LTE module
  17. # and only then 3G/LTE can be used by the other modem. This setting
  18. # allows to disable this behaviour (say, if your phone has independent
  19. # 3G/LTE modules for each slot or you don't need 4G for both slots).
  20. # Obviously, it only has any effect if you have more than one SIM.
  21. #
  22. # Default is true (switch the current data modem to 2G when changing
  23. # the data modems)
  24. #
  25. #3GLTEHandover=true
  26.  
  27. [ril_0]
  28.  
  29. # Required entry, defines the RIL socket path
  30. socket=/dev/socket/rild
  31.  
  32. # Subscription string. Some (mostly, older) RILs require that 4 bytes
  33. # (usually SUB1 or SUB2) are written to the socket before rild starts
  34. # talking to us.
  35. #
  36. # Not sent by default.
  37. #
  38. #sub=SUB1
  39.  
  40. # RIL logging prefix, to tell one socket from another in the log.
  41. # Makes sense if you have more than one modem configured.
  42. #
  43. # No prefix by default.
  44. #
  45. #name=RIL1
  46.  
  47. # Slot id for SET_UICC_SUBSCRIPTION request.
  48. #
  49. # By default the first modem becomes slot 0, the next one slot 1 and so on.
  50. #
  51. #slot=0
  52.  
  53. # RIL request timeout, in milliseconds.
  54. #
  55. # The default is zero (no time
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement