Advertisement
masha11

Untitled

Oct 1st, 2019
634
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.61 KB | None | 0 0
  1.  
  2. [root@Sailfish nemo]# cat /etc/ofono/ril_subscription.conf
  3. # This is a sample configuration file for the ril driver
  4. #
  5. # This file is expected to be installed in /etc/ofono
  6. #
  7. # Configuration for each modem is defined in its own [ril_x] section.
  8. # Only the sections that start with the "ril_" prefix define the modems,
  9. # other sections are currently ignored.
  10. #
  11.  
  12. [ril_0]
  13. # RIL logging prefix, to tell one socket from another in the log.
  14. # Makes sense if you have more than one modem configured.
  15. #
  16. # No prefix by default.
  17. #
  18. name=RIL1
  19. # Required entry, defines the RIL socket path
  20. socket=/dev/socket/rild
  21.  
  22. # Subscription string. Some (mostly, older) RILs require that 4 bytes
  23. # (usually SUB1 or SUB2) are written to the socket before rild starts
  24. # talking to us.
  25. #
  26. # Not sent by default.
  27. #
  28. #sub=SUB1
  29.  
  30. [ril_1]
  31. name=RIL2
  32. socket=/dev/socket/rild2
  33.  
  34. # Slot id for SET_UICC_SUBSCRIPTION request.
  35. #
  36. # By default the first modem becomes slot 0, the next one slot 1 and so on.
  37. #
  38. #slot=0
  39.  
  40. # RIL request timeout, in milliseconds.
  41. #
  42. # The default is zero (no timeout)
  43. #
  44. #timeout=0
  45.  
  46. # Setting this one to false would disable 4G technology selection.
  47. #
  48. # By default 4G is enabled
  49. #
  50. #enable4G=true
  51.  
  52. # RIL_REQUEST_SET_UICC_SUBSCRIPTION is 115 in RIL version 9 (or earlier)
  53. # and 122 in RIL version 10 and later. Since ofono doesn't know in advance
  54. # which RIL version it's dealing with, it makes the decision at runtime.
  55. # Settings it to false disables the workaround and always sends 122.
  56. #
  57. # Default is true (select SET_UICC_SUBSCRIPTION based on the RIL version)
  58. #
  59. #uiccWorkaround=true
  60. [root@Sailfish nemo]#
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement