Kannel: Open Source WAP and SMS gateway  svn-r5335
ota_prov_attr.h File Reference

Go to the source code of this file.

Macros

#define WBXML_TOK_END_STR_I   0x00
 
#define WBXML_TOK_END   0x01
 
#define WBXML_TOK_STR_I   0x03
 
#define WBXML_TOK_CHARACTERISTIC_LIST   0x05
 
#define WBXML_TOK_CHARACTERISTIC   0x06
 
#define WBXML_TOK_PARM   0x07
 
#define WBXML_TOK_NAME   0x10
 
#define WBXML_TOK_VALUE   0x11
 
#define WBXML_TOK_TYPE_ADDRESS   0x06
 
#define WBXML_TOK_NAME_BEARER   0x12
 
#define WBXML_TOK_VALUE_GSM_CSD   0x45
 
#define WBXML_TOK_VALUE_GSM_SMS   0x46
 
#define WBXML_TOK_VALUE_GSM_USSD   0x47
 
#define WBXML_TOK_VALUE_IS136_CSD   0x48
 
#define WBXML_TOK_VALUE_GPRS   0x49
 
#define WBXML_TOK_NAME_PROXY   0x13
 
#define WBXML_TOK_NAME_PORT   0x14
 
#define WBXML_TOK_VALUE_PORT_9200   0x60
 
#define WBXML_TOK_VALUE_PORT_9201   0x61
 
#define WBXML_TOK_VALUE_PORT_9202   0x62
 
#define WBXML_TOK_VALUE_PORT_9203   0x63
 
#define WBXML_TOK_NAME_PROXY_TYPE   0x16
 
#define WBXML_TOK_VALUE_MSISDN_NO   0x76
 
#define WBXML_TOK_VALUE_IPV4   0x77
 
#define WBXML_TOK_NAME_PROXY_AUTHNAME   0x18
 
#define WBXML_TOK_NAME_PROXY_AUTHSECRET   0x19
 
#define WBXML_TOK_NAME_PROXY_LOGINTYPE   0x1E
 
#define WBXML_TOK_VALUE_AUTOMATIC   0x64
 
#define WBXML_TOK_VALUE_MANUAL   0x65
 
#define WBXML_TOK_NAME_PPP_AUTHTYPE   0x22
 
#define WBXML_TOK_VALUE_AUTH_PAP   0x70
 
#define WBXML_TOK_VALUE_AUTH_CHAP   0x71
 
#define WBXML_TOK_VALUE_AUTH_MS_CHAP   0x78
 
#define WBXML_TOK_NAME_PPP_AUTHNAME   0x23
 
#define WBXML_TOK_NAME_PPP_AUTHSECRET   0x24
 
#define WBXML_TOK_NAME_PPP_LOGINTYPE   0x1D
 
#define WBXML_TOK_NAME_CSD_DIALSTRING   0x21
 
#define WBXML_TOK_NAME_CSD_CALLTYPE   0x28
 
#define WBXML_TOK_VALUE_CONN_ANALOGUE   0x72
 
#define WBXML_TOK_VALUE_CONN_ISDN   0x73
 
#define WBXML_TOK_NAME_CSD_CALLSPEED   0x29
 
#define WBXML_TOK_VALUE_SPEED_AUTO   0x6A
 
#define WBXML_TOK_VALUE_SPEED_9600   0x6B
 
#define WBXML_TOK_VALUE_SPEED_14400   0x6C
 
#define WBXML_TOK_VALUE_SPEED_19200   0x6D
 
#define WBXML_TOK_VALUE_SPEED_28800   0x6E
 
#define WBXML_TOK_VALUE_SPEED_38400   0x6F
 
#define WBXML_TOK_VALUE_SPEED_43200   0x74
 
#define WBXML_TOK_VALUE_SPEED_57600   0x75
 
#define WBXML_TOK_NAME_ISP_NAME   0x7E
 
#define WBXML_TOK_NAME_SMS_SMSC_ADDRESS   0x1A
 
#define WBXML_TOK_NAME_USSD_SERVICE_CODE   0x1B
 
#define WBXML_TOK_NAME_GPRS_ACCESSPOINTNAME   0x1C
 
#define WBXML_TOK_TYPE_URL   0x07
 
#define WBXML_TOK_TYPE_MMSURL   0x7C
 
#define WBXML_TOK_TYPE_NAME   0x08
 
#define WBXML_TOK_TYPE_BOOKMARK   0x7F
 
#define WBXML_TOK_NAME_NAME   0x15
 
#define WBXML_TOK_NAME_URL   0x17
 
#define WBXML_TOK_TYPE_ID   0x7D
 

Macro Definition Documentation

◆ WBXML_TOK_CHARACTERISTIC

#define WBXML_TOK_CHARACTERISTIC   0x06

Definition at line 137 of file ota_prov_attr.h.

◆ WBXML_TOK_CHARACTERISTIC_LIST

#define WBXML_TOK_CHARACTERISTIC_LIST   0x05

Definition at line 131 of file ota_prov_attr.h.

◆ WBXML_TOK_END

#define WBXML_TOK_END   0x01

Definition at line 123 of file ota_prov_attr.h.

Referenced by ota_tokenize_bookmarks(), and ota_tokenize_settings().

◆ WBXML_TOK_END_STR_I

#define WBXML_TOK_END_STR_I   0x00

Definition at line 122 of file ota_prov_attr.h.

Referenced by ota_tokenize_bookmarks(), and ota_tokenize_settings().

◆ WBXML_TOK_NAME

#define WBXML_TOK_NAME   0x10

Definition at line 148 of file ota_prov_attr.h.

◆ WBXML_TOK_NAME_BEARER

#define WBXML_TOK_NAME_BEARER   0x12

Definition at line 182 of file ota_prov_attr.h.

Referenced by ota_tokenize_settings().

◆ WBXML_TOK_NAME_CSD_CALLSPEED

#define WBXML_TOK_NAME_CSD_CALLSPEED   0x29

Definition at line 341 of file ota_prov_attr.h.

Referenced by ota_tokenize_settings().

◆ WBXML_TOK_NAME_CSD_CALLTYPE

#define WBXML_TOK_NAME_CSD_CALLTYPE   0x28

Definition at line 326 of file ota_prov_attr.h.

Referenced by ota_tokenize_settings().

◆ WBXML_TOK_NAME_CSD_DIALSTRING

#define WBXML_TOK_NAME_CSD_DIALSTRING   0x21

Definition at line 314 of file ota_prov_attr.h.

Referenced by ota_tokenize_settings().

◆ WBXML_TOK_NAME_GPRS_ACCESSPOINTNAME

#define WBXML_TOK_NAME_GPRS_ACCESSPOINTNAME   0x1C

Definition at line 393 of file ota_prov_attr.h.

◆ WBXML_TOK_NAME_ISP_NAME

#define WBXML_TOK_NAME_ISP_NAME   0x7E

Definition at line 361 of file ota_prov_attr.h.

◆ WBXML_TOK_NAME_NAME

#define WBXML_TOK_NAME_NAME   0x15

Definition at line 490 of file ota_prov_attr.h.

Referenced by ota_tokenize_bookmarks(), and ota_tokenize_settings().

◆ WBXML_TOK_NAME_PORT

#define WBXML_TOK_NAME_PORT   0x14

Definition at line 213 of file ota_prov_attr.h.

Referenced by ota_tokenize_settings().

◆ WBXML_TOK_NAME_PPP_AUTHNAME

#define WBXML_TOK_NAME_PPP_AUTHNAME   0x23

Definition at line 292 of file ota_prov_attr.h.

Referenced by ota_tokenize_settings().

◆ WBXML_TOK_NAME_PPP_AUTHSECRET

#define WBXML_TOK_NAME_PPP_AUTHSECRET   0x24

Definition at line 293 of file ota_prov_attr.h.

Referenced by ota_tokenize_settings().

◆ WBXML_TOK_NAME_PPP_AUTHTYPE

#define WBXML_TOK_NAME_PPP_AUTHTYPE   0x22

Definition at line 275 of file ota_prov_attr.h.

Referenced by ota_tokenize_settings().

◆ WBXML_TOK_NAME_PPP_LOGINTYPE

#define WBXML_TOK_NAME_PPP_LOGINTYPE   0x1D

Definition at line 304 of file ota_prov_attr.h.

◆ WBXML_TOK_NAME_PROXY

#define WBXML_TOK_NAME_PROXY   0x13

Definition at line 199 of file ota_prov_attr.h.

Referenced by ota_tokenize_settings().

◆ WBXML_TOK_NAME_PROXY_AUTHNAME

#define WBXML_TOK_NAME_PROXY_AUTHNAME   0x18

Definition at line 240 of file ota_prov_attr.h.

◆ WBXML_TOK_NAME_PROXY_AUTHSECRET

#define WBXML_TOK_NAME_PROXY_AUTHSECRET   0x19

Definition at line 241 of file ota_prov_attr.h.

◆ WBXML_TOK_NAME_PROXY_LOGINTYPE

#define WBXML_TOK_NAME_PROXY_LOGINTYPE   0x1E

Definition at line 256 of file ota_prov_attr.h.

◆ WBXML_TOK_NAME_PROXY_TYPE

#define WBXML_TOK_NAME_PROXY_TYPE   0x16

Definition at line 226 of file ota_prov_attr.h.

◆ WBXML_TOK_NAME_SMS_SMSC_ADDRESS

#define WBXML_TOK_NAME_SMS_SMSC_ADDRESS   0x1A

Definition at line 372 of file ota_prov_attr.h.

◆ WBXML_TOK_NAME_URL

#define WBXML_TOK_NAME_URL   0x17

Definition at line 500 of file ota_prov_attr.h.

Referenced by ota_tokenize_bookmarks().

◆ WBXML_TOK_NAME_USSD_SERVICE_CODE

#define WBXML_TOK_NAME_USSD_SERVICE_CODE   0x1B

Definition at line 382 of file ota_prov_attr.h.

◆ WBXML_TOK_PARM

#define WBXML_TOK_PARM   0x07

Definition at line 143 of file ota_prov_attr.h.

◆ WBXML_TOK_STR_I

#define WBXML_TOK_STR_I   0x03

Definition at line 124 of file ota_prov_attr.h.

Referenced by ota_tokenize_bookmarks(), and ota_tokenize_settings().

◆ WBXML_TOK_TYPE_ADDRESS

#define WBXML_TOK_TYPE_ADDRESS   0x06

Definition at line 174 of file ota_prov_attr.h.

Referenced by ota_tokenize_settings().

◆ WBXML_TOK_TYPE_BOOKMARK

#define WBXML_TOK_TYPE_BOOKMARK   0x7F

Definition at line 480 of file ota_prov_attr.h.

Referenced by ota_tokenize_bookmarks().

◆ WBXML_TOK_TYPE_ID

#define WBXML_TOK_TYPE_ID   0x7D

Definition at line 521 of file ota_prov_attr.h.

◆ WBXML_TOK_TYPE_MMSURL

#define WBXML_TOK_TYPE_MMSURL   0x7C

Definition at line 431 of file ota_prov_attr.h.

◆ WBXML_TOK_TYPE_NAME

#define WBXML_TOK_TYPE_NAME   0x08

Definition at line 452 of file ota_prov_attr.h.

Referenced by ota_tokenize_settings().

◆ WBXML_TOK_TYPE_URL

#define WBXML_TOK_TYPE_URL   0x07

Definition at line 412 of file ota_prov_attr.h.

Referenced by ota_tokenize_settings().

◆ WBXML_TOK_VALUE

#define WBXML_TOK_VALUE   0x11

Definition at line 149 of file ota_prov_attr.h.

Referenced by ota_tokenize_bookmarks(), and ota_tokenize_settings().

◆ WBXML_TOK_VALUE_AUTH_CHAP

#define WBXML_TOK_VALUE_AUTH_CHAP   0x71

Definition at line 278 of file ota_prov_attr.h.

Referenced by ota_tokenize_settings().

◆ WBXML_TOK_VALUE_AUTH_MS_CHAP

#define WBXML_TOK_VALUE_AUTH_MS_CHAP   0x78

Definition at line 279 of file ota_prov_attr.h.

◆ WBXML_TOK_VALUE_AUTH_PAP

#define WBXML_TOK_VALUE_AUTH_PAP   0x70

Definition at line 277 of file ota_prov_attr.h.

Referenced by ota_tokenize_settings().

◆ WBXML_TOK_VALUE_AUTOMATIC

#define WBXML_TOK_VALUE_AUTOMATIC   0x64

Definition at line 258 of file ota_prov_attr.h.

◆ WBXML_TOK_VALUE_CONN_ANALOGUE

#define WBXML_TOK_VALUE_CONN_ANALOGUE   0x72

Definition at line 328 of file ota_prov_attr.h.

Referenced by ota_tokenize_settings().

◆ WBXML_TOK_VALUE_CONN_ISDN

#define WBXML_TOK_VALUE_CONN_ISDN   0x73

Definition at line 329 of file ota_prov_attr.h.

Referenced by ota_tokenize_settings().

◆ WBXML_TOK_VALUE_GPRS

#define WBXML_TOK_VALUE_GPRS   0x49

Definition at line 188 of file ota_prov_attr.h.

◆ WBXML_TOK_VALUE_GSM_CSD

#define WBXML_TOK_VALUE_GSM_CSD   0x45

Definition at line 184 of file ota_prov_attr.h.

Referenced by ota_tokenize_settings().

◆ WBXML_TOK_VALUE_GSM_SMS

#define WBXML_TOK_VALUE_GSM_SMS   0x46

Definition at line 185 of file ota_prov_attr.h.

◆ WBXML_TOK_VALUE_GSM_USSD

#define WBXML_TOK_VALUE_GSM_USSD   0x47

Definition at line 186 of file ota_prov_attr.h.

◆ WBXML_TOK_VALUE_IPV4

#define WBXML_TOK_VALUE_IPV4   0x77

Definition at line 229 of file ota_prov_attr.h.

◆ WBXML_TOK_VALUE_IS136_CSD

#define WBXML_TOK_VALUE_IS136_CSD   0x48

Definition at line 187 of file ota_prov_attr.h.

◆ WBXML_TOK_VALUE_MANUAL

#define WBXML_TOK_VALUE_MANUAL   0x65

Definition at line 259 of file ota_prov_attr.h.

◆ WBXML_TOK_VALUE_MSISDN_NO

#define WBXML_TOK_VALUE_MSISDN_NO   0x76

Definition at line 228 of file ota_prov_attr.h.

◆ WBXML_TOK_VALUE_PORT_9200

#define WBXML_TOK_VALUE_PORT_9200   0x60

Definition at line 215 of file ota_prov_attr.h.

Referenced by ota_tokenize_settings().

◆ WBXML_TOK_VALUE_PORT_9201

#define WBXML_TOK_VALUE_PORT_9201   0x61

Definition at line 216 of file ota_prov_attr.h.

Referenced by ota_tokenize_settings().

◆ WBXML_TOK_VALUE_PORT_9202

#define WBXML_TOK_VALUE_PORT_9202   0x62

Definition at line 217 of file ota_prov_attr.h.

Referenced by ota_tokenize_settings().

◆ WBXML_TOK_VALUE_PORT_9203

#define WBXML_TOK_VALUE_PORT_9203   0x63

Definition at line 218 of file ota_prov_attr.h.

Referenced by ota_tokenize_settings().

◆ WBXML_TOK_VALUE_SPEED_14400

#define WBXML_TOK_VALUE_SPEED_14400   0x6C

Definition at line 345 of file ota_prov_attr.h.

Referenced by ota_tokenize_settings().

◆ WBXML_TOK_VALUE_SPEED_19200

#define WBXML_TOK_VALUE_SPEED_19200   0x6D

Definition at line 346 of file ota_prov_attr.h.

◆ WBXML_TOK_VALUE_SPEED_28800

#define WBXML_TOK_VALUE_SPEED_28800   0x6E

Definition at line 347 of file ota_prov_attr.h.

◆ WBXML_TOK_VALUE_SPEED_38400

#define WBXML_TOK_VALUE_SPEED_38400   0x6F

Definition at line 348 of file ota_prov_attr.h.

◆ WBXML_TOK_VALUE_SPEED_43200

#define WBXML_TOK_VALUE_SPEED_43200   0x74

Definition at line 349 of file ota_prov_attr.h.

◆ WBXML_TOK_VALUE_SPEED_57600

#define WBXML_TOK_VALUE_SPEED_57600   0x75

Definition at line 350 of file ota_prov_attr.h.

◆ WBXML_TOK_VALUE_SPEED_9600

#define WBXML_TOK_VALUE_SPEED_9600   0x6B

Definition at line 344 of file ota_prov_attr.h.

Referenced by ota_tokenize_settings().

◆ WBXML_TOK_VALUE_SPEED_AUTO

#define WBXML_TOK_VALUE_SPEED_AUTO   0x6A

Definition at line 343 of file ota_prov_attr.h.

See file LICENSE for details about the license agreement for using, modifying, copying or deriving work from this software.