Advertisement
Guest User

Untitled

a guest
Dec 13th, 2012
180
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.73 KB | None | 0 0
  1. NAME
  2. sscd - System Syncronization Controller Daemon
  3.  
  4. SYNOPSIS
  5. sscd [OPTIONS]
  6.  
  7. DESCRIPTION
  8.  
  9. The SSC daemon (sscd) controls the cellular modem (CMT or CellMo)
  10. startup, reset and shutdown. It also syncronizes the cellular radio
  11. state with online/offline state controlled by the Mode Control
  12. Entity (MCE) and allows the activation/deactivation of the modem
  13. based on D-Bus requests.
  14.  
  15. OPTIONS
  16. The sscd accepts following options
  17.  
  18. -f, --foreground
  19. Do not daemonize sscd.
  20.  
  21. -d<level>, --debug=<level>
  22. Set debugging level.
  23.  
  24. -r,--perform-cmt-rfs
  25. Reset filesystem within cellular modem.
  26.  
  27. -w, --wait-cmt-startup
  28. Test mode, wait until cmt startup and do not follow MCE mode.
  29.  
  30. UPSTART EVENTS
  31. The upstart events are used to signal transitions in modem state to
  32. the rest of the system. The events are as follows:
  33.  
  34. cellmo poweron starting
  35. cellmo poweron ok --no-wait
  36. cellmo poweroff starting
  37. cellmo poweroff ok --no-wait
  38. cellmo reset
  39.  
  40. cellmo sim missing
  41. cellmo sim blocked
  42. cellmo sim code-required
  43. -e SIM_ICCID=xxxxxxxxxxxxxxxxxxxx
  44. cellmo sim mode als2
  45. cellmo sim mode ok
  46. cellmo sim ready
  47. -e SIM_ICCID=xxxxxxxxxxxxxxxxxxxx
  48. -e SIM_IMSI=xxxxxxxxxxxxxxxxxxxx
  49. -e SIM_HPLMN=mcc mnc
  50.  
  51.  
  52. D-BUS API
  53. The SSC daemon uses D-Bus API for indicating the modem startup events
  54. to the rest of the system. The modem state is also stored to the
  55. /var/run/ssc, the ICCID code read from SIM card to /var/run/iccid and
  56. IMSI code to /var/run/imsi.
  57.  
  58. The D-Bus API is documented in <ssc-dbus-names.h> include file,
  59. available in ssc-daemon-dev package.
  60.  
  61.  
  62. AUTHORS
  63. Samuli Stenudd
  64. Jukka Paakkunainen
  65. Pekka Pessi <pekka.pessi@nokia.com>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement