NAME
	sscd - System Syncronization Controller Daemon

SYNOPSIS
	sscd [OPTIONS]

DESCRIPTION

	The SSC daemon (sscd) controls the cellular modem (CMT or CellMo)
	startup, reset and shutdown. It also syncronizes the cellular radio
	state with online/offline state controlled by the Mode Control
	Entity (MCE) and allows the activation/deactivation of the modem
	based on D-Bus requests.

OPTIONS
	The sscd accepts following options

	-f, --foreground
		Do not daemonize sscd.

        -d<level>, --debug=<level>
		Set debugging level.

	-r,--perform-cmt-rfs
		Reset filesystem within cellular modem.

	-w, --wait-cmt-startup
		Test mode, wait until cmt startup and do not follow MCE mode.

UPSTART EVENTS
	The upstart events are used to signal transitions in modem state to
	the rest of the system. The events are as follows:

	    cellmo poweron starting
	    cellmo poweron ok --no-wait
	    cellmo poweroff starting
	    cellmo poweroff ok --no-wait
	    cellmo reset

	    cellmo sim missing
	    cellmo sim blocked
	    cellmo sim code-required
	    	   -e SIM_ICCID=xxxxxxxxxxxxxxxxxxxx
	    cellmo sim mode als2
	    cellmo sim mode ok
	    cellmo sim ready
	    	   -e SIM_ICCID=xxxxxxxxxxxxxxxxxxxx
		   -e SIM_IMSI=xxxxxxxxxxxxxxxxxxxx
		   -e SIM_HPLMN=mcc mnc


D-BUS API
	The SSC daemon uses D-Bus API for indicating the modem startup events
	to the rest of the system.  The modem state is also stored to the
	/var/run/ssc, the ICCID code read from SIM card to /var/run/iccid and
	IMSI code to /var/run/imsi.

	The D-Bus API is documented in <ssc-dbus-names.h> include file,
	available in ssc-daemon-dev package.


AUTHORS
	Samuli Stenudd
	Jukka Paakkunainen
	Pekka Pessi <pekka.pessi@nokia.com>
