omaprovisioning/provisioning/ProvisioningParser/Src/OMAProvisioningDictionary.c
changeset 0 b497e44ab2fc
child 25 b183ec05bd8c
equal deleted inserted replaced
-1:000000000000 0:b497e44ab2fc
       
     1 /*
       
     2 * Copyright (c) 2005 Nokia Corporation and/or its subsidiary(-ies). 
       
     3 * All rights reserved.
       
     4 * This component and the accompanying materials are made available
       
     5 * under the terms of "Eclipse Public License v1.0"
       
     6 * which accompanies this distribution, and is available
       
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     8 *
       
     9 * Initial Contributors:
       
    10 * Nokia Corporation - initial contribution.
       
    11 *
       
    12 * Contributors:
       
    13 *
       
    14 * Description:
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 /*
       
    20 ** WARNING
       
    21 **
       
    22 ** DO NOT EDIT - THIS CODE IS AUTOMATICALLY GENERATED
       
    23 **               FROM A DATA FILE BY THE DICTIONARY CREATION PROGRAM
       
    24 **
       
    25 ** This file generated on Thu Feb 24 12:02:42 2005
       
    26 **                        (coordinated universal time)
       
    27 **
       
    28 ** Command line: dictionary provisioning_v12.txt omaprovisioningdictionary.c omaprovisioningdictionary.h
       
    29 */
       
    30 
       
    31 /*
       
    32  * Dictionary = omawapprovisioning
       
    33  * Public id = 0x0B
       
    34  * Doc Type = -//WAPFORUM//DTD PROV 1.0//EN
       
    35  */
       
    36 
       
    37 #include "OMAProvisioningDictionary.h"
       
    38 #include "nw_wbxml_dictionary.h"
       
    39 
       
    40 
       
    41 static const NW_Ucs2 NW_omawapprovisioning_ElementTag_wap_provisioningdoc[] = {'w','a','p','-','p','r','o','v','i','s','i','o','n','i','n','g','d','o','c','\0'};
       
    42 static const NW_Ucs2 NW_omawapprovisioning_ElementTag_characteristic[] = {'c','h','a','r','a','c','t','e','r','i','s','t','i','c','\0'};
       
    43 static const NW_Ucs2 NW_omawapprovisioning_ElementTag_parm[] = {'p','a','r','m','\0'};
       
    44 
       
    45 /*
       
    46 ** WARNING
       
    47 **
       
    48 ** DO NOT EDIT - THIS CODE IS AUTOMATICALLY GENERATED
       
    49 **               FROM A DATA FILE BY THE DICTIONARY CREATION PROGRAM
       
    50 **
       
    51 ** This file generated on Thu Feb 24 12:02:42 2005
       
    52 **                        (coordinated universal time)
       
    53 **
       
    54 ** Command line: dictionary provisioning_v12.txt omaprovisioningdictionary.c omaprovisioningdictionary.h
       
    55 */
       
    56 
       
    57 /*
       
    58  * tag entries - sorted by token
       
    59  */
       
    60 static const
       
    61 NW_WBXML_DictEntry_t NW_omawapprovisioning_tag_token_0[3] = {
       
    62 	{0x05, (NW_String_UCS2Buff_t *) NW_omawapprovisioning_ElementTag_wap_provisioningdoc},
       
    63 	{0x06, (NW_String_UCS2Buff_t *) NW_omawapprovisioning_ElementTag_characteristic},
       
    64 	{0x07, (NW_String_UCS2Buff_t *) NW_omawapprovisioning_ElementTag_parm}
       
    65 };
       
    66 
       
    67 /*
       
    68 ** WARNING
       
    69 **
       
    70 ** DO NOT EDIT - THIS CODE IS AUTOMATICALLY GENERATED
       
    71 **               FROM A DATA FILE BY THE DICTIONARY CREATION PROGRAM
       
    72 **
       
    73 ** This file generated on Thu Feb 24 12:02:42 2005
       
    74 **                        (coordinated universal time)
       
    75 **
       
    76 ** Command line: dictionary provisioning_v12.txt omaprovisioningdictionary.c omaprovisioningdictionary.h
       
    77 */
       
    78 
       
    79 /*
       
    80  * tag entries - sorted by name
       
    81  */
       
    82 static const
       
    83 NW_Byte NW_omawapprovisioning_tag_name_0[3] = {
       
    84 	1,
       
    85 	2,
       
    86 	0,
       
    87 };
       
    88 
       
    89 static const NW_Ucs2 NW_omawapprovisioning_AttributeTag_name[] = {'n','a','m','e','\0'};
       
    90 static const NW_Ucs2 NW_omawapprovisioning_AttributeTag_value[] = {'v','a','l','u','e','\0'};
       
    91 static const NW_Ucs2 NW_omawapprovisioning_AttributeTag_name_NAME[] = {'n','a','m','e','=','N','A','M','E','\0'};
       
    92 static const NW_Ucs2 NW_omawapprovisioning_AttributeTag_name_NAP_ADDRESS[] = {'n','a','m','e','=','N','A','P','-','A','D','D','R','E','S','S','\0'};
       
    93 static const NW_Ucs2 NW_omawapprovisioning_AttributeTag_name_NAP_ADDRTYPE[] = {'n','a','m','e','=','N','A','P','-','A','D','D','R','T','Y','P','E','\0'};
       
    94 static const NW_Ucs2 NW_omawapprovisioning_AttributeTag_name_CALLTYPE[] = {'n','a','m','e','=','C','A','L','L','T','Y','P','E','\0'};
       
    95 static const NW_Ucs2 NW_omawapprovisioning_AttributeTag_name_VALIDUNTIL[] = {'n','a','m','e','=','V','A','L','I','D','U','N','T','I','L','\0'};
       
    96 static const NW_Ucs2 NW_omawapprovisioning_AttributeTag_name_AUTHTYPE[] = {'n','a','m','e','=','A','U','T','H','T','Y','P','E','\0'};
       
    97 static const NW_Ucs2 NW_omawapprovisioning_AttributeTag_name_AUTHNAME[] = {'n','a','m','e','=','A','U','T','H','N','A','M','E','\0'};
       
    98 static const NW_Ucs2 NW_omawapprovisioning_AttributeTag_name_AUTHSECRET[] = {'n','a','m','e','=','A','U','T','H','S','E','C','R','E','T','\0'};
       
    99 static const NW_Ucs2 NW_omawapprovisioning_AttributeTag_name_LINGER[] = {'n','a','m','e','=','L','I','N','G','E','R','\0'};
       
   100 static const NW_Ucs2 NW_omawapprovisioning_AttributeTag_name_BEARER[] = {'n','a','m','e','=','B','E','A','R','E','R','\0'};
       
   101 static const NW_Ucs2 NW_omawapprovisioning_AttributeTag_name_NAPID[] = {'n','a','m','e','=','N','A','P','I','D','\0'};
       
   102 static const NW_Ucs2 NW_omawapprovisioning_AttributeTag_name_COUNTRY[] = {'n','a','m','e','=','C','O','U','N','T','R','Y','\0'};
       
   103 static const NW_Ucs2 NW_omawapprovisioning_AttributeTag_name_NETWORK[] = {'n','a','m','e','=','N','E','T','W','O','R','K','\0'};
       
   104 static const NW_Ucs2 NW_omawapprovisioning_AttributeTag_name_INTERNET[] = {'n','a','m','e','=','I','N','T','E','R','N','E','T','\0'};
       
   105 static const NW_Ucs2 NW_omawapprovisioning_AttributeTag_name_PROXY_ID[] = {'n','a','m','e','=','P','R','O','X','Y','-','I','D','\0'};
       
   106 static const NW_Ucs2 NW_omawapprovisioning_AttributeTag_name_PROXY_PROVIDER_ID[] = {'n','a','m','e','=','P','R','O','X','Y','-','P','R','O','V','I','D','E','R','-','I','D','\0'};
       
   107 static const NW_Ucs2 NW_omawapprovisioning_AttributeTag_name_DOMAIN[] = {'n','a','m','e','=','D','O','M','A','I','N','\0'};
       
   108 static const NW_Ucs2 NW_omawapprovisioning_AttributeTag_name_PROVURL[] = {'n','a','m','e','=','P','R','O','V','U','R','L','\0'};
       
   109 static const NW_Ucs2 NW_omawapprovisioning_AttributeTag_name_PXAUTH_TYPE[] = {'n','a','m','e','=','P','X','A','U','T','H','-','T','Y','P','E','\0'};
       
   110 static const NW_Ucs2 NW_omawapprovisioning_AttributeTag_name_PXAUTH_ID[] = {'n','a','m','e','=','P','X','A','U','T','H','-','I','D','\0'};
       
   111 static const NW_Ucs2 NW_omawapprovisioning_AttributeTag_name_PXAUTH_PW[] = {'n','a','m','e','=','P','X','A','U','T','H','-','P','W','\0'};
       
   112 static const NW_Ucs2 NW_omawapprovisioning_AttributeTag_name_STARTPAGE[] = {'n','a','m','e','=','S','T','A','R','T','P','A','G','E','\0'};
       
   113 static const NW_Ucs2 NW_omawapprovisioning_AttributeTag_name_BASAUTH_ID[] = {'n','a','m','e','=','B','A','S','A','U','T','H','-','I','D','\0'};
       
   114 static const NW_Ucs2 NW_omawapprovisioning_AttributeTag_name_BASAUTH_PW[] = {'n','a','m','e','=','B','A','S','A','U','T','H','-','P','W','\0'};
       
   115 static const NW_Ucs2 NW_omawapprovisioning_AttributeTag_name_PUSHENABLED[] = {'n','a','m','e','=','P','U','S','H','E','N','A','B','L','E','D','\0'};
       
   116 static const NW_Ucs2 NW_omawapprovisioning_AttributeTag_name_PXADDR[] = {'n','a','m','e','=','P','X','A','D','D','R','\0'};
       
   117 static const NW_Ucs2 NW_omawapprovisioning_AttributeTag_name_PXADDRTYPE[] = {'n','a','m','e','=','P','X','A','D','D','R','T','Y','P','E','\0'};
       
   118 static const NW_Ucs2 NW_omawapprovisioning_AttributeTag_name_TO_NAPID[] = {'n','a','m','e','=','T','O','-','N','A','P','I','D','\0'};
       
   119 static const NW_Ucs2 NW_omawapprovisioning_AttributeTag_name_PORTNBR[] = {'n','a','m','e','=','P','O','R','T','N','B','R','\0'};
       
   120 static const NW_Ucs2 NW_omawapprovisioning_AttributeTag_name_SERVICE[] = {'n','a','m','e','=','S','E','R','V','I','C','E','\0'};
       
   121 static const NW_Ucs2 NW_omawapprovisioning_AttributeTag_name_LINKSPEED[] = {'n','a','m','e','=','L','I','N','K','S','P','E','E','D','\0'};
       
   122 static const NW_Ucs2 NW_omawapprovisioning_AttributeTag_name_DNLINKSPEED[] = {'n','a','m','e','=','D','N','L','I','N','K','S','P','E','E','D','\0'};
       
   123 static const NW_Ucs2 NW_omawapprovisioning_AttributeTag_name_LOCAL_ADDR[] = {'n','a','m','e','=','L','O','C','A','L','-','A','D','D','R','\0'};
       
   124 static const NW_Ucs2 NW_omawapprovisioning_AttributeTag_name_LOCAL_ADDRTYPE[] = {'n','a','m','e','=','L','O','C','A','L','-','A','D','D','R','T','Y','P','E','\0'};
       
   125 static const NW_Ucs2 NW_omawapprovisioning_AttributeTag_name_CONTEXT_ALLOW[] = {'n','a','m','e','=','C','O','N','T','E','X','T','-','A','L','L','O','W','\0'};
       
   126 static const NW_Ucs2 NW_omawapprovisioning_AttributeTag_name_TRUST[] = {'n','a','m','e','=','T','R','U','S','T','\0'};
       
   127 static const NW_Ucs2 NW_omawapprovisioning_AttributeTag_name_MASTER[] = {'n','a','m','e','=','M','A','S','T','E','R','\0'};
       
   128 static const NW_Ucs2 NW_omawapprovisioning_AttributeTag_name_SID[] = {'n','a','m','e','=','S','I','D','\0'};
       
   129 static const NW_Ucs2 NW_omawapprovisioning_AttributeTag_name_SOC[] = {'n','a','m','e','=','S','O','C','\0'};
       
   130 static const NW_Ucs2 NW_omawapprovisioning_AttributeTag_name_WSP_VERSION[] = {'n','a','m','e','=','W','S','P','-','V','E','R','S','I','O','N','\0'};
       
   131 static const NW_Ucs2 NW_omawapprovisioning_AttributeTag_name_PHYSICAL_PROXY_ID[] = {'n','a','m','e','=','P','H','Y','S','I','C','A','L','-','P','R','O','X','Y','-','I','D','\0'};
       
   132 static const NW_Ucs2 NW_omawapprovisioning_AttributeTag_name_CLIENT_ID[] = {'n','a','m','e','=','C','L','I','E','N','T','-','I','D','\0'};
       
   133 static const NW_Ucs2 NW_omawapprovisioning_AttributeTag_name_DELIVERY_ERR_SDU[] = {'n','a','m','e','=','D','E','L','I','V','E','R','Y','-','E','R','R','-','S','D','U','\0'};
       
   134 static const NW_Ucs2 NW_omawapprovisioning_AttributeTag_name_DELIVERY_ORDER[] = {'n','a','m','e','=','D','E','L','I','V','E','R','Y','-','O','R','D','E','R','\0'};
       
   135 static const NW_Ucs2 NW_omawapprovisioning_AttributeTag_name_TRAFFIC_CLASS[] = {'n','a','m','e','=','T','R','A','F','F','I','C','-','C','L','A','S','S','\0'};
       
   136 static const NW_Ucs2 NW_omawapprovisioning_AttributeTag_name_MAX_SDU_SIZE[] = {'n','a','m','e','=','M','A','X','-','S','D','U','-','S','I','Z','E','\0'};
       
   137 static const NW_Ucs2 NW_omawapprovisioning_AttributeTag_name_MAX_BITRATE_UPLINK[] = {'n','a','m','e','=','M','A','X','-','B','I','T','R','A','T','E','-','U','P','L','I','N','K','\0'};
       
   138 static const NW_Ucs2 NW_omawapprovisioning_AttributeTag_name_MAX_BITRATE_DNLINK[] = {'n','a','m','e','=','M','A','X','-','B','I','T','R','A','T','E','-','D','N','L','I','N','K','\0'};
       
   139 static const NW_Ucs2 NW_omawapprovisioning_AttributeTag_name_RESIDUAL_BER[] = {'n','a','m','e','=','R','E','S','I','D','U','A','L','-','B','E','R','\0'};
       
   140 static const NW_Ucs2 NW_omawapprovisioning_AttributeTag_name_SDU_ERROR_RATIO[] = {'n','a','m','e','=','S','D','U','-','E','R','R','O','R','-','R','A','T','I','O','\0'};
       
   141 static const NW_Ucs2 NW_omawapprovisioning_AttributeTag_name_TRAFFIC_HANDL_PRIO[] = {'n','a','m','e','=','T','R','A','F','F','I','C','-','H','A','N','D','L','-','P','R','I','O','\0'};
       
   142 static const NW_Ucs2 NW_omawapprovisioning_AttributeTag_name_TRANSFER_DELAY[] = {'n','a','m','e','=','T','R','A','N','S','F','E','R','-','D','E','L','A','Y','\0'};
       
   143 static const NW_Ucs2 NW_omawapprovisioning_AttributeTag_name_GUARANTEED_BITRATE_UPLINK[] = {'n','a','m','e','=','G','U','A','R','A','N','T','E','E','D','-','B','I','T','R','A','T','E','-','U','P','L','I','N','K','\0'};
       
   144 static const NW_Ucs2 NW_omawapprovisioning_AttributeTag_name_GUARANTEED_BITRATE_DNLINK[] = {'n','a','m','e','=','G','U','A','R','A','N','T','E','E','D','-','B','I','T','R','A','T','E','-','D','N','L','I','N','K','\0'};
       
   145 static const NW_Ucs2 NW_omawapprovisioning_AttributeTag_name_PXADDR_FQDN[] = {'n','a','m','e','=','P','X','A','D','D','R','-','F','Q','D','N','\0'};
       
   146 static const NW_Ucs2 NW_omawapprovisioning_AttributeTag_name_PROXY_PW[] = {'n','a','m','e','=','P','R','O','X','Y','-','P','W','\0'};
       
   147 static const NW_Ucs2 NW_omawapprovisioning_AttributeTag_name_PPGAUTH_TYPE[] = {'n','a','m','e','=','P','P','G','A','U','T','H','-','T','Y','P','E','\0'};
       
   148 static const NW_Ucs2 NW_omawapprovisioning_AttributeTag_version[] = {'v','e','r','s','i','o','n','\0'};
       
   149 static const NW_Ucs2 NW_omawapprovisioning_AttributeTag_version_1_0[] = {'v','e','r','s','i','o','n','=','1','.','0','\0'};
       
   150 static const NW_Ucs2 NW_omawapprovisioning_AttributeTag_name_PULLENABLED[] = {'n','a','m','e','=','P','U','L','L','E','N','A','B','L','E','D','\0'};
       
   151 static const NW_Ucs2 NW_omawapprovisioning_AttributeTag_name_DNS_ADDR[] = {'n','a','m','e','=','D','N','S','-','A','D','D','R','\0'};
       
   152 static const NW_Ucs2 NW_omawapprovisioning_AttributeTag_name_MAX_NUM_RETRY[] = {'n','a','m','e','=','M','A','X','-','N','U','M','-','R','E','T','R','Y','\0'};
       
   153 static const NW_Ucs2 NW_omawapprovisioning_AttributeTag_name_FIRST_RETRY_TIMEOUT[] = {'n','a','m','e','=','F','I','R','S','T','-','R','E','T','R','Y','-','T','I','M','E','O','U','T','\0'};
       
   154 static const NW_Ucs2 NW_omawapprovisioning_AttributeTag_name_REREG_THRESHOLD[] = {'n','a','m','e','=','R','E','R','E','G','-','T','H','R','E','S','H','O','L','D','\0'};
       
   155 static const NW_Ucs2 NW_omawapprovisioning_AttributeTag_name_T_BIT[] = {'n','a','m','e','=','T','-','B','I','T','\0'};
       
   156 static const NW_Ucs2 NW_omawapprovisioning_AttributeTag_name_AUTH_ENTITY[] = {'n','a','m','e','=','A','U','T','H','-','E','N','T','I','T','Y','\0'};
       
   157 static const NW_Ucs2 NW_omawapprovisioning_AttributeTag_name_SPI[] = {'n','a','m','e','=','S','P','I','\0'};
       
   158 static const NW_Ucs2 NW_omawapprovisioning_AttributeTag_type[] = {'t','y','p','e','\0'};
       
   159 static const NW_Ucs2 NW_omawapprovisioning_AttributeTag_type_PXLOGICAL[] = {'t','y','p','e','=','P','X','L','O','G','I','C','A','L','\0'};
       
   160 static const NW_Ucs2 NW_omawapprovisioning_AttributeTag_type_PXPHYSICAL[] = {'t','y','p','e','=','P','X','P','H','Y','S','I','C','A','L','\0'};
       
   161 static const NW_Ucs2 NW_omawapprovisioning_AttributeTag_type_PORT[] = {'t','y','p','e','=','P','O','R','T','\0'};
       
   162 static const NW_Ucs2 NW_omawapprovisioning_AttributeTag_type_VALIDITY[] = {'t','y','p','e','=','V','A','L','I','D','I','T','Y','\0'};
       
   163 static const NW_Ucs2 NW_omawapprovisioning_AttributeTag_type_NAPDEF[] = {'t','y','p','e','=','N','A','P','D','E','F','\0'};
       
   164 static const NW_Ucs2 NW_omawapprovisioning_AttributeTag_type_BOOTSTRAP[] = {'t','y','p','e','=','B','O','O','T','S','T','R','A','P','\0'};
       
   165 static const NW_Ucs2 NW_omawapprovisioning_AttributeTag_type_VENDORCONFIG[] = {'t','y','p','e','=','V','E','N','D','O','R','C','O','N','F','I','G','\0'};
       
   166 static const NW_Ucs2 NW_omawapprovisioning_AttributeTag_type_CLIENTIDENTITY[] = {'t','y','p','e','=','C','L','I','E','N','T','I','D','E','N','T','I','T','Y','\0'};
       
   167 static const NW_Ucs2 NW_omawapprovisioning_AttributeTag_type_PXAUTHINFO[] = {'t','y','p','e','=','P','X','A','U','T','H','I','N','F','O','\0'};
       
   168 static const NW_Ucs2 NW_omawapprovisioning_AttributeTag_type_NAPAUTHINFO[] = {'t','y','p','e','=','N','A','P','A','U','T','H','I','N','F','O','\0'};
       
   169 static const NW_Ucs2 NW_omawapprovisioning_AttributeTag_type_ACCESS[] = {'t','y','p','e','=','A','C','C','E','S','S','\0'};
       
   170 static const NW_Ucs2 NW_omawapprovisioning_AttributeTag_type_BEARERINFO[] = {'t','y','p','e','=','B','E','A','R','E','R','I','N','F','O','\0'};
       
   171 static const NW_Ucs2 NW_omawapprovisioning_AttributeTag_type_DNS_ADDRINFO[] = {'t','y','p','e','=','D','N','S','-','A','D','D','R','I','N','F','O','\0'};
       
   172 static const NW_Ucs2 NW_omawapprovisioning_AttributeTag_type_WLAN[] = {'t','y','p','e','=','W','L','A','N','\0'};
       
   173 static const NW_Ucs2 NW_omawapprovisioning_AttributeTag_type_WEPKEY[] = {'t','y','p','e','=','W','E','P','K','E','Y','\0'};
       
   174 static const NW_Ucs2 NW_omawapprovisioning_AttributeTag_name_DIRECTION[] = {'n','a','m','e','=','D','I','R','E','C','T','I','O','N','\0'};
       
   175 static const NW_Ucs2 NW_omawapprovisioning_AttributeTag_name_DNS_ADDRTYPE[] = {'n','a','m','e','=','D','N','S','-','A','D','D','R','T','Y','P','E','\0'};
       
   176 static const NW_Ucs2 NW_omawapprovisioning_AttributeTag_name_DNS_PRIORITY[] = {'n','a','m','e','=','D','N','S','-','P','R','I','O','R','I','T','Y','\0'};
       
   177 static const NW_Ucs2 NW_omawapprovisioning_AttributeTag_name_SOURCE_STATISTICS_DESCRIPTOR[] = {'n','a','m','e','=','S','O','U','R','C','E','-','S','T','A','T','I','S','T','I','C','S','-','D','E','S','C','R','I','P','T','O','R','\0'};
       
   178 static const NW_Ucs2 NW_omawapprovisioning_AttributeTag_name_SIGNALLING_INDICATION[] = {'n','a','m','e','=','S','I','G','N','A','L','L','I','N','G','-','I','N','D','I','C','A','T','I','O','N','\0'};
       
   179 static const NW_Ucs2 NW_omawapprovisioning_AttributeTag_name_DEFGW[] = {'n','a','m','e','=','D','E','F','G','W','\0'};
       
   180 static const NW_Ucs2 NW_omawapprovisioning_AttributeTag_name_NETWORKMASK[] = {'n','a','m','e','=','N','E','T','W','O','R','K','M','A','S','K','\0'};
       
   181 static const NW_Ucs2 NW_omawapprovisioning_AttributeTag_name_USECB[] = {'n','a','m','e','=','U','S','E','C','B','\0'};
       
   182 static const NW_Ucs2 NW_omawapprovisioning_AttributeTag_name_CBNBR[] = {'n','a','m','e','=','C','B','N','B','R','\0'};
       
   183 static const NW_Ucs2 NW_omawapprovisioning_AttributeTag_name_PPPCOMP[] = {'n','a','m','e','=','P','P','P','C','O','M','P','\0'};
       
   184 static const NW_Ucs2 NW_omawapprovisioning_AttributeTag_name_TO_LOGINSCRIPTID[] = {'n','a','m','e','=','T','O','-','L','O','G','I','N','S','C','R','I','P','T','I','D','\0'};
       
   185 static const NW_Ucs2 NW_omawapprovisioning_AttributeTag_name_USEPTXTLOG[] = {'n','a','m','e','=','U','S','E','P','T','X','T','L','O','G','\0'};
       
   186 static const NW_Ucs2 NW_omawapprovisioning_AttributeTag_name_GPRSPDP[] = {'n','a','m','e','=','G','P','R','S','P','D','P','\0'};
       
   187 static const NW_Ucs2 NW_omawapprovisioning_AttributeTag_name_MODEMINIT[] = {'n','a','m','e','=','M','O','D','E','M','I','N','I','T','\0'};
       
   188 static const NW_Ucs2 NW_omawapprovisioning_AttributeTag_name_IPADDRFROMSERVER[] = {'n','a','m','e','=','I','P','A','D','D','R','F','R','O','M','S','E','R','V','E','R','\0'};
       
   189 static const NW_Ucs2 NW_omawapprovisioning_AttributeTag_name_IPDNSADDRFROMSERVER[] = {'n','a','m','e','=','I','P','D','N','S','A','D','D','R','F','R','O','M','S','E','R','V','E','R','\0'};
       
   190 static const NW_Ucs2 NW_omawapprovisioning_AttributeTag_name_IPV6DNSADDRFROMSERVER[] = {'n','a','m','e','=','I','P','V','6','D','N','S','A','D','D','R','F','R','O','M','S','E','R','V','E','R','\0'};
       
   191 static const NW_Ucs2 NW_omawapprovisioning_AttributeTag_name_IFNETWORKS[] = {'n','a','m','e','=','I','F','N','E','T','W','O','R','K','S','\0'};
       
   192 static const NW_Ucs2 NW_omawapprovisioning_AttributeTag_name_IAPSERVICE[] = {'n','a','m','e','=','I','A','P','S','E','R','V','I','C','E','\0'};
       
   193 static const NW_Ucs2 NW_omawapprovisioning_AttributeTag_name_SSID[] = {'n','a','m','e','=','S','S','I','D','\0'};
       
   194 static const NW_Ucs2 NW_omawapprovisioning_AttributeTag_name_NETWORKMODE[] = {'n','a','m','e','=','N','E','T','W','O','R','K','M','O','D','E','\0'};
       
   195 static const NW_Ucs2 NW_omawapprovisioning_AttributeTag_name_SECURITYMODE[] = {'n','a','m','e','=','S','E','C','U','R','I','T','Y','M','O','D','E','\0'};
       
   196 static const NW_Ucs2 NW_omawapprovisioning_AttributeTag_name_WPAPRESHAREDKEY[] = {'n','a','m','e','=','W','P','A','P','R','E','S','H','A','R','E','D','K','E','Y','\0'};
       
   197 static const NW_Ucs2 NW_omawapprovisioning_AttributeTag_name_LENGTH[] = {'n','a','m','e','=','L','E','N','G','T','H','\0'};
       
   198 static const NW_Ucs2 NW_omawapprovisioning_AttributeTag_name_DATA[] = {'n','a','m','e','=','D','A','T','A','\0'};
       
   199 static const NW_Ucs2 NW_omawapprovisioning_AttributeTag_IPV4[] = {'I','P','V','4','\0'};
       
   200 static const NW_Ucs2 NW_omawapprovisioning_AttributeTag_IPV6[] = {'I','P','V','6','\0'};
       
   201 static const NW_Ucs2 NW_omawapprovisioning_AttributeTag_E164[] = {'E','1','6','4','\0'};
       
   202 static const NW_Ucs2 NW_omawapprovisioning_AttributeTag_ALPHA[] = {'A','L','P','H','A','\0'};
       
   203 static const NW_Ucs2 NW_omawapprovisioning_AttributeTag_APN[] = {'A','P','N','\0'};
       
   204 static const NW_Ucs2 NW_omawapprovisioning_AttributeTag_SCODE[] = {'S','C','O','D','E','\0'};
       
   205 static const NW_Ucs2 NW_omawapprovisioning_AttributeTag_TETRA_ITSI[] = {'T','E','T','R','A','-','I','T','S','I','\0'};
       
   206 static const NW_Ucs2 NW_omawapprovisioning_AttributeTag_MAN[] = {'M','A','N','\0'};
       
   207 static const NW_Ucs2 NW_omawapprovisioning_AttributeTag_PPP[] = {'P','P','P','\0'};
       
   208 static const NW_Ucs2 NW_omawapprovisioning_AttributeTag_ANALOG_MODEM[] = {'A','N','A','L','O','G','-','M','O','D','E','M','\0'};
       
   209 static const NW_Ucs2 NW_omawapprovisioning_AttributeTag_V_120[] = {'V','.','1','2','0','\0'};
       
   210 static const NW_Ucs2 NW_omawapprovisioning_AttributeTag_V_110[] = {'V','.','1','1','0','\0'};
       
   211 static const NW_Ucs2 NW_omawapprovisioning_AttributeTag_X_31[] = {'X','.','3','1','\0'};
       
   212 static const NW_Ucs2 NW_omawapprovisioning_AttributeTag_BIT_TRANSPARENT[] = {'B','I','T','-','T','R','A','N','S','P','A','R','E','N','T','\0'};
       
   213 static const NW_Ucs2 NW_omawapprovisioning_AttributeTag_DIRECT_ASYNCHRONOUS_DATA_SERVICE[] = {'D','I','R','E','C','T','-','A','S','Y','N','C','H','R','O','N','O','U','S','-','D','A','T','A','-','S','E','R','V','I','C','E','\0'};
       
   214 static const NW_Ucs2 NW_omawapprovisioning_AttributeTag_PAP[] = {'P','A','P','\0'};
       
   215 static const NW_Ucs2 NW_omawapprovisioning_AttributeTag_CHAP[] = {'C','H','A','P','\0'};
       
   216 static const NW_Ucs2 NW_omawapprovisioning_AttributeTag_HTTP_BASIC[] = {'H','T','T','P','-','B','A','S','I','C','\0'};
       
   217 static const NW_Ucs2 NW_omawapprovisioning_AttributeTag_HTTP_DIGEST[] = {'H','T','T','P','-','D','I','G','E','S','T','\0'};
       
   218 static const NW_Ucs2 NW_omawapprovisioning_AttributeTag_WTLS_SS[] = {'W','T','L','S','-','S','S','\0'};
       
   219 static const NW_Ucs2 NW_omawapprovisioning_AttributeTag_MD5[] = {'M','D','5','\0'};
       
   220 static const NW_Ucs2 NW_omawapprovisioning_AttributeTag_GSM_USSD[] = {'G','S','M','-','U','S','S','D','\0'};
       
   221 static const NW_Ucs2 NW_omawapprovisioning_AttributeTag_GSM_SMS[] = {'G','S','M','-','S','M','S','\0'};
       
   222 static const NW_Ucs2 NW_omawapprovisioning_AttributeTag_ANSI_136_GUTS[] = {'A','N','S','I','-','1','3','6','-','G','U','T','S','\0'};
       
   223 static const NW_Ucs2 NW_omawapprovisioning_AttributeTag_IS_95_CDMA_SMS[] = {'I','S','-','9','5','-','C','D','M','A','-','S','M','S','\0'};
       
   224 static const NW_Ucs2 NW_omawapprovisioning_AttributeTag_IS_95_CDMA_CSD[] = {'I','S','-','9','5','-','C','D','M','A','-','C','S','D','\0'};
       
   225 static const NW_Ucs2 NW_omawapprovisioning_AttributeTag_IS_95_CDMA_PACKET[] = {'I','S','-','9','5','-','C','D','M','A','-','P','A','C','K','E','T','\0'};
       
   226 static const NW_Ucs2 NW_omawapprovisioning_AttributeTag_ANSI_136_CSD[] = {'A','N','S','I','-','1','3','6','-','C','S','D','\0'};
       
   227 static const NW_Ucs2 NW_omawapprovisioning_AttributeTag_ANSI_136_GPRS[] = {'A','N','S','I','-','1','3','6','-','G','P','R','S','\0'};
       
   228 static const NW_Ucs2 NW_omawapprovisioning_AttributeTag_GSM_CSD[] = {'G','S','M','-','C','S','D','\0'};
       
   229 static const NW_Ucs2 NW_omawapprovisioning_AttributeTag_GSM_GPRS[] = {'G','S','M','-','G','P','R','S','\0'};
       
   230 static const NW_Ucs2 NW_omawapprovisioning_AttributeTag_AMPS_CDPD[] = {'A','M','P','S','-','C','D','P','D','\0'};
       
   231 static const NW_Ucs2 NW_omawapprovisioning_AttributeTag_PDC_CSD[] = {'P','D','C','-','C','S','D','\0'};
       
   232 static const NW_Ucs2 NW_omawapprovisioning_AttributeTag_PDC_PACKET[] = {'P','D','C','-','P','A','C','K','E','T','\0'};
       
   233 static const NW_Ucs2 NW_omawapprovisioning_AttributeTag_IDEN_SMS[] = {'I','D','E','N','-','S','M','S','\0'};
       
   234 static const NW_Ucs2 NW_omawapprovisioning_AttributeTag_IDEN_CSD[] = {'I','D','E','N','-','C','S','D','\0'};
       
   235 static const NW_Ucs2 NW_omawapprovisioning_AttributeTag_IDEN_PACKET[] = {'I','D','E','N','-','P','A','C','K','E','T','\0'};
       
   236 static const NW_Ucs2 NW_omawapprovisioning_AttributeTag_FLEX_REFLEX[] = {'F','L','E','X','/','R','E','F','L','E','X','\0'};
       
   237 static const NW_Ucs2 NW_omawapprovisioning_AttributeTag_PHS_SMS[] = {'P','H','S','-','S','M','S','\0'};
       
   238 static const NW_Ucs2 NW_omawapprovisioning_AttributeTag_PHS_CSD[] = {'P','H','S','-','C','S','D','\0'};
       
   239 static const NW_Ucs2 NW_omawapprovisioning_AttributeTag_TETRA_SDS[] = {'T','E','T','R','A','-','S','D','S','\0'};
       
   240 static const NW_Ucs2 NW_omawapprovisioning_AttributeTag_TETRA_PACKET[] = {'T','E','T','R','A','-','P','A','C','K','E','T','\0'};
       
   241 static const NW_Ucs2 NW_omawapprovisioning_AttributeTag_ANSI_136_GHOST[] = {'A','N','S','I','-','1','3','6','-','G','H','O','S','T','\0'};
       
   242 static const NW_Ucs2 NW_omawapprovisioning_AttributeTag_MOBITEX_MPAK[] = {'M','O','B','I','T','E','X','-','M','P','A','K','\0'};
       
   243 static const NW_Ucs2 NW_omawapprovisioning_AttributeTag_CDMA2000_1X_SIMPLE_IP[] = {'C','D','M','A','2','0','0','0','-','1','X','-','S','I','M','P','L','E','-','I','P','\0'};
       
   244 static const NW_Ucs2 NW_omawapprovisioning_AttributeTag_CDMA2000_1X_MOBILE_IP[] = {'C','D','M','A','2','0','0','0','-','1','X','-','M','O','B','I','L','E','-','I','P','\0'};
       
   245 static const NW_Ucs2 NW_omawapprovisioning_AttributeTag__3G_GSM[] = {'3','G','-','G','S','M','\0'};
       
   246 static const NW_Ucs2 NW_omawapprovisioning_AttributeTag_WLAN[] = {'W','L','A','N','\0'};
       
   247 static const NW_Ucs2 NW_omawapprovisioning_AttributeTag_AUTOBAUDING[] = {'A','U','T','O','B','A','U','D','I','N','G','\0'};
       
   248 static const NW_Ucs2 NW_omawapprovisioning_AttributeTag_CL_WSP[] = {'C','L','-','W','S','P','\0'};
       
   249 static const NW_Ucs2 NW_omawapprovisioning_AttributeTag_CO_WSP[] = {'C','O','-','W','S','P','\0'};
       
   250 static const NW_Ucs2 NW_omawapprovisioning_AttributeTag_CL_SEC_WSP[] = {'C','L','-','S','E','C','-','W','S','P','\0'};
       
   251 static const NW_Ucs2 NW_omawapprovisioning_AttributeTag_CO_SEC_WSP[] = {'C','O','-','S','E','C','-','W','S','P','\0'};
       
   252 static const NW_Ucs2 NW_omawapprovisioning_AttributeTag_CL_SEC_WTA[] = {'C','L','-','S','E','C','-','W','T','A','\0'};
       
   253 static const NW_Ucs2 NW_omawapprovisioning_AttributeTag_CO_SEC_WTA[] = {'C','O','-','S','E','C','-','W','T','A','\0'};
       
   254 static const NW_Ucs2 NW_omawapprovisioning_AttributeTag_OTA_HTTP_TO[] = {'O','T','A','-','H','T','T','P','-','T','O','\0'};
       
   255 static const NW_Ucs2 NW_omawapprovisioning_AttributeTag_OTA_HTTP_TLS_TO[] = {'O','T','A','-','H','T','T','P','-','T','L','S','-','T','O','\0'};
       
   256 static const NW_Ucs2 NW_omawapprovisioning_AttributeTag_OTA_HTTP_PO[] = {'O','T','A','-','H','T','T','P','-','P','O','\0'};
       
   257 static const NW_Ucs2 NW_omawapprovisioning_AttributeTag_OTA_HTTP_TLS_PO[] = {'O','T','A','-','H','T','T','P','-','T','L','S','-','P','O','\0'};
       
   258 static const NW_Ucs2 NW_omawapprovisioning_AttributeTag_AAA[] = {'A','A','A','\0'};
       
   259 static const NW_Ucs2 NW_omawapprovisioning_AttributeTag_HA[] = {'H','A','\0'};
       
   260 static const NW_Ucs2 NW_omawapprovisioning_AttributeTag_INFRASTRUCTURE[] = {'I','N','F','R','A','S','T','R','U','C','T','U','R','E','\0'};
       
   261 static const NW_Ucs2 NW_omawapprovisioning_AttributeTag_ADHOC[] = {'A','D','H','O','C','\0'};
       
   262 static const NW_Ucs2 NW_omawapprovisioning_AttributeTag_WEP[] = {'W','E','P','\0'};
       
   263 static const NW_Ucs2 NW_omawapprovisioning_AttributeTag__8021X[] = {'8','0','2','1','X','\0'};
       
   264 static const NW_Ucs2 NW_omawapprovisioning_AttributeTag_WPA[] = {'W','P','A','\0'};
       
   265 static const NW_Ucs2 NW_omawapprovisioning_AttributeTag_WPA_PRESHARED_KEY[] = {'W','P','A','-','P','R','E','S','H','A','R','E','D','-','K','E','Y','\0'};
       
   266 static const NW_Ucs2 NW_omawapprovisioning_AttributeTag_INCOMING[] = {'I','N','C','O','M','I','N','G','\0'};
       
   267 static const NW_Ucs2 NW_omawapprovisioning_AttributeTag_OUTGOING[] = {'O','U','T','G','O','I','N','G','\0'};
       
   268 
       
   269 /*
       
   270 ** WARNING
       
   271 **
       
   272 ** DO NOT EDIT - THIS CODE IS AUTOMATICALLY GENERATED
       
   273 **               FROM A DATA FILE BY THE DICTIONARY CREATION PROGRAM
       
   274 **
       
   275 ** This file generated on Thu Feb 24 12:02:42 2005
       
   276 **                        (coordinated universal time)
       
   277 **
       
   278 ** Command line: dictionary provisioning_v12.txt omaprovisioningdictionary.c omaprovisioningdictionary.h
       
   279 */
       
   280 
       
   281 /*
       
   282  * attribute entries - sorted by token
       
   283  */
       
   284 static const
       
   285 NW_WBXML_DictEntry_t NW_omawapprovisioning_attribute_token_0[179] = {
       
   286 	{0x05, (NW_String_UCS2Buff_t *) NW_omawapprovisioning_AttributeTag_name},
       
   287 	{0x06, (NW_String_UCS2Buff_t *) NW_omawapprovisioning_AttributeTag_value},
       
   288 	{0x07, (NW_String_UCS2Buff_t *) NW_omawapprovisioning_AttributeTag_name_NAME},
       
   289 	{0x08, (NW_String_UCS2Buff_t *) NW_omawapprovisioning_AttributeTag_name_NAP_ADDRESS},
       
   290 	{0x09, (NW_String_UCS2Buff_t *) NW_omawapprovisioning_AttributeTag_name_NAP_ADDRTYPE},
       
   291 	{0x0a, (NW_String_UCS2Buff_t *) NW_omawapprovisioning_AttributeTag_name_CALLTYPE},
       
   292 	{0x0b, (NW_String_UCS2Buff_t *) NW_omawapprovisioning_AttributeTag_name_VALIDUNTIL},
       
   293 	{0x0c, (NW_String_UCS2Buff_t *) NW_omawapprovisioning_AttributeTag_name_AUTHTYPE},
       
   294 	{0x0d, (NW_String_UCS2Buff_t *) NW_omawapprovisioning_AttributeTag_name_AUTHNAME},
       
   295 	{0x0e, (NW_String_UCS2Buff_t *) NW_omawapprovisioning_AttributeTag_name_AUTHSECRET},
       
   296 	{0x0f, (NW_String_UCS2Buff_t *) NW_omawapprovisioning_AttributeTag_name_LINGER},
       
   297 	{0x10, (NW_String_UCS2Buff_t *) NW_omawapprovisioning_AttributeTag_name_BEARER},
       
   298 	{0x11, (NW_String_UCS2Buff_t *) NW_omawapprovisioning_AttributeTag_name_NAPID},
       
   299 	{0x12, (NW_String_UCS2Buff_t *) NW_omawapprovisioning_AttributeTag_name_COUNTRY},
       
   300 	{0x13, (NW_String_UCS2Buff_t *) NW_omawapprovisioning_AttributeTag_name_NETWORK},
       
   301 	{0x14, (NW_String_UCS2Buff_t *) NW_omawapprovisioning_AttributeTag_name_INTERNET},
       
   302 	{0x15, (NW_String_UCS2Buff_t *) NW_omawapprovisioning_AttributeTag_name_PROXY_ID},
       
   303 	{0x16, (NW_String_UCS2Buff_t *) NW_omawapprovisioning_AttributeTag_name_PROXY_PROVIDER_ID},
       
   304 	{0x17, (NW_String_UCS2Buff_t *) NW_omawapprovisioning_AttributeTag_name_DOMAIN},
       
   305 	{0x18, (NW_String_UCS2Buff_t *) NW_omawapprovisioning_AttributeTag_name_PROVURL},
       
   306 	{0x19, (NW_String_UCS2Buff_t *) NW_omawapprovisioning_AttributeTag_name_PXAUTH_TYPE},
       
   307 	{0x1a, (NW_String_UCS2Buff_t *) NW_omawapprovisioning_AttributeTag_name_PXAUTH_ID},
       
   308 	{0x1b, (NW_String_UCS2Buff_t *) NW_omawapprovisioning_AttributeTag_name_PXAUTH_PW},
       
   309 	{0x1c, (NW_String_UCS2Buff_t *) NW_omawapprovisioning_AttributeTag_name_STARTPAGE},
       
   310 	{0x1d, (NW_String_UCS2Buff_t *) NW_omawapprovisioning_AttributeTag_name_BASAUTH_ID},
       
   311 	{0x1e, (NW_String_UCS2Buff_t *) NW_omawapprovisioning_AttributeTag_name_BASAUTH_PW},
       
   312 	{0x1f, (NW_String_UCS2Buff_t *) NW_omawapprovisioning_AttributeTag_name_PUSHENABLED},
       
   313 	{0x20, (NW_String_UCS2Buff_t *) NW_omawapprovisioning_AttributeTag_name_PXADDR},
       
   314 	{0x21, (NW_String_UCS2Buff_t *) NW_omawapprovisioning_AttributeTag_name_PXADDRTYPE},
       
   315 	{0x22, (NW_String_UCS2Buff_t *) NW_omawapprovisioning_AttributeTag_name_TO_NAPID},
       
   316 	{0x23, (NW_String_UCS2Buff_t *) NW_omawapprovisioning_AttributeTag_name_PORTNBR},
       
   317 	{0x24, (NW_String_UCS2Buff_t *) NW_omawapprovisioning_AttributeTag_name_SERVICE},
       
   318 	{0x25, (NW_String_UCS2Buff_t *) NW_omawapprovisioning_AttributeTag_name_LINKSPEED},
       
   319 	{0x26, (NW_String_UCS2Buff_t *) NW_omawapprovisioning_AttributeTag_name_DNLINKSPEED},
       
   320 	{0x27, (NW_String_UCS2Buff_t *) NW_omawapprovisioning_AttributeTag_name_LOCAL_ADDR},
       
   321 	{0x28, (NW_String_UCS2Buff_t *) NW_omawapprovisioning_AttributeTag_name_LOCAL_ADDRTYPE},
       
   322 	{0x29, (NW_String_UCS2Buff_t *) NW_omawapprovisioning_AttributeTag_name_CONTEXT_ALLOW},
       
   323 	{0x2a, (NW_String_UCS2Buff_t *) NW_omawapprovisioning_AttributeTag_name_TRUST},
       
   324 	{0x2b, (NW_String_UCS2Buff_t *) NW_omawapprovisioning_AttributeTag_name_MASTER},
       
   325 	{0x2c, (NW_String_UCS2Buff_t *) NW_omawapprovisioning_AttributeTag_name_SID},
       
   326 	{0x2d, (NW_String_UCS2Buff_t *) NW_omawapprovisioning_AttributeTag_name_SOC},
       
   327 	{0x2e, (NW_String_UCS2Buff_t *) NW_omawapprovisioning_AttributeTag_name_WSP_VERSION},
       
   328 	{0x2f, (NW_String_UCS2Buff_t *) NW_omawapprovisioning_AttributeTag_name_PHYSICAL_PROXY_ID},
       
   329 	{0x30, (NW_String_UCS2Buff_t *) NW_omawapprovisioning_AttributeTag_name_CLIENT_ID},
       
   330 	{0x31, (NW_String_UCS2Buff_t *) NW_omawapprovisioning_AttributeTag_name_DELIVERY_ERR_SDU},
       
   331 	{0x32, (NW_String_UCS2Buff_t *) NW_omawapprovisioning_AttributeTag_name_DELIVERY_ORDER},
       
   332 	{0x33, (NW_String_UCS2Buff_t *) NW_omawapprovisioning_AttributeTag_name_TRAFFIC_CLASS},
       
   333 	{0x34, (NW_String_UCS2Buff_t *) NW_omawapprovisioning_AttributeTag_name_MAX_SDU_SIZE},
       
   334 	{0x35, (NW_String_UCS2Buff_t *) NW_omawapprovisioning_AttributeTag_name_MAX_BITRATE_UPLINK},
       
   335 	{0x36, (NW_String_UCS2Buff_t *) NW_omawapprovisioning_AttributeTag_name_MAX_BITRATE_DNLINK},
       
   336 	{0x37, (NW_String_UCS2Buff_t *) NW_omawapprovisioning_AttributeTag_name_RESIDUAL_BER},
       
   337 	{0x38, (NW_String_UCS2Buff_t *) NW_omawapprovisioning_AttributeTag_name_SDU_ERROR_RATIO},
       
   338 	{0x39, (NW_String_UCS2Buff_t *) NW_omawapprovisioning_AttributeTag_name_TRAFFIC_HANDL_PRIO},
       
   339 	{0x3a, (NW_String_UCS2Buff_t *) NW_omawapprovisioning_AttributeTag_name_TRANSFER_DELAY},
       
   340 	{0x3b, (NW_String_UCS2Buff_t *) NW_omawapprovisioning_AttributeTag_name_GUARANTEED_BITRATE_UPLINK},
       
   341 	{0x3c, (NW_String_UCS2Buff_t *) NW_omawapprovisioning_AttributeTag_name_GUARANTEED_BITRATE_DNLINK},
       
   342 	{0x3d, (NW_String_UCS2Buff_t *) NW_omawapprovisioning_AttributeTag_name_PXADDR_FQDN},
       
   343 	{0x3e, (NW_String_UCS2Buff_t *) NW_omawapprovisioning_AttributeTag_name_PROXY_PW},
       
   344 	{0x3f, (NW_String_UCS2Buff_t *) NW_omawapprovisioning_AttributeTag_name_PPGAUTH_TYPE},
       
   345 	{0x45, (NW_String_UCS2Buff_t *) NW_omawapprovisioning_AttributeTag_version},
       
   346 	{0x46, (NW_String_UCS2Buff_t *) NW_omawapprovisioning_AttributeTag_version_1_0},
       
   347 	{0x47, (NW_String_UCS2Buff_t *) NW_omawapprovisioning_AttributeTag_name_PULLENABLED},
       
   348 	{0x48, (NW_String_UCS2Buff_t *) NW_omawapprovisioning_AttributeTag_name_DNS_ADDR},
       
   349 	{0x49, (NW_String_UCS2Buff_t *) NW_omawapprovisioning_AttributeTag_name_MAX_NUM_RETRY},
       
   350 	{0x4a, (NW_String_UCS2Buff_t *) NW_omawapprovisioning_AttributeTag_name_FIRST_RETRY_TIMEOUT},
       
   351 	{0x4b, (NW_String_UCS2Buff_t *) NW_omawapprovisioning_AttributeTag_name_REREG_THRESHOLD},
       
   352 	{0x4c, (NW_String_UCS2Buff_t *) NW_omawapprovisioning_AttributeTag_name_T_BIT},
       
   353 	{0x4e, (NW_String_UCS2Buff_t *) NW_omawapprovisioning_AttributeTag_name_AUTH_ENTITY},
       
   354 	{0x4f, (NW_String_UCS2Buff_t *) NW_omawapprovisioning_AttributeTag_name_SPI},
       
   355 	{0x50, (NW_String_UCS2Buff_t *) NW_omawapprovisioning_AttributeTag_type},
       
   356 	{0x51, (NW_String_UCS2Buff_t *) NW_omawapprovisioning_AttributeTag_type_PXLOGICAL},
       
   357 	{0x52, (NW_String_UCS2Buff_t *) NW_omawapprovisioning_AttributeTag_type_PXPHYSICAL},
       
   358 	{0x53, (NW_String_UCS2Buff_t *) NW_omawapprovisioning_AttributeTag_type_PORT},
       
   359 	{0x54, (NW_String_UCS2Buff_t *) NW_omawapprovisioning_AttributeTag_type_VALIDITY},
       
   360 	{0x55, (NW_String_UCS2Buff_t *) NW_omawapprovisioning_AttributeTag_type_NAPDEF},
       
   361 	{0x56, (NW_String_UCS2Buff_t *) NW_omawapprovisioning_AttributeTag_type_BOOTSTRAP},
       
   362 	{0x57, (NW_String_UCS2Buff_t *) NW_omawapprovisioning_AttributeTag_type_VENDORCONFIG},
       
   363 	{0x58, (NW_String_UCS2Buff_t *) NW_omawapprovisioning_AttributeTag_type_CLIENTIDENTITY},
       
   364 	{0x59, (NW_String_UCS2Buff_t *) NW_omawapprovisioning_AttributeTag_type_PXAUTHINFO},
       
   365 	{0x5a, (NW_String_UCS2Buff_t *) NW_omawapprovisioning_AttributeTag_type_NAPAUTHINFO},
       
   366 	{0x5b, (NW_String_UCS2Buff_t *) NW_omawapprovisioning_AttributeTag_type_ACCESS},
       
   367 	{0x5c, (NW_String_UCS2Buff_t *) NW_omawapprovisioning_AttributeTag_type_BEARERINFO},
       
   368 	{0x5d, (NW_String_UCS2Buff_t *) NW_omawapprovisioning_AttributeTag_type_DNS_ADDRINFO},
       
   369 	{0x5e, (NW_String_UCS2Buff_t *) NW_omawapprovisioning_AttributeTag_type_WLAN},
       
   370 	{0x5f, (NW_String_UCS2Buff_t *) NW_omawapprovisioning_AttributeTag_type_WEPKEY},
       
   371 	{0x60, (NW_String_UCS2Buff_t *) NW_omawapprovisioning_AttributeTag_name_DIRECTION},
       
   372 	{0x61, (NW_String_UCS2Buff_t *) NW_omawapprovisioning_AttributeTag_name_DNS_ADDRTYPE},
       
   373 	{0x62, (NW_String_UCS2Buff_t *) NW_omawapprovisioning_AttributeTag_name_DNS_PRIORITY},
       
   374 	{0x63, (NW_String_UCS2Buff_t *) NW_omawapprovisioning_AttributeTag_name_SOURCE_STATISTICS_DESCRIPTOR},
       
   375 	{0x64, (NW_String_UCS2Buff_t *) NW_omawapprovisioning_AttributeTag_name_SIGNALLING_INDICATION},
       
   376 	{0x65, (NW_String_UCS2Buff_t *) NW_omawapprovisioning_AttributeTag_name_DEFGW},
       
   377 	{0x66, (NW_String_UCS2Buff_t *) NW_omawapprovisioning_AttributeTag_name_NETWORKMASK},
       
   378 	{0x67, (NW_String_UCS2Buff_t *) NW_omawapprovisioning_AttributeTag_name_USECB},
       
   379 	{0x68, (NW_String_UCS2Buff_t *) NW_omawapprovisioning_AttributeTag_name_CBNBR},
       
   380 	{0x69, (NW_String_UCS2Buff_t *) NW_omawapprovisioning_AttributeTag_name_PPPCOMP},
       
   381 	{0x6a, (NW_String_UCS2Buff_t *) NW_omawapprovisioning_AttributeTag_name_TO_LOGINSCRIPTID},
       
   382 	{0x6b, (NW_String_UCS2Buff_t *) NW_omawapprovisioning_AttributeTag_name_USEPTXTLOG},
       
   383 	{0x6c, (NW_String_UCS2Buff_t *) NW_omawapprovisioning_AttributeTag_name_GPRSPDP},
       
   384 	{0x6d, (NW_String_UCS2Buff_t *) NW_omawapprovisioning_AttributeTag_name_MODEMINIT},
       
   385 	{0x6e, (NW_String_UCS2Buff_t *) NW_omawapprovisioning_AttributeTag_name_IPADDRFROMSERVER},
       
   386 	{0x6f, (NW_String_UCS2Buff_t *) NW_omawapprovisioning_AttributeTag_name_IPDNSADDRFROMSERVER},
       
   387 	{0x70, (NW_String_UCS2Buff_t *) NW_omawapprovisioning_AttributeTag_name_IPV6DNSADDRFROMSERVER},
       
   388 	{0x71, (NW_String_UCS2Buff_t *) NW_omawapprovisioning_AttributeTag_name_IFNETWORKS},
       
   389 	{0x72, (NW_String_UCS2Buff_t *) NW_omawapprovisioning_AttributeTag_name_IAPSERVICE},
       
   390 	{0x73, (NW_String_UCS2Buff_t *) NW_omawapprovisioning_AttributeTag_name_SSID},
       
   391 	{0x74, (NW_String_UCS2Buff_t *) NW_omawapprovisioning_AttributeTag_name_NETWORKMODE},
       
   392 	{0x75, (NW_String_UCS2Buff_t *) NW_omawapprovisioning_AttributeTag_name_SECURITYMODE},
       
   393 	{0x76, (NW_String_UCS2Buff_t *) NW_omawapprovisioning_AttributeTag_name_WPAPRESHAREDKEY},
       
   394 	{0x77, (NW_String_UCS2Buff_t *) NW_omawapprovisioning_AttributeTag_name_LENGTH},
       
   395 	{0x78, (NW_String_UCS2Buff_t *) NW_omawapprovisioning_AttributeTag_name_DATA},
       
   396 	{0x85, (NW_String_UCS2Buff_t *) NW_omawapprovisioning_AttributeTag_IPV4},
       
   397 	{0x86, (NW_String_UCS2Buff_t *) NW_omawapprovisioning_AttributeTag_IPV6},
       
   398 	{0x87, (NW_String_UCS2Buff_t *) NW_omawapprovisioning_AttributeTag_E164},
       
   399 	{0x88, (NW_String_UCS2Buff_t *) NW_omawapprovisioning_AttributeTag_ALPHA},
       
   400 	{0x89, (NW_String_UCS2Buff_t *) NW_omawapprovisioning_AttributeTag_APN},
       
   401 	{0x8a, (NW_String_UCS2Buff_t *) NW_omawapprovisioning_AttributeTag_SCODE},
       
   402 	{0x8b, (NW_String_UCS2Buff_t *) NW_omawapprovisioning_AttributeTag_TETRA_ITSI},
       
   403 	{0x8c, (NW_String_UCS2Buff_t *) NW_omawapprovisioning_AttributeTag_MAN},
       
   404 	{0x8f, (NW_String_UCS2Buff_t *) NW_omawapprovisioning_AttributeTag_PPP},
       
   405 	{0x90, (NW_String_UCS2Buff_t *) NW_omawapprovisioning_AttributeTag_ANALOG_MODEM},
       
   406 	{0x91, (NW_String_UCS2Buff_t *) NW_omawapprovisioning_AttributeTag_V_120},
       
   407 	{0x92, (NW_String_UCS2Buff_t *) NW_omawapprovisioning_AttributeTag_V_110},
       
   408 	{0x93, (NW_String_UCS2Buff_t *) NW_omawapprovisioning_AttributeTag_X_31},
       
   409 	{0x94, (NW_String_UCS2Buff_t *) NW_omawapprovisioning_AttributeTag_BIT_TRANSPARENT},
       
   410 	{0x95, (NW_String_UCS2Buff_t *) NW_omawapprovisioning_AttributeTag_DIRECT_ASYNCHRONOUS_DATA_SERVICE},
       
   411 	{0x9a, (NW_String_UCS2Buff_t *) NW_omawapprovisioning_AttributeTag_PAP},
       
   412 	{0x9b, (NW_String_UCS2Buff_t *) NW_omawapprovisioning_AttributeTag_CHAP},
       
   413 	{0x9c, (NW_String_UCS2Buff_t *) NW_omawapprovisioning_AttributeTag_HTTP_BASIC},
       
   414 	{0x9d, (NW_String_UCS2Buff_t *) NW_omawapprovisioning_AttributeTag_HTTP_DIGEST},
       
   415 	{0x9e, (NW_String_UCS2Buff_t *) NW_omawapprovisioning_AttributeTag_WTLS_SS},
       
   416 	{0x9f, (NW_String_UCS2Buff_t *) NW_omawapprovisioning_AttributeTag_MD5},
       
   417 	{0xa2, (NW_String_UCS2Buff_t *) NW_omawapprovisioning_AttributeTag_GSM_USSD},
       
   418 	{0xa3, (NW_String_UCS2Buff_t *) NW_omawapprovisioning_AttributeTag_GSM_SMS},
       
   419 	{0xa4, (NW_String_UCS2Buff_t *) NW_omawapprovisioning_AttributeTag_ANSI_136_GUTS},
       
   420 	{0xa5, (NW_String_UCS2Buff_t *) NW_omawapprovisioning_AttributeTag_IS_95_CDMA_SMS},
       
   421 	{0xa6, (NW_String_UCS2Buff_t *) NW_omawapprovisioning_AttributeTag_IS_95_CDMA_CSD},
       
   422 	{0xa7, (NW_String_UCS2Buff_t *) NW_omawapprovisioning_AttributeTag_IS_95_CDMA_PACKET},
       
   423 	{0xa8, (NW_String_UCS2Buff_t *) NW_omawapprovisioning_AttributeTag_ANSI_136_CSD},
       
   424 	{0xa9, (NW_String_UCS2Buff_t *) NW_omawapprovisioning_AttributeTag_ANSI_136_GPRS},
       
   425 	{0xaa, (NW_String_UCS2Buff_t *) NW_omawapprovisioning_AttributeTag_GSM_CSD},
       
   426 	{0xab, (NW_String_UCS2Buff_t *) NW_omawapprovisioning_AttributeTag_GSM_GPRS},
       
   427 	{0xac, (NW_String_UCS2Buff_t *) NW_omawapprovisioning_AttributeTag_AMPS_CDPD},
       
   428 	{0xad, (NW_String_UCS2Buff_t *) NW_omawapprovisioning_AttributeTag_PDC_CSD},
       
   429 	{0xae, (NW_String_UCS2Buff_t *) NW_omawapprovisioning_AttributeTag_PDC_PACKET},
       
   430 	{0xaf, (NW_String_UCS2Buff_t *) NW_omawapprovisioning_AttributeTag_IDEN_SMS},
       
   431 	{0xb0, (NW_String_UCS2Buff_t *) NW_omawapprovisioning_AttributeTag_IDEN_CSD},
       
   432 	{0xb1, (NW_String_UCS2Buff_t *) NW_omawapprovisioning_AttributeTag_IDEN_PACKET},
       
   433 	{0xb2, (NW_String_UCS2Buff_t *) NW_omawapprovisioning_AttributeTag_FLEX_REFLEX},
       
   434 	{0xb3, (NW_String_UCS2Buff_t *) NW_omawapprovisioning_AttributeTag_PHS_SMS},
       
   435 	{0xb4, (NW_String_UCS2Buff_t *) NW_omawapprovisioning_AttributeTag_PHS_CSD},
       
   436 	{0xb5, (NW_String_UCS2Buff_t *) NW_omawapprovisioning_AttributeTag_TETRA_SDS},
       
   437 	{0xb6, (NW_String_UCS2Buff_t *) NW_omawapprovisioning_AttributeTag_TETRA_PACKET},
       
   438 	{0xb7, (NW_String_UCS2Buff_t *) NW_omawapprovisioning_AttributeTag_ANSI_136_GHOST},
       
   439 	{0xb8, (NW_String_UCS2Buff_t *) NW_omawapprovisioning_AttributeTag_MOBITEX_MPAK},
       
   440 	{0xb9, (NW_String_UCS2Buff_t *) NW_omawapprovisioning_AttributeTag_CDMA2000_1X_SIMPLE_IP},
       
   441 	{0xba, (NW_String_UCS2Buff_t *) NW_omawapprovisioning_AttributeTag_CDMA2000_1X_MOBILE_IP},
       
   442 	{0xbb, (NW_String_UCS2Buff_t *) NW_omawapprovisioning_AttributeTag__3G_GSM},
       
   443 	{0xbc, (NW_String_UCS2Buff_t *) NW_omawapprovisioning_AttributeTag_WLAN},
       
   444 	{0xc5, (NW_String_UCS2Buff_t *) NW_omawapprovisioning_AttributeTag_AUTOBAUDING},
       
   445 	{0xca, (NW_String_UCS2Buff_t *) NW_omawapprovisioning_AttributeTag_CL_WSP},
       
   446 	{0xcb, (NW_String_UCS2Buff_t *) NW_omawapprovisioning_AttributeTag_CO_WSP},
       
   447 	{0xcc, (NW_String_UCS2Buff_t *) NW_omawapprovisioning_AttributeTag_CL_SEC_WSP},
       
   448 	{0xcd, (NW_String_UCS2Buff_t *) NW_omawapprovisioning_AttributeTag_CO_SEC_WSP},
       
   449 	{0xce, (NW_String_UCS2Buff_t *) NW_omawapprovisioning_AttributeTag_CL_SEC_WTA},
       
   450 	{0xcf, (NW_String_UCS2Buff_t *) NW_omawapprovisioning_AttributeTag_CO_SEC_WTA},
       
   451 	{0xd0, (NW_String_UCS2Buff_t *) NW_omawapprovisioning_AttributeTag_OTA_HTTP_TO},
       
   452 	{0xd1, (NW_String_UCS2Buff_t *) NW_omawapprovisioning_AttributeTag_OTA_HTTP_TLS_TO},
       
   453 	{0xd2, (NW_String_UCS2Buff_t *) NW_omawapprovisioning_AttributeTag_OTA_HTTP_PO},
       
   454 	{0xd3, (NW_String_UCS2Buff_t *) NW_omawapprovisioning_AttributeTag_OTA_HTTP_TLS_PO},
       
   455 	{0xe0, (NW_String_UCS2Buff_t *) NW_omawapprovisioning_AttributeTag_AAA},
       
   456 	{0xe1, (NW_String_UCS2Buff_t *) NW_omawapprovisioning_AttributeTag_HA},
       
   457 	{0xe2, (NW_String_UCS2Buff_t *) NW_omawapprovisioning_AttributeTag_INFRASTRUCTURE},
       
   458 	{0xe3, (NW_String_UCS2Buff_t *) NW_omawapprovisioning_AttributeTag_ADHOC},
       
   459 	{0xe4, (NW_String_UCS2Buff_t *) NW_omawapprovisioning_AttributeTag_WEP},
       
   460 	{0xe5, (NW_String_UCS2Buff_t *) NW_omawapprovisioning_AttributeTag__8021X},
       
   461 	{0xe6, (NW_String_UCS2Buff_t *) NW_omawapprovisioning_AttributeTag_WPA},
       
   462 	{0xe7, (NW_String_UCS2Buff_t *) NW_omawapprovisioning_AttributeTag_WPA_PRESHARED_KEY},
       
   463 	{0xe8, (NW_String_UCS2Buff_t *) NW_omawapprovisioning_AttributeTag_INCOMING},
       
   464 	{0xe9, (NW_String_UCS2Buff_t *) NW_omawapprovisioning_AttributeTag_OUTGOING}
       
   465 };
       
   466 
       
   467 /*
       
   468 ** WARNING
       
   469 **
       
   470 ** DO NOT EDIT - THIS CODE IS AUTOMATICALLY GENERATED
       
   471 **               FROM A DATA FILE BY THE DICTIONARY CREATION PROGRAM
       
   472 **
       
   473 ** This file generated on Thu Feb 24 12:02:42 2005
       
   474 **                        (coordinated universal time)
       
   475 **
       
   476 ** Command line: dictionary provisioning_v12.txt omaprovisioningdictionary.c omaprovisioningdictionary.h
       
   477 */
       
   478 
       
   479 /*
       
   480  * attribute entries - sorted by name
       
   481  */
       
   482 static const
       
   483 NW_Byte NW_omawapprovisioning_attribute_name_0[179] = {
       
   484 	156,
       
   485 	174,
       
   486 	169,
       
   487 	172,
       
   488 	113,
       
   489 	141,
       
   490 	119,
       
   491 	137,
       
   492 	152,
       
   493 	138,
       
   494 	133,
       
   495 	114,
       
   496 	158,
       
   497 	123,
       
   498 	155,
       
   499 	154,
       
   500 	126,
       
   501 	161,
       
   502 	163,
       
   503 	159,
       
   504 	162,
       
   505 	164,
       
   506 	160,
       
   507 	124,
       
   508 	112,
       
   509 	147,
       
   510 	139,
       
   511 	140,
       
   512 	132,
       
   513 	131,
       
   514 	170,
       
   515 	127,
       
   516 	128,
       
   517 	145,
       
   518 	146,
       
   519 	144,
       
   520 	177,
       
   521 	171,
       
   522 	110,
       
   523 	111,
       
   524 	135,
       
   525 	136,
       
   526 	134,
       
   527 	117,
       
   528 	130,
       
   529 	153,
       
   530 	167,
       
   531 	168,
       
   532 	166,
       
   533 	165,
       
   534 	178,
       
   535 	125,
       
   536 	142,
       
   537 	143,
       
   538 	149,
       
   539 	148,
       
   540 	118,
       
   541 	115,
       
   542 	116,
       
   543 	151,
       
   544 	150,
       
   545 	121,
       
   546 	120,
       
   547 	173,
       
   548 	157,
       
   549 	175,
       
   550 	176,
       
   551 	129,
       
   552 	122,
       
   553 	0,
       
   554 	67,
       
   555 	8,
       
   556 	9,
       
   557 	7,
       
   558 	24,
       
   559 	25,
       
   560 	11,
       
   561 	5,
       
   562 	93,
       
   563 	43,
       
   564 	36,
       
   565 	13,
       
   566 	109,
       
   567 	90,
       
   568 	44,
       
   569 	45,
       
   570 	85,
       
   571 	33,
       
   572 	62,
       
   573 	86,
       
   574 	87,
       
   575 	18,
       
   576 	64,
       
   577 	97,
       
   578 	55,
       
   579 	54,
       
   580 	103,
       
   581 	102,
       
   582 	15,
       
   583 	99,
       
   584 	100,
       
   585 	101,
       
   586 	108,
       
   587 	10,
       
   588 	32,
       
   589 	34,
       
   590 	35,
       
   591 	38,
       
   592 	49,
       
   593 	48,
       
   594 	63,
       
   595 	47,
       
   596 	98,
       
   597 	2,
       
   598 	3,
       
   599 	4,
       
   600 	12,
       
   601 	14,
       
   602 	91,
       
   603 	105,
       
   604 	42,
       
   605 	30,
       
   606 	58,
       
   607 	94,
       
   608 	19,
       
   609 	16,
       
   610 	17,
       
   611 	57,
       
   612 	61,
       
   613 	26,
       
   614 	27,
       
   615 	56,
       
   616 	28,
       
   617 	21,
       
   618 	22,
       
   619 	20,
       
   620 	65,
       
   621 	50,
       
   622 	51,
       
   623 	106,
       
   624 	31,
       
   625 	39,
       
   626 	89,
       
   627 	40,
       
   628 	88,
       
   629 	68,
       
   630 	104,
       
   631 	23,
       
   632 	66,
       
   633 	95,
       
   634 	29,
       
   635 	46,
       
   636 	52,
       
   637 	53,
       
   638 	37,
       
   639 	92,
       
   640 	96,
       
   641 	6,
       
   642 	107,
       
   643 	41,
       
   644 	69,
       
   645 	80,
       
   646 	81,
       
   647 	75,
       
   648 	77,
       
   649 	82,
       
   650 	79,
       
   651 	74,
       
   652 	72,
       
   653 	78,
       
   654 	70,
       
   655 	71,
       
   656 	73,
       
   657 	76,
       
   658 	84,
       
   659 	83,
       
   660 	1,
       
   661 	59,
       
   662 	60,
       
   663 };
       
   664 
       
   665 //static const NW_Ucs2 NW_omawapprovisioning_ElementTag_characteristic_1[] = {'c','h','a','r','a','c','t','e','r','i','s','t','i','c','\0'}; // Commented to remove warning in armv5
       
   666 //static const NW_Ucs2 NW_omawapprovisioning_ElementTag_parm_1[] = {'p','a','r','m','\0'}; // Commented to remove warning in armv5
       
   667 
       
   668 /*
       
   669 ** WARNING
       
   670 **
       
   671 ** DO NOT EDIT - THIS CODE IS AUTOMATICALLY GENERATED
       
   672 **               FROM A DATA FILE BY THE DICTIONARY CREATION PROGRAM
       
   673 **
       
   674 ** This file generated on Thu Feb 24 12:02:42 2005
       
   675 **                        (coordinated universal time)
       
   676 **
       
   677 ** Command line: dictionary provisioning_v12.txt omaprovisioningdictionary.c omaprovisioningdictionary.h
       
   678 */
       
   679 
       
   680 /*
       
   681  * tag entries - sorted by token
       
   682  */
       
   683 static const
       
   684 NW_WBXML_DictEntry_t NW_omawapprovisioning_tag_token_1[2] = {
       
   685 	{0x06, (NW_String_UCS2Buff_t *) NW_omawapprovisioning_ElementTag_characteristic},
       
   686 	{0x07, (NW_String_UCS2Buff_t *) NW_omawapprovisioning_ElementTag_parm}
       
   687 };
       
   688 
       
   689 /*
       
   690 ** WARNING
       
   691 **
       
   692 ** DO NOT EDIT - THIS CODE IS AUTOMATICALLY GENERATED
       
   693 **               FROM A DATA FILE BY THE DICTIONARY CREATION PROGRAM
       
   694 **
       
   695 ** This file generated on Thu Feb 24 12:02:42 2005
       
   696 **                        (coordinated universal time)
       
   697 **
       
   698 ** Command line: dictionary provisioning_v12.txt omaprovisioningdictionary.c omaprovisioningdictionary.h
       
   699 */
       
   700 
       
   701 /*
       
   702  * tag entries - sorted by name
       
   703  */
       
   704 static const
       
   705 NW_Byte NW_omawapprovisioning_tag_name_1[2] = {
       
   706 	0,
       
   707 	1,
       
   708 };
       
   709 
       
   710 //static const NW_Ucs2 NW_omawapprovisioning_AttributeTag_name_1[] = {'n','a','m','e','\0'}; // Commented to remove warning in armv5
       
   711 //static const NW_Ucs2 NW_omawapprovisioning_AttributeTag_value_1[] = {'v','a','l','u','e','\0'}; // Commented to remove warning in armv5
       
   712 //static const NW_Ucs2 NW_omawapprovisioning_AttributeTag_name_NAME_1[] = {'n','a','m','e','=','N','A','M','E','\0'}; // Commented to remove warning in armv5
       
   713 //static const NW_Ucs2 NW_omawapprovisioning_AttributeTag_name_INTERNET_1[] = {'n','a','m','e','=','I','N','T','E','R','N','E','T','\0'}; // Commented to remove warning in armv5
       
   714 //static const NW_Ucs2 NW_omawapprovisioning_AttributeTag_name_STARTPAGE_1[] = {'n','a','m','e','=','S','T','A','R','T','P','A','G','E','\0'}; // Commented to remove warning in armv5
       
   715 //static const NW_Ucs2 NW_omawapprovisioning_AttributeTag_name_TO_NAPID_1[] = {'n','a','m','e','=','T','O','-','N','A','P','I','D','\0'}; // Commented to remove warning in armv5
       
   716 //static const NW_Ucs2 NW_omawapprovisioning_AttributeTag_name_PORTNBR_1[] = {'n','a','m','e','=','P','O','R','T','N','B','R','\0'}; // Commented to remove warning in armv5
       
   717 //static const NW_Ucs2 NW_omawapprovisioning_AttributeTag_name_SERVICE_1[] = {'n','a','m','e','=','S','E','R','V','I','C','E','\0'}; // Commented to remove warning in armv5
       
   718 static const NW_Ucs2 NW_omawapprovisioning_AttributeTag_name_AACCEPT[] = {'n','a','m','e','=','A','A','C','C','E','P','T','\0'};
       
   719 static const NW_Ucs2 NW_omawapprovisioning_AttributeTag_name_AAUTHDATA[] = {'n','a','m','e','=','A','A','U','T','H','D','A','T','A','\0'};
       
   720 static const NW_Ucs2 NW_omawapprovisioning_AttributeTag_name_AAUTHLEVEL[] = {'n','a','m','e','=','A','A','U','T','H','L','E','V','E','L','\0'};
       
   721 static const NW_Ucs2 NW_omawapprovisioning_AttributeTag_name_AAUTHNAME[] = {'n','a','m','e','=','A','A','U','T','H','N','A','M','E','\0'};
       
   722 static const NW_Ucs2 NW_omawapprovisioning_AttributeTag_name_AAUTHSECRET[] = {'n','a','m','e','=','A','A','U','T','H','S','E','C','R','E','T','\0'};
       
   723 static const NW_Ucs2 NW_omawapprovisioning_AttributeTag_name_AAUTHTYPE[] = {'n','a','m','e','=','A','A','U','T','H','T','Y','P','E','\0'};
       
   724 static const NW_Ucs2 NW_omawapprovisioning_AttributeTag_name_ADDR[] = {'n','a','m','e','=','A','D','D','R','\0'};
       
   725 static const NW_Ucs2 NW_omawapprovisioning_AttributeTag_name_ADDRTYPE[] = {'n','a','m','e','=','A','D','D','R','T','Y','P','E','\0'};
       
   726 static const NW_Ucs2 NW_omawapprovisioning_AttributeTag_name_APPID[] = {'n','a','m','e','=','A','P','P','I','D','\0'};
       
   727 static const NW_Ucs2 NW_omawapprovisioning_AttributeTag_name_APROTOCOL[] = {'n','a','m','e','=','A','P','R','O','T','O','C','O','L','\0'};
       
   728 static const NW_Ucs2 NW_omawapprovisioning_AttributeTag_name_PROVIDER_ID[] = {'n','a','m','e','=','P','R','O','V','I','D','E','R','-','I','D','\0'};
       
   729 static const NW_Ucs2 NW_omawapprovisioning_AttributeTag_name_TO_PROXY[] = {'n','a','m','e','=','T','O','-','P','R','O','X','Y','\0'};
       
   730 static const NW_Ucs2 NW_omawapprovisioning_AttributeTag_name_URI[] = {'n','a','m','e','=','U','R','I','\0'};
       
   731 static const NW_Ucs2 NW_omawapprovisioning_AttributeTag_name_RULE[] = {'n','a','m','e','=','R','U','L','E','\0'};
       
   732 static const NW_Ucs2 NW_omawapprovisioning_AttributeTag_name_APPREF[] = {'n','a','m','e','=','A','P','P','R','E','F','\0'};
       
   733 static const NW_Ucs2 NW_omawapprovisioning_AttributeTag_name_TO_APPREF[] = {'n','a','m','e','=','T','O','-','A','P','P','R','E','F','\0'};
       
   734 static const NW_Ucs2 NW_omawapprovisioning_AttributeTag_name_LOGINTW[] = {'n','a','m','e','=','L','O','G','I','N','T','W','\0'};
       
   735 static const NW_Ucs2 NW_omawapprovisioning_AttributeTag_name_LOGINSCRIPTTYPE[] = {'n','a','m','e','=','L','O','G','I','N','S','C','R','I','P','T','T','Y','P','E','\0'};
       
   736 static const NW_Ucs2 NW_omawapprovisioning_AttributeTag_name_LOGINSCRIPTDATA[] = {'n','a','m','e','=','L','O','G','I','N','S','C','R','I','P','T','D','A','T','A','\0'};
       
   737 static const NW_Ucs2 NW_omawapprovisioning_AttributeTag_name_LOGINSCRIPTID[] = {'n','a','m','e','=','L','O','G','I','N','S','C','R','I','P','T','I','D','\0'};
       
   738 //static const NW_Ucs2 NW_omawapprovisioning_AttributeTag_type_1[] = {'t','y','p','e','\0'}; // Commented to remove warning in armv5
       
   739 //static const NW_Ucs2 NW_omawapprovisioning_AttributeTag_type_PORT_1[] = {'t','y','p','e','=','P','O','R','T','\0'}; // Commented to remove warning in armv5
       
   740 static const NW_Ucs2 NW_omawapprovisioning_AttributeTag_type_APPLICATION[] = {'t','y','p','e','=','A','P','P','L','I','C','A','T','I','O','N','\0'};
       
   741 static const NW_Ucs2 NW_omawapprovisioning_AttributeTag_type_APPADDR[] = {'t','y','p','e','=','A','P','P','A','D','D','R','\0'};
       
   742 static const NW_Ucs2 NW_omawapprovisioning_AttributeTag_type_APPAUTH[] = {'t','y','p','e','=','A','P','P','A','U','T','H','\0'};
       
   743 //static const NW_Ucs2 NW_omawapprovisioning_AttributeTag_type_CLIENTIDENTITY_1[] = {'t','y','p','e','=','C','L','I','E','N','T','I','D','E','N','T','I','T','Y','\0'}; // Commented to remove warning in armv5
       
   744 static const NW_Ucs2 NW_omawapprovisioning_AttributeTag_type_RESOURCE[] = {'t','y','p','e','=','R','E','S','O','U','R','C','E','\0'};
       
   745 static const NW_Ucs2 NW_omawapprovisioning_AttributeTag_type_LOGINSCRIPT[] = {'t','y','p','e','=','L','O','G','I','N','S','C','R','I','P','T','\0'};
       
   746 //static const NW_Ucs2 NW_omawapprovisioning_AttributeTag_IPV6_1[] = {'I','P','V','6','\0'}; // Commented to remove warning in armv5
       
   747 //static const NW_Ucs2 NW_omawapprovisioning_AttributeTag_E164_1[] = {'E','1','6','4','\0'}; // Commented to remove warning in armv5
       
   748 //static const NW_Ucs2 NW_omawapprovisioning_AttributeTag_ALPHA_1[] = {'A','L','P','H','A','\0'}; // Commented to remove warning in armv5
       
   749 static const NW_Ucs2 NW_omawapprovisioning_AttributeTag_APPSRV[] = {'A','P','P','S','R','V','\0'};
       
   750 static const NW_Ucs2 NW_omawapprovisioning_AttributeTag_OBEX[] = {'O','B','E','X','\0'};
       
   751 static const NW_Ucs2 NW_omawapprovisioning_AttributeTag__[] = {',','\0'};
       
   752 static const NW_Ucs2 NW_omawapprovisioning_AttributeTag_HTTP_[] = {'H','T','T','P','-','\0'};
       
   753 static const NW_Ucs2 NW_omawapprovisioning_AttributeTag_BASIC[] = {'B','A','S','I','C','\0'};
       
   754 static const NW_Ucs2 NW_omawapprovisioning_AttributeTag_DIGEST[] = {'D','I','G','E','S','T','\0'};
       
   755 
       
   756 /*
       
   757 ** WARNING
       
   758 **
       
   759 ** DO NOT EDIT - THIS CODE IS AUTOMATICALLY GENERATED
       
   760 **               FROM A DATA FILE BY THE DICTIONARY CREATION PROGRAM
       
   761 **
       
   762 ** This file generated on Thu Feb 24 12:02:42 2005
       
   763 **                        (coordinated universal time)
       
   764 **
       
   765 ** Command line: dictionary provisioning_v12.txt omaprovisioningdictionary.c omaprovisioningdictionary.h
       
   766 */
       
   767 
       
   768 /*
       
   769  * attribute entries - sorted by token
       
   770  */
       
   771 static const
       
   772 NW_WBXML_DictEntry_t NW_omawapprovisioning_attribute_token_1[45] = {
       
   773 	{0x05, (NW_String_UCS2Buff_t *) NW_omawapprovisioning_AttributeTag_name},
       
   774 	{0x06, (NW_String_UCS2Buff_t *) NW_omawapprovisioning_AttributeTag_value},
       
   775 	{0x07, (NW_String_UCS2Buff_t *) NW_omawapprovisioning_AttributeTag_name_NAME},
       
   776 	{0x14, (NW_String_UCS2Buff_t *) NW_omawapprovisioning_AttributeTag_name_INTERNET},
       
   777 	{0x1c, (NW_String_UCS2Buff_t *) NW_omawapprovisioning_AttributeTag_name_STARTPAGE},
       
   778 	{0x22, (NW_String_UCS2Buff_t *) NW_omawapprovisioning_AttributeTag_name_TO_NAPID},
       
   779 	{0x23, (NW_String_UCS2Buff_t *) NW_omawapprovisioning_AttributeTag_name_PORTNBR},
       
   780 	{0x24, (NW_String_UCS2Buff_t *) NW_omawapprovisioning_AttributeTag_name_SERVICE},
       
   781 	{0x2e, (NW_String_UCS2Buff_t *) NW_omawapprovisioning_AttributeTag_name_AACCEPT},
       
   782 	{0x2f, (NW_String_UCS2Buff_t *) NW_omawapprovisioning_AttributeTag_name_AAUTHDATA},
       
   783 	{0x30, (NW_String_UCS2Buff_t *) NW_omawapprovisioning_AttributeTag_name_AAUTHLEVEL},
       
   784 	{0x31, (NW_String_UCS2Buff_t *) NW_omawapprovisioning_AttributeTag_name_AAUTHNAME},
       
   785 	{0x32, (NW_String_UCS2Buff_t *) NW_omawapprovisioning_AttributeTag_name_AAUTHSECRET},
       
   786 	{0x33, (NW_String_UCS2Buff_t *) NW_omawapprovisioning_AttributeTag_name_AAUTHTYPE},
       
   787 	{0x34, (NW_String_UCS2Buff_t *) NW_omawapprovisioning_AttributeTag_name_ADDR},
       
   788 	{0x35, (NW_String_UCS2Buff_t *) NW_omawapprovisioning_AttributeTag_name_ADDRTYPE},
       
   789 	{0x36, (NW_String_UCS2Buff_t *) NW_omawapprovisioning_AttributeTag_name_APPID},
       
   790 	{0x37, (NW_String_UCS2Buff_t *) NW_omawapprovisioning_AttributeTag_name_APROTOCOL},
       
   791 	{0x38, (NW_String_UCS2Buff_t *) NW_omawapprovisioning_AttributeTag_name_PROVIDER_ID},
       
   792 	{0x39, (NW_String_UCS2Buff_t *) NW_omawapprovisioning_AttributeTag_name_TO_PROXY},
       
   793 	{0x3a, (NW_String_UCS2Buff_t *) NW_omawapprovisioning_AttributeTag_name_URI},
       
   794 	{0x3b, (NW_String_UCS2Buff_t *) NW_omawapprovisioning_AttributeTag_name_RULE},
       
   795 	{0x3c, (NW_String_UCS2Buff_t *) NW_omawapprovisioning_AttributeTag_name_APPREF},
       
   796 	{0x3d, (NW_String_UCS2Buff_t *) NW_omawapprovisioning_AttributeTag_name_TO_APPREF},
       
   797 	{0x3e, (NW_String_UCS2Buff_t *) NW_omawapprovisioning_AttributeTag_name_LOGINTW},
       
   798 	{0x3f, (NW_String_UCS2Buff_t *) NW_omawapprovisioning_AttributeTag_name_LOGINSCRIPTTYPE},
       
   799 	{0x40, (NW_String_UCS2Buff_t *) NW_omawapprovisioning_AttributeTag_name_LOGINSCRIPTDATA},
       
   800 	{0x41, (NW_String_UCS2Buff_t *) NW_omawapprovisioning_AttributeTag_name_LOGINSCRIPTID},
       
   801 	{0x50, (NW_String_UCS2Buff_t *) NW_omawapprovisioning_AttributeTag_type},
       
   802 	{0x53, (NW_String_UCS2Buff_t *) NW_omawapprovisioning_AttributeTag_type_PORT},
       
   803 	{0x55, (NW_String_UCS2Buff_t *) NW_omawapprovisioning_AttributeTag_type_APPLICATION},
       
   804 	{0x56, (NW_String_UCS2Buff_t *) NW_omawapprovisioning_AttributeTag_type_APPADDR},
       
   805 	{0x57, (NW_String_UCS2Buff_t *) NW_omawapprovisioning_AttributeTag_type_APPAUTH},
       
   806 	{0x58, (NW_String_UCS2Buff_t *) NW_omawapprovisioning_AttributeTag_type_CLIENTIDENTITY},
       
   807 	{0x59, (NW_String_UCS2Buff_t *) NW_omawapprovisioning_AttributeTag_type_RESOURCE},
       
   808 	{0x5a, (NW_String_UCS2Buff_t *) NW_omawapprovisioning_AttributeTag_type_LOGINSCRIPT},
       
   809 	{0x86, (NW_String_UCS2Buff_t *) NW_omawapprovisioning_AttributeTag_IPV6},
       
   810 	{0x87, (NW_String_UCS2Buff_t *) NW_omawapprovisioning_AttributeTag_E164},
       
   811 	{0x88, (NW_String_UCS2Buff_t *) NW_omawapprovisioning_AttributeTag_ALPHA},
       
   812 	{0x8d, (NW_String_UCS2Buff_t *) NW_omawapprovisioning_AttributeTag_APPSRV},
       
   813 	{0x8e, (NW_String_UCS2Buff_t *) NW_omawapprovisioning_AttributeTag_OBEX},
       
   814 	{0x90, (NW_String_UCS2Buff_t *) NW_omawapprovisioning_AttributeTag__},
       
   815 	{0x91, (NW_String_UCS2Buff_t *) NW_omawapprovisioning_AttributeTag_HTTP_},
       
   816 	{0x92, (NW_String_UCS2Buff_t *) NW_omawapprovisioning_AttributeTag_BASIC},
       
   817 	{0x93, (NW_String_UCS2Buff_t *) NW_omawapprovisioning_AttributeTag_DIGEST}
       
   818 };
       
   819 
       
   820 /*
       
   821 ** WARNING
       
   822 **
       
   823 ** DO NOT EDIT - THIS CODE IS AUTOMATICALLY GENERATED
       
   824 **               FROM A DATA FILE BY THE DICTIONARY CREATION PROGRAM
       
   825 **
       
   826 ** This file generated on Thu Feb 24 12:02:42 2005
       
   827 **                        (coordinated universal time)
       
   828 **
       
   829 ** Command line: dictionary provisioning_v12.txt omaprovisioningdictionary.c omaprovisioningdictionary.h
       
   830 */
       
   831 
       
   832 /*
       
   833  * attribute entries - sorted by name
       
   834  */
       
   835 static const
       
   836 NW_Byte NW_omawapprovisioning_attribute_name_1[45] = {
       
   837 	41,
       
   838 	38,
       
   839 	39,
       
   840 	43,
       
   841 	44,
       
   842 	37,
       
   843 	42,
       
   844 	36,
       
   845 	40,
       
   846 	0,
       
   847 	8,
       
   848 	9,
       
   849 	10,
       
   850 	11,
       
   851 	12,
       
   852 	13,
       
   853 	14,
       
   854 	15,
       
   855 	16,
       
   856 	22,
       
   857 	17,
       
   858 	3,
       
   859 	26,
       
   860 	27,
       
   861 	25,
       
   862 	24,
       
   863 	2,
       
   864 	6,
       
   865 	18,
       
   866 	21,
       
   867 	7,
       
   868 	4,
       
   869 	23,
       
   870 	5,
       
   871 	19,
       
   872 	20,
       
   873 	28,
       
   874 	31,
       
   875 	32,
       
   876 	30,
       
   877 	33,
       
   878 	35,
       
   879 	29,
       
   880 	34,
       
   881 	1,
       
   882 };
       
   883 
       
   884 /*
       
   885  * Tag codepage table
       
   886  */
       
   887 static const
       
   888 NW_WBXML_Codepage_t NW_omawapprovisioning_tag_codepages[2] = {
       
   889 	{3, (NW_WBXML_DictEntry_t*)&NW_omawapprovisioning_tag_token_0[0], (NW_Byte *)&NW_omawapprovisioning_tag_name_0[0]},
       
   890 	{2, (NW_WBXML_DictEntry_t*)&NW_omawapprovisioning_tag_token_1[0], (NW_Byte *)&NW_omawapprovisioning_tag_name_1[0]},
       
   891 };
       
   892 
       
   893 /*
       
   894  * Attribute codepage table
       
   895  */
       
   896 static const
       
   897 NW_WBXML_Codepage_t NW_omawapprovisioning_attribute_codepages[2] = {
       
   898 	{179, (NW_WBXML_DictEntry_t*)&NW_omawapprovisioning_attribute_token_0[0], (NW_Byte *)&NW_omawapprovisioning_attribute_name_0[0]},
       
   899 	{45, (NW_WBXML_DictEntry_t*)&NW_omawapprovisioning_attribute_token_1[0], (NW_Byte *)&NW_omawapprovisioning_attribute_name_1[0]},
       
   900 };
       
   901 
       
   902 static const NW_Ucs2 NW_omawapprovisioning_docType[] = {'-','/','/','W','A','P','F','O','R','U','M','/','/','D','T','D',' ','P','R','O','V',' ','1','.','0','/','/','E','N','\0'};
       
   903 
       
   904 /*
       
   905  * Dictionary
       
   906  */
       
   907 const NW_WBXML_Dictionary_t NW_omawapprovisioning_WBXMLDictionary = {
       
   908 	NW_omawapprovisioning_PublicId,
       
   909 	(NW_Ucs2 *)NW_omawapprovisioning_docType,
       
   910 	2, (NW_WBXML_Codepage_t*)&NW_omawapprovisioning_tag_codepages[0],
       
   911 	2, (NW_WBXML_Codepage_t*)&NW_omawapprovisioning_attribute_codepages[0],
       
   912 };
       
   913 
       
   914 /*
       
   915 ** WARNING
       
   916 **
       
   917 ** DO NOT EDIT - THIS CODE IS AUTOMATICALLY GENERATED
       
   918 **               FROM A DATA FILE BY THE DICTIONARY CREATION PROGRAM
       
   919 **
       
   920 ** This file generated on Thu Feb 24 12:02:42 2005
       
   921 **                        (coordinated universal time)
       
   922 **
       
   923 ** Command line: dictionary provisioning_v12.txt omaprovisioningdictionary.c omaprovisioningdictionary.h
       
   924 */