connectivitylayer/isimessage/symbianisamacroif/include/wgmodem25/ss_wmisi.h
changeset 9 8486d82aef45
parent 5 8ccc39f9d787
equal deleted inserted replaced
8:6295dc2169f3 9:8486d82aef45
    11 *
    11 *
    12 * Contributors:
    12 * Contributors:
    13 * 
    13 * 
    14 * Description:
    14 * Description:
    15 * Name      : PN_SS [ 0x06 ] Resource Supplementary Services Server
    15 * Name      : PN_SS [ 0x06 ] Resource Supplementary Services Server
    16 * Version   : 014.000
    16 * Version   : 014.001
    17 *
    17 *
    18 * Documentation: www.wirelessmodemapi.com
    18 * Documentation: www.wirelessmodemapi.com
    19 *
    19 *
    20 */
    20 */
    21 
    21 
    22 
    22 
    23 #ifndef _SYMBIAN_ISI_SS_WMISI_H_
    23 #ifndef _SYMBIAN_ISI_SS_WMISI_H_
    24 #define _SYMBIAN_ISI_SS_WMISI_H_
    24 #define _SYMBIAN_ISI_SS_WMISI_H_
    25 
    25 
    26 #define SUPPLEMENTARY_SERVICES_SERVER_ISI_VERSION_Z	 14
    26 #define SUPPLEMENTARY_SERVICES_SERVER_ISI_VERSION_Z	 14
    27 #define SUPPLEMENTARY_SERVICES_SERVER_ISI_VERSION_Y	 0
    27 #define SUPPLEMENTARY_SERVICES_SERVER_ISI_VERSION_Y	 1
    28 
    28 
    29 
    29 
    30 //CONSTANTS
    30 //CONSTANTS
    31 #define MAX_USSD_LENGTH                                   	0xA0                                              	
    31 #define MAX_USSD_LENGTH                                   	0xA0                                              	
    32 #define ISI_MSG_OK                                        	0xFF                                              	
    32 #define ISI_MSG_OK                                        	0xFF                                              	
   188 #define SS_GSM_CLI_PERMANENT                              	0x00                                                 	
   188 #define SS_GSM_CLI_PERMANENT                              	0x00                                                 	
   189 #define SS_GSM_DEFAULT_RESTRICTED                         	0x01                                                 	
   189 #define SS_GSM_DEFAULT_RESTRICTED                         	0x01                                                 	
   190 #define SS_GSM_CLI_DEFAULT_ALLOWED                        	0x02                                                 	
   190 #define SS_GSM_CLI_DEFAULT_ALLOWED                        	0x02                                                 	
   191 #define SS_GSM_OVERRIDE_ENABLED                           	0x03                                                 	
   191 #define SS_GSM_OVERRIDE_ENABLED                           	0x03                                                 	
   192 #define SS_GSM_OVERRIDE_DISABLED                          	0x04                                                 	
   192 #define SS_GSM_OVERRIDE_DISABLED                          	0x04                                                 	
       
   193 #define SS_PARAMETER_NOT_AVAILABLE                          0xFF
   193 
   194 
   194 //ConstantTable for SS_GSM_GUIDANCE_INFO
   195 //ConstantTable for SS_GSM_GUIDANCE_INFO
   195 #define SS_GSM_BAD_PASSWORD                               	0x01                                                 	
   196 #define SS_GSM_BAD_PASSWORD                               	0x01                                                 	
   196 #define SS_GSM_BAD_PASSWORD_FORMAT                        	0x02                                                 	
   197 #define SS_GSM_BAD_PASSWORD_FORMAT                        	0x02                                                 	
   197 
   198 
   225 #define SS_GSM_STATUS_REQUEST_USSD_BUSY                   	0x08                                                 	
   226 #define SS_GSM_STATUS_REQUEST_USSD_BUSY                   	0x08                                                 	
   226 #define SS_STATUS_SERVICE_RELEASED                        	0x09                                                 	
   227 #define SS_STATUS_SERVICE_RELEASED                        	0x09                                                 	
   227 
   228 
   228 //ConstantTable for SS_MISC_SS_ERRORS
   229 //ConstantTable for SS_MISC_SS_ERRORS
   229 #define SS_SERVICE_BUSY                                   	0x00                                                 	
   230 #define SS_SERVICE_BUSY                                   	0x00                                                 	
   230 #define SS_GSM_MM_RELEASE                                 	0x01                                                 	
   231 #define SS_GSM_MM_RELEASE                                 	0x01                     //Obsolete error code
   231 #define SS_GSM_DATA_ERROR                                 	0x02                                                 	
   232 #define SS_GSM_DATA_ERROR                                 	0x02                                                 	
   232 #define SS_GSM_REQUEST_CANCELLED                          	0x04                                                 	
   233 #define SS_GSM_REQUEST_CANCELLED                          	0x04                                                 	
   233 #define SS_GSM_INDICATE_DEVICE_PASSWORD                   	0x05                                                 	
   234 #define SS_GSM_INDICATE_DEVICE_PASSWORD                   	0x05                                                 	
   234 #define SS_GSM_ACTIVATION_DATA_LOST                       	0x09                                                 	
   235 #define SS_GSM_ACTIVATION_DATA_LOST                       	0x09                                                 	
   235 #define SS_GSM_MM_ERROR                                   	0x0B                                                 	
   236 #define SS_GSM_MM_ERROR                                   	0x0B