CellularDeviceReady=NSAPI_EVENT_CELLULAR_STATUS_BASE,/* Modem is powered and ready to receive commands. cell_callback_data_t.status_data will be -1 */
CellularSIMStatusChanged=NSAPI_EVENT_CELLULAR_STATUS_BASE+1,/* SIM state changed. cell_callback_data_t.status_data will be enum SimState. See enum SimState in ../API/CellularSIM.h*/
CellularRegistrationStatusChanged=NSAPI_EVENT_CELLULAR_STATUS_BASE+2,/* Registering status changed. cell_callback_data_t.status_data will be enum RegistrationStatus. See enum RegistrationStatus in ../API/CellularNetwork.h*/
CellularRegistrationTypeChanged=NSAPI_EVENT_CELLULAR_STATUS_BASE+3,/* Registration type changed. cell_callback_data_t.status_data will be enum RegistrationType. See enum RegistrationType in ../API/CellularNetwork.h*/
CellularCellIDChanged=NSAPI_EVENT_CELLULAR_STATUS_BASE+4,/* Network Cell ID have changed. cell_callback_data_t.status_data will be int cellid*/
CellularRadioAccessTechnologyChanged=NSAPI_EVENT_CELLULAR_STATUS_BASE+5,/* Network roaming status have changed. cell_callback_data_t.status_data will be enum RadioAccessTechnology See enum RadioAccessTechnology in ../API/CellularNetwork.h*/
CellularAttachNetwork=NSAPI_EVENT_CELLULAR_STATUS_BASE+6,/* cell_callback_data_t.status_data will be enum AttachStatus. See enum AttachStatus in ../API/CellularNetwork.h */
CellularActivatePDPContext=NSAPI_EVENT_CELLULAR_STATUS_BASE+7,/* NSAPI_ERROR_OK in cell_callback_data_t.error on successfully PDP Context activated or negative error */