summaryrefslogtreecommitdiff
path: root/setting
diff options
context:
space:
mode:
authorBen Murdoch <benm@google.com>2014-04-02 09:54:35 +0000
committerBen Murdoch <benm@google.com>2014-04-02 09:54:35 +0000
commit305faca2b66a07a037f1ee9a741254f025b4c05b (patch)
tree4b825dc642cb6eb9a060e54bf8d69288fbee4904 /setting
parent3fa3e56afc259ce982ca4f8b51be7378b7e2021e (diff)
downloadOMA-DM-305faca2b66a07a037f1ee9a741254f025b4c05b.tar.gz
Revert "Initial commit of new OMA DM client."
This reverts commit 9305001cc2c1ee5fe5830e2554ed8d4f269ebe0e. Breaking checkbuild with the following failure: make: *** No rule to make target `packages/apps/OMA-DM/plugins/CONNMO/src/com/android/sdm/plugins/connmo/ConnmoTargetQC.java', needed by `out/target/common/obj/APPS/ConnMO_intermediates/classes-full-debug.jar'. Stop. make: *** Waiting for unfinished jobs.... Change-Id: I5116d2d64c9b1253443114ddd5ff095c0c74e808
Diffstat (limited to 'setting')
-rw-r--r--setting/Dmt.zipbin136891 -> 0 bytes
-rw-r--r--setting/Makefile32
-rw-r--r--setting/README15
-rw-r--r--setting/dmt_data/acl.dat5
-rw-r--r--setting/dmt_data/acl.txt2
-rw-r--r--setting/dmt_data/customization.wbxmlbin2912 -> 0 bytes
-rw-r--r--setting/dmt_data/customization.xml1191
-rw-r--r--setting/dmt_data/devdetail_ext.wbxmlbin124 -> 0 bytes
-rw-r--r--setting/dmt_data/devdetail_ext.xml45
-rw-r--r--setting/dmt_data/devdetail_uri.wbxmlbin179 -> 0 bytes
-rw-r--r--setting/dmt_data/devdetail_uri.xml60
-rw-r--r--setting/dmt_data/docs/desc.html2707
-rw-r--r--setting/dmt_data/docs/index-all.html300
-rw-r--r--setting/dmt_data/docs/index.html12
-rw-r--r--setting/dmt_data/docs/toc.html590
-rw-r--r--setting/dmt_data/fstab13
-rw-r--r--setting/dmt_data/managedobjects.wbxmlbin51 -> 0 bytes
-rw-r--r--setting/dmt_data/managedobjects.xml21
-rw-r--r--setting/dmt_data/root.bmdfbin6184 -> 0 bytes
-rw-r--r--setting/dmt_data/root.mdf1083
-rw-r--r--setting/dmt_data/root.wbxmlbin775 -> 0 bytes
-rw-r--r--setting/dmt_data/root.xml286
-rw-r--r--setting/dmt_data/subscriber.wbxmlbin394 -> 0 bytes
-rw-r--r--setting/dmt_data/subscriber.xml145
-rw-r--r--setting/dmt_data/syncmldm.ddf5626
-rw-r--r--setting/event.dat0
-rw-r--r--setting/fstab13
27 files changed, 0 insertions, 12146 deletions
diff --git a/setting/Dmt.zip b/setting/Dmt.zip
deleted file mode 100644
index dac2e93..0000000
--- a/setting/Dmt.zip
+++ /dev/null
Binary files differ
diff --git a/setting/Makefile b/setting/Makefile
deleted file mode 100644
index 16bca0e..0000000
--- a/setting/Makefile
+++ /dev/null
@@ -1,32 +0,0 @@
-DM_ROOT := $(ANDROID_ROOT)/vendor/moto/common/OMA-DM
-DM_ENGINE := $(DM_ROOT)/engine
-DM_SERVICE := $(DM_ROOT)/DMService
-DM_SETTING := $(DM_ROOT)/setting
-DM_TOOLS := $(DM_ENGINE)/dmlib/dmt-tools
-DM_ASSETS := $(DM_SERVICE)/assets
-DM_PLUGIN := $(DM_ASSETS)/dm/plugin/
-DM_GENERATE := $(DM_TOOLS)/generateDMT
-DM_FSTAB := $(DM_ROOT)/setting/fstab
-DM_TREE_ZIP := $(DM_ROOT)/setting/Dmt.zip
-
-MY_TMP := $(DM_SETTING)/tmp2
-MY_TREE := $(MY_TMP)/Dmt
-MY_OUT := $(MY_TMP)/output
-
-all:
- @echo building all
- -rm -rf $(MY_TMP)
- -mkdir $(MY_TMP)
- cd $(MY_TMP); unzip $(DM_TREE_ZIP)
- cd $(DM_TOOLS); bash $(DM_GENERATE) -fstab $(DM_FSTAB) -output $(MY_OUT) -dmt $(MY_TREE)
- -rm -rf $(DM_SETTING)/dmt_data/*
- cp -r $(MY_OUT)/treedata/* $(DM_SETTING)/dmt_data/
- cp $(MY_OUT)/treedata/fstab $(DM_ASSETS)/dm/dmt_data/fstab
- cp $(MY_OUT)/treedata/*.xml $(DM_ASSETS)/dm/dmt_data/
- cp $(MY_OUT)/treedata/*.wbxml $(DM_ASSETS)/dm/dmt_data/
- cp $(MY_OUT)/treedata/*.dat $(DM_ASSETS)/dm/dmt_data/
- cp $(MY_OUT)/treedata/*.txt $(DM_ASSETS)/dm/dmt_data/
- cp $(MY_OUT)/treedata/*.mdf $(DM_ASSETS)/dm/dmt_data/
- cp $(MY_OUT)/treedata/*.bmdf $(DM_ASSETS)/dm/dmt_data/
- cp $(MY_OUT)/treedata/*.ddf $(DM_ASSETS)/dm/dmt_data/
-
diff --git a/setting/README b/setting/README
deleted file mode 100644
index 27bc6cf..0000000
--- a/setting/README
+++ /dev/null
@@ -1,15 +0,0 @@
-This directory contains files needed to generate DM Tree files. To add or
-modify tree:
-1. Unzip Dmt.zip
-2. Make necessary changes to metadata files under Dmt/ directory
-3. Set ANDROID_ROOT to root of Android source directory
-4. Set JAVA_HOME to JAVA home directory
-5. Run "make" to generate tree files, which also copy them to "assets" directory of DMService
-
-File list
----------
-Makefile - invokes generateDMT tool to generate tree files and copy them to DMService "assets" directory.
-fstab - DM tree file list; used by generateDMT tool
-event.dat - should be empty but file is needed by native DM engine
-dmt_data - duplicate directory containing same tree files as "assets".
-Dmt.zip - DM tree metadata files
diff --git a/setting/dmt_data/acl.dat b/setting/dmt_data/acl.dat
deleted file mode 100644
index 8f73e7a..0000000
--- a/setting/dmt_data/acl.dat
+++ /dev/null
@@ -1,5 +0,0 @@
-1:*
-
-[.]
-R=1&G=1&A=1&D=1&E=1
-
diff --git a/setting/dmt_data/acl.txt b/setting/dmt_data/acl.txt
deleted file mode 100644
index 4559206..0000000
--- a/setting/dmt_data/acl.txt
+++ /dev/null
@@ -1,2 +0,0 @@
-[.]
-Replace=*&Get=*&Add=*&Delete=*&Exec=*
diff --git a/setting/dmt_data/customization.wbxml b/setting/dmt_data/customization.wbxml
deleted file mode 100644
index e96cd4d..0000000
--- a/setting/dmt_data/customization.wbxml
+++ /dev/null
Binary files differ
diff --git a/setting/dmt_data/customization.xml b/setting/dmt_data/customization.xml
deleted file mode 100644
index 5e0e61b..0000000
--- a/setting/dmt_data/customization.xml
+++ /dev/null
@@ -1,1191 +0,0 @@
-<MgmtTree>
- <VerDTD>1.1.2</VerDTD>
- <Man>Motorola</Man>
- <Mod>Nexus</Mod>
-
- <Node>
- <NodeName>Customization</NodeName>
- <DFProperties>
- <DFFormat>
- <node/>
- </DFFormat>
- <AccessType>
- <Get/>
- <Add/>
- <Replace/>
- </AccessType>
- </DFProperties>
- <Type>text/plain</Type>
-
- <Node>
- <NodeName>BrandAlpha</NodeName>
- <DFProperties>
- <DFFormat>
- <chr/>
- </DFFormat>
- <AccessType>
- <Get/>
- <Add/>
- <Replace/>
- <Delete/>
- </AccessType>
- </DFProperties>
- <Type>text/plain</Type>
- </Node>
-
- <Node>
- <NodeName>CarrierLegal</NodeName>
- <DFProperties>
- <DFFormat>
- <bin/>
- </DFFormat>
- <AccessType>
- <Get/>
- <Add/>
- <Replace/>
- <Delete/>
- </AccessType>
- </DFProperties>
- <Type>text/plain</Type>
- </Node>
-
- <Node>
- <NodeName>CustID</NodeName>
- <DFProperties>
- <DFFormat>
- <chr/>
- </DFFormat>
- <AccessType>
- <Get/>
- </AccessType>
- </DFProperties>
- <Type>text/plain</Type>
- <Data>0</Data>
- </Node>
-
- <Node>
- <NodeName>DiagMSLReq</NodeName>
- <DFProperties>
- <DFFormat>
- <int/>
- </DFFormat>
- <AccessType>
- <Get/>
- <Add/>
- <Replace/>
- <Delete/>
- </AccessType>
- </DFProperties>
- <Type>text/plain</Type>
- </Node>
-
- <Node>
- <NodeName>LaunchID</NodeName>
- <DFProperties>
- <DFFormat>
- <int/>
- </DFFormat>
- <AccessType>
- <Get/>
- <Add/>
- <Replace/>
- <Delete/>
- </AccessType>
- </DFProperties>
- <Type>text/plain</Type>
- </Node>
-
- <Node>
- <NodeName>LaunchZone</NodeName>
- <DFProperties>
- <DFFormat>
- <int/>
- </DFFormat>
- <AccessType>
- <Get/>
- <Add/>
- <Replace/>
- <Delete/>
- </AccessType>
- </DFProperties>
- <Type>text/plain</Type>
- </Node>
-
- <Node>
- <NodeName>TetheredData</NodeName>
- <DFProperties>
- <DFFormat>
- <int/>
- </DFFormat>
- <AccessType>
- <Get/>
- <Add/>
- <Replace/>
- <Delete/>
- </AccessType>
- </DFProperties>
- <Type>text/plain</Type>
- </Node>
-
- <Node>
- <NodeName>ADC</NodeName>
- <DFProperties>
- <DFFormat>
- <node/>
- </DFFormat>
- <AccessType>
- <Get/>
- <Add/>
- <Replace/>
- </AccessType>
- </DFProperties>
- <Type>text/plain</Type>
-
- <Node>
- <NodeName>Eighteenth</NodeName>
- <DFProperties>
- <DFFormat>
- <chr/>
- </DFFormat>
- <AccessType>
- <Get/>
- <Add/>
- <Replace/>
- <Delete/>
- </AccessType>
- </DFProperties>
- <Type>text/plain</Type>
- </Node>
-
- <Node>
- <NodeName>Eigth</NodeName>
- <DFProperties>
- <DFFormat>
- <chr/>
- </DFFormat>
- <AccessType>
- <Get/>
- <Add/>
- <Replace/>
- <Delete/>
- </AccessType>
- </DFProperties>
- <Type>text/plain</Type>
- </Node>
-
- <Node>
- <NodeName>Elevnth</NodeName>
- <DFProperties>
- <DFFormat>
- <chr/>
- </DFFormat>
- <AccessType>
- <Get/>
- <Add/>
- <Replace/>
- <Delete/>
- </AccessType>
- </DFProperties>
- <Type>text/plain</Type>
- </Node>
-
- <Node>
- <NodeName>Fifteenth</NodeName>
- <DFProperties>
- <DFFormat>
- <chr/>
- </DFFormat>
- <AccessType>
- <Get/>
- <Add/>
- <Replace/>
- <Delete/>
- </AccessType>
- </DFProperties>
- <Type>text/plain</Type>
- </Node>
-
- <Node>
- <NodeName>Fifth</NodeName>
- <DFProperties>
- <DFFormat>
- <chr/>
- </DFFormat>
- <AccessType>
- <Get/>
- <Add/>
- <Replace/>
- <Delete/>
- </AccessType>
- </DFProperties>
- <Type>text/plain</Type>
- </Node>
-
- <Node>
- <NodeName>First</NodeName>
- <DFProperties>
- <DFFormat>
- <chr/>
- </DFFormat>
- <AccessType>
- <Get/>
- <Add/>
- <Replace/>
- <Delete/>
- </AccessType>
- </DFProperties>
- <Type>text/plain</Type>
- </Node>
-
- <Node>
- <NodeName>Fourteenth</NodeName>
- <DFProperties>
- <DFFormat>
- <chr/>
- </DFFormat>
- <AccessType>
- <Get/>
- <Add/>
- <Replace/>
- <Delete/>
- </AccessType>
- </DFProperties>
- <Type>text/plain</Type>
- </Node>
-
- <Node>
- <NodeName>Fourth</NodeName>
- <DFProperties>
- <DFFormat>
- <chr/>
- </DFFormat>
- <AccessType>
- <Get/>
- <Add/>
- <Replace/>
- <Delete/>
- </AccessType>
- </DFProperties>
- <Type>text/plain</Type>
- </Node>
-
- <Node>
- <NodeName>Ninth</NodeName>
- <DFProperties>
- <DFFormat>
- <chr/>
- </DFFormat>
- <AccessType>
- <Get/>
- <Add/>
- <Replace/>
- <Delete/>
- </AccessType>
- </DFProperties>
- <Type>text/plain</Type>
- </Node>
-
- <Node>
- <NodeName>Second</NodeName>
- <DFProperties>
- <DFFormat>
- <chr/>
- </DFFormat>
- <AccessType>
- <Get/>
- <Add/>
- <Replace/>
- <Delete/>
- </AccessType>
- </DFProperties>
- <Type>text/plain</Type>
- </Node>
-
- <Node>
- <NodeName>Seventeenth</NodeName>
- <DFProperties>
- <DFFormat>
- <chr/>
- </DFFormat>
- <AccessType>
- <Get/>
- <Add/>
- <Replace/>
- <Delete/>
- </AccessType>
- </DFProperties>
- <Type>text/plain</Type>
- </Node>
-
- <Node>
- <NodeName>Seventh</NodeName>
- <DFProperties>
- <DFFormat>
- <chr/>
- </DFFormat>
- <AccessType>
- <Get/>
- <Add/>
- <Replace/>
- <Delete/>
- </AccessType>
- </DFProperties>
- <Type>text/plain</Type>
- </Node>
-
- <Node>
- <NodeName>Sixteenth</NodeName>
- <DFProperties>
- <DFFormat>
- <chr/>
- </DFFormat>
- <AccessType>
- <Get/>
- <Add/>
- <Replace/>
- <Delete/>
- </AccessType>
- </DFProperties>
- <Type>text/plain</Type>
- </Node>
-
- <Node>
- <NodeName>Sixth</NodeName>
- <DFProperties>
- <DFFormat>
- <chr/>
- </DFFormat>
- <AccessType>
- <Get/>
- <Add/>
- <Replace/>
- <Delete/>
- </AccessType>
- </DFProperties>
- <Type>text/plain</Type>
- </Node>
-
- <Node>
- <NodeName>Tenth</NodeName>
- <DFProperties>
- <DFFormat>
- <chr/>
- </DFFormat>
- <AccessType>
- <Get/>
- <Add/>
- <Replace/>
- <Delete/>
- </AccessType>
- </DFProperties>
- <Type>text/plain</Type>
- </Node>
-
- <Node>
- <NodeName>Third</NodeName>
- <DFProperties>
- <DFFormat>
- <chr/>
- </DFFormat>
- <AccessType>
- <Get/>
- <Add/>
- <Replace/>
- <Delete/>
- </AccessType>
- </DFProperties>
- <Type>text/plain</Type>
- </Node>
-
- <Node>
- <NodeName>Thirteenth</NodeName>
- <DFProperties>
- <DFFormat>
- <chr/>
- </DFFormat>
- <AccessType>
- <Get/>
- <Add/>
- <Replace/>
- <Delete/>
- </AccessType>
- </DFProperties>
- <Type>text/plain</Type>
- </Node>
-
- <Node>
- <NodeName>Twelfth</NodeName>
- <DFProperties>
- <DFFormat>
- <chr/>
- </DFFormat>
- <AccessType>
- <Get/>
- <Add/>
- <Replace/>
- <Delete/>
- </AccessType>
- </DFProperties>
- <Type>text/plain</Type>
- </Node>
- </Node>
-
- <Node>
- <NodeName>Android</NodeName>
- <DFProperties>
- <DFFormat>
- <node/>
- </DFFormat>
- <AccessType>
- <Get/>
- <Add/>
- <Replace/>
- </AccessType>
- </DFProperties>
- <Type>text/plain</Type>
-
- <Node>
- <NodeName>ClientID</NodeName>
- <DFProperties>
- <DFFormat>
- <node/>
- </DFFormat>
- <AccessType>
- <Get/>
- <Add/>
- <Replace/>
- </AccessType>
- </DFProperties>
- <Type>text/plain</Type>
-
- <Node>
- <NodeName>AndroidMarket</NodeName>
- <DFProperties>
- <DFFormat>
- <chr/>
- </DFFormat>
- <AccessType>
- <Get/>
- <Add/>
- <Replace/>
- <Delete/>
- </AccessType>
- </DFProperties>
- <Type>text/plain</Type>
- </Node>
-
- <Node>
- <NodeName>MobileSearch</NodeName>
- <DFProperties>
- <DFFormat>
- <chr/>
- </DFFormat>
- <AccessType>
- <Get/>
- <Add/>
- <Replace/>
- <Delete/>
- </AccessType>
- </DFProperties>
- <Type>text/plain</Type>
- </Node>
-
- <Node>
- <NodeName>Youtube</NodeName>
- <DFProperties>
- <DFFormat>
- <chr/>
- </DFFormat>
- <AccessType>
- <Get/>
- <Add/>
- <Replace/>
- <Delete/>
- </AccessType>
- </DFProperties>
- <Type>text/plain</Type>
- </Node>
- </Node>
-
- <Node>
- <NodeName>OperatorID</NodeName>
- <DFProperties>
- <DFFormat>
- <node/>
- </DFFormat>
- <AccessType>
- <Get/>
- <Add/>
- <Replace/>
- </AccessType>
- </DFProperties>
- <Type>text/plain</Type>
-
- <Node>
- <NodeName>NetworkCode</NodeName>
- <DFProperties>
- <DFFormat>
- <chr/>
- </DFFormat>
- <AccessType>
- <Get/>
- <Add/>
- <Replace/>
- <Delete/>
- </AccessType>
- </DFProperties>
- <Type>text/plain</Type>
- </Node>
- </Node>
- </Node>
-
- <Node>
- <NodeName>Browser</NodeName>
- <DFProperties>
- <DFFormat>
- <node/>
- </DFFormat>
- <AccessType>
- <Get/>
- <Add/>
- <Replace/>
- </AccessType>
- </DFProperties>
- <Type>text/plain</Type>
-
- <Node>
- <NodeName>Homepage</NodeName>
- <DFProperties>
- <DFFormat>
- <chr/>
- </DFFormat>
- <AccessType>
- <Get/>
- <Add/>
- <Replace/>
- <Delete/>
- </AccessType>
- </DFProperties>
- <Type>text/plain</Type>
- </Node>
-
- <Node>
- <NodeName>SearchEngine</NodeName>
- <DFProperties>
- <DFFormat>
- <chr/>
- </DFFormat>
- <AccessType>
- <Get/>
- <Add/>
- <Replace/>
- <Delete/>
- </AccessType>
- </DFProperties>
- <Type>text/plain</Type>
- </Node>
-
- <Node>
- <NodeName>UAProfURL</NodeName>
- <DFProperties>
- <DFFormat>
- <chr/>
- </DFFormat>
- <AccessType>
- <Get/>
- <Add/>
- <Replace/>
- <Delete/>
- </AccessType>
- </DFProperties>
- <Type>text/plain</Type>
- </Node>
- </Node>
-
- <Node>
- <NodeName>CallIntercept</NodeName>
- <DFProperties>
- <DFFormat>
- <node/>
- </DFFormat>
- <AccessType>
- <Get/>
- <Add/>
- <Replace/>
- </AccessType>
- </DFProperties>
- <Type>text/plain</Type>
-
- <Node>
- <NodeName>Eight</NodeName>
- <DFProperties>
- <DFFormat>
- <chr/>
- </DFFormat>
- <AccessType>
- <Get/>
- <Add/>
- <Replace/>
- <Delete/>
- </AccessType>
- </DFProperties>
- <Type>text/plain</Type>
- </Node>
-
- <Node>
- <NodeName>Eleventh</NodeName>
- <DFProperties>
- <DFFormat>
- <chr/>
- </DFFormat>
- <AccessType>
- <Get/>
- <Add/>
- <Replace/>
- <Delete/>
- </AccessType>
- </DFProperties>
- <Type>text/plain</Type>
- </Node>
-
- <Node>
- <NodeName>Fifth</NodeName>
- <DFProperties>
- <DFFormat>
- <chr/>
- </DFFormat>
- <AccessType>
- <Get/>
- <Add/>
- <Replace/>
- <Delete/>
- </AccessType>
- </DFProperties>
- <Type>text/plain</Type>
- </Node>
-
- <Node>
- <NodeName>First</NodeName>
- <DFProperties>
- <DFFormat>
- <chr/>
- </DFFormat>
- <AccessType>
- <Get/>
- <Add/>
- <Replace/>
- <Delete/>
- </AccessType>
- </DFProperties>
- <Type>text/plain</Type>
- </Node>
-
- <Node>
- <NodeName>Fourth</NodeName>
- <DFProperties>
- <DFFormat>
- <chr/>
- </DFFormat>
- <AccessType>
- <Get/>
- <Add/>
- <Replace/>
- <Delete/>
- </AccessType>
- </DFProperties>
- <Type>text/plain</Type>
- </Node>
-
- <Node>
- <NodeName>Ninth</NodeName>
- <DFProperties>
- <DFFormat>
- <chr/>
- </DFFormat>
- <AccessType>
- <Get/>
- <Add/>
- <Replace/>
- <Delete/>
- </AccessType>
- </DFProperties>
- <Type>text/plain</Type>
- </Node>
-
- <Node>
- <NodeName>Second</NodeName>
- <DFProperties>
- <DFFormat>
- <chr/>
- </DFFormat>
- <AccessType>
- <Get/>
- <Add/>
- <Replace/>
- <Delete/>
- </AccessType>
- </DFProperties>
- <Type>text/plain</Type>
- </Node>
-
- <Node>
- <NodeName>Seventh</NodeName>
- <DFProperties>
- <DFFormat>
- <chr/>
- </DFFormat>
- <AccessType>
- <Get/>
- <Add/>
- <Replace/>
- <Delete/>
- </AccessType>
- </DFProperties>
- <Type>text/plain</Type>
- </Node>
-
- <Node>
- <NodeName>Sixth</NodeName>
- <DFProperties>
- <DFFormat>
- <chr/>
- </DFFormat>
- <AccessType>
- <Get/>
- <Add/>
- <Replace/>
- <Delete/>
- </AccessType>
- </DFProperties>
- <Type>text/plain</Type>
- </Node>
-
- <Node>
- <NodeName>Tenth</NodeName>
- <DFProperties>
- <DFFormat>
- <chr/>
- </DFFormat>
- <AccessType>
- <Get/>
- <Add/>
- <Replace/>
- <Delete/>
- </AccessType>
- </DFProperties>
- <Type>text/plain</Type>
- </Node>
-
- <Node>
- <NodeName>Third</NodeName>
- <DFProperties>
- <DFFormat>
- <chr/>
- </DFFormat>
- <AccessType>
- <Get/>
- <Add/>
- <Replace/>
- <Delete/>
- </AccessType>
- </DFProperties>
- <Type>text/plain</Type>
- </Node>
-
- <Node>
- <NodeName>Twelfth</NodeName>
- <DFProperties>
- <DFFormat>
- <chr/>
- </DFFormat>
- <AccessType>
- <Get/>
- <Add/>
- <Replace/>
- <Delete/>
- </AccessType>
- </DFProperties>
- <Type>text/plain</Type>
- </Node>
- </Node>
-
- <Node>
- <NodeName>Contacts</NodeName>
- <DFProperties>
- <DFFormat>
- <node/>
- </DFFormat>
- <AccessType>
- <Get/>
- <Add/>
- <Replace/>
- </AccessType>
- </DFProperties>
- <Type>text/plain</Type>
-
- <Node>
- <NodeName>Fifth</NodeName>
- <DFProperties>
- <DFFormat>
- <chr/>
- </DFFormat>
- <AccessType>
- <Get/>
- <Add/>
- <Replace/>
- <Delete/>
- </AccessType>
- </DFProperties>
- <Type>text/plain</Type>
- </Node>
-
- <Node>
- <NodeName>First</NodeName>
- <DFProperties>
- <DFFormat>
- <chr/>
- </DFFormat>
- <AccessType>
- <Get/>
- <Add/>
- <Replace/>
- <Delete/>
- </AccessType>
- </DFProperties>
- <Type>text/plain</Type>
- </Node>
-
- <Node>
- <NodeName>Fourth</NodeName>
- <DFProperties>
- <DFFormat>
- <chr/>
- </DFFormat>
- <AccessType>
- <Get/>
- <Add/>
- <Replace/>
- <Delete/>
- </AccessType>
- </DFProperties>
- <Type>text/plain</Type>
- </Node>
-
- <Node>
- <NodeName>Second</NodeName>
- <DFProperties>
- <DFFormat>
- <chr/>
- </DFFormat>
- <AccessType>
- <Get/>
- <Add/>
- <Replace/>
- <Delete/>
- </AccessType>
- </DFProperties>
- <Type>text/plain</Type>
- </Node>
-
- <Node>
- <NodeName>Sixth</NodeName>
- <DFProperties>
- <DFFormat>
- <chr/>
- </DFFormat>
- <AccessType>
- <Get/>
- <Add/>
- <Replace/>
- <Delete/>
- </AccessType>
- </DFProperties>
- <Type>text/plain</Type>
- </Node>
-
- <Node>
- <NodeName>Third</NodeName>
- <DFProperties>
- <DFFormat>
- <chr/>
- </DFFormat>
- <AccessType>
- <Get/>
- <Add/>
- <Replace/>
- <Delete/>
- </AccessType>
- </DFProperties>
- <Type>text/plain</Type>
- </Node>
- </Node>
-
- <Node>
- <NodeName>EnabledApps</NodeName>
- <DFProperties>
- <DFFormat>
- <node/>
- </DFFormat>
- <AccessType>
- <Get/>
- <Add/>
- <Replace/>
- </AccessType>
- </DFProperties>
- <Type>text/plain</Type>
-
- <Node>
- <NodeName>Skyfire</NodeName>
- <DFProperties>
- <DFFormat>
- <int/>
- </DFFormat>
- <AccessType>
- <Get/>
- <Add/>
- <Replace/>
- <Delete/>
- </AccessType>
- </DFProperties>
- <Type>text/plain</Type>
- </Node>
-
- <Node>
- <NodeName>Touch</NodeName>
- <DFProperties>
- <DFFormat>
- <int/>
- </DFFormat>
- <AccessType>
- <Get/>
- <Add/>
- <Replace/>
- <Delete/>
- </AccessType>
- </DFProperties>
- <Type>text/plain</Type>
- </Node>
-
- <Node>
- <NodeName>VoWifi</NodeName>
- <DFProperties>
- <DFFormat>
- <int/>
- </DFFormat>
- <AccessType>
- <Get/>
- <Add/>
- <Replace/>
- <Delete/>
- </AccessType>
- </DFProperties>
- <Type>text/plain</Type>
- </Node>
-
- <Node>
- <NodeName>VVM</NodeName>
- <DFProperties>
- <DFFormat>
- <int/>
- </DFFormat>
- <AccessType>
- <Get/>
- <Add/>
- <Replace/>
- <Delete/>
- </AccessType>
- </DFProperties>
- <Type>text/plain</Type>
- </Node>
- </Node>
-
- <Node>
- <NodeName>MMS</NodeName>
- <DFProperties>
- <DFFormat>
- <node/>
- </DFFormat>
- <AccessType>
- <Get/>
- <Add/>
- <Replace/>
- </AccessType>
- </DFProperties>
- <Type>text/plain</Type>
-
- <Node>
- <NodeName>Proxy</NodeName>
- <DFProperties>
- <DFFormat>
- <chr/>
- </DFFormat>
- <AccessType>
- <Get/>
- <Add/>
- <Replace/>
- <Delete/>
- </AccessType>
- </DFProperties>
- <Type>text/plain</Type>
- </Node>
-
- <Node>
- <NodeName>ServerUrl</NodeName>
- <DFProperties>
- <DFFormat>
- <chr/>
- </DFFormat>
- <AccessType>
- <Get/>
- <Add/>
- <Replace/>
- <Delete/>
- </AccessType>
- </DFProperties>
- <Type>text/plain</Type>
- </Node>
- </Node>
-
- <Node>
- <NodeName>RoamPreference</NodeName>
- <DFProperties>
- <DFFormat>
- <node/>
- </DFFormat>
- <AccessType>
- <Get/>
- <Add/>
- <Replace/>
- </AccessType>
- </DFProperties>
- <Type>text/plain</Type>
-
- <Node>
- <NodeName>HomeOnly</NodeName>
- <DFProperties>
- <DFFormat>
- <int/>
- </DFFormat>
- <AccessType>
- <Get/>
- <Add/>
- <Replace/>
- <Delete/>
- </AccessType>
- </DFProperties>
- <Type>text/plain</Type>
- </Node>
-
- <Node>
- <NodeName>MenuDisplay</NodeName>
- <DFProperties>
- <DFFormat>
- <int/>
- </DFFormat>
- <AccessType>
- <Get/>
- <Add/>
- <Replace/>
- <Delete/>
- </AccessType>
- </DFProperties>
- <Type>text/plain</Type>
- </Node>
- </Node>
-
- <Node>
- <NodeName>Wifi</NodeName>
- <DFProperties>
- <DFFormat>
- <node/>
- </DFFormat>
- <AccessType>
- <Get/>
- <Add/>
- <Replace/>
- </AccessType>
- </DFProperties>
- <Type>text/plain</Type>
-
- <Node>
- <NodeName>DomRoamMaxUsers</NodeName>
- <DFProperties>
- <DFFormat>
- <int/>
- </DFFormat>
- <AccessType>
- <Get/>
- <Add/>
- <Replace/>
- <Delete/>
- </AccessType>
- </DFProperties>
- <Type>text/plain</Type>
- </Node>
-
- <Node>
- <NodeName>GSMMaxUsers</NodeName>
- <DFProperties>
- <DFFormat>
- <int/>
- </DFFormat>
- <AccessType>
- <Get/>
- <Add/>
- <Replace/>
- <Delete/>
- </AccessType>
- </DFProperties>
- <Type>text/plain</Type>
- </Node>
-
- <Node>
- <NodeName>IntRoamMaxUsers</NodeName>
- <DFProperties>
- <DFFormat>
- <int/>
- </DFFormat>
- <AccessType>
- <Get/>
- <Add/>
- <Replace/>
- <Delete/>
- </AccessType>
- </DFProperties>
- <Type>text/plain</Type>
- </Node>
-
- <Node>
- <NodeName>MaxUsers</NodeName>
- <DFProperties>
- <DFFormat>
- <int/>
- </DFFormat>
- <AccessType>
- <Get/>
- <Add/>
- <Replace/>
- <Delete/>
- </AccessType>
- </DFProperties>
- <Type>text/plain</Type>
- </Node>
-
- <Node>
- <NodeName>SSID</NodeName>
- <DFProperties>
- <DFFormat>
- <chr/>
- </DFFormat>
- <AccessType>
- <Get/>
- <Add/>
- <Replace/>
- <Delete/>
- </AccessType>
- </DFProperties>
- <Type>text/plain</Type>
- </Node>
- </Node>
- </Node>
-</MgmtTree>
diff --git a/setting/dmt_data/devdetail_ext.wbxml b/setting/dmt_data/devdetail_ext.wbxml
deleted file mode 100644
index cb90e18..0000000
--- a/setting/dmt_data/devdetail_ext.wbxml
+++ /dev/null
Binary files differ
diff --git a/setting/dmt_data/devdetail_ext.xml b/setting/dmt_data/devdetail_ext.xml
deleted file mode 100644
index eb4c20b..0000000
--- a/setting/dmt_data/devdetail_ext.xml
+++ /dev/null
@@ -1,45 +0,0 @@
-<MgmtTree>
- <VerDTD>1.1.2</VerDTD>
- <Man>Motorola</Man>
- <Mod>Nexus</Mod>
-
- <Node>
- <NodeName>Ext</NodeName>
- <DFProperties>
- <DFFormat>
- <node/>
- </DFFormat>
- <AccessType>
- <Get/>
- <Add/>
- </AccessType>
- </DFProperties>
- <Type>text/plain</Type>
-
- <Node>
- <NodeName>DateTime</NodeName>
- <DFProperties>
- <DFFormat>
- <node/>
- </DFFormat>
- <AccessType>
- <Get/>
- </AccessType>
- </DFProperties>
- <Type>text/plain</Type>
- </Node>
-
- <Node>
- <NodeName>SystemSettings</NodeName>
- <DFProperties>
- <DFFormat>
- <node/>
- </DFFormat>
- <AccessType>
- <Get/>
- </AccessType>
- </DFProperties>
- <Type>text/plain</Type>
- </Node>
- </Node>
-</MgmtTree>
diff --git a/setting/dmt_data/devdetail_uri.wbxml b/setting/dmt_data/devdetail_uri.wbxml
deleted file mode 100644
index 9212cb6..0000000
--- a/setting/dmt_data/devdetail_uri.wbxml
+++ /dev/null
Binary files differ
diff --git a/setting/dmt_data/devdetail_uri.xml b/setting/dmt_data/devdetail_uri.xml
deleted file mode 100644
index 555c5c7..0000000
--- a/setting/dmt_data/devdetail_uri.xml
+++ /dev/null
@@ -1,60 +0,0 @@
-<MgmtTree>
- <VerDTD>1.1.2</VerDTD>
- <Man>Motorola</Man>
- <Mod>Nexus</Mod>
-
- <Node>
- <NodeName>URI</NodeName>
- <DFProperties>
- <DFFormat>
- <node/>
- </DFFormat>
- <AccessType>
- <Get/>
- </AccessType>
- </DFProperties>
- <Type>text/plain</Type>
-
- <Node>
- <NodeName>MaxDepth</NodeName>
- <DFProperties>
- <DFFormat>
- <int/>
- </DFFormat>
- <AccessType>
- <Get/>
- </AccessType>
- </DFProperties>
- <Type>text/plain</Type>
- <Data>20</Data>
- </Node>
-
- <Node>
- <NodeName>MaxSegLen</NodeName>
- <DFProperties>
- <DFFormat>
- <int/>
- </DFFormat>
- <AccessType>
- <Get/>
- </AccessType>
- </DFProperties>
- <Type>text/plain</Type>
- <Data>256</Data>
- </Node>
-
- <Node>
- <NodeName>MaxTotLen</NodeName>
- <DFProperties>
- <DFFormat>
- <int/>
- </DFFormat>
- <AccessType>
- <Get/>
- </AccessType>
- </DFProperties>
- <Type>text/plain</Type>
- <Data>512</Data>
- </Node>
- </Node>
-</MgmtTree>
diff --git a/setting/dmt_data/docs/desc.html b/setting/dmt_data/docs/desc.html
deleted file mode 100644
index 9e08edc..0000000
--- a/setting/dmt_data/docs/desc.html
+++ /dev/null
@@ -1,2707 +0,0 @@
-<HTML>
-<HEAD>
-<TITLE>
-Description
-</TITLE>
-<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-<LINK REL ="stylesheet" TYPE="text/css" HREF="stylesheet.css" TITLE="Style">
-</HEAD>
-<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0"><TR><TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"><A NAME="navbar_top_firstrow"><!-- --></A><TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3"><TR ALIGN="center" VALIGN="top"><TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Node List</B></FONT>&nbsp;</TD><TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"><A HREF="index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD></TR></TABLE></TD><TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM></EM></TD></TR></TABLE>
-<HR>
-<A NAME="." </A>
-<p><b>.</b></p>
-<p></p>
-<ul type=disc>
-<li>Format : node</li>
-<li>Mime Type : text/plain</li>
-<li>ACL : Replace=*&Get=*&Add=*&Delete=*&Exec=*</li>
-<li>Access Types : Get, Replace, Add, Delete, Exec</li>
-</ul>
-<A NAME="/CDMA" </A>
-<p><b>/CDMA</b></p>
-<p></p>
-<p>CDMA node for Sprint HFA.</p>
-<p></p>
-<ul type=disc>
-<li>Format : node</li>
-<li>Mime Type : text/plain</li>
-<li>Access Types : Get</li>
-</ul>
-<A NAME="/CDMA/BC10" </A>
-<p><b>/CDMA/BC10</b></p>
-<p></p>
-<p>CDMA BC10.</p>
-<p></p>
-<ul type=disc>
-<li>Format : int</li>
-<li>Mime Type : text/plain</li>
-<li>Access Types : Get, Replace</li>
-</ul>
-<A NAME="/CDMA/BC14" </A>
-<p><b>/CDMA/BC14</b></p>
-<p></p>
-<p>CDMA BC14.</p>
-<p></p>
-<ul type=disc>
-<li>Format : int</li>
-<li>Mime Type : text/plain</li>
-<li>Access Types : Get, Replace</li>
-</ul>
-<A NAME="/CDMA/RoamPreference" </A>
-<p><b>/CDMA/RoamPreference</b></p>
-<p></p>
-<p>CDMA roaming preference.</p>
-<p></p>
-<ul type=disc>
-<li>Format : bin</li>
-<li>Mime Type : text/plain</li>
-<li>Access Types : Get, Replace</li>
-</ul>
-<A NAME="/CDMA/SO68" </A>
-<p><b>/CDMA/SO68</b></p>
-<p></p>
-<p>CDMA SO68.</p>
-<p></p>
-<ul type=disc>
-<li>Format : int</li>
-<li>Mime Type : text/plain</li>
-<li>Access Types : Get, Replace</li>
-</ul>
-<A NAME="/CDMA/1xA" </A>
-<p><b>/CDMA/1xA</b></p>
-<p></p>
-<p>CDMA 1x interior node</p>
-<p></p>
-<ul type=disc>
-<li>Format : node</li>
-<li>Mime Type : text/plain</li>
-<li>Access Types : Get</li>
-</ul>
-<A NAME="/CDMA/1xA/Enabled" </A>
-<p><b>/CDMA/1xA/Enabled</b></p>
-<p></p>
-<p>CDMA 1x enabled</p>
-<p></p>
-<ul type=disc>
-<li>Format : int</li>
-<li>Mime Type : text/plain</li>
-<li>Access Types : Replace, Get</li>
-</ul>
-<A NAME="/CDMA/3GPD" </A>
-<p><b>/CDMA/3GPD</b></p>
-<p></p>
-<ul type=disc>
-<li>Format : node</li>
-<li>Mime Type : text/plain</li>
-<li>Access Types : Get</li>
-</ul>
-<A NAME="/CDMA/3GPD/*" </A>
-<p><b>/CDMA/3GPD/*</b></p>
-<p></p>
-<ul type=disc>
-<li>Format : node</li>
-<li>Mime Type : text/plain</li>
-<li>Access Types : Get, Add, Replace, Delete</li>
-</ul>
-<A NAME="/CDMA/3GPD/*/AuthAlgoAAA" </A>
-<p><b>/CDMA/3GPD/*/AuthAlgoAAA</b></p>
-<p></p>
-<ul type=disc>
-<li>Format : chr</li>
-<li>Mime Type : text/plain</li>
-<li>Access Types : Add, Get, Replace, Delete</li>
-</ul>
-<A NAME="/CDMA/3GPD/*/AuthAlgoHA" </A>
-<p><b>/CDMA/3GPD/*/AuthAlgoHA</b></p>
-<p></p>
-<ul type=disc>
-<li>Format : chr</li>
-<li>Mime Type : text/plain</li>
-<li>Access Types : Get, Replace, Add, Delete</li>
-</ul>
-<A NAME="/CDMA/3GPD/*/MobileIpAddress" </A>
-<p><b>/CDMA/3GPD/*/MobileIpAddress</b></p>
-<p></p>
-<ul type=disc>
-<li>Format : chr</li>
-<li>Mime Type : text/plain</li>
-<li>Access Types : Get, Replace, Add, Delete</li>
-</ul>
-<A NAME="/CDMA/3GPD/*/NAI" </A>
-<p><b>/CDMA/3GPD/*/NAI</b></p>
-<p></p>
-<ul type=disc>
-<li>Format : chr</li>
-<li>Mime Type : text/plain</li>
-<li>Access Types : Get, Replace, Add, Delete</li>
-</ul>
-<A NAME="/CDMA/3GPD/*/PasswordAAA" </A>
-<p><b>/CDMA/3GPD/*/PasswordAAA</b></p>
-<p></p>
-<ul type=disc>
-<li>Format : chr</li>
-<li>Mime Type : text/plain</li>
-<li>Access Types : Get, Replace, Add, Delete</li>
-</ul>
-<A NAME="/CDMA/3GPD/*/PasswordHA" </A>
-<p><b>/CDMA/3GPD/*/PasswordHA</b></p>
-<p></p>
-<ul type=disc>
-<li>Format : chr</li>
-<li>Mime Type : text/plain</li>
-<li>Access Types : Get, Replace, Add, Delete</li>
-</ul>
-<A NAME="/CDMA/3GPD/*/PriHAIp" </A>
-<p><b>/CDMA/3GPD/*/PriHAIp</b></p>
-<p></p>
-<ul type=disc>
-<li>Format : chr</li>
-<li>Mime Type : text/plain</li>
-<li>Access Types : Get, Replace, Add, Delete</li>
-</ul>
-<A NAME="/CDMA/3GPD/*/ReverseTunneling" </A>
-<p><b>/CDMA/3GPD/*/ReverseTunneling</b></p>
-<p></p>
-<ul type=disc>
-<li>Format : chr</li>
-<li>Mime Type : text/plain</li>
-<li>Access Types : Get, Replace, Add, Delete</li>
-</ul>
-<A NAME="/CDMA/3GPD/*/SecHAIp" </A>
-<p><b>/CDMA/3GPD/*/SecHAIp</b></p>
-<p></p>
-<ul type=disc>
-<li>Format : chr</li>
-<li>Mime Type : text/plain</li>
-<li>Access Types : Get, Replace, Add, Delete</li>
-</ul>
-<A NAME="/CDMA/3GPD/*/SpiAAA" </A>
-<p><b>/CDMA/3GPD/*/SpiAAA</b></p>
-<p></p>
-<ul type=disc>
-<li>Format : chr</li>
-<li>Mime Type : text/plain</li>
-<li>Access Types : Get, Replace, Add, Delete</li>
-</ul>
-<A NAME="/CDMA/3GPD/*/SpiHA" </A>
-<p><b>/CDMA/3GPD/*/SpiHA</b></p>
-<p></p>
-<ul type=disc>
-<li>Format : chr</li>
-<li>Mime Type : text/plain</li>
-<li>Access Types : Get, Replace, Add, Delete</li>
-</ul>
-<A NAME="/CDMA/B25" </A>
-<p><b>/CDMA/B25</b></p>
-<p></p>
-<ul type=disc>
-<li>Format : node</li>
-<li>Mime Type : text/plain</li>
-<li>Access Types : Get</li>
-</ul>
-<A NAME="/CDMA/B25/enablement" </A>
-<p><b>/CDMA/B25/enablement</b></p>
-<p></p>
-<p>CDMA B25 enablement.</p>
-<p></p>
-<ul type=disc>
-<li>Format : int</li>
-<li>Mime Type : text/plain</li>
-<li>Access Types : Get, Replace</li>
-</ul>
-<A NAME="/CDMA/B25/scanpriority" </A>
-<p><b>/CDMA/B25/scanpriority</b></p>
-<p></p>
-<p>CDMA B25 scan priority.</p>
-<p></p>
-<ul type=disc>
-<li>Format : int</li>
-<li>Mime Type : text/plain</li>
-<li>Access Types : Get, Replace</li>
-</ul>
-<A NAME="/CDMA/B26" </A>
-<p><b>/CDMA/B26</b></p>
-<p></p>
-<ul type=disc>
-<li>Format : node</li>
-<li>Mime Type : text/plain</li>
-<li>Access Types : Get</li>
-</ul>
-<A NAME="/CDMA/B26/enablement" </A>
-<p><b>/CDMA/B26/enablement</b></p>
-<p></p>
-<p>CDMA B26 enablement.</p>
-<p></p>
-<ul type=disc>
-<li>Format : int</li>
-<li>Mime Type : text/plain</li>
-<li>Access Types : Get, Replace</li>
-</ul>
-<A NAME="/CDMA/B26/scanpriority" </A>
-<p><b>/CDMA/B26/scanpriority</b></p>
-<p></p>
-<p>CDMA B26 scan priority.</p>
-<p></p>
-<ul type=disc>
-<li>Format : int</li>
-<li>Mime Type : text/plain</li>
-<li>Access Types : Get, Replace</li>
-</ul>
-<A NAME="/CDMA/B41" </A>
-<p><b>/CDMA/B41</b></p>
-<p></p>
-<ul type=disc>
-<li>Format : node</li>
-<li>Mime Type : text/plain</li>
-<li>Access Types : Get</li>
-</ul>
-<A NAME="/CDMA/B41/enablement" </A>
-<p><b>/CDMA/B41/enablement</b></p>
-<p></p>
-<p>CDMA B41 enablement.</p>
-<p></p>
-<ul type=disc>
-<li>Format : int</li>
-<li>Mime Type : text/plain</li>
-<li>Access Types : Get, Replace</li>
-</ul>
-<A NAME="/CDMA/B41/scanpriority" </A>
-<p><b>/CDMA/B41/scanpriority</b></p>
-<p></p>
-<p>CDMA B41 scan priority.</p>
-<p></p>
-<ul type=disc>
-<li>Format : int</li>
-<li>Mime Type : text/plain</li>
-<li>Access Types : Get, Replace</li>
-</ul>
-<A NAME="/CDMA/EHRPD" </A>
-<p><b>/CDMA/EHRPD</b></p>
-<p></p>
-<p>CDMA EHRPD interior node</p>
-<p></p>
-<ul type=disc>
-<li>Format : node</li>
-<li>Mime Type : text/plain</li>
-<li>Access Types : Get</li>
-</ul>
-<A NAME="/CDMA/EHRPD/Enabled" </A>
-<p><b>/CDMA/EHRPD/Enabled</b></p>
-<p></p>
-<p>eHRPD enabled</p>
-<p></p>
-<ul type=disc>
-<li>Format : int</li>
-<li>Mime Type : text/plain</li>
-<li>Access Types : Get, Replace, Add, Delete</li>
-</ul>
-<A NAME="/CDMA/NAM" </A>
-<p><b>/CDMA/NAM</b></p>
-<p></p>
-<p>CDMA NAM interior node</p>
-<p></p>
-<ul type=disc>
-<li>Format : node</li>
-<li>Mime Type : text/plain</li>
-<li>Access Types : Get</li>
-</ul>
-<A NAME="/CDMA/NAM/CdmaNam" </A>
-<p><b>/CDMA/NAM/CdmaNam</b></p>
-<p></p>
-<p>CDMA NAM.</p>
-<p></p>
-<ul type=disc>
-<li>Format : bin</li>
-<li>Mime Type : text/plain</li>
-<li>Access Types : Get, Replace</li>
-</ul>
-<A NAME="/CDMA/NAM/MobDirNum" </A>
-<p><b>/CDMA/NAM/MobDirNum</b></p>
-<p></p>
-<p>CDMA MDN.</p>
-<p></p>
-<ul type=disc>
-<li>Format : bin</li>
-<li>Mime Type : text/plain</li>
-<li>Access Types : Get, Replace</li>
-<li>Max Length : 31</li>
-</ul>
-<A NAME="/CDMA/PRL" </A>
-<p><b>/CDMA/PRL</b></p>
-<p></p>
-<p>CDMA PRL node for Sprint HFA.</p>
-<p></p>
-<ul type=disc>
-<li>Format : node</li>
-<li>Mime Type : text/plain</li>
-<li>Access Types : Get, Replace</li>
-</ul>
-<A NAME="/CDMA/PRL/PrefRoamList" </A>
-<p><b>/CDMA/PRL/PrefRoamList</b></p>
-<p></p>
-<p>CDMA PRL node.</p>
-<p></p>
-<ul type=disc>
-<li>Format : bin</li>
-<li>Mime Type : text/plain</li>
-<li>Access Types : Get, Replace</li>
-</ul>
-<A NAME="/CDMA/SO73" </A>
-<p><b>/CDMA/SO73</b></p>
-<p></p>
-<ul type=disc>
-<li>Format : node</li>
-<li>Mime Type : text/plain</li>
-<li>Access Types : Get</li>
-</ul>
-<A NAME="/CDMA/SO73/COP0" </A>
-<p><b>/CDMA/SO73/COP0</b></p>
-<p></p>
-<ul type=disc>
-<li>Format : int</li>
-<li>Mime Type : text/plain</li>
-<li>Access Types : Replace, Get</li>
-</ul>
-<A NAME="/CDMA/SO73/COP1to7" </A>
-<p><b>/CDMA/SO73/COP1to7</b></p>
-<p></p>
-<ul type=disc>
-<li>Format : int</li>
-<li>Mime Type : text/plain</li>
-<li>Access Types : Replace, Get</li>
-</ul>
-<A NAME="/Con" </A>
-<p><b>/Con</b></p>
-<p></p>
-<p>Con node for Sprint HFA.</p>
-<p></p>
-<ul type=disc>
-<li>Format : node</li>
-<li>Mime Type : text/plain</li>
-<li>Access Types : Get, Replace</li>
-</ul>
-<A NAME="/Con/HPPTT" </A>
-<p><b>/Con/HPPTT</b></p>
-<p></p>
-<ul type=disc>
-<li>Format : node</li>
-<li>Mime Type : text/plain</li>
-<li>Access Types : Get, Replace</li>
-</ul>
-<A NAME="/Con/HPPTT/Enabled" </A>
-<p><b>/Con/HPPTT/Enabled</b></p>
-<p></p>
-<ul type=disc>
-<li>Format : bool</li>
-<li>Mime Type : text/plain</li>
-<li>Access Types : Replace, Get, Delete</li>
-</ul>
-<A NAME="/Con/HPPTT/UserAddress" </A>
-<p><b>/Con/HPPTT/UserAddress</b></p>
-<p></p>
-<ul type=disc>
-<li>Format : chr</li>
-<li>Mime Type : text/plain</li>
-<li>Access Types : Replace, Get, Delete</li>
-</ul>
-<A NAME="/CSIM" </A>
-<p><b>/CSIM</b></p>
-<p></p>
-<p>CSIM node for Sprint HFA.</p>
-<p></p>
-<ul type=disc>
-<li>Format : node</li>
-<li>Mime Type : text/plain</li>
-<li>Access Types : Get</li>
-</ul>
-<A NAME="/CSIM/CoverageObj" </A>
-<p><b>/CSIM/CoverageObj</b></p>
-<p></p>
-<p>CDMA CoverageObj.</p>
-<p></p>
-<ul type=disc>
-<li>Format : bin</li>
-<li>Mime Type : text/plain</li>
-<li>Access Types : Get, Replace</li>
-</ul>
-<A NAME="/CSIM/ProvObj" </A>
-<p><b>/CSIM/ProvObj</b></p>
-<p></p>
-<p>CDMA ProvObj.</p>
-<p></p>
-<ul type=disc>
-<li>Format : bin</li>
-<li>Mime Type : text/plain</li>
-<li>Access Types : Get, Replace</li>
-</ul>
-<A NAME="/Customization" </A>
-<p><b>/Customization</b></p>
-<p></p>
-<ul type=disc>
-<li>Format : node</li>
-<li>Mime Type : text/plain</li>
-<li>Access Types : Get, Add, Replace</li>
-</ul>
-<A NAME="/Customization/BrandAlpha" </A>
-<p><b>/Customization/BrandAlpha</b></p>
-<p></p>
-<ul type=disc>
-<li>Format : chr</li>
-<li>Mime Type : text/plain</li>
-<li>Access Types : Get, Add, Replace, Delete</li>
-</ul>
-<A NAME="/Customization/CarrierLegal" </A>
-<p><b>/Customization/CarrierLegal</b></p>
-<p></p>
-<ul type=disc>
-<li>Format : bin</li>
-<li>Mime Type : text/plain</li>
-<li>Access Types : Get, Add, Replace, Delete</li>
-</ul>
-<A NAME="/Customization/CustID" </A>
-<p><b>/Customization/CustID</b></p>
-<p></p>
-<p>Customization ID.</p>
-<p></p>
-<ul type=disc>
-<li>Format : chr</li>
-<li>Mime Type : text/plain</li>
-<li>Access Types : Get</li>
-<li>Initial Value : 0</li>
-<li>Max Length : 31</li>
-</ul>
-<A NAME="/Customization/DiagMSLReq" </A>
-<p><b>/Customization/DiagMSLReq</b></p>
-<p></p>
-<ul type=disc>
-<li>Format : int</li>
-<li>Mime Type : text/plain</li>
-<li>Access Types : Get, Add, Replace, Delete</li>
-</ul>
-<A NAME="/Customization/LaunchID" </A>
-<p><b>/Customization/LaunchID</b></p>
-<p></p>
-<ul type=disc>
-<li>Format : int</li>
-<li>Mime Type : text/plain</li>
-<li>Access Types : Get, Add, Replace, Delete</li>
-</ul>
-<A NAME="/Customization/LaunchZone" </A>
-<p><b>/Customization/LaunchZone</b></p>
-<p></p>
-<ul type=disc>
-<li>Format : int</li>
-<li>Mime Type : text/plain</li>
-<li>Access Types : Get, Add, Replace, Delete</li>
-</ul>
-<A NAME="/Customization/TetheredData" </A>
-<p><b>/Customization/TetheredData</b></p>
-<p></p>
-<ul type=disc>
-<li>Format : int</li>
-<li>Mime Type : text/plain</li>
-<li>Access Types : Get, Add, Replace, Delete</li>
-</ul>
-<A NAME="/Customization/ADC" </A>
-<p><b>/Customization/ADC</b></p>
-<p></p>
-<ul type=disc>
-<li>Format : node</li>
-<li>Mime Type : text/plain</li>
-<li>Access Types : Get, Add, Replace</li>
-</ul>
-<A NAME="/Customization/ADC/Eighteenth" </A>
-<p><b>/Customization/ADC/Eighteenth</b></p>
-<p></p>
-<ul type=disc>
-<li>Format : chr</li>
-<li>Mime Type : text/plain</li>
-<li>Access Types : Get, Add, Replace, Delete</li>
-</ul>
-<A NAME="/Customization/ADC/Eigth" </A>
-<p><b>/Customization/ADC/Eigth</b></p>
-<p></p>
-<ul type=disc>
-<li>Format : chr</li>
-<li>Mime Type : text/plain</li>
-<li>Access Types : Get, Add, Replace, Delete</li>
-</ul>
-<A NAME="/Customization/ADC/Elevnth" </A>
-<p><b>/Customization/ADC/Elevnth</b></p>
-<p></p>
-<ul type=disc>
-<li>Format : chr</li>
-<li>Mime Type : text/plain</li>
-<li>Access Types : Get, Add, Replace, Delete</li>
-</ul>
-<A NAME="/Customization/ADC/Fifteenth" </A>
-<p><b>/Customization/ADC/Fifteenth</b></p>
-<p></p>
-<ul type=disc>
-<li>Format : chr</li>
-<li>Mime Type : text/plain</li>
-<li>Access Types : Get, Add, Replace, Delete</li>
-</ul>
-<A NAME="/Customization/ADC/Fifth" </A>
-<p><b>/Customization/ADC/Fifth</b></p>
-<p></p>
-<ul type=disc>
-<li>Format : chr</li>
-<li>Mime Type : text/plain</li>
-<li>Access Types : Get, Add, Replace, Delete</li>
-</ul>
-<A NAME="/Customization/ADC/First" </A>
-<p><b>/Customization/ADC/First</b></p>
-<p></p>
-<ul type=disc>
-<li>Format : chr</li>
-<li>Mime Type : text/plain</li>
-<li>Access Types : Get, Add, Replace, Delete</li>
-</ul>
-<A NAME="/Customization/ADC/Fourteenth" </A>
-<p><b>/Customization/ADC/Fourteenth</b></p>
-<p></p>
-<ul type=disc>
-<li>Format : chr</li>
-<li>Mime Type : text/plain</li>
-<li>Access Types : Get, Add, Replace, Delete</li>
-</ul>
-<A NAME="/Customization/ADC/Fourth" </A>
-<p><b>/Customization/ADC/Fourth</b></p>
-<p></p>
-<ul type=disc>
-<li>Format : chr</li>
-<li>Mime Type : text/plain</li>
-<li>Access Types : Get, Add, Replace, Delete</li>
-</ul>
-<A NAME="/Customization/ADC/Ninth" </A>
-<p><b>/Customization/ADC/Ninth</b></p>
-<p></p>
-<ul type=disc>
-<li>Format : chr</li>
-<li>Mime Type : text/plain</li>
-<li>Access Types : Get, Add, Replace, Delete</li>
-</ul>
-<A NAME="/Customization/ADC/Second" </A>
-<p><b>/Customization/ADC/Second</b></p>
-<p></p>
-<ul type=disc>
-<li>Format : chr</li>
-<li>Mime Type : text/plain</li>
-<li>Access Types : Get, Add, Replace, Delete</li>
-</ul>
-<A NAME="/Customization/ADC/Seventeenth" </A>
-<p><b>/Customization/ADC/Seventeenth</b></p>
-<p></p>
-<ul type=disc>
-<li>Format : chr</li>
-<li>Mime Type : text/plain</li>
-<li>Access Types : Get, Add, Replace, Delete</li>
-</ul>
-<A NAME="/Customization/ADC/Seventh" </A>
-<p><b>/Customization/ADC/Seventh</b></p>
-<p></p>
-<ul type=disc>
-<li>Format : chr</li>
-<li>Mime Type : text/plain</li>
-<li>Access Types : Get, Add, Replace, Delete</li>
-</ul>
-<A NAME="/Customization/ADC/Sixteenth" </A>
-<p><b>/Customization/ADC/Sixteenth</b></p>
-<p></p>
-<ul type=disc>
-<li>Format : chr</li>
-<li>Mime Type : text/plain</li>
-<li>Access Types : Get, Add, Replace, Delete</li>
-</ul>
-<A NAME="/Customization/ADC/Sixth" </A>
-<p><b>/Customization/ADC/Sixth</b></p>
-<p></p>
-<ul type=disc>
-<li>Format : chr</li>
-<li>Mime Type : text/plain</li>
-<li>Access Types : Get, Add, Replace, Delete</li>
-</ul>
-<A NAME="/Customization/ADC/Tenth" </A>
-<p><b>/Customization/ADC/Tenth</b></p>
-<p></p>
-<ul type=disc>
-<li>Format : chr</li>
-<li>Mime Type : text/plain</li>
-<li>Access Types : Get, Add, Replace, Delete</li>
-</ul>
-<A NAME="/Customization/ADC/Third" </A>
-<p><b>/Customization/ADC/Third</b></p>
-<p></p>
-<ul type=disc>
-<li>Format : chr</li>
-<li>Mime Type : text/plain</li>
-<li>Access Types : Get, Add, Replace, Delete</li>
-</ul>
-<A NAME="/Customization/ADC/Thirteenth" </A>
-<p><b>/Customization/ADC/Thirteenth</b></p>
-<p></p>
-<ul type=disc>
-<li>Format : chr</li>
-<li>Mime Type : text/plain</li>
-<li>Access Types : Get, Add, Replace, Delete</li>
-</ul>
-<A NAME="/Customization/ADC/Twelfth" </A>
-<p><b>/Customization/ADC/Twelfth</b></p>
-<p></p>
-<ul type=disc>
-<li>Format : chr</li>
-<li>Mime Type : text/plain</li>
-<li>Access Types : Get, Add, Replace, Delete</li>
-</ul>
-<A NAME="/Customization/Android" </A>
-<p><b>/Customization/Android</b></p>
-<p></p>
-<ul type=disc>
-<li>Format : node</li>
-<li>Mime Type : text/plain</li>
-<li>Access Types : Get, Add, Replace</li>
-</ul>
-<A NAME="/Customization/Android/ClientID" </A>
-<p><b>/Customization/Android/ClientID</b></p>
-<p></p>
-<ul type=disc>
-<li>Format : node</li>
-<li>Mime Type : text/plain</li>
-<li>Access Types : Get, Add, Replace</li>
-</ul>
-<A NAME="/Customization/Android/ClientID/AndroidMarket" </A>
-<p><b>/Customization/Android/ClientID/AndroidMarket</b></p>
-<p></p>
-<ul type=disc>
-<li>Format : chr</li>
-<li>Mime Type : text/plain</li>
-<li>Access Types : Get, Add, Replace, Delete</li>
-</ul>
-<A NAME="/Customization/Android/ClientID/MobileSearch" </A>
-<p><b>/Customization/Android/ClientID/MobileSearch</b></p>
-<p></p>
-<ul type=disc>
-<li>Format : chr</li>
-<li>Mime Type : text/plain</li>
-<li>Access Types : Get, Add, Replace, Delete</li>
-</ul>
-<A NAME="/Customization/Android/ClientID/Youtube" </A>
-<p><b>/Customization/Android/ClientID/Youtube</b></p>
-<p></p>
-<ul type=disc>
-<li>Format : chr</li>
-<li>Mime Type : text/plain</li>
-<li>Access Types : Get, Add, Replace, Delete</li>
-</ul>
-<A NAME="/Customization/Android/OperatorID" </A>
-<p><b>/Customization/Android/OperatorID</b></p>
-<p></p>
-<ul type=disc>
-<li>Format : node</li>
-<li>Mime Type : text/plain</li>
-<li>Access Types : Get, Add, Replace</li>
-</ul>
-<A NAME="/Customization/Android/OperatorID/NetworkCode" </A>
-<p><b>/Customization/Android/OperatorID/NetworkCode</b></p>
-<p></p>
-<ul type=disc>
-<li>Format : chr</li>
-<li>Mime Type : text/plain</li>
-<li>Access Types : Get, Add, Replace, Delete</li>
-</ul>
-<A NAME="/Customization/Browser" </A>
-<p><b>/Customization/Browser</b></p>
-<p></p>
-<ul type=disc>
-<li>Format : node</li>
-<li>Mime Type : text/plain</li>
-<li>Access Types : Get, Add, Replace</li>
-</ul>
-<A NAME="/Customization/Browser/Homepage" </A>
-<p><b>/Customization/Browser/Homepage</b></p>
-<p></p>
-<ul type=disc>
-<li>Format : chr</li>
-<li>Mime Type : text/plain</li>
-<li>Access Types : Get, Add, Replace, Delete</li>
-</ul>
-<A NAME="/Customization/Browser/SearchEngine" </A>
-<p><b>/Customization/Browser/SearchEngine</b></p>
-<p></p>
-<ul type=disc>
-<li>Format : chr</li>
-<li>Mime Type : text/plain</li>
-<li>Access Types : Get, Add, Replace, Delete</li>
-</ul>
-<A NAME="/Customization/Browser/UAProfURL" </A>
-<p><b>/Customization/Browser/UAProfURL</b></p>
-<p></p>
-<ul type=disc>
-<li>Format : chr</li>
-<li>Mime Type : text/plain</li>
-<li>Access Types : Get, Add, Replace, Delete</li>
-</ul>
-<A NAME="/Customization/CallIntercept" </A>
-<p><b>/Customization/CallIntercept</b></p>
-<p></p>
-<ul type=disc>
-<li>Format : node</li>
-<li>Mime Type : text/plain</li>
-<li>Access Types : Get, Add, Replace</li>
-</ul>
-<A NAME="/Customization/CallIntercept/Eight" </A>
-<p><b>/Customization/CallIntercept/Eight</b></p>
-<p></p>
-<ul type=disc>
-<li>Format : chr</li>
-<li>Mime Type : text/plain</li>
-<li>Access Types : Get, Add, Replace, Delete</li>
-</ul>
-<A NAME="/Customization/CallIntercept/Eleventh" </A>
-<p><b>/Customization/CallIntercept/Eleventh</b></p>
-<p></p>
-<ul type=disc>
-<li>Format : chr</li>
-<li>Mime Type : text/plain</li>
-<li>Access Types : Get, Add, Replace, Delete</li>
-</ul>
-<A NAME="/Customization/CallIntercept/Fifth" </A>
-<p><b>/Customization/CallIntercept/Fifth</b></p>
-<p></p>
-<ul type=disc>
-<li>Format : chr</li>
-<li>Mime Type : text/plain</li>
-<li>Access Types : Get, Add, Replace, Delete</li>
-</ul>
-<A NAME="/Customization/CallIntercept/First" </A>
-<p><b>/Customization/CallIntercept/First</b></p>
-<p></p>
-<ul type=disc>
-<li>Format : chr</li>
-<li>Mime Type : text/plain</li>
-<li>Access Types : Get, Add, Replace, Delete</li>
-</ul>
-<A NAME="/Customization/CallIntercept/Fourth" </A>
-<p><b>/Customization/CallIntercept/Fourth</b></p>
-<p></p>
-<ul type=disc>
-<li>Format : chr</li>
-<li>Mime Type : text/plain</li>
-<li>Access Types : Get, Add, Replace, Delete</li>
-</ul>
-<A NAME="/Customization/CallIntercept/Ninth" </A>
-<p><b>/Customization/CallIntercept/Ninth</b></p>
-<p></p>
-<ul type=disc>
-<li>Format : chr</li>
-<li>Mime Type : text/plain</li>
-<li>Access Types : Get, Add, Replace, Delete</li>
-</ul>
-<A NAME="/Customization/CallIntercept/Second" </A>
-<p><b>/Customization/CallIntercept/Second</b></p>
-<p></p>
-<ul type=disc>
-<li>Format : chr</li>
-<li>Mime Type : text/plain</li>
-<li>Access Types : Get, Add, Replace, Delete</li>
-</ul>
-<A NAME="/Customization/CallIntercept/Seventh" </A>
-<p><b>/Customization/CallIntercept/Seventh</b></p>
-<p></p>
-<ul type=disc>
-<li>Format : chr</li>
-<li>Mime Type : text/plain</li>
-<li>Access Types : Get, Add, Replace, Delete</li>
-</ul>
-<A NAME="/Customization/CallIntercept/Sixth" </A>
-<p><b>/Customization/CallIntercept/Sixth</b></p>
-<p></p>
-<ul type=disc>
-<li>Format : chr</li>
-<li>Mime Type : text/plain</li>
-<li>Access Types : Get, Add, Replace, Delete</li>
-</ul>
-<A NAME="/Customization/CallIntercept/Tenth" </A>
-<p><b>/Customization/CallIntercept/Tenth</b></p>
-<p></p>
-<ul type=disc>
-<li>Format : chr</li>
-<li>Mime Type : text/plain</li>
-<li>Access Types : Get, Add, Replace, Delete</li>
-</ul>
-<A NAME="/Customization/CallIntercept/Third" </A>
-<p><b>/Customization/CallIntercept/Third</b></p>
-<p></p>
-<ul type=disc>
-<li>Format : chr</li>
-<li>Mime Type : text/plain</li>
-<li>Access Types : Get, Add, Replace, Delete</li>
-</ul>
-<A NAME="/Customization/CallIntercept/Twelfth" </A>
-<p><b>/Customization/CallIntercept/Twelfth</b></p>
-<p></p>
-<ul type=disc>
-<li>Format : chr</li>
-<li>Mime Type : text/plain</li>
-<li>Access Types : Get, Add, Replace, Delete</li>
-</ul>
-<A NAME="/Customization/Contacts" </A>
-<p><b>/Customization/Contacts</b></p>
-<p></p>
-<ul type=disc>
-<li>Format : node</li>
-<li>Mime Type : text/plain</li>
-<li>Access Types : Get, Add, Replace</li>
-</ul>
-<A NAME="/Customization/Contacts/Fifth" </A>
-<p><b>/Customization/Contacts/Fifth</b></p>
-<p></p>
-<ul type=disc>
-<li>Format : chr</li>
-<li>Mime Type : text/plain</li>
-<li>Access Types : Get, Add, Replace, Delete</li>
-</ul>
-<A NAME="/Customization/Contacts/First" </A>
-<p><b>/Customization/Contacts/First</b></p>
-<p></p>
-<ul type=disc>
-<li>Format : chr</li>
-<li>Mime Type : text/plain</li>
-<li>Access Types : Get, Add, Replace, Delete</li>
-</ul>
-<A NAME="/Customization/Contacts/Fourth" </A>
-<p><b>/Customization/Contacts/Fourth</b></p>
-<p></p>
-<ul type=disc>
-<li>Format : chr</li>
-<li>Mime Type : text/plain</li>
-<li>Access Types : Get, Add, Replace, Delete</li>
-</ul>
-<A NAME="/Customization/Contacts/Second" </A>
-<p><b>/Customization/Contacts/Second</b></p>
-<p></p>
-<ul type=disc>
-<li>Format : chr</li>
-<li>Mime Type : text/plain</li>
-<li>Access Types : Get, Add, Replace, Delete</li>
-</ul>
-<A NAME="/Customization/Contacts/Sixth" </A>
-<p><b>/Customization/Contacts/Sixth</b></p>
-<p></p>
-<ul type=disc>
-<li>Format : chr</li>
-<li>Mime Type : text/plain</li>
-<li>Access Types : Get, Add, Replace, Delete</li>
-</ul>
-<A NAME="/Customization/Contacts/Third" </A>
-<p><b>/Customization/Contacts/Third</b></p>
-<p></p>
-<ul type=disc>
-<li>Format : chr</li>
-<li>Mime Type : text/plain</li>
-<li>Access Types : Get, Add, Replace, Delete</li>
-</ul>
-<A NAME="/Customization/EnabledApps" </A>
-<p><b>/Customization/EnabledApps</b></p>
-<p></p>
-<ul type=disc>
-<li>Format : node</li>
-<li>Mime Type : text/plain</li>
-<li>Access Types : Get, Add, Replace</li>
-</ul>
-<A NAME="/Customization/EnabledApps/Skyfire" </A>
-<p><b>/Customization/EnabledApps/Skyfire</b></p>
-<p></p>
-<ul type=disc>
-<li>Format : int</li>
-<li>Mime Type : text/plain</li>
-<li>Access Types : Get, Add, Replace, Delete</li>
-</ul>
-<A NAME="/Customization/EnabledApps/Touch" </A>
-<p><b>/Customization/EnabledApps/Touch</b></p>
-<p></p>
-<ul type=disc>
-<li>Format : int</li>
-<li>Mime Type : text/plain</li>
-<li>Access Types : Get, Add, Replace, Delete</li>
-</ul>
-<A NAME="/Customization/EnabledApps/VoWifi" </A>
-<p><b>/Customization/EnabledApps/VoWifi</b></p>
-<p></p>
-<ul type=disc>
-<li>Format : int</li>
-<li>Mime Type : text/plain</li>
-<li>Access Types : Get, Add, Replace, Delete</li>
-</ul>
-<A NAME="/Customization/EnabledApps/VVM" </A>
-<p><b>/Customization/EnabledApps/VVM</b></p>
-<p></p>
-<ul type=disc>
-<li>Format : int</li>
-<li>Mime Type : text/plain</li>
-<li>Access Types : Get, Add, Replace, Delete</li>
-</ul>
-<A NAME="/Customization/MMS" </A>
-<p><b>/Customization/MMS</b></p>
-<p></p>
-<ul type=disc>
-<li>Format : node</li>
-<li>Mime Type : text/plain</li>
-<li>Access Types : Get, Add, Replace</li>
-</ul>
-<A NAME="/Customization/MMS/Proxy" </A>
-<p><b>/Customization/MMS/Proxy</b></p>
-<p></p>
-<ul type=disc>
-<li>Format : chr</li>
-<li>Mime Type : text/plain</li>
-<li>Access Types : Get, Add, Replace, Delete</li>
-</ul>
-<A NAME="/Customization/MMS/ServerUrl" </A>
-<p><b>/Customization/MMS/ServerUrl</b></p>
-<p></p>
-<ul type=disc>
-<li>Format : chr</li>
-<li>Mime Type : text/plain</li>
-<li>Access Types : Get, Add, Replace, Delete</li>
-</ul>
-<A NAME="/Customization/RoamPreference" </A>
-<p><b>/Customization/RoamPreference</b></p>
-<p></p>
-<ul type=disc>
-<li>Format : node</li>
-<li>Mime Type : text/plain</li>
-<li>Access Types : Get, Add, Replace</li>
-</ul>
-<A NAME="/Customization/RoamPreference/HomeOnly" </A>
-<p><b>/Customization/RoamPreference/HomeOnly</b></p>
-<p></p>
-<ul type=disc>
-<li>Format : int</li>
-<li>Mime Type : text/plain</li>
-<li>Access Types : Get, Add, Replace, Delete</li>
-</ul>
-<A NAME="/Customization/RoamPreference/MenuDisplay" </A>
-<p><b>/Customization/RoamPreference/MenuDisplay</b></p>
-<p></p>
-<ul type=disc>
-<li>Format : int</li>
-<li>Mime Type : text/plain</li>
-<li>Access Types : Get, Add, Replace, Delete</li>
-</ul>
-<A NAME="/Customization/Wifi" </A>
-<p><b>/Customization/Wifi</b></p>
-<p></p>
-<ul type=disc>
-<li>Format : node</li>
-<li>Mime Type : text/plain</li>
-<li>Access Types : Get, Add, Replace</li>
-</ul>
-<A NAME="/Customization/Wifi/DomRoamMaxUsers" </A>
-<p><b>/Customization/Wifi/DomRoamMaxUsers</b></p>
-<p></p>
-<ul type=disc>
-<li>Format : int</li>
-<li>Mime Type : text/plain</li>
-<li>Access Types : Get, Add, Replace, Delete</li>
-</ul>
-<A NAME="/Customization/Wifi/GSMMaxUsers" </A>
-<p><b>/Customization/Wifi/GSMMaxUsers</b></p>
-<p></p>
-<ul type=disc>
-<li>Format : int</li>
-<li>Mime Type : text/plain</li>
-<li>Access Types : Get, Add, Replace, Delete</li>
-</ul>
-<A NAME="/Customization/Wifi/IntRoamMaxUsers" </A>
-<p><b>/Customization/Wifi/IntRoamMaxUsers</b></p>
-<p></p>
-<ul type=disc>
-<li>Format : int</li>
-<li>Mime Type : text/plain</li>
-<li>Access Types : Get, Add, Replace, Delete</li>
-</ul>
-<A NAME="/Customization/Wifi/MaxUsers" </A>
-<p><b>/Customization/Wifi/MaxUsers</b></p>
-<p></p>
-<ul type=disc>
-<li>Format : int</li>
-<li>Mime Type : text/plain</li>
-<li>Access Types : Get, Add, Replace, Delete</li>
-</ul>
-<A NAME="/Customization/Wifi/SSID" </A>
-<p><b>/Customization/Wifi/SSID</b></p>
-<p></p>
-<ul type=disc>
-<li>Format : chr</li>
-<li>Mime Type : text/plain</li>
-<li>Access Types : Get, Add, Replace, Delete</li>
-</ul>
-<A NAME="/DevDetail" </A>
-<p><b>/DevDetail</b></p>
-<p></p>
-<ul type=disc>
-<li>Format : node</li>
-<li>Mime Type : text/plain</li>
-<li>Access Types : Get</li>
-</ul>
-<A NAME="/DevDetail/DevTyp" </A>
-<p><b>/DevDetail/DevTyp</b></p>
-<p></p>
-<p>Device type, e.g. phone or tablet.</p>
-<p></p>
-<ul type=disc>
-<li>Format : chr</li>
-<li>Mime Type : text/plain</li>
-<li>Access Types : Get</li>
-<li>Initial Value : 1.0</li>
-<li>Max Length : 31</li>
-</ul>
-<A NAME="/DevDetail/ESNV" </A>
-<p><b>/DevDetail/ESNV</b></p>
-<p></p>
-<p>ESN version.</p>
-<p></p>
-<ul type=disc>
-<li>Format : chr</li>
-<li>Mime Type : text/plain</li>
-<li>Access Types : Get, Replace</li>
-<li>Initial Value : 1.0</li>
-<li>Max Length : 31</li>
-</ul>
-<A NAME="/DevDetail/FlexV" </A>
-<p><b>/DevDetail/FlexV</b></p>
-<p></p>
-<p>Flex version.</p>
-<p></p>
-<ul type=disc>
-<li>Format : chr</li>
-<li>Mime Type : text/plain</li>
-<li>Access Types : Get, Replace</li>
-<li>Initial Value : 1.0</li>
-<li>Max Length : 31</li>
-</ul>
-<A NAME="/DevDetail/FwV" </A>
-<p><b>/DevDetail/FwV</b></p>
-<p></p>
-<p>Firmware version.</p>
-<p></p>
-<ul type=disc>
-<li>Format : chr</li>
-<li>Mime Type : text/plain</li>
-<li>Access Types : Get</li>
-<li>Default : 1.0</li>
-<li>Initial Value : 1.0</li>
-<li>Max Length : 31</li>
-</ul>
-<A NAME="/DevDetail/HwV" </A>
-<p><b>/DevDetail/HwV</b></p>
-<p></p>
-<p>Hardware version.</p>
-<p></p>
-<ul type=disc>
-<li>Format : chr</li>
-<li>Mime Type : text/plain</li>
-<li>Access Types : Get</li>
-<li>Initial Value : 1.0</li>
-<li>Max Length : 31</li>
-</ul>
-<A NAME="/DevDetail/LrgObj" </A>
-<p><b>/DevDetail/LrgObj</b></p>
-<p></p>
-<p>Indicates whether the device supports the SyncML Large Object Handling specification</p>
-<p></p>
-<ul type=disc>
-<li>Format : bool</li>
-<li>Mime Type : text/plain</li>
-<li>Access Types : Get</li>
-<li>Default : true</li>
-<li>Initial Value : true</li>
-</ul>
-<A NAME="/DevDetail/OEM" </A>
-<p><b>/DevDetail/OEM</b></p>
-<p></p>
-<p>Original Equipment Manufacturer.</p>
-<p></p>
-<ul type=disc>
-<li>Format : chr</li>
-<li>Mime Type : text/plain</li>
-<li>Access Types : Get</li>
-<li>Initial Value : Google</li>
-<li>Max Length : 31</li>
-</ul>
-<A NAME="/DevDetail/PRIChecksum" </A>
-<p><b>/DevDetail/PRIChecksum</b></p>
-<p></p>
-<p>PRI checksum.</p>
-<p></p>
-<ul type=disc>
-<li>Format : chr</li>
-<li>Mime Type : text/plain</li>
-<li>Access Types : Get, Replace</li>
-<li>Initial Value : 111111</li>
-<li>Max Length : 31</li>
-</ul>
-<A NAME="/DevDetail/PRLV" </A>
-<p><b>/DevDetail/PRLV</b></p>
-<p></p>
-<p>PRL version.</p>
-<p></p>
-<ul type=disc>
-<li>Format : chr</li>
-<li>Mime Type : text/plain</li>
-<li>Access Types : Get, Replace</li>
-<li>Initial Value : 1.0</li>
-<li>Max Length : 31</li>
-</ul>
-<A NAME="/DevDetail/SwV" </A>
-<p><b>/DevDetail/SwV</b></p>
-<p></p>
-<p>Software version.</p>
-<p></p>
-<ul type=disc>
-<li>Format : chr</li>
-<li>Mime Type : text/plain</li>
-<li>Access Types : Get</li>
-<li>Initial Value : 1.0</li>
-<li>Max Length : 31</li>
-</ul>
-<A NAME="/DevDetail/Bearer" </A>
-<p><b>/DevDetail/Bearer</b></p>
-<p></p>
-<p>An optional, internal node, designating a branch of the DevDetail sub tree into which items related to the bearer (CDMA, etc.) are stored. Use of this sub tree can be mandated by other standards.</p>
-<p></p>
-<ul type=disc>
-<li>Format : node</li>
-<li>Mime Type : text/plain</li>
-<li>Access Types : Get, Replace</li>
-</ul>
-<A NAME="/DevDetail/Bearer/CDMA" </A>
-<p><b>/DevDetail/Bearer/CDMA</b></p>
-<p></p>
-<ul type=disc>
-<li>Format : chr</li>
-<li>Mime Type : text/plain</li>
-<li>Access Types : Get, Replace</li>
-<li>Max Length : 16</li>
-</ul>
-<A NAME="/DevDetail/Bearer/GSM" </A>
-<p><b>/DevDetail/Bearer/GSM</b></p>
-<p></p>
-<p>the node is used to store the information related to Technology</p>
-<p></p>
-<ul type=disc>
-<li>Format : chr</li>
-<li>Mime Type : text/plain</li>
-<li>Access Types : Get, Replace</li>
-<li>Initial Value : 1900-GSM</li>
-<li>Max Length : 16</li>
-</ul>
-<A NAME="/DevDetail/Ext" </A>
-<p><b>/DevDetail/Ext</b></p>
-<p></p>
-<ul type=disc>
-<li>Format : node</li>
-<li>Mime Type : text/plain</li>
-<li>Access Types : Get, Add</li>
-</ul>
-<A NAME="/DevDetail/Ext/LastUpdateTime" </A>
-<p><b>/DevDetail/Ext/LastUpdateTime</b></p>
-<p></p>
-<p> Last Update Date Stamp.</p>
-<p></p>
-<ul type=disc>
-<li>Format : chr</li>
-<li>Mime Type : text/plain</li>
-<li>Access Types : Get</li>
-</ul>
-<A NAME="/DevDetail/Ext/PreFwV" </A>
-<p><b>/DevDetail/Ext/PreFwV</b></p>
-<p></p>
-<p> Previous firmware version prior to an update.</p>
-<p></p>
-<ul type=disc>
-<li>Format : chr</li>
-<li>Mime Type : text/plain</li>
-<li>Access Types : Get</li>
-</ul>
-<A NAME="/DevDetail/Ext/SystemV" </A>
-<p><b>/DevDetail/Ext/SystemV</b></p>
-<p></p>
-<p>The concatenated version information of all FOTA updatable partitions in following order: System + DSP (Modem) + Normal Boot + Logo + LBL + CDT&ATAGS + BPL + MBM.</p>
-<p></p>
-<ul type=disc>
-<li>Format : chr</li>
-<li>Mime Type : text/plain</li>
-<li>Access Types : Get</li>
-</ul>
-<A NAME="/DevDetail/Ext/WLANMacAddr" </A>
-<p><b>/DevDetail/Ext/WLANMacAddr</b></p>
-<p></p>
-<p> Wi-Fi MAC address.</p>
-<p></p>
-<ul type=disc>
-<li>Format : chr</li>
-<li>Mime Type : text/plain</li>
-<li>Access Types : Get</li>
-</ul>
-<A NAME="/DevDetail/Ext/DateTime" </A>
-<p><b>/DevDetail/Ext/DateTime</b></p>
-<p></p>
-<p>Last Update date and time</p>
-<p></p>
-<ul type=disc>
-<li>Format : node</li>
-<li>Mime Type : text/plain</li>
-<li>Access Types : Get</li>
-</ul>
-<A NAME="/DevDetail/Ext/DateTime/Date" </A>
-<p><b>/DevDetail/Ext/DateTime/Date</b></p>
-<p></p>
-<p> Last Update Date.</p>
-<p></p>
-<ul type=disc>
-<li>Format : chr</li>
-<li>Mime Type : text/plain</li>
-<li>Access Types : Get</li>
-</ul>
-<A NAME="/DevDetail/Ext/DateTime/TimeUTC" </A>
-<p><b>/DevDetail/Ext/DateTime/TimeUTC</b></p>
-<p></p>
-<p> Last Update UTC Time Stamp.</p>
-<p></p>
-<ul type=disc>
-<li>Format : chr</li>
-<li>Mime Type : text/plain</li>
-<li>Access Types : Get</li>
-</ul>
-<A NAME="/DevDetail/Ext/SystemSettings" </A>
-<p><b>/DevDetail/Ext/SystemSettings</b></p>
-<p></p>
-<p>System Settings node</p>
-<p></p>
-<ul type=disc>
-<li>Format : node</li>
-<li>Mime Type : text/plain</li>
-<li>Access Types : Get</li>
-</ul>
-<A NAME="/DevDetail/Ext/SystemSettings/AllowUnknownSources" </A>
-<p><b>/DevDetail/Ext/SystemSettings/AllowUnknownSources</b></p>
-<p></p>
-<p> UnknownSources (True) or (False)</p>
-<p></p>
-<ul type=disc>
-<li>Format : bool</li>
-<li>Mime Type : text/plain</li>
-<li>Access Types : Get, Replace</li>
-</ul>
-<A NAME="/DevDetail/URI" </A>
-<p><b>/DevDetail/URI</b></p>
-<p></p>
-<ul type=disc>
-<li>Format : node</li>
-<li>Mime Type : text/plain</li>
-<li>Access Types : Get</li>
-</ul>
-<A NAME="/DevDetail/URI/MaxDepth" </A>
-<p><b>/DevDetail/URI/MaxDepth</b></p>
-<p></p>
-<p>Specifies the maximum depth of the management tree supported by the device. The maximum depth of the tree is defined as the maximum number of URI segments that the device supports. The value is a 16 bit, unsigned integer encoded as a numerical string. The value '0' means that the device supports a tree of 'unlimited' depth.</p>
-<p></p>
-<ul type=disc>
-<li>Format : int</li>
-<li>Mime Type : text/plain</li>
-<li>Access Types : Get</li>
-<li>Initial Value : 20</li>
-</ul>
-<A NAME="/DevDetail/URI/MaxSegLen" </A>
-<p><b>/DevDetail/URI/MaxSegLen</b></p>
-<p></p>
-<p>Specifies the maximum total length of any URI segment in a URI used to address a node or node property. The maximum total length of a URI segment is defined as the largest number of characters which the device can support in a single URI segment. Note that depending on the used character set this might not be the same as the number of bytes. The value is a 16 bit, unsigned integer encoded as a numerical string. The value '0' means that the device supports URI segments of 'unlimited' length.</p>
-<p></p>
-<ul type=disc>
-<li>Format : int</li>
-<li>Mime Type : text/plain</li>
-<li>Access Types : Get</li>
-<li>Initial Value : 256</li>
-</ul>
-<A NAME="/DevDetail/URI/MaxTotLen" </A>
-<p><b>/DevDetail/URI/MaxTotLen</b></p>
-<p></p>
-<p>Specifies the maximum total length of any URI used to address a node or node property. The maximum total length of a URI is defined as the largest total number of characters making up the URI which the device can support. Note that depending on the character set this might not be the same as the number of bytes. The value is a 16 bit, unsigned integer encoded as a numerical string. The value '0' means that the device supports URI of 'unlimited' length.</p>
-<p></p>
-<ul type=disc>
-<li>Format : int</li>
-<li>Mime Type : text/plain</li>
-<li>Access Types : Get</li>
-<li>Initial Value : 512</li>
-</ul>
-<A NAME="/DevInfo" </A>
-<p><b>/DevInfo</b></p>
-<p></p>
-<ul type=disc>
-<li>Format : node</li>
-<li>Mime Type : text/plain</li>
-<li>Access Types : Get</li>
-</ul>
-<A NAME="/DevInfo/DevId" </A>
-<p><b>/DevInfo/DevId</b></p>
-<p></p>
-<p>A unique identifier for the device.</p>
-<p></p>
-<ul type=disc>
-<li>Format : chr</li>
-<li>Mime Type : text/plain</li>
-<li>Access Types : Get, Add, Replace</li>
-<li>Default : 1.0</li>
-<li>Initial Value : 000000012345678</li>
-<li>Max Length : 31</li>
-</ul>
-<A NAME="/DevInfo/DmV" </A>
-<p><b>/DevInfo/DmV</b></p>
-<p></p>
-<p>A SyncML device management client version identifier (manufacturer specified string).</p>
-<p></p>
-<ul type=disc>
-<li>Format : chr</li>
-<li>Mime Type : text/plain</li>
-<li>Access Types : Get, Add, Replace</li>
-<li>Default : 1.0</li>
-<li>Initial Value : 1.2</li>
-<li>Max Length : 31</li>
-</ul>
-<A NAME="/DevInfo/Lang" </A>
-<p><b>/DevInfo/Lang</b></p>
-<p></p>
-<p>The current language setting of the device. The syntax of the language tags and their use are defined in [RFC1766]. Language codes are defined by ISO in the standard ISO639.</p>
-<p></p>
-<ul type=disc>
-<li>Format : chr</li>
-<li>Mime Type : text/plain</li>
-<li>Access Types : Get, Replace</li>
-<li>Initial Value : en</li>
-<li>Max Length : 31</li>
-</ul>
-<A NAME="/DevInfo/LangAuto" </A>
-<p><b>/DevInfo/LangAuto</b></p>
-<p></p>
-<p>This node determines whether the language setting should be 'auto' or not.</p>
-<p></p>
-<ul type=disc>
-<li>Format : bool</li>
-<li>Mime Type : text/plain</li>
-<li>Access Types : Get, Replace</li>
-<li>Initial Value : false</li>
-</ul>
-<A NAME="/DevInfo/Loc" </A>
-<p><b>/DevInfo/Loc</b></p>
-<p></p>
-<p>The current location (country) setting of the device. Country codes are defined by ISO in the standard ISO 3166.</p>
-<p></p>
-<ul type=disc>
-<li>Format : chr</li>
-<li>Mime Type : text/plain</li>
-<li>Access Types : Get, Replace</li>
-<li>Initial Value : US</li>
-<li>Max Length : 2</li>
-</ul>
-<A NAME="/DevInfo/Man" </A>
-<p><b>/DevInfo/Man</b></p>
-<p></p>
-<p>The manufacturer identifier.</p>
-<p></p>
-<ul type=disc>
-<li>Format : chr</li>
-<li>Mime Type : text/plain</li>
-<li>Access Types : Get, Replace</li>
-<li>Max Length : 31</li>
-</ul>
-<A NAME="/DevInfo/Mod" </A>
-<p><b>/DevInfo/Mod</b></p>
-<p></p>
-<p>A model identifier</p>
-<p></p>
-<ul type=disc>
-<li>Format : chr</li>
-<li>Mime Type : text/plain</li>
-<li>Access Types : Get, Replace</li>
-<li>Default : 1.0</li>
-<li>Initial Value : Nexus</li>
-<li>Max Length : 31</li>
-</ul>
-<A NAME="/DevInfo/Sort" </A>
-<p><b>/DevInfo/Sort</b></p>
-<p></p>
-<p>The current language sorting comparator for this device.</p>
-<p></p>
-<ul type=disc>
-<li>Format : chr</li>
-<li>Mime Type : text/plain</li>
-<li>Access Types : Get, Replace</li>
-<li>Initial Value : Latin</li>
-</ul>
-<A NAME="/DevInfo/Bearer" </A>
-<p><b>/DevInfo/Bearer</b></p>
-<p></p>
-<ul type=disc>
-<li>Format : node</li>
-<li>Mime Type : text/plain</li>
-<li>Access Types : Get, Add, Replace, Delete</li>
-</ul>
-<A NAME="/DevInfo/Bearer/GSM" </A>
-<p><b>/DevInfo/Bearer/GSM</b></p>
-<p></p>
-<ul type=disc>
-<li>Format : chr</li>
-<li>Mime Type : text/plain</li>
-<li>Access Types : Get, Replace</li>
-<li>Default : 1.0</li>
-<li>Max Length : 31</li>
-</ul>
-<A NAME="/DevInfo/Ext" </A>
-<p><b>/DevInfo/Ext</b></p>
-<p></p>
-<ul type=disc>
-<li>Format : node</li>
-<li>Mime Type : text/plain</li>
-<li>Access Types : Get, Add, Replace, Delete</li>
-</ul>
-<A NAME="/DMAcc" </A>
-<p><b>/DMAcc</b></p>
-<p></p>
-<p>A collection of all SyncML DM accounts. It is the root for account settings for OMA DM 1.2.</p>
-<p></p>
-<ul type=disc>
-<li>Format : node</li>
-<li>Mime Type : text/plain</li>
-<li>Access Types : Get, Add, Replace, Delete</li>
-</ul>
-<A NAME="/DMAcc/*" </A>
-<p><b>/DMAcc/*</b></p>
-<p></p>
-<p>The "name" node for a management account sub tree</p>
-<p></p>
-<ul type=disc>
-<li>Format : node</li>
-<li>Mime Type : text/plain</li>
-<li>Access Types : Get, Add, Replace, Delete</li>
-</ul>
-<A NAME="/DMAcc/*/AAuthPref" </A>
-<p><b>/DMAcc/*/AAuthPref</b></p>
-<p></p>
-<p>The client authentication type that this server prefers</p>
-<p></p>
-<ul type=disc>
-<li>Format : chr</li>
-<li>Mime Type : text/plain</li>
-<li>Access Types : Get, Add, Replace, Delete</li>
-</ul>
-<A NAME="/DMAcc/*/AppID" </A>
-<p><b>/DMAcc/*/AppID</b></p>
-<p></p>
-<p>Application Id (w7)</p>
-<p></p>
-<ul type=disc>
-<li>Format : chr</li>
-<li>Mime Type : text/plain</li>
-<li>Access Types : Get, Add, Replace, Delete</li>
-</ul>
-<A NAME="/DMAcc/*/Name" </A>
-<p><b>/DMAcc/*/Name</b></p>
-<p></p>
-<p>Displayable name for the SyncML DM settings</p>
-<p></p>
-<ul type=disc>
-<li>Format : chr</li>
-<li>Mime Type : text/plain</li>
-<li>Access Types : Get, Add, Replace, Delete</li>
-</ul>
-<A NAME="/DMAcc/*/PrefConRef" </A>
-<p><b>/DMAcc/*/PrefConRef</b></p>
-<p></p>
-<p>Preferred connectivity profile</p>
-<p></p>
-<ul type=disc>
-<li>Format : chr</li>
-<li>Mime Type : text/plain</li>
-<li>Access Types : Get, Add, Replace, Delete</li>
-</ul>
-<A NAME="/DMAcc/*/ServerID" </A>
-<p><b>/DMAcc/*/ServerID</b></p>
-<p></p>
-<p>The "ServerId" value for this server</p>
-<p></p>
-<ul type=disc>
-<li>Format : chr</li>
-<li>Mime Type : text/plain</li>
-<li>Access Types : Get, Add, Replace, Delete</li>
-</ul>
-<A NAME="/DMAcc/*/AppAddr" </A>
-<p><b>/DMAcc/*/AppAddr</b></p>
-<p></p>
-<p>The "name" node for application server address subtree</p>
-<p></p>
-<ul type=disc>
-<li>Format : node</li>
-<li>Mime Type : text/plain</li>
-<li>Access Types : Get, Add, Replace, Delete</li>
-</ul>
-<A NAME="/DMAcc/*/AppAddr/*" </A>
-<p><b>/DMAcc/*/AppAddr/*</b></p>
-<p></p>
-<p>Connectivity profile </p>
-<p></p>
-<ul type=disc>
-<li>Format : node</li>
-<li>Mime Type : text/plain</li>
-<li>Access Types : Get, Add, Replace, Delete</li>
-</ul>
-<A NAME="/DMAcc/*/AppAddr/*/Addr" </A>
-<p><b>/DMAcc/*/AppAddr/*/Addr</b></p>
-<p></p>
-<p>Server address</p>
-<p></p>
-<ul type=disc>
-<li>Format : chr</li>
-<li>Mime Type : text/plain</li>
-<li>Access Types : Get, Add, Replace, Delete</li>
-</ul>
-<A NAME="/DMAcc/*/AppAddr/*/AddrType" </A>
-<p><b>/DMAcc/*/AppAddr/*/AddrType</b></p>
-<p></p>
-<p>Server address type, "URI", "IPv4", or "IPv6"</p>
-<p></p>
-<ul type=disc>
-<li>Format : chr</li>
-<li>Mime Type : text/plain</li>
-<li>Access Types : Get, Add, Replace, Delete</li>
-</ul>
-<A NAME="/DMAcc/*/AppAddr/*/Port" </A>
-<p><b>/DMAcc/*/AppAddr/*/Port</b></p>
-<p></p>
-<p>port information </p>
-<p></p>
-<ul type=disc>
-<li>Format : node</li>
-<li>Mime Type : text/plain</li>
-<li>Access Types : Get, Add, Replace, Delete</li>
-</ul>
-<A NAME="/DMAcc/*/AppAddr/*/Port/*" </A>
-<p><b>/DMAcc/*/AppAddr/*/Port/*</b></p>
-<p></p>
-<p>Server port information</p>
-<p></p>
-<ul type=disc>
-<li>Format : node</li>
-<li>Mime Type : text/plain</li>
-<li>Access Types : Get, Add, Replace, Delete</li>
-</ul>
-<A NAME="/DMAcc/*/AppAddr/*/Port/*/PortNbr" </A>
-<p><b>/DMAcc/*/AppAddr/*/Port/*/PortNbr</b></p>
-<p></p>
-<p>Server port number</p>
-<p></p>
-<ul type=disc>
-<li>Format : chr</li>
-<li>Mime Type : text/plain</li>
-<li>Access Types : Get, Add, Replace, Delete</li>
-</ul>
-<A NAME="/DMAcc/*/AppAuth" </A>
-<p><b>/DMAcc/*/AppAuth</b></p>
-<p></p>
-<p>The "name" node for application authentication sub tree</p>
-<p></p>
-<ul type=disc>
-<li>Format : node</li>
-<li>Mime Type : text/plain</li>
-<li>Access Types : Get, Add, Replace, Delete</li>
-</ul>
-<A NAME="/DMAcc/*/AppAuth/*" </A>
-<p><b>/DMAcc/*/AppAuth/*</b></p>
-<p></p>
-<p>Application authentication node</p>
-<p></p>
-<ul type=disc>
-<li>Format : node</li>
-<li>Mime Type : text/plain</li>
-<li>Access Types : Get, Add, Replace, Delete</li>
-</ul>
-<A NAME="/DMAcc/*/AppAuth/*/AAuthData" </A>
-<p><b>/DMAcc/*/AppAuth/*/AAuthData</b></p>
-<p></p>
-<p>authentication nonce</p>
-<p></p>
-<ul type=disc>
-<li>Format : chr</li>
-<li>Mime Type : text/plain</li>
-<li>Access Types : Get, Add, Replace, Delete</li>
-</ul>
-<A NAME="/DMAcc/*/AppAuth/*/AAuthLevel" </A>
-<p><b>/DMAcc/*/AppAuth/*/AAuthLevel</b></p>
-<p></p>
-<p>authentication level</p>
-<p></p>
-<ul type=disc>
-<li>Format : chr</li>
-<li>Mime Type : text/plain</li>
-<li>Access Types : Get, Add, Replace, Delete</li>
-<li>Possible Values : CLCRED,SRVCRED,OBEX,HTTP</li>
-</ul>
-<A NAME="/DMAcc/*/AppAuth/*/AAuthName" </A>
-<p><b>/DMAcc/*/AppAuth/*/AAuthName</b></p>
-<p></p>
-<p>authentication name</p>
-<p></p>
-<ul type=disc>
-<li>Format : chr</li>
-<li>Mime Type : text/plain</li>
-<li>Access Types : Get, Add, Replace, Delete</li>
-</ul>
-<A NAME="/DMAcc/*/AppAuth/*/AAuthSecret" </A>
-<p><b>/DMAcc/*/AppAuth/*/AAuthSecret</b></p>
-<p></p>
-<p>authentication secret (password)</p>
-<p></p>
-<ul type=disc>
-<li>Format : chr</li>
-<li>Mime Type : text/plain</li>
-<li>Access Types : Get, Add, Replace, Delete</li>
-</ul>
-<A NAME="/DMAcc/*/AppAuth/*/AAuthType" </A>
-<p><b>/DMAcc/*/AppAuth/*/AAuthType</b></p>
-<p></p>
-<p>authentication type</p>
-<p></p>
-<ul type=disc>
-<li>Format : chr</li>
-<li>Mime Type : text/plain</li>
-<li>Access Types : Get, Add, Replace, Delete</li>
-<li>Possible Values : HTTP-BASIC,HTTP-DIGEST,BASIC,DIGEST,HMAC,X509,SECUREID,SAFEWORD,DIGIPASS,TRANSPORT</li>
-</ul>
-<A NAME="/DMAcc/*/Ext" </A>
-<p><b>/DMAcc/*/Ext</b></p>
-<p></p>
-<p>An optional, internal node, designating the only branch of the DMAcc sub tree into which extensions can be added, permanently or dynamically.</p>
-<p></p>
-<ul type=disc>
-<li>Format : node</li>
-<li>Mime Type : text/plain</li>
-<li>Access Types : Get, Add, Replace, Delete</li>
-</ul>
-<A NAME="/DMAcc/*/Ext/LastClientAuthType" </A>
-<p><b>/DMAcc/*/Ext/LastClientAuthType</b></p>
-<p></p>
-<p>The client authentication type requested by the server in the last session</p>
-<p></p>
-<ul type=disc>
-<li>Format : chr</li>
-<li>Mime Type : text/plain</li>
-<li>Access Types : Get, Add, Replace, Delete</li>
-</ul>
-<A NAME="/DMAcc/*/ToConRef" </A>
-<p><b>/DMAcc/*/ToConRef</b></p>
-<p></p>
-<p>The "name" node for connectivity reference subtree</p>
-<p></p>
-<ul type=disc>
-<li>Format : node</li>
-<li>Mime Type : text/plain</li>
-<li>Access Types : Get, Add, Replace, Delete</li>
-</ul>
-<A NAME="/DMAcc/*/ToConRef/*" </A>
-<p><b>/DMAcc/*/ToConRef/*</b></p>
-<p></p>
-<p>Connectivity profile </p>
-<p></p>
-<ul type=disc>
-<li>Format : node</li>
-<li>Mime Type : text/plain</li>
-<li>Access Types : Get, Add, Replace, Delete</li>
-</ul>
-<A NAME="/DMAcc/*/ToConRef/*/ConRef" </A>
-<p><b>/DMAcc/*/ToConRef/*/ConRef</b></p>
-<p></p>
-<p>Linkage to connectivity profile name</p>
-<p></p>
-<ul type=disc>
-<li>Format : chr</li>
-<li>Mime Type : text/plain</li>
-<li>Access Types : Get, Add, Replace, Delete</li>
-</ul>
-<A NAME="/LTE" </A>
-<p><b>/LTE</b></p>
-<p></p>
-<p>LTE node for Sprint HFA.</p>
-<p></p>
-<ul type=disc>
-<li>Format : node</li>
-<li>Mime Type : text/plain</li>
-<li>Access Types : Get</li>
-</ul>
-<A NAME="/LTE/APN" </A>
-<p><b>/LTE/APN</b></p>
-<p></p>
-<ul type=disc>
-<li>Format : node</li>
-<li>Mime Type : text/plain</li>
-<li>Access Types : Get</li>
-</ul>
-<A NAME="/LTE/APN/0" </A>
-<p><b>/LTE/APN/0</b></p>
-<p></p>
-<p>LTE APN</p>
-<p></p>
-<ul type=disc>
-<li>Format : chr</li>
-<li>Mime Type : text/plain</li>
-<li>Access Types : Get, Replace</li>
-</ul>
-<A NAME="/LTE/APN/1" </A>
-<p><b>/LTE/APN/1</b></p>
-<p></p>
-<p>LTE APN</p>
-<p></p>
-<ul type=disc>
-<li>Format : chr</li>
-<li>Mime Type : text/plain</li>
-<li>Access Types : Get, Replace</li>
-</ul>
-<A NAME="/LTE/APN/2" </A>
-<p><b>/LTE/APN/2</b></p>
-<p></p>
-<p>LTE APN</p>
-<p></p>
-<ul type=disc>
-<li>Format : chr</li>
-<li>Mime Type : text/plain</li>
-<li>Access Types : Get, Replace</li>
-</ul>
-<A NAME="/LTE/APN/3" </A>
-<p><b>/LTE/APN/3</b></p>
-<p></p>
-<p>LTE APN</p>
-<p></p>
-<ul type=disc>
-<li>Format : chr</li>
-<li>Mime Type : text/plain</li>
-<li>Access Types : Get, Replace</li>
-</ul>
-<A NAME="/LTE/APN/4" </A>
-<p><b>/LTE/APN/4</b></p>
-<p></p>
-<p>LTE APN</p>
-<p></p>
-<ul type=disc>
-<li>Format : chr</li>
-<li>Mime Type : text/plain</li>
-<li>Access Types : Get, Replace</li>
-</ul>
-<A NAME="/LTE/APN/5" </A>
-<p><b>/LTE/APN/5</b></p>
-<p></p>
-<p>LTE APN</p>
-<p></p>
-<ul type=disc>
-<li>Format : chr</li>
-<li>Mime Type : text/plain</li>
-<li>Access Types : Get, Replace</li>
-</ul>
-<A NAME="/LTE/APN/6" </A>
-<p><b>/LTE/APN/6</b></p>
-<p></p>
-<p>LTE APN</p>
-<p></p>
-<ul type=disc>
-<li>Format : chr</li>
-<li>Mime Type : text/plain</li>
-<li>Access Types : Get, Replace</li>
-</ul>
-<A NAME="/LTE/APN/7" </A>
-<p><b>/LTE/APN/7</b></p>
-<p></p>
-<p>LTE APN</p>
-<p></p>
-<ul type=disc>
-<li>Format : chr</li>
-<li>Mime Type : text/plain</li>
-<li>Access Types : Get, Replace</li>
-</ul>
-<A NAME="/LTE/Service" </A>
-<p><b>/LTE/Service</b></p>
-<p></p>
-<ul type=disc>
-<li>Format : node</li>
-<li>Mime Type : text/plain</li>
-<li>Access Types : Get</li>
-</ul>
-<A NAME="/LTE/Service/Enabled" </A>
-<p><b>/LTE/Service/Enabled</b></p>
-<p></p>
-<p>LTE service enabled.</p>
-<p></p>
-<ul type=disc>
-<li>Format : int</li>
-<li>Mime Type : text/plain</li>
-<li>Access Types : Get, Replace</li>
-</ul>
-<A NAME="/LTE/Service/Forced" </A>
-<p><b>/LTE/Service/Forced</b></p>
-<p></p>
-<p>LTE service forced.</p>
-<p></p>
-<ul type=disc>
-<li>Format : int</li>
-<li>Mime Type : text/plain</li>
-<li>Access Types : Get, Replace</li>
-</ul>
-<A NAME="/ManagedObjects" </A>
-<p><b>/ManagedObjects</b></p>
-<p></p>
-<p>A collection of all Subscriber Device Management MOs.</p>
-<p></p>
-<ul type=disc>
-<li>Format : node</li>
-<li>Mime Type : text/plain</li>
-<li>Access Types : Get, Add, Replace, Delete</li>
-</ul>
-<A NAME="/ManagedObjects/ConnMO" </A>
-<p><b>/ManagedObjects/ConnMO</b></p>
-<p></p>
-<p>ConnMO Interior node</p>
-<p></p>
-<ul type=disc>
-<li>Format : node</li>
-<li>Mime Type : text/plain</li>
-<li>Access Types : Get</li>
-</ul>
-<A NAME="/ManagedObjects/ConnMO/ext" </A>
-<p><b>/ManagedObjects/ConnMO/ext</b></p>
-<p></p>
-<p>ext Interior node</p>
-<p></p>
-<ul type=disc>
-<li>Format : node</li>
-<li>Mime Type : text/plain</li>
-<li>Access Types : Get</li>
-</ul>
-<A NAME="/ManagedObjects/ConnMO/ext/Settings" </A>
-<p><b>/ManagedObjects/ConnMO/ext/Settings</b></p>
-<p></p>
-<p>Settings Interior node</p>
-<p></p>
-<ul type=disc>
-<li>Format : node</li>
-<li>Mime Type : text/plain</li>
-<li>Access Types : Get</li>
-</ul>
-<A NAME="/ManagedObjects/ConnMO/ext/Settings/t_1xRTT" </A>
-<p><b>/ManagedObjects/ConnMO/ext/Settings/t_1xRTT</b></p>
-<p></p>
-<p> Timer for periodic 1xRTT system scan</p>
-<p></p>
-<ul type=disc>
-<li>Format : chr</li>
-<li>Mime Type : text/plain</li>
-<li>Access Types : Get, Replace</li>
-</ul>
-<A NAME="/ManagedObjects/ConnMO/ext/Settings/t_mpsr" </A>
-<p><b>/ManagedObjects/ConnMO/ext/Settings/t_mpsr</b></p>
-<p></p>
-<p> Timer for periodic multimode system scan</p>
-<p></p>
-<ul type=disc>
-<li>Format : chr</li>
-<li>Mime Type : text/plain</li>
-<li>Access Types : Get, Replace</li>
-</ul>
-<A NAME="/ManagedObjects/ConnMO/ext/Settings/tbsr_cdma" </A>
-<p><b>/ManagedObjects/ConnMO/ext/Settings/tbsr_cdma</b></p>
-<p></p>
-<p> Timer for periodic cdma system scan</p>
-<p></p>
-<ul type=disc>
-<li>Format : chr</li>
-<li>Mime Type : text/plain</li>
-<li>Access Types : Get, Replace</li>
-</ul>
-<A NAME="/ManagedObjects/ConnMO/IMS" </A>
-<p><b>/ManagedObjects/ConnMO/IMS</b></p>
-<p></p>
-<p>IMS Interior node</p>
-<p></p>
-<ul type=disc>
-<li>Format : node</li>
-<li>Mime Type : text/plain</li>
-<li>Access Types : Get</li>
-</ul>
-<A NAME="/ManagedObjects/ConnMO/IMS/Setting" </A>
-<p><b>/ManagedObjects/ConnMO/IMS/Setting</b></p>
-<p></p>
-<p>Setting Interior node</p>
-<p></p>
-<ul type=disc>
-<li>Format : node</li>
-<li>Mime Type : text/plain</li>
-<li>Access Types : Get</li>
-</ul>
-<A NAME="/ManagedObjects/ConnMO/IMS/Setting/Domain" </A>
-<p><b>/ManagedObjects/ConnMO/IMS/Setting/Domain</b></p>
-<p></p>
-<p> Home domain Name for the device to populate the request URI for REGISTRATION</p>
-<p></p>
-<ul type=disc>
-<li>Format : chr</li>
-<li>Mime Type : text/plain</li>
-<li>Access Types : Get, Replace</li>
-</ul>
-<A NAME="/ManagedObjects/ConnMO/IMS/Setting/SIPT1" </A>
-<p><b>/ManagedObjects/ConnMO/IMS/Setting/SIPT1</b></p>
-<p></p>
-<p> SIP T1 Timer</p>
-<p></p>
-<ul type=disc>
-<li>Format : int</li>
-<li>Mime Type : text/plain</li>
-<li>Access Types : Get, Replace</li>
-</ul>
-<A NAME="/ManagedObjects/ConnMO/IMS/Setting/SIPT2" </A>
-<p><b>/ManagedObjects/ConnMO/IMS/Setting/SIPT2</b></p>
-<p></p>
-<p> SIP T2 Timer</p>
-<p></p>
-<ul type=disc>
-<li>Format : int</li>
-<li>Mime Type : text/plain</li>
-<li>Access Types : Get, Replace</li>
-</ul>
-<A NAME="/ManagedObjects/ConnMO/IMS/Setting/SIPTf" </A>
-<p><b>/ManagedObjects/ConnMO/IMS/Setting/SIPTf</b></p>
-<p></p>
-<p> SIP TF Timer</p>
-<p></p>
-<ul type=disc>
-<li>Format : int</li>
-<li>Mime Type : text/plain</li>
-<li>Access Types : Get, Replace</li>
-</ul>
-<A NAME="/ManagedObjects/ConnMO/IMS/Setting/sms_over_IP_network_indication" </A>
-<p><b>/ManagedObjects/ConnMO/IMS/Setting/sms_over_IP_network_indication</b></p>
-<p></p>
-<p> Turns IMS ON/OFF on the device</p>
-<p></p>
-<ul type=disc>
-<li>Format : bool</li>
-<li>Mime Type : text/plain</li>
-<li>Access Types : Get, Replace</li>
-</ul>
-<A NAME="/ManagedObjects/ConnMO/IMS/Setting/smsformat" </A>
-<p><b>/ManagedObjects/ConnMO/IMS/Setting/smsformat</b></p>
-<p></p>
-<p> Device Outgoing SMS based on either 3GP or 3GPP2 Standards</p>
-<p></p>
-<ul type=disc>
-<li>Format : chr</li>
-<li>Mime Type : text/plain</li>
-<li>Access Types : Get, Replace</li>
-</ul>
-<A NAME="/ManagedObjects/ConnMO/IPV6Enable" </A>
-<p><b>/ManagedObjects/ConnMO/IPV6Enable</b></p>
-<p></p>
-<p>IPV6Enable Interior node</p>
-<p></p>
-<ul type=disc>
-<li>Format : node</li>
-<li>Mime Type : text/plain</li>
-<li>Access Types : Get</li>
-</ul>
-<A NAME="/ManagedObjects/ConnMO/IPV6Enable/Setting" </A>
-<p><b>/ManagedObjects/ConnMO/IPV6Enable/Setting</b></p>
-<p></p>
-<p>Setting Interior node</p>
-<p></p>
-<ul type=disc>
-<li>Format : node</li>
-<li>Mime Type : text/plain</li>
-<li>Access Types : Get</li>
-</ul>
-<A NAME="/ManagedObjects/ConnMO/IPV6Enable/Setting/Enabled" </A>
-<p><b>/ManagedObjects/ConnMO/IPV6Enable/Setting/Enabled</b></p>
-<p></p>
-<p> IPV6Enable node Enabled/Disabled</p>
-<p></p>
-<ul type=disc>
-<li>Format : bool</li>
-<li>Mime Type : text/plain</li>
-<li>Access Types : Get</li>
-</ul>
-<A NAME="/ManagedObjects/ConnMO/IPV6Enable/Setting/Operations" </A>
-<p><b>/ManagedObjects/ConnMO/IPV6Enable/Setting/Operations</b></p>
-<p></p>
-<p>Interior node holding APN status</p>
-<p></p>
-<ul type=disc>
-<li>Format : node</li>
-<li>Mime Type : text/plain</li>
-<li>Access Types : Get</li>
-</ul>
-<A NAME="/ManagedObjects/ConnMO/IPV6Enable/Setting/Operations/Disable" </A>
-<p><b>/ManagedObjects/ConnMO/IPV6Enable/Setting/Operations/Disable</b></p>
-<p></p>
-<p> IPV6Enable node Disabled</p>
-<p></p>
-<ul type=disc>
-<li>Format : bool</li>
-<li>Mime Type : text/plain</li>
-<li>Access Types : Get, Exec</li>
-</ul>
-<A NAME="/ManagedObjects/ConnMO/IPV6Enable/Setting/Operations/Enable" </A>
-<p><b>/ManagedObjects/ConnMO/IPV6Enable/Setting/Operations/Enable</b></p>
-<p></p>
-<p> IPV6Enable node Enabled</p>
-<p></p>
-<ul type=disc>
-<li>Format : bool</li>
-<li>Mime Type : text/plain</li>
-<li>Access Types : Get, Exec</li>
-</ul>
-<A NAME="/ManagedObjects/ConnMO/LTE" </A>
-<p><b>/ManagedObjects/ConnMO/LTE</b></p>
-<p></p>
-<p>LTE Interior node</p>
-<p></p>
-<ul type=disc>
-<li>Format : node</li>
-<li>Mime Type : text/plain</li>
-<li>Access Types : Get</li>
-</ul>
-<A NAME="/ManagedObjects/ConnMO/LTE/APN" </A>
-<p><b>/ManagedObjects/ConnMO/LTE/APN</b></p>
-<p></p>
-<p>APN Interior node</p>
-<p></p>
-<ul type=disc>
-<li>Format : node</li>
-<li>Mime Type : text/plain</li>
-<li>Access Types : Get</li>
-</ul>
-<A NAME="/ManagedObjects/ConnMO/LTE/APN/1" </A>
-<p><b>/ManagedObjects/ConnMO/LTE/APN/1</b></p>
-<p></p>
-<p>VZWIMS Interior node</p>
-<p></p>
-<ul type=disc>
-<li>Format : node</li>
-<li>Mime Type : text/plain</li>
-<li>Access Types : Get</li>
-</ul>
-<A NAME="/ManagedObjects/ConnMO/LTE/APN/1/Setting" </A>
-<p><b>/ManagedObjects/ConnMO/LTE/APN/1/Setting</b></p>
-<p></p>
-<p>Setting Interior node</p>
-<p></p>
-<ul type=disc>
-<li>Format : node</li>
-<li>Mime Type : text/plain</li>
-<li>Access Types : Get</li>
-</ul>
-<A NAME="/ManagedObjects/ConnMO/LTE/APN/1/Setting/Enabled" </A>
-<p><b>/ManagedObjects/ConnMO/LTE/APN/1/Setting/Enabled</b></p>
-<p></p>
-<p> APN Enabled/Disabled</p>
-<p></p>
-<ul type=disc>
-<li>Format : bool</li>
-<li>Mime Type : text/plain</li>
-<li>Access Types : Get</li>
-</ul>
-<A NAME="/ManagedObjects/ConnMO/LTE/APN/1/Setting/Id" </A>
-<p><b>/ManagedObjects/ConnMO/LTE/APN/1/Setting/Id</b></p>
-<p></p>
-<p> APN Id</p>
-<p></p>
-<ul type=disc>
-<li>Format : int</li>
-<li>Mime Type : text/plain</li>
-<li>Access Types : Get</li>
-</ul>
-<A NAME="/ManagedObjects/ConnMO/LTE/APN/1/Setting/IP" </A>
-<p><b>/ManagedObjects/ConnMO/LTE/APN/1/Setting/IP</b></p>
-<p></p>
-<p> IP Version.Defined by Standards but not used by Verizon Wireless</p>
-<p></p>
-<ul type=disc>
-<li>Format : chr</li>
-<li>Mime Type : text/plain</li>
-<li>Access Types : Get, Replace</li>
-</ul>
-<A NAME="/ManagedObjects/ConnMO/LTE/APN/1/Setting/Name" </A>
-<p><b>/ManagedObjects/ConnMO/LTE/APN/1/Setting/Name</b></p>
-<p></p>
-<p> APN Name</p>
-<p></p>
-<ul type=disc>
-<li>Format : chr</li>
-<li>Mime Type : text/plain</li>
-<li>Access Types : Get, Replace</li>
-</ul>
-<A NAME="/ManagedObjects/ConnMO/LTE/APN/1/Setting/Operations" </A>
-<p><b>/ManagedObjects/ConnMO/LTE/APN/1/Setting/Operations</b></p>
-<p></p>
-<p>Interior node holding APN status</p>
-<p></p>
-<ul type=disc>
-<li>Format : node</li>
-<li>Mime Type : text/plain</li>
-<li>Access Types : Get</li>
-</ul>
-<A NAME="/ManagedObjects/ConnMO/LTE/APN/1/Setting/Operations/Disable" </A>
-<p><b>/ManagedObjects/ConnMO/LTE/APN/1/Setting/Operations/Disable</b></p>
-<p></p>
-<p> APN Disabled</p>
-<p></p>
-<ul type=disc>
-<li>Format : bool</li>
-<li>Mime Type : text/plain</li>
-<li>Access Types : Get, Exec</li>
-</ul>
-<A NAME="/ManagedObjects/ConnMO/LTE/APN/2" </A>
-<p><b>/ManagedObjects/ConnMO/LTE/APN/2</b></p>
-<p></p>
-<p>VZWIMS Interior node</p>
-<p></p>
-<ul type=disc>
-<li>Format : node</li>
-<li>Mime Type : text/plain</li>
-<li>Access Types : Get</li>
-</ul>
-<A NAME="/ManagedObjects/ConnMO/LTE/APN/2/Setting" </A>
-<p><b>/ManagedObjects/ConnMO/LTE/APN/2/Setting</b></p>
-<p></p>
-<p>Setting Interior node</p>
-<p></p>
-<ul type=disc>
-<li>Format : node</li>
-<li>Mime Type : text/plain</li>
-<li>Access Types : Get</li>
-</ul>
-<A NAME="/ManagedObjects/ConnMO/LTE/APN/2/Setting/Enabled" </A>
-<p><b>/ManagedObjects/ConnMO/LTE/APN/2/Setting/Enabled</b></p>
-<p></p>
-<p> APN Enabled/Disabled</p>
-<p></p>
-<ul type=disc>
-<li>Format : bool</li>
-<li>Mime Type : text/plain</li>
-<li>Access Types : Get</li>
-</ul>
-<A NAME="/ManagedObjects/ConnMO/LTE/APN/2/Setting/Id" </A>
-<p><b>/ManagedObjects/ConnMO/LTE/APN/2/Setting/Id</b></p>
-<p></p>
-<p> APN Id</p>
-<p></p>
-<ul type=disc>
-<li>Format : int</li>
-<li>Mime Type : text/plain</li>
-<li>Access Types : Get</li>
-</ul>
-<A NAME="/ManagedObjects/ConnMO/LTE/APN/2/Setting/IP" </A>
-<p><b>/ManagedObjects/ConnMO/LTE/APN/2/Setting/IP</b></p>
-<p></p>
-<p> IP Version.Defined by Standards but not used by Verizon Wireless</p>
-<p></p>
-<ul type=disc>
-<li>Format : chr</li>
-<li>Mime Type : text/plain</li>
-<li>Access Types : Get, Replace</li>
-</ul>
-<A NAME="/ManagedObjects/ConnMO/LTE/APN/2/Setting/Name" </A>
-<p><b>/ManagedObjects/ConnMO/LTE/APN/2/Setting/Name</b></p>
-<p></p>
-<p> APN Name</p>
-<p></p>
-<ul type=disc>
-<li>Format : chr</li>
-<li>Mime Type : text/plain</li>
-<li>Access Types : Get, Replace</li>
-</ul>
-<A NAME="/ManagedObjects/ConnMO/LTE/APN/2/Setting/Operations" </A>
-<p><b>/ManagedObjects/ConnMO/LTE/APN/2/Setting/Operations</b></p>
-<p></p>
-<p>Interior node holding APN status</p>
-<p></p>
-<ul type=disc>
-<li>Format : node</li>
-<li>Mime Type : text/plain</li>
-<li>Access Types : Get</li>
-</ul>
-<A NAME="/ManagedObjects/ConnMO/LTE/APN/2/Setting/Operations/Disable" </A>
-<p><b>/ManagedObjects/ConnMO/LTE/APN/2/Setting/Operations/Disable</b></p>
-<p></p>
-<p> APN Disabled</p>
-<p></p>
-<ul type=disc>
-<li>Format : bool</li>
-<li>Mime Type : text/plain</li>
-<li>Access Types : Get, Exec</li>
-</ul>
-<A NAME="/ManagedObjects/ConnMO/LTE/APN/3" </A>
-<p><b>/ManagedObjects/ConnMO/LTE/APN/3</b></p>
-<p></p>
-<p>VZWIMS Interior node</p>
-<p></p>
-<ul type=disc>
-<li>Format : node</li>
-<li>Mime Type : text/plain</li>
-<li>Access Types : Get</li>
-</ul>
-<A NAME="/ManagedObjects/ConnMO/LTE/APN/3/Setting" </A>
-<p><b>/ManagedObjects/ConnMO/LTE/APN/3/Setting</b></p>
-<p></p>
-<p>Setting Interior node</p>
-<p></p>
-<ul type=disc>
-<li>Format : node</li>
-<li>Mime Type : text/plain</li>
-<li>Access Types : Get</li>
-</ul>
-<A NAME="/ManagedObjects/ConnMO/LTE/APN/3/Setting/Enabled" </A>
-<p><b>/ManagedObjects/ConnMO/LTE/APN/3/Setting/Enabled</b></p>
-<p></p>
-<p> APN Enabled/Disabled</p>
-<p></p>
-<ul type=disc>
-<li>Format : bool</li>
-<li>Mime Type : text/plain</li>
-<li>Access Types : Get</li>
-</ul>
-<A NAME="/ManagedObjects/ConnMO/LTE/APN/3/Setting/Id" </A>
-<p><b>/ManagedObjects/ConnMO/LTE/APN/3/Setting/Id</b></p>
-<p></p>
-<p> APN Id</p>
-<p></p>
-<ul type=disc>
-<li>Format : int</li>
-<li>Mime Type : text/plain</li>
-<li>Access Types : Get</li>
-</ul>
-<A NAME="/ManagedObjects/ConnMO/LTE/APN/3/Setting/IP" </A>
-<p><b>/ManagedObjects/ConnMO/LTE/APN/3/Setting/IP</b></p>
-<p></p>
-<p> IP Version.Defined by Standards but not used by Verizon Wireless</p>
-<p></p>
-<ul type=disc>
-<li>Format : chr</li>
-<li>Mime Type : text/plain</li>
-<li>Access Types : Get, Replace</li>
-</ul>
-<A NAME="/ManagedObjects/ConnMO/LTE/APN/3/Setting/Name" </A>
-<p><b>/ManagedObjects/ConnMO/LTE/APN/3/Setting/Name</b></p>
-<p></p>
-<p> APN Name</p>
-<p></p>
-<ul type=disc>
-<li>Format : chr</li>
-<li>Mime Type : text/plain</li>
-<li>Access Types : Get, Replace</li>
-</ul>
-<A NAME="/ManagedObjects/ConnMO/LTE/APN/3/Setting/Operations" </A>
-<p><b>/ManagedObjects/ConnMO/LTE/APN/3/Setting/Operations</b></p>
-<p></p>
-<p>Interior node holding APN status</p>
-<p></p>
-<ul type=disc>
-<li>Format : node</li>
-<li>Mime Type : text/plain</li>
-<li>Access Types : Get</li>
-</ul>
-<A NAME="/ManagedObjects/ConnMO/LTE/APN/3/Setting/Operations/Disable" </A>
-<p><b>/ManagedObjects/ConnMO/LTE/APN/3/Setting/Operations/Disable</b></p>
-<p></p>
-<p> APN Disabled</p>
-<p></p>
-<ul type=disc>
-<li>Format : bool</li>
-<li>Mime Type : text/plain</li>
-<li>Access Types : Get, Exec</li>
-</ul>
-<A NAME="/ManagedObjects/ConnMO/LTE/APN/3/Setting/Operations/Enable" </A>
-<p><b>/ManagedObjects/ConnMO/LTE/APN/3/Setting/Operations/Enable</b></p>
-<p></p>
-<p> APN Enabled</p>
-<p></p>
-<ul type=disc>
-<li>Format : bool</li>
-<li>Mime Type : text/plain</li>
-<li>Access Types : Get, Exec</li>
-</ul>
-<A NAME="/ManagedObjects/ConnMO/LTE/APN/4" </A>
-<p><b>/ManagedObjects/ConnMO/LTE/APN/4</b></p>
-<p></p>
-<p>VZWIMS Interior node</p>
-<p></p>
-<ul type=disc>
-<li>Format : node</li>
-<li>Mime Type : text/plain</li>
-<li>Access Types : Get</li>
-</ul>
-<A NAME="/ManagedObjects/ConnMO/LTE/APN/4/Setting" </A>
-<p><b>/ManagedObjects/ConnMO/LTE/APN/4/Setting</b></p>
-<p></p>
-<p>Setting Interior node</p>
-<p></p>
-<ul type=disc>
-<li>Format : node</li>
-<li>Mime Type : text/plain</li>
-<li>Access Types : Get</li>
-</ul>
-<A NAME="/ManagedObjects/ConnMO/LTE/APN/4/Setting/Enabled" </A>
-<p><b>/ManagedObjects/ConnMO/LTE/APN/4/Setting/Enabled</b></p>
-<p></p>
-<p> APN Enabled/Disabled</p>
-<p></p>
-<ul type=disc>
-<li>Format : bool</li>
-<li>Mime Type : text/plain</li>
-<li>Access Types : Get</li>
-</ul>
-<A NAME="/ManagedObjects/ConnMO/LTE/APN/4/Setting/Id" </A>
-<p><b>/ManagedObjects/ConnMO/LTE/APN/4/Setting/Id</b></p>
-<p></p>
-<p> APN Id</p>
-<p></p>
-<ul type=disc>
-<li>Format : int</li>
-<li>Mime Type : text/plain</li>
-<li>Access Types : Get</li>
-</ul>
-<A NAME="/ManagedObjects/ConnMO/LTE/APN/4/Setting/IP" </A>
-<p><b>/ManagedObjects/ConnMO/LTE/APN/4/Setting/IP</b></p>
-<p></p>
-<p> IP Version.Defined by Standards but not used by Verizon Wireless</p>
-<p></p>
-<ul type=disc>
-<li>Format : chr</li>
-<li>Mime Type : text/plain</li>
-<li>Access Types : Get, Replace</li>
-</ul>
-<A NAME="/ManagedObjects/ConnMO/LTE/APN/4/Setting/Name" </A>
-<p><b>/ManagedObjects/ConnMO/LTE/APN/4/Setting/Name</b></p>
-<p></p>
-<p> APN Name</p>
-<p></p>
-<ul type=disc>
-<li>Format : chr</li>
-<li>Mime Type : text/plain</li>
-<li>Access Types : Get, Replace</li>
-</ul>
-<A NAME="/ManagedObjects/ConnMO/LTE/APN/4/Setting/Operations" </A>
-<p><b>/ManagedObjects/ConnMO/LTE/APN/4/Setting/Operations</b></p>
-<p></p>
-<p>Interior node holding APN status</p>
-<p></p>
-<ul type=disc>
-<li>Format : node</li>
-<li>Mime Type : text/plain</li>
-<li>Access Types : Get</li>
-</ul>
-<A NAME="/ManagedObjects/ConnMO/LTE/APN/4/Setting/Operations/Disable" </A>
-<p><b>/ManagedObjects/ConnMO/LTE/APN/4/Setting/Operations/Disable</b></p>
-<p></p>
-<p> APN Disabled</p>
-<p></p>
-<ul type=disc>
-<li>Format : bool</li>
-<li>Mime Type : text/plain</li>
-<li>Access Types : Get, Exec</li>
-</ul>
-<A NAME="/ManagedObjects/ConnMO/LTE/APN/4/Setting/Operations/Enable" </A>
-<p><b>/ManagedObjects/ConnMO/LTE/APN/4/Setting/Operations/Enable</b></p>
-<p></p>
-<p> APN Enabled</p>
-<p></p>
-<ul type=disc>
-<li>Format : bool</li>
-<li>Mime Type : text/plain</li>
-<li>Access Types : Get, Exec</li>
-</ul>
-<A NAME="/ManagedObjects/ConnMO/VZW800" </A>
-<p><b>/ManagedObjects/ConnMO/VZW800</b></p>
-<p></p>
-<p>VZW800 Interior node</p>
-<p></p>
-<ul type=disc>
-<li>Format : node</li>
-<li>Mime Type : text/plain</li>
-<li>Access Types : Get</li>
-</ul>
-<A NAME="/ManagedObjects/ConnMO/VZW800/APN" </A>
-<p><b>/ManagedObjects/ConnMO/VZW800/APN</b></p>
-<p></p>
-<p>APN Interior node</p>
-<p></p>
-<ul type=disc>
-<li>Format : node</li>
-<li>Mime Type : text/plain</li>
-<li>Access Types : Get</li>
-</ul>
-<A NAME="/ManagedObjects/ConnMO/VZW800/APN/5" </A>
-<p><b>/ManagedObjects/ConnMO/VZW800/APN/5</b></p>
-<p></p>
-<p>VZW800 Interior node</p>
-<p></p>
-<ul type=disc>
-<li>Format : node</li>
-<li>Mime Type : text/plain</li>
-<li>Access Types : Get</li>
-</ul>
-<A NAME="/ManagedObjects/ConnMO/VZW800/APN/5/Setting" </A>
-<p><b>/ManagedObjects/ConnMO/VZW800/APN/5/Setting</b></p>
-<p></p>
-<p>Setting Interior node</p>
-<p></p>
-<ul type=disc>
-<li>Format : node</li>
-<li>Mime Type : text/plain</li>
-<li>Access Types : Get</li>
-</ul>
-<A NAME="/ManagedObjects/ConnMO/VZW800/APN/5/Setting/Enabled" </A>
-<p><b>/ManagedObjects/ConnMO/VZW800/APN/5/Setting/Enabled</b></p>
-<p></p>
-<p> APN Enabled/Disabled</p>
-<p></p>
-<ul type=disc>
-<li>Format : bool</li>
-<li>Mime Type : text/plain</li>
-<li>Access Types : Get</li>
-</ul>
-<A NAME="/ManagedObjects/ConnMO/VZW800/APN/5/Setting/Id" </A>
-<p><b>/ManagedObjects/ConnMO/VZW800/APN/5/Setting/Id</b></p>
-<p></p>
-<p> APN Id</p>
-<p></p>
-<ul type=disc>
-<li>Format : int</li>
-<li>Mime Type : text/plain</li>
-<li>Access Types : Get</li>
-</ul>
-<A NAME="/ManagedObjects/ConnMO/VZW800/APN/5/Setting/IP" </A>
-<p><b>/ManagedObjects/ConnMO/VZW800/APN/5/Setting/IP</b></p>
-<p></p>
-<p> IP Version.Defined by Standards but not used by Verizon Wireless</p>
-<p></p>
-<ul type=disc>
-<li>Format : chr</li>
-<li>Mime Type : text/plain</li>
-<li>Access Types : Get, Replace</li>
-</ul>
-<A NAME="/ManagedObjects/ConnMO/VZW800/APN/5/Setting/Name" </A>
-<p><b>/ManagedObjects/ConnMO/VZW800/APN/5/Setting/Name</b></p>
-<p></p>
-<p> APN Name</p>
-<p></p>
-<ul type=disc>
-<li>Format : chr</li>
-<li>Mime Type : text/plain</li>
-<li>Access Types : Get, Replace</li>
-</ul>
-<A NAME="/ManagedObjects/ConnMO/VZW800/APN/5/Setting/Operations" </A>
-<p><b>/ManagedObjects/ConnMO/VZW800/APN/5/Setting/Operations</b></p>
-<p></p>
-<p>Interior node holding APN status</p>
-<p></p>
-<ul type=disc>
-<li>Format : node</li>
-<li>Mime Type : text/plain</li>
-<li>Access Types : Get</li>
-</ul>
-<A NAME="/ManagedObjects/ConnMO/VZW800/APN/5/Setting/Operations/Disable" </A>
-<p><b>/ManagedObjects/ConnMO/VZW800/APN/5/Setting/Operations/Disable</b></p>
-<p></p>
-<p> APN Disabled</p>
-<p></p>
-<ul type=disc>
-<li>Format : bool</li>
-<li>Mime Type : text/plain</li>
-<li>Access Types : Get, Exec</li>
-</ul>
-<A NAME="/ManagedObjects/ConnMO/VZW800/APN/5/Setting/Operations/Enable" </A>
-<p><b>/ManagedObjects/ConnMO/VZW800/APN/5/Setting/Operations/Enable</b></p>
-<p></p>
-<p> APN Enabled</p>
-<p></p>
-<ul type=disc>
-<li>Format : bool</li>
-<li>Mime Type : text/plain</li>
-<li>Access Types : Get, Exec</li>
-</ul>
-<A NAME="/ManagedObjects/DiagMon" </A>
-<p><b>/ManagedObjects/DiagMon</b></p>
-<p></p>
-<p>The DiagMon Managed Object.</p>
-<p></p>
-<ul type=disc>
-<li>Format : node</li>
-<li>Mime Type : text/plain</li>
-<li>Access Types : Get</li>
-</ul>
-<A NAME="/ManagedObjects/DiagMon/RF" </A>
-<p><b>/ManagedObjects/DiagMon/RF</b></p>
-<p></p>
-<p>Device RF Details like System Type, Roam, RSSI etc.</p>
-<p></p>
-<ul type=disc>
-<li>Format : node</li>
-<li>Mime Type : text/plain</li>
-<li>Access Types : Get</li>
-</ul>
-<A NAME="/ManagedObjects/DiagMon/RF/HomeRoam" </A>
-<p><b>/ManagedObjects/DiagMon/RF/HomeRoam</b></p>
-<p></p>
-<p>Home or Roaming Flag (Home, Roam).</p>
-<p></p>
-<ul type=disc>
-<li>Format : chr</li>
-<li>Mime Type : text/plain</li>
-<li>Access Types : Get</li>
-<li>Initial Value : 1</li>
-<li>Max Length : 31</li>
-</ul>
-<A NAME="/ManagedObjects/DiagMon/RF/CurrentSystem" </A>
-<p><b>/ManagedObjects/DiagMon/RF/CurrentSystem</b></p>
-<p></p>
-<p>Interior node holding Data and Voice status</p>
-<p></p>
-<ul type=disc>
-<li>Format : node</li>
-<li>Mime Type : text/plain</li>
-<li>Access Types : Get</li>
-</ul>
-<A NAME="/ManagedObjects/DiagMon/RF/CurrentSystem/Data" </A>
-<p><b>/ManagedObjects/DiagMon/RF/CurrentSystem/Data</b></p>
-<p></p>
-<p>Current System (1xRTT or 1xEVDO).</p>
-<p></p>
-<ul type=disc>
-<li>Format : chr</li>
-<li>Mime Type : text/plain</li>
-<li>Access Types : Get</li>
-<li>Initial Value : 1</li>
-<li>Max Length : 31</li>
-</ul>
-<A NAME="/ManagedObjects/DiagMon/RF/CurrentSystem/Voice" </A>
-<p><b>/ManagedObjects/DiagMon/RF/CurrentSystem/Voice</b></p>
-<p></p>
-<p> Current voice system</p>
-<p></p>
-<ul type=disc>
-<li>Format : chr</li>
-<li>Mime Type : text/plain</li>
-<li>Access Types : Get</li>
-<li>Initial Value : 1</li>
-<li>Max Length : 31</li>
-</ul>
-<A NAME="/SIM" </A>
-<p><b>/SIM</b></p>
-<p></p>
-<p>SIM node for Sprint HFA.</p>
-<p></p>
-<ul type=disc>
-<li>Format : node</li>
-<li>Mime Type : text/plain</li>
-<li>Access Types : Get</li>
-</ul>
-<A NAME="/SIM/UICCID" </A>
-<p><b>/SIM/UICCID</b></p>
-<p></p>
-<p>SIM UICCID.</p>
-<p></p>
-<ul type=disc>
-<li>Format : chr</li>
-<li>Mime Type : text/plain</li>
-<li>Access Types : Get, Replace</li>
-</ul>
-<A NAME="/Subscriber" </A>
-<p><b>/Subscriber</b></p>
-<p></p>
-<p>Subscriber node for Sprint HFA.</p>
-<p></p>
-<ul type=disc>
-<li>Format : node</li>
-<li>Mime Type : text/plain</li>
-<li>Access Types : Get, Replace</li>
-</ul>
-<A NAME="/Subscriber/AcctSubType" </A>
-<p><b>/Subscriber/AcctSubType</b></p>
-<p></p>
-<ul type=disc>
-<li>Format : chr</li>
-<li>Mime Type : text/plain</li>
-<li>Access Types : Get, Replace</li>
-</ul>
-<A NAME="/Subscriber/AcctType" </A>
-<p><b>/Subscriber/AcctType</b></p>
-<p></p>
-<ul type=disc>
-<li>Format : chr</li>
-<li>Mime Type : text/plain</li>
-<li>Access Types : Get, Replace</li>
-</ul>
-<A NAME="/Subscriber/BAN" </A>
-<p><b>/Subscriber/BAN</b></p>
-<p></p>
-<ul type=disc>
-<li>Format : chr</li>
-<li>Mime Type : text/plain</li>
-<li>Access Types : Get, Replace</li>
-</ul>
-<A NAME="/Subscriber/BillCycleDate" </A>
-<p><b>/Subscriber/BillCycleDate</b></p>
-<p></p>
-<ul type=disc>
-<li>Format : chr</li>
-<li>Mime Type : text/plain</li>
-<li>Access Types : Get, Replace</li>
-</ul>
-<A NAME="/Subscriber/CarrierID" </A>
-<p><b>/Subscriber/CarrierID</b></p>
-<p></p>
-<ul type=disc>
-<li>Format : chr</li>
-<li>Mime Type : text/plain</li>
-<li>Access Types : Get, Replace</li>
-</ul>
-<A NAME="/Subscriber/CSA" </A>
-<p><b>/Subscriber/CSA</b></p>
-<p></p>
-<ul type=disc>
-<li>Format : chr</li>
-<li>Mime Type : text/plain</li>
-<li>Access Types : Get, Replace</li>
-</ul>
-<A NAME="/Subscriber/State" </A>
-<p><b>/Subscriber/State</b></p>
-<p></p>
-<ul type=disc>
-<li>Format : chr</li>
-<li>Mime Type : text/plain</li>
-<li>Access Types : Get, Replace</li>
-</ul>
-<A NAME="/Subscriber/UsageMode" </A>
-<p><b>/Subscriber/UsageMode</b></p>
-<p></p>
-<ul type=disc>
-<li>Format : chr</li>
-<li>Mime Type : text/plain</li>
-<li>Access Types : Get, Replace</li>
-</ul>
-<A NAME="/Subscriber/ZIPCode" </A>
-<p><b>/Subscriber/ZIPCode</b></p>
-<p></p>
-<ul type=disc>
-<li>Format : chr</li>
-<li>Mime Type : text/plain</li>
-<li>Access Types : Get, Replace</li>
-</ul>
-<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0"><TR><TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"><A NAME="navbar_top_firstrow"><!-- --></A><TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3"><TR ALIGN="center" VALIGN="top"><TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Node List</B></FONT>&nbsp;</TD><TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"><A HREF="index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD></TR></TABLE></TD><TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM></EM></TD></TR></TABLE>
-</HTML>
diff --git a/setting/dmt_data/docs/index-all.html b/setting/dmt_data/docs/index-all.html
deleted file mode 100644
index a46cb89..0000000
--- a/setting/dmt_data/docs/index-all.html
+++ /dev/null
@@ -1,300 +0,0 @@
-<HTML>
-<HEAD>
-<TITLE>
-Index
-</TITLE>
-<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-<LINK REL ="stylesheet" TYPE="text/css" HREF="stylesheet.css" TITLE="Style">
-</HEAD>
-<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0"><TR><TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"><A NAME="navbar_top_firstrow"><!-- --></A><TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3"><TR ALIGN="center" VALIGN="top"><TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1"> &nbsp;<A HREF="desc.html"><FONT CLASS="NavBarFont1"><B>Node List</B></FONT></A>&nbsp;</TD><TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1Rev"><FONT CLASS="NavBarFont1Rev"><B>Index</B></FONT>&nbsp;</TD></TR></TABLE></TD><TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM></EM></TD></TR></TABLE><A HREF="#_A_">A</A>&nbsp;&nbsp;<A HREF="#_B_">B</A>&nbsp;&nbsp;<A HREF="#_C_">C</A>&nbsp;&nbsp;<A HREF="#_D_">D</A>&nbsp;&nbsp;<A HREF="#_E_">E</A>&nbsp;&nbsp;<A HREF="#_F_">F</A>&nbsp;&nbsp;<A HREF="#_G_">G</A>&nbsp;&nbsp;<A HREF="#_H_">H</A>&nbsp;&nbsp;<A HREF="#_I_">I</A>&nbsp;&nbsp;<A HREF="#_L_">L</A>&nbsp;&nbsp;<A HREF="#_M_">M</A>&nbsp;&nbsp;<A HREF="#_N_">N</A>&nbsp;&nbsp;<A HREF="#_O_">O</A>&nbsp;&nbsp;<A HREF="#_P_">P</A>&nbsp;&nbsp;<A HREF="#_R_">R</A>&nbsp;&nbsp;<A HREF="#_S_">S</A>&nbsp;&nbsp;<A HREF="#_T_">T</A>&nbsp;&nbsp;<A HREF="#_U_">U</A>&nbsp;&nbsp;<A HREF="#_V_">V</A>&nbsp;&nbsp;<A HREF="#_W_">W</A>&nbsp;&nbsp;<A HREF="#_Y_">Y</A>&nbsp;&nbsp;<A HREF="#_Z_">Z</A>&nbsp;&nbsp;
-<DL>
-<HR><BR><A NAME="_A_"><!-- --></A>
-<DT><A HREF="desc.html#/DMAcc/*/AppAuth/*/AAuthData"><B>AAuthData</B></A> - Leaf Node: authentication nonce<BR><BR>
-<DT><A HREF="desc.html#/DMAcc/*/AppAuth/*/AAuthLevel"><B>AAuthLevel</B></A> - Leaf Node: authentication level<BR><BR>
-<DT><A HREF="desc.html#/DMAcc/*/AppAuth/*/AAuthName"><B>AAuthName</B></A> - Leaf Node: authentication name<BR><BR>
-<DT><A HREF="desc.html#/DMAcc/*/AAuthPref"><B>AAuthPref</B></A> - Leaf Node: The client authentication type that this server prefers<BR><BR>
-<DT><A HREF="desc.html#/DMAcc/*/AppAuth/*/AAuthSecret"><B>AAuthSecret</B></A> - Leaf Node: authentication secret (password)<BR><BR>
-<DT><A HREF="desc.html#/DMAcc/*/AppAuth/*/AAuthType"><B>AAuthType</B></A> - Leaf Node: authentication type<BR><BR>
-<DT><A HREF="desc.html#/Subscriber/AcctSubType"><B>AcctSubType</B></A> - Leaf Node<BR><BR>
-<DT><A HREF="desc.html#/Subscriber/AcctType"><B>AcctType</B></A> - Leaf Node<BR><BR>
-<DT><A HREF="desc.html#/Customization/ADC"><B>ADC</B></A> - Interior Node<BR><BR>
-<DT><A HREF="desc.html#/DMAcc/*/AppAddr/*/Addr"><B>Addr</B></A> - Leaf Node: Server address<BR><BR>
-<DT><A HREF="desc.html#/DMAcc/*/AppAddr/*/AddrType"><B>AddrType</B></A> - Leaf Node: Server address type, "URI", "IPv4", or "IPv6"<BR><BR>
-<DT><A HREF="desc.html#/DevDetail/Ext/SystemSettings/AllowUnknownSources"><B>AllowUnknownSources</B></A> - Leaf Node: UnknownSources (True) or (False)<BR><BR>
-<DT><A HREF="desc.html#/Customization/Android"><B>Android</B></A> - Interior Node<BR><BR>
-<DT><A HREF="desc.html#/Customization/Android/ClientID/AndroidMarket"><B>AndroidMarket</B></A> - Leaf Node<BR><BR>
-<DT><A HREF="desc.html#/LTE/APN"><B>APN</B></A> - Interior Node<BR><BR>
-<DT><A HREF="desc.html#/ManagedObjects/ConnMO/LTE/APN"><B>APN</B></A> - Interior Node: APN Interior node<BR><BR>
-<DT><A HREF="desc.html#/ManagedObjects/ConnMO/VZW800/APN"><B>APN</B></A> - Interior Node: APN Interior node<BR><BR>
-<DT><A HREF="desc.html#/DMAcc/*/AppAddr"><B>AppAddr</B></A> - Interior Node: The "name" node for application server address subtree<BR><BR>
-<DT><A HREF="desc.html#/DMAcc/*/AppAuth"><B>AppAuth</B></A> - Interior Node: The "name" node for application authentication sub tree<BR><BR>
-<DT><A HREF="desc.html#/DMAcc/*/AppID"><B>AppID</B></A> - Leaf Node: Application Id (w7)<BR><BR>
-<DT><A HREF="desc.html#/CDMA/3GPD/*/AuthAlgoAAA"><B>AuthAlgoAAA</B></A> - Leaf Node<BR><BR>
-<DT><A HREF="desc.html#/CDMA/3GPD/*/AuthAlgoHA"><B>AuthAlgoHA</B></A> - Leaf Node<BR><BR>
-<HR><BR><A NAME="_B_"><!-- --></A>
-<DT><A HREF="desc.html#/CDMA/B25"><B>B25</B></A> - Interior Node<BR><BR>
-<DT><A HREF="desc.html#/CDMA/B26"><B>B26</B></A> - Interior Node<BR><BR>
-<DT><A HREF="desc.html#/CDMA/B41"><B>B41</B></A> - Interior Node<BR><BR>
-<DT><A HREF="desc.html#/Subscriber/BAN"><B>BAN</B></A> - Leaf Node<BR><BR>
-<DT><A HREF="desc.html#/CDMA/BC10"><B>BC10</B></A> - Leaf Node: CDMA BC10.<BR><BR>
-<DT><A HREF="desc.html#/CDMA/BC14"><B>BC14</B></A> - Leaf Node: CDMA BC14.<BR><BR>
-<DT><A HREF="desc.html#/DevDetail/Bearer"><B>Bearer</B></A> - Interior Node: An optional, internal node, designating a branch of the DevDetail sub tree into which items related to the bearer (CDMA, etc.) are stored. Use of this sub tree can be mandated by other standards.<BR><BR>
-<DT><A HREF="desc.html#/DevInfo/Bearer"><B>Bearer</B></A> - Interior Node<BR><BR>
-<DT><A HREF="desc.html#/Subscriber/BillCycleDate"><B>BillCycleDate</B></A> - Leaf Node<BR><BR>
-<DT><A HREF="desc.html#/Customization/BrandAlpha"><B>BrandAlpha</B></A> - Leaf Node<BR><BR>
-<DT><A HREF="desc.html#/Customization/Browser"><B>Browser</B></A> - Interior Node<BR><BR>
-<HR><BR><A NAME="_C_"><!-- --></A>
-<DT><A HREF="desc.html#/Customization/CallIntercept"><B>CallIntercept</B></A> - Interior Node<BR><BR>
-<DT><A HREF="desc.html#/Subscriber/CarrierID"><B>CarrierID</B></A> - Leaf Node<BR><BR>
-<DT><A HREF="desc.html#/Customization/CarrierLegal"><B>CarrierLegal</B></A> - Leaf Node<BR><BR>
-<DT><A HREF="desc.html#/CDMA"><B>CDMA</B></A> - Interior Node: CDMA node for Sprint HFA.<BR><BR>
-<DT><A HREF="desc.html#/DevDetail/Bearer/CDMA"><B>CDMA</B></A> - Leaf Node<BR><BR>
-<DT><A HREF="desc.html#/CDMA/NAM/CdmaNam"><B>CdmaNam</B></A> - Leaf Node: CDMA NAM.<BR><BR>
-<DT><A HREF="desc.html#/Customization/Android/ClientID"><B>ClientID</B></A> - Interior Node<BR><BR>
-<DT><A HREF="desc.html#/Con"><B>Con</B></A> - Interior Node: Con node for Sprint HFA.<BR><BR>
-<DT><A HREF="desc.html#/ManagedObjects/ConnMO"><B>ConnMO</B></A> - Interior Node: ConnMO Interior node<BR><BR>
-<DT><A HREF="desc.html#/DMAcc/*/ToConRef/*/ConRef"><B>ConRef</B></A> - Leaf Node: Linkage to connectivity profile name<BR><BR>
-<DT><A HREF="desc.html#/Customization/Contacts"><B>Contacts</B></A> - Interior Node<BR><BR>
-<DT><A HREF="desc.html#/CDMA/SO73/COP0"><B>COP0</B></A> - Leaf Node<BR><BR>
-<DT><A HREF="desc.html#/CDMA/SO73/COP1to7"><B>COP1to7</B></A> - Leaf Node<BR><BR>
-<DT><A HREF="desc.html#/CSIM/CoverageObj"><B>CoverageObj</B></A> - Leaf Node: CDMA CoverageObj.<BR><BR>
-<DT><A HREF="desc.html#/Subscriber/CSA"><B>CSA</B></A> - Leaf Node<BR><BR>
-<DT><A HREF="desc.html#/CSIM"><B>CSIM</B></A> - Interior Node: CSIM node for Sprint HFA.<BR><BR>
-<DT><A HREF="desc.html#/ManagedObjects/DiagMon/RF/CurrentSystem"><B>CurrentSystem</B></A> - Interior Node: Interior node holding Data and Voice status<BR><BR>
-<DT><A HREF="desc.html#/Customization/CustID"><B>CustID</B></A> - Leaf Node: Customization ID.<BR><BR>
-<DT><A HREF="desc.html#/Customization"><B>Customization</B></A> - Interior Node<BR><BR>
-<HR><BR><A NAME="_D_"><!-- --></A>
-<DT><A HREF="desc.html#/ManagedObjects/DiagMon/RF/CurrentSystem/Data"><B>Data</B></A> - Leaf Node: Current System (1xRTT or 1xEVDO).<BR><BR>
-<DT><A HREF="desc.html#/DevDetail/Ext/DateTime/Date"><B>Date</B></A> - Leaf Node: Last Update Date.<BR><BR>
-<DT><A HREF="desc.html#/DevDetail/Ext/DateTime"><B>DateTime</B></A> - Interior Node: Last Update date and time<BR><BR>
-<DT><A HREF="desc.html#/DevDetail"><B>DevDetail</B></A> - Interior Node<BR><BR>
-<DT><A HREF="desc.html#/DevInfo/DevId"><B>DevId</B></A> - Leaf Node: A unique identifier for the device.<BR><BR>
-<DT><A HREF="desc.html#/DevInfo"><B>DevInfo</B></A> - Interior Node<BR><BR>
-<DT><A HREF="desc.html#/DevDetail/DevTyp"><B>DevTyp</B></A> - Leaf Node: Device type, e.g. phone or tablet.<BR><BR>
-<DT><A HREF="desc.html#/ManagedObjects/DiagMon"><B>DiagMon</B></A> - Interior Node: The DiagMon Managed Object.<BR><BR>
-<DT><A HREF="desc.html#/Customization/DiagMSLReq"><B>DiagMSLReq</B></A> - Leaf Node<BR><BR>
-<DT><A HREF="desc.html#/ManagedObjects/ConnMO/IPV6Enable/Setting/Operations/Disable"><B>Disable</B></A> - Leaf Node: IPV6Enable node Disabled<BR><BR>
-<DT><A HREF="desc.html#/ManagedObjects/ConnMO/LTE/APN/1/Setting/Operations/Disable"><B>Disable</B></A> - Leaf Node: APN Disabled<BR><BR>
-<DT><A HREF="desc.html#/ManagedObjects/ConnMO/LTE/APN/2/Setting/Operations/Disable"><B>Disable</B></A> - Leaf Node: APN Disabled<BR><BR>
-<DT><A HREF="desc.html#/ManagedObjects/ConnMO/LTE/APN/3/Setting/Operations/Disable"><B>Disable</B></A> - Leaf Node: APN Disabled<BR><BR>
-<DT><A HREF="desc.html#/ManagedObjects/ConnMO/LTE/APN/4/Setting/Operations/Disable"><B>Disable</B></A> - Leaf Node: APN Disabled<BR><BR>
-<DT><A HREF="desc.html#/ManagedObjects/ConnMO/VZW800/APN/5/Setting/Operations/Disable"><B>Disable</B></A> - Leaf Node: APN Disabled<BR><BR>
-<DT><A HREF="desc.html#/DMAcc"><B>DMAcc</B></A> - Interior Node: A collection of all SyncML DM accounts. It is the root for account settings for OMA DM 1.2.<BR><BR>
-<DT><A HREF="desc.html#/DevInfo/DmV"><B>DmV</B></A> - Leaf Node: A SyncML device management client version identifier (manufacturer specified string).<BR><BR>
-<DT><A HREF="desc.html#/ManagedObjects/ConnMO/IMS/Setting/Domain"><B>Domain</B></A> - Leaf Node: Home domain Name for the device to populate the request URI for REGISTRATION<BR><BR>
-<DT><A HREF="desc.html#/Customization/Wifi/DomRoamMaxUsers"><B>DomRoamMaxUsers</B></A> - Leaf Node<BR><BR>
-<HR><BR><A NAME="_E_"><!-- --></A>
-<DT><A HREF="desc.html#/CDMA/EHRPD"><B>EHRPD</B></A> - Interior Node: CDMA EHRPD interior node<BR><BR>
-<DT><A HREF="desc.html#/Customization/CallIntercept/Eight"><B>Eight</B></A> - Leaf Node<BR><BR>
-<DT><A HREF="desc.html#/Customization/ADC/Eighteenth"><B>Eighteenth</B></A> - Leaf Node<BR><BR>
-<DT><A HREF="desc.html#/Customization/ADC/Eigth"><B>Eigth</B></A> - Leaf Node<BR><BR>
-<DT><A HREF="desc.html#/Customization/CallIntercept/Eleventh"><B>Eleventh</B></A> - Leaf Node<BR><BR>
-<DT><A HREF="desc.html#/Customization/ADC/Elevnth"><B>Elevnth</B></A> - Leaf Node<BR><BR>
-<DT><A HREF="desc.html#/ManagedObjects/ConnMO/IPV6Enable/Setting/Operations/Enable"><B>Enable</B></A> - Leaf Node: IPV6Enable node Enabled<BR><BR>
-<DT><A HREF="desc.html#/ManagedObjects/ConnMO/LTE/APN/3/Setting/Operations/Enable"><B>Enable</B></A> - Leaf Node: APN Enabled<BR><BR>
-<DT><A HREF="desc.html#/ManagedObjects/ConnMO/LTE/APN/4/Setting/Operations/Enable"><B>Enable</B></A> - Leaf Node: APN Enabled<BR><BR>
-<DT><A HREF="desc.html#/ManagedObjects/ConnMO/VZW800/APN/5/Setting/Operations/Enable"><B>Enable</B></A> - Leaf Node: APN Enabled<BR><BR>
-<DT><A HREF="desc.html#/CDMA/1xA/Enabled"><B>Enabled</B></A> - Leaf Node: CDMA 1x enabled<BR><BR>
-<DT><A HREF="desc.html#/LTE/Service/Enabled"><B>Enabled</B></A> - Leaf Node: LTE service enabled.<BR><BR>
-<DT><A HREF="desc.html#/ManagedObjects/ConnMO/IPV6Enable/Setting/Enabled"><B>Enabled</B></A> - Leaf Node: IPV6Enable node Enabled/Disabled<BR><BR>
-<DT><A HREF="desc.html#/ManagedObjects/ConnMO/LTE/APN/1/Setting/Enabled"><B>Enabled</B></A> - Leaf Node: APN Enabled/Disabled<BR><BR>
-<DT><A HREF="desc.html#/CDMA/EHRPD/Enabled"><B>Enabled</B></A> - Leaf Node: eHRPD enabled<BR><BR>
-<DT><A HREF="desc.html#/ManagedObjects/ConnMO/LTE/APN/2/Setting/Enabled"><B>Enabled</B></A> - Leaf Node: APN Enabled/Disabled<BR><BR>
-<DT><A HREF="desc.html#/ManagedObjects/ConnMO/LTE/APN/3/Setting/Enabled"><B>Enabled</B></A> - Leaf Node: APN Enabled/Disabled<BR><BR>
-<DT><A HREF="desc.html#/Con/HPPTT/Enabled"><B>Enabled</B></A> - Leaf Node<BR><BR>
-<DT><A HREF="desc.html#/ManagedObjects/ConnMO/LTE/APN/4/Setting/Enabled"><B>Enabled</B></A> - Leaf Node: APN Enabled/Disabled<BR><BR>
-<DT><A HREF="desc.html#/ManagedObjects/ConnMO/VZW800/APN/5/Setting/Enabled"><B>Enabled</B></A> - Leaf Node: APN Enabled/Disabled<BR><BR>
-<DT><A HREF="desc.html#/Customization/EnabledApps"><B>EnabledApps</B></A> - Interior Node<BR><BR>
-<DT><A HREF="desc.html#/CDMA/B25/enablement"><B>enablement</B></A> - Leaf Node: CDMA B25 enablement.<BR><BR>
-<DT><A HREF="desc.html#/CDMA/B26/enablement"><B>enablement</B></A> - Leaf Node: CDMA B26 enablement.<BR><BR>
-<DT><A HREF="desc.html#/CDMA/B41/enablement"><B>enablement</B></A> - Leaf Node: CDMA B41 enablement.<BR><BR>
-<DT><A HREF="desc.html#/DevDetail/ESNV"><B>ESNV</B></A> - Leaf Node: ESN version.<BR><BR>
-<DT><A HREF="desc.html#/DevDetail/Ext"><B>Ext</B></A> - Interior Node<BR><BR>
-<DT><A HREF="desc.html#/DevInfo/Ext"><B>Ext</B></A> - Interior Node<BR><BR>
-<DT><A HREF="desc.html#/DMAcc/*/Ext"><B>Ext</B></A> - Interior Node: An optional, internal node, designating the only branch of the DMAcc sub tree into which extensions can be added, permanently or dynamically.<BR><BR>
-<DT><A HREF="desc.html#/ManagedObjects/ConnMO/ext"><B>ext</B></A> - Interior Node: ext Interior node<BR><BR>
-<HR><BR><A NAME="_F_"><!-- --></A>
-<DT><A HREF="desc.html#/Customization/ADC/Fifteenth"><B>Fifteenth</B></A> - Leaf Node<BR><BR>
-<DT><A HREF="desc.html#/Customization/ADC/Fifth"><B>Fifth</B></A> - Leaf Node<BR><BR>
-<DT><A HREF="desc.html#/Customization/Contacts/Fifth"><B>Fifth</B></A> - Leaf Node<BR><BR>
-<DT><A HREF="desc.html#/Customization/CallIntercept/Fifth"><B>Fifth</B></A> - Leaf Node<BR><BR>
-<DT><A HREF="desc.html#/Customization/ADC/First"><B>First</B></A> - Leaf Node<BR><BR>
-<DT><A HREF="desc.html#/Customization/Contacts/First"><B>First</B></A> - Leaf Node<BR><BR>
-<DT><A HREF="desc.html#/Customization/CallIntercept/First"><B>First</B></A> - Leaf Node<BR><BR>
-<DT><A HREF="desc.html#/DevDetail/FlexV"><B>FlexV</B></A> - Leaf Node: Flex version.<BR><BR>
-<DT><A HREF="desc.html#/LTE/Service/Forced"><B>Forced</B></A> - Leaf Node: LTE service forced.<BR><BR>
-<DT><A HREF="desc.html#/Customization/ADC/Fourteenth"><B>Fourteenth</B></A> - Leaf Node<BR><BR>
-<DT><A HREF="desc.html#/Customization/ADC/Fourth"><B>Fourth</B></A> - Leaf Node<BR><BR>
-<DT><A HREF="desc.html#/Customization/Contacts/Fourth"><B>Fourth</B></A> - Leaf Node<BR><BR>
-<DT><A HREF="desc.html#/Customization/CallIntercept/Fourth"><B>Fourth</B></A> - Leaf Node<BR><BR>
-<DT><A HREF="desc.html#/DevDetail/FwV"><B>FwV</B></A> - Leaf Node: Firmware version.<BR><BR>
-<HR><BR><A NAME="_G_"><!-- --></A>
-<DT><A HREF="desc.html#/DevDetail/Bearer/GSM"><B>GSM</B></A> - Leaf Node: the node is used to store the information related to Technology<BR><BR>
-<DT><A HREF="desc.html#/DevInfo/Bearer/GSM"><B>GSM</B></A> - Leaf Node<BR><BR>
-<DT><A HREF="desc.html#/Customization/Wifi/GSMMaxUsers"><B>GSMMaxUsers</B></A> - Leaf Node<BR><BR>
-<HR><BR><A NAME="_H_"><!-- --></A>
-<DT><A HREF="desc.html#/Customization/RoamPreference/HomeOnly"><B>HomeOnly</B></A> - Leaf Node<BR><BR>
-<DT><A HREF="desc.html#/Customization/Browser/Homepage"><B>Homepage</B></A> - Leaf Node<BR><BR>
-<DT><A HREF="desc.html#/ManagedObjects/DiagMon/RF/HomeRoam"><B>HomeRoam</B></A> - Leaf Node: Home or Roaming Flag (Home, Roam).<BR><BR>
-<DT><A HREF="desc.html#/Con/HPPTT"><B>HPPTT</B></A> - Interior Node<BR><BR>
-<DT><A HREF="desc.html#/DevDetail/HwV"><B>HwV</B></A> - Leaf Node: Hardware version.<BR><BR>
-<HR><BR><A NAME="_I_"><!-- --></A>
-<DT><A HREF="desc.html#/ManagedObjects/ConnMO/LTE/APN/1/Setting/Id"><B>Id</B></A> - Leaf Node: APN Id<BR><BR>
-<DT><A HREF="desc.html#/ManagedObjects/ConnMO/LTE/APN/2/Setting/Id"><B>Id</B></A> - Leaf Node: APN Id<BR><BR>
-<DT><A HREF="desc.html#/ManagedObjects/ConnMO/LTE/APN/3/Setting/Id"><B>Id</B></A> - Leaf Node: APN Id<BR><BR>
-<DT><A HREF="desc.html#/ManagedObjects/ConnMO/LTE/APN/4/Setting/Id"><B>Id</B></A> - Leaf Node: APN Id<BR><BR>
-<DT><A HREF="desc.html#/ManagedObjects/ConnMO/VZW800/APN/5/Setting/Id"><B>Id</B></A> - Leaf Node: APN Id<BR><BR>
-<DT><A HREF="desc.html#/ManagedObjects/ConnMO/IMS"><B>IMS</B></A> - Interior Node: IMS Interior node<BR><BR>
-<DT><A HREF="desc.html#/Customization/Wifi/IntRoamMaxUsers"><B>IntRoamMaxUsers</B></A> - Leaf Node<BR><BR>
-<DT><A HREF="desc.html#/ManagedObjects/ConnMO/LTE/APN/1/Setting/IP"><B>IP</B></A> - Leaf Node: IP Version.Defined by Standards but not used by Verizon Wireless<BR><BR>
-<DT><A HREF="desc.html#/ManagedObjects/ConnMO/LTE/APN/2/Setting/IP"><B>IP</B></A> - Leaf Node: IP Version.Defined by Standards but not used by Verizon Wireless<BR><BR>
-<DT><A HREF="desc.html#/ManagedObjects/ConnMO/LTE/APN/3/Setting/IP"><B>IP</B></A> - Leaf Node: IP Version.Defined by Standards but not used by Verizon Wireless<BR><BR>
-<DT><A HREF="desc.html#/ManagedObjects/ConnMO/LTE/APN/4/Setting/IP"><B>IP</B></A> - Leaf Node: IP Version.Defined by Standards but not used by Verizon Wireless<BR><BR>
-<DT><A HREF="desc.html#/ManagedObjects/ConnMO/VZW800/APN/5/Setting/IP"><B>IP</B></A> - Leaf Node: IP Version.Defined by Standards but not used by Verizon Wireless<BR><BR>
-<DT><A HREF="desc.html#/ManagedObjects/ConnMO/IPV6Enable"><B>IPV6Enable</B></A> - Interior Node: IPV6Enable Interior node<BR><BR>
-<HR><BR><A NAME="_L_"><!-- --></A>
-<DT><A HREF="desc.html#/DevInfo/Lang"><B>Lang</B></A> - Leaf Node: The current language setting of the device. The syntax of the language tags and their use are defined in [RFC1766]. Language codes are defined by ISO in the standard ISO639.<BR><BR>
-<DT><A HREF="desc.html#/DevInfo/LangAuto"><B>LangAuto</B></A> - Leaf Node: This node determines whether the language setting should be 'auto' or not.<BR><BR>
-<DT><A HREF="desc.html#/DMAcc/*/Ext/LastClientAuthType"><B>LastClientAuthType</B></A> - Leaf Node: The client authentication type requested by the server in the last session<BR><BR>
-<DT><A HREF="desc.html#/DevDetail/Ext/LastUpdateTime"><B>LastUpdateTime</B></A> - Leaf Node: Last Update Date Stamp.<BR><BR>
-<DT><A HREF="desc.html#/Customization/LaunchID"><B>LaunchID</B></A> - Leaf Node<BR><BR>
-<DT><A HREF="desc.html#/Customization/LaunchZone"><B>LaunchZone</B></A> - Leaf Node<BR><BR>
-<DT><A HREF="desc.html#/DevInfo/Loc"><B>Loc</B></A> - Leaf Node: The current location (country) setting of the device. Country codes are defined by ISO in the standard ISO 3166.<BR><BR>
-<DT><A HREF="desc.html#/DevDetail/LrgObj"><B>LrgObj</B></A> - Leaf Node: Indicates whether the device supports the SyncML Large Object Handling specification<BR><BR>
-<DT><A HREF="desc.html#/LTE"><B>LTE</B></A> - Interior Node: LTE node for Sprint HFA.<BR><BR>
-<DT><A HREF="desc.html#/ManagedObjects/ConnMO/LTE"><B>LTE</B></A> - Interior Node: LTE Interior node<BR><BR>
-<HR><BR><A NAME="_M_"><!-- --></A>
-<DT><A HREF="desc.html#/DevInfo/Man"><B>Man</B></A> - Leaf Node: The manufacturer identifier.<BR><BR>
-<DT><A HREF="desc.html#/ManagedObjects"><B>ManagedObjects</B></A> - Interior Node: A collection of all Subscriber Device Management MOs.<BR><BR>
-<DT><A HREF="desc.html#/DevDetail/URI/MaxDepth"><B>MaxDepth</B></A> - Leaf Node: Specifies the maximum depth of the management tree supported by the device. The maximum depth of the tree is defined as the maximum number of URI segments that the device supports. The value is a 16 bit, unsigned integer encoded as a numerical string. The value '0' means that the device supports a tree of 'unlimited' depth.<BR><BR>
-<DT><A HREF="desc.html#/DevDetail/URI/MaxSegLen"><B>MaxSegLen</B></A> - Leaf Node: Specifies the maximum total length of any URI segment in a URI used to address a node or node property. The maximum total length of a URI segment is defined as the largest number of characters which the device can support in a single URI segment. Note that depending on the used character set this might not be the same as the number of bytes. The value is a 16 bit, unsigned integer encoded as a numerical string. The value '0' means that the device supports URI segments of 'unlimited' length.<BR><BR>
-<DT><A HREF="desc.html#/DevDetail/URI/MaxTotLen"><B>MaxTotLen</B></A> - Leaf Node: Specifies the maximum total length of any URI used to address a node or node property. The maximum total length of a URI is defined as the largest total number of characters making up the URI which the device can support. Note that depending on the character set this might not be the same as the number of bytes. The value is a 16 bit, unsigned integer encoded as a numerical string. The value '0' means that the device supports URI of 'unlimited' length.<BR><BR>
-<DT><A HREF="desc.html#/Customization/Wifi/MaxUsers"><B>MaxUsers</B></A> - Leaf Node<BR><BR>
-<DT><A HREF="desc.html#/Customization/RoamPreference/MenuDisplay"><B>MenuDisplay</B></A> - Leaf Node<BR><BR>
-<DT><A HREF="desc.html#/Customization/MMS"><B>MMS</B></A> - Interior Node<BR><BR>
-<DT><A HREF="desc.html#/CDMA/NAM/MobDirNum"><B>MobDirNum</B></A> - Leaf Node: CDMA MDN.<BR><BR>
-<DT><A HREF="desc.html#/CDMA/3GPD/*/MobileIpAddress"><B>MobileIpAddress</B></A> - Leaf Node<BR><BR>
-<DT><A HREF="desc.html#/Customization/Android/ClientID/MobileSearch"><B>MobileSearch</B></A> - Leaf Node<BR><BR>
-<DT><A HREF="desc.html#/DevInfo/Mod"><B>Mod</B></A> - Leaf Node: A model identifier<BR><BR>
-<HR><BR><A NAME="_N_"><!-- --></A>
-<DT><A HREF="desc.html#/CDMA/3GPD/*/NAI"><B>NAI</B></A> - Leaf Node<BR><BR>
-<DT><A HREF="desc.html#/CDMA/NAM"><B>NAM</B></A> - Interior Node: CDMA NAM interior node<BR><BR>
-<DT><A HREF="desc.html#/DMAcc/*/Name"><B>Name</B></A> - Leaf Node: Displayable name for the SyncML DM settings<BR><BR>
-<DT><A HREF="desc.html#/ManagedObjects/ConnMO/LTE/APN/1/Setting/Name"><B>Name</B></A> - Leaf Node: APN Name<BR><BR>
-<DT><A HREF="desc.html#/ManagedObjects/ConnMO/LTE/APN/2/Setting/Name"><B>Name</B></A> - Leaf Node: APN Name<BR><BR>
-<DT><A HREF="desc.html#/ManagedObjects/ConnMO/LTE/APN/3/Setting/Name"><B>Name</B></A> - Leaf Node: APN Name<BR><BR>
-<DT><A HREF="desc.html#/ManagedObjects/ConnMO/LTE/APN/4/Setting/Name"><B>Name</B></A> - Leaf Node: APN Name<BR><BR>
-<DT><A HREF="desc.html#/ManagedObjects/ConnMO/VZW800/APN/5/Setting/Name"><B>Name</B></A> - Leaf Node: APN Name<BR><BR>
-<DT><A HREF="desc.html#/Customization/Android/OperatorID/NetworkCode"><B>NetworkCode</B></A> - Leaf Node<BR><BR>
-<DT><A HREF="desc.html#/Customization/ADC/Ninth"><B>Ninth</B></A> - Leaf Node<BR><BR>
-<DT><A HREF="desc.html#/Customization/CallIntercept/Ninth"><B>Ninth</B></A> - Leaf Node<BR><BR>
-<HR><BR><A NAME="_O_"><!-- --></A>
-<DT><A HREF="desc.html#/DevDetail/OEM"><B>OEM</B></A> - Leaf Node: Original Equipment Manufacturer.<BR><BR>
-<DT><A HREF="desc.html#/ManagedObjects/ConnMO/IPV6Enable/Setting/Operations"><B>Operations</B></A> - Interior Node: Interior node holding APN status<BR><BR>
-<DT><A HREF="desc.html#/ManagedObjects/ConnMO/LTE/APN/1/Setting/Operations"><B>Operations</B></A> - Interior Node: Interior node holding APN status<BR><BR>
-<DT><A HREF="desc.html#/ManagedObjects/ConnMO/LTE/APN/2/Setting/Operations"><B>Operations</B></A> - Interior Node: Interior node holding APN status<BR><BR>
-<DT><A HREF="desc.html#/ManagedObjects/ConnMO/LTE/APN/3/Setting/Operations"><B>Operations</B></A> - Interior Node: Interior node holding APN status<BR><BR>
-<DT><A HREF="desc.html#/ManagedObjects/ConnMO/LTE/APN/4/Setting/Operations"><B>Operations</B></A> - Interior Node: Interior node holding APN status<BR><BR>
-<DT><A HREF="desc.html#/ManagedObjects/ConnMO/VZW800/APN/5/Setting/Operations"><B>Operations</B></A> - Interior Node: Interior node holding APN status<BR><BR>
-<DT><A HREF="desc.html#/Customization/Android/OperatorID"><B>OperatorID</B></A> - Interior Node<BR><BR>
-<HR><BR><A NAME="_P_"><!-- --></A>
-<DT><A HREF="desc.html#/CDMA/3GPD/*/PasswordAAA"><B>PasswordAAA</B></A> - Leaf Node<BR><BR>
-<DT><A HREF="desc.html#/CDMA/3GPD/*/PasswordHA"><B>PasswordHA</B></A> - Leaf Node<BR><BR>
-<DT><A HREF="desc.html#/DMAcc/*/AppAddr/*/Port"><B>Port</B></A> - Interior Node: port information <BR><BR>
-<DT><A HREF="desc.html#/DMAcc/*/AppAddr/*/Port/*/PortNbr"><B>PortNbr</B></A> - Leaf Node: Server port number<BR><BR>
-<DT><A HREF="desc.html#/DMAcc/*/PrefConRef"><B>PrefConRef</B></A> - Leaf Node: Preferred connectivity profile<BR><BR>
-<DT><A HREF="desc.html#/CDMA/PRL/PrefRoamList"><B>PrefRoamList</B></A> - Leaf Node: CDMA PRL node.<BR><BR>
-<DT><A HREF="desc.html#/DevDetail/Ext/PreFwV"><B>PreFwV</B></A> - Leaf Node: Previous firmware version prior to an update.<BR><BR>
-<DT><A HREF="desc.html#/DevDetail/PRIChecksum"><B>PRIChecksum</B></A> - Leaf Node: PRI checksum.<BR><BR>
-<DT><A HREF="desc.html#/CDMA/3GPD/*/PriHAIp"><B>PriHAIp</B></A> - Leaf Node<BR><BR>
-<DT><A HREF="desc.html#/CDMA/PRL"><B>PRL</B></A> - Interior Node: CDMA PRL node for Sprint HFA.<BR><BR>
-<DT><A HREF="desc.html#/DevDetail/PRLV"><B>PRLV</B></A> - Leaf Node: PRL version.<BR><BR>
-<DT><A HREF="desc.html#/CSIM/ProvObj"><B>ProvObj</B></A> - Leaf Node: CDMA ProvObj.<BR><BR>
-<DT><A HREF="desc.html#/Customization/MMS/Proxy"><B>Proxy</B></A> - Leaf Node<BR><BR>
-<HR><BR><A NAME="_R_"><!-- --></A>
-<DT><A HREF="desc.html#/CDMA/3GPD/*/ReverseTunneling"><B>ReverseTunneling</B></A> - Leaf Node<BR><BR>
-<DT><A HREF="desc.html#/ManagedObjects/DiagMon/RF"><B>RF</B></A> - Interior Node: Device RF Details like System Type, Roam, RSSI etc.<BR><BR>
-<DT><A HREF="desc.html#/CDMA/RoamPreference"><B>RoamPreference</B></A> - Leaf Node: CDMA roaming preference.<BR><BR>
-<DT><A HREF="desc.html#/Customization/RoamPreference"><B>RoamPreference</B></A> - Interior Node<BR><BR>
-<HR><BR><A NAME="_S_"><!-- --></A>
-<DT><A HREF="desc.html#/CDMA/B25/scanpriority"><B>scanpriority</B></A> - Leaf Node: CDMA B25 scan priority.<BR><BR>
-<DT><A HREF="desc.html#/CDMA/B26/scanpriority"><B>scanpriority</B></A> - Leaf Node: CDMA B26 scan priority.<BR><BR>
-<DT><A HREF="desc.html#/CDMA/B41/scanpriority"><B>scanpriority</B></A> - Leaf Node: CDMA B41 scan priority.<BR><BR>
-<DT><A HREF="desc.html#/Customization/Browser/SearchEngine"><B>SearchEngine</B></A> - Leaf Node<BR><BR>
-<DT><A HREF="desc.html#/CDMA/3GPD/*/SecHAIp"><B>SecHAIp</B></A> - Leaf Node<BR><BR>
-<DT><A HREF="desc.html#/Customization/ADC/Second"><B>Second</B></A> - Leaf Node<BR><BR>
-<DT><A HREF="desc.html#/Customization/CallIntercept/Second"><B>Second</B></A> - Leaf Node<BR><BR>
-<DT><A HREF="desc.html#/Customization/Contacts/Second"><B>Second</B></A> - Leaf Node<BR><BR>
-<DT><A HREF="desc.html#/DMAcc/*/ServerID"><B>ServerID</B></A> - Leaf Node: The "ServerId" value for this server<BR><BR>
-<DT><A HREF="desc.html#/Customization/MMS/ServerUrl"><B>ServerUrl</B></A> - Leaf Node<BR><BR>
-<DT><A HREF="desc.html#/LTE/Service"><B>Service</B></A> - Interior Node<BR><BR>
-<DT><A HREF="desc.html#/ManagedObjects/ConnMO/IMS/Setting"><B>Setting</B></A> - Interior Node: Setting Interior node<BR><BR>
-<DT><A HREF="desc.html#/ManagedObjects/ConnMO/IPV6Enable/Setting"><B>Setting</B></A> - Interior Node: Setting Interior node<BR><BR>
-<DT><A HREF="desc.html#/ManagedObjects/ConnMO/LTE/APN/1/Setting"><B>Setting</B></A> - Interior Node: Setting Interior node<BR><BR>
-<DT><A HREF="desc.html#/ManagedObjects/ConnMO/LTE/APN/2/Setting"><B>Setting</B></A> - Interior Node: Setting Interior node<BR><BR>
-<DT><A HREF="desc.html#/ManagedObjects/ConnMO/LTE/APN/3/Setting"><B>Setting</B></A> - Interior Node: Setting Interior node<BR><BR>
-<DT><A HREF="desc.html#/ManagedObjects/ConnMO/LTE/APN/4/Setting"><B>Setting</B></A> - Interior Node: Setting Interior node<BR><BR>
-<DT><A HREF="desc.html#/ManagedObjects/ConnMO/VZW800/APN/5/Setting"><B>Setting</B></A> - Interior Node: Setting Interior node<BR><BR>
-<DT><A HREF="desc.html#/ManagedObjects/ConnMO/ext/Settings"><B>Settings</B></A> - Interior Node: Settings Interior node<BR><BR>
-<DT><A HREF="desc.html#/Customization/ADC/Seventeenth"><B>Seventeenth</B></A> - Leaf Node<BR><BR>
-<DT><A HREF="desc.html#/Customization/ADC/Seventh"><B>Seventh</B></A> - Leaf Node<BR><BR>
-<DT><A HREF="desc.html#/Customization/CallIntercept/Seventh"><B>Seventh</B></A> - Leaf Node<BR><BR>
-<DT><A HREF="desc.html#/SIM"><B>SIM</B></A> - Interior Node: SIM node for Sprint HFA.<BR><BR>
-<DT><A HREF="desc.html#/ManagedObjects/ConnMO/IMS/Setting/SIPT1"><B>SIPT1</B></A> - Leaf Node: SIP T1 Timer<BR><BR>
-<DT><A HREF="desc.html#/ManagedObjects/ConnMO/IMS/Setting/SIPT2"><B>SIPT2</B></A> - Leaf Node: SIP T2 Timer<BR><BR>
-<DT><A HREF="desc.html#/ManagedObjects/ConnMO/IMS/Setting/SIPTf"><B>SIPTf</B></A> - Leaf Node: SIP TF Timer<BR><BR>
-<DT><A HREF="desc.html#/Customization/ADC/Sixteenth"><B>Sixteenth</B></A> - Leaf Node<BR><BR>
-<DT><A HREF="desc.html#/Customization/ADC/Sixth"><B>Sixth</B></A> - Leaf Node<BR><BR>
-<DT><A HREF="desc.html#/Customization/CallIntercept/Sixth"><B>Sixth</B></A> - Leaf Node<BR><BR>
-<DT><A HREF="desc.html#/Customization/Contacts/Sixth"><B>Sixth</B></A> - Leaf Node<BR><BR>
-<DT><A HREF="desc.html#/Customization/EnabledApps/Skyfire"><B>Skyfire</B></A> - Leaf Node<BR><BR>
-<DT><A HREF="desc.html#/ManagedObjects/ConnMO/IMS/Setting/sms_over_IP_network_indication"><B>sms_over_IP_network_indication</B></A> - Leaf Node: Turns IMS ON/OFF on the device<BR><BR>
-<DT><A HREF="desc.html#/ManagedObjects/ConnMO/IMS/Setting/smsformat"><B>smsformat</B></A> - Leaf Node: Device Outgoing SMS based on either 3GP or 3GPP2 Standards<BR><BR>
-<DT><A HREF="desc.html#/CDMA/SO68"><B>SO68</B></A> - Leaf Node: CDMA SO68.<BR><BR>
-<DT><A HREF="desc.html#/CDMA/SO73"><B>SO73</B></A> - Interior Node<BR><BR>
-<DT><A HREF="desc.html#/DevInfo/Sort"><B>Sort</B></A> - Leaf Node: The current language sorting comparator for this device.<BR><BR>
-<DT><A HREF="desc.html#/CDMA/3GPD/*/SpiAAA"><B>SpiAAA</B></A> - Leaf Node<BR><BR>
-<DT><A HREF="desc.html#/CDMA/3GPD/*/SpiHA"><B>SpiHA</B></A> - Leaf Node<BR><BR>
-<DT><A HREF="desc.html#/Customization/Wifi/SSID"><B>SSID</B></A> - Leaf Node<BR><BR>
-<DT><A HREF="desc.html#/Subscriber/State"><B>State</B></A> - Leaf Node<BR><BR>
-<DT><A HREF="desc.html#/Subscriber"><B>Subscriber</B></A> - Interior Node: Subscriber node for Sprint HFA.<BR><BR>
-<DT><A HREF="desc.html#/DevDetail/SwV"><B>SwV</B></A> - Leaf Node: Software version.<BR><BR>
-<DT><A HREF="desc.html#/DevDetail/Ext/SystemSettings"><B>SystemSettings</B></A> - Interior Node: System Settings node<BR><BR>
-<DT><A HREF="desc.html#/DevDetail/Ext/SystemV"><B>SystemV</B></A> - Leaf Node: The concatenated version information of all FOTA updatable partitions in following order: System + DSP (Modem) + Normal Boot + Logo + LBL + CDT&ATAGS + BPL + MBM.<BR><BR>
-<HR><BR><A NAME="_T_"><!-- --></A>
-<DT><A HREF="desc.html#/ManagedObjects/ConnMO/ext/Settings/t_1xRTT"><B>t_1xRTT</B></A> - Leaf Node: Timer for periodic 1xRTT system scan<BR><BR>
-<DT><A HREF="desc.html#/ManagedObjects/ConnMO/ext/Settings/t_mpsr"><B>t_mpsr</B></A> - Leaf Node: Timer for periodic multimode system scan<BR><BR>
-<DT><A HREF="desc.html#/ManagedObjects/ConnMO/ext/Settings/tbsr_cdma"><B>tbsr_cdma</B></A> - Leaf Node: Timer for periodic cdma system scan<BR><BR>
-<DT><A HREF="desc.html#/Customization/ADC/Tenth"><B>Tenth</B></A> - Leaf Node<BR><BR>
-<DT><A HREF="desc.html#/Customization/CallIntercept/Tenth"><B>Tenth</B></A> - Leaf Node<BR><BR>
-<DT><A HREF="desc.html#/Customization/TetheredData"><B>TetheredData</B></A> - Leaf Node<BR><BR>
-<DT><A HREF="desc.html#/Customization/ADC/Third"><B>Third</B></A> - Leaf Node<BR><BR>
-<DT><A HREF="desc.html#/Customization/CallIntercept/Third"><B>Third</B></A> - Leaf Node<BR><BR>
-<DT><A HREF="desc.html#/Customization/Contacts/Third"><B>Third</B></A> - Leaf Node<BR><BR>
-<DT><A HREF="desc.html#/Customization/ADC/Thirteenth"><B>Thirteenth</B></A> - Leaf Node<BR><BR>
-<DT><A HREF="desc.html#/DevDetail/Ext/DateTime/TimeUTC"><B>TimeUTC</B></A> - Leaf Node: Last Update UTC Time Stamp.<BR><BR>
-<DT><A HREF="desc.html#/DMAcc/*/ToConRef"><B>ToConRef</B></A> - Interior Node: The "name" node for connectivity reference subtree<BR><BR>
-<DT><A HREF="desc.html#/Customization/EnabledApps/Touch"><B>Touch</B></A> - Leaf Node<BR><BR>
-<DT><A HREF="desc.html#/Customization/ADC/Twelfth"><B>Twelfth</B></A> - Leaf Node<BR><BR>
-<DT><A HREF="desc.html#/Customization/CallIntercept/Twelfth"><B>Twelfth</B></A> - Leaf Node<BR><BR>
-<HR><BR><A NAME="_U_"><!-- --></A>
-<DT><A HREF="desc.html#/Customization/Browser/UAProfURL"><B>UAProfURL</B></A> - Leaf Node<BR><BR>
-<DT><A HREF="desc.html#/SIM/UICCID"><B>UICCID</B></A> - Leaf Node: SIM UICCID.<BR><BR>
-<DT><A HREF="desc.html#/DevDetail/URI"><B>URI</B></A> - Interior Node<BR><BR>
-<DT><A HREF="desc.html#/Subscriber/UsageMode"><B>UsageMode</B></A> - Leaf Node<BR><BR>
-<DT><A HREF="desc.html#/Con/HPPTT/UserAddress"><B>UserAddress</B></A> - Leaf Node<BR><BR>
-<HR><BR><A NAME="_V_"><!-- --></A>
-<DT><A HREF="desc.html#/ManagedObjects/DiagMon/RF/CurrentSystem/Voice"><B>Voice</B></A> - Leaf Node: Current voice system<BR><BR>
-<DT><A HREF="desc.html#/Customization/EnabledApps/VoWifi"><B>VoWifi</B></A> - Leaf Node<BR><BR>
-<DT><A HREF="desc.html#/Customization/EnabledApps/VVM"><B>VVM</B></A> - Leaf Node<BR><BR>
-<DT><A HREF="desc.html#/ManagedObjects/ConnMO/VZW800"><B>VZW800</B></A> - Interior Node: VZW800 Interior node<BR><BR>
-<HR><BR><A NAME="_W_"><!-- --></A>
-<DT><A HREF="desc.html#/Customization/Wifi"><B>Wifi</B></A> - Interior Node<BR><BR>
-<DT><A HREF="desc.html#/DevDetail/Ext/WLANMacAddr"><B>WLANMacAddr</B></A> - Leaf Node: Wi-Fi MAC address.<BR><BR>
-<HR><BR><A NAME="_Y_"><!-- --></A>
-<DT><A HREF="desc.html#/Customization/Android/ClientID/Youtube"><B>Youtube</B></A> - Leaf Node<BR><BR>
-<HR><BR><A NAME="_Z_"><!-- --></A>
-<DT><A HREF="desc.html#/Subscriber/ZIPCode"><B>ZIPCode</B></A> - Leaf Node<BR><BR>
-</DL>
-<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0"><TR><TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"><A NAME="navbar_top_firstrow"><!-- --></A><TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3"><TR ALIGN="center" VALIGN="top"><TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1"> &nbsp;<A HREF="desc.html"><FONT CLASS="NavBarFont1"><B>Node List</B></FONT></A>&nbsp;</TD><TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1Rev"><FONT CLASS="NavBarFont1Rev"><B>Index</B></FONT>&nbsp;</TD></TR></TABLE></TD><TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM></EM></TD></TR></TABLE><A HREF="#_A_">A</A>&nbsp;&nbsp;<A HREF="#_B_">B</A>&nbsp;&nbsp;<A HREF="#_C_">C</A>&nbsp;&nbsp;<A HREF="#_D_">D</A>&nbsp;&nbsp;<A HREF="#_E_">E</A>&nbsp;&nbsp;<A HREF="#_F_">F</A>&nbsp;&nbsp;<A HREF="#_G_">G</A>&nbsp;&nbsp;<A HREF="#_H_">H</A>&nbsp;&nbsp;<A HREF="#_I_">I</A>&nbsp;&nbsp;<A HREF="#_L_">L</A>&nbsp;&nbsp;<A HREF="#_M_">M</A>&nbsp;&nbsp;<A HREF="#_N_">N</A>&nbsp;&nbsp;<A HREF="#_O_">O</A>&nbsp;&nbsp;<A HREF="#_P_">P</A>&nbsp;&nbsp;<A HREF="#_R_">R</A>&nbsp;&nbsp;<A HREF="#_S_">S</A>&nbsp;&nbsp;<A HREF="#_T_">T</A>&nbsp;&nbsp;<A HREF="#_U_">U</A>&nbsp;&nbsp;<A HREF="#_V_">V</A>&nbsp;&nbsp;<A HREF="#_W_">W</A>&nbsp;&nbsp;<A HREF="#_Y_">Y</A>&nbsp;&nbsp;<A HREF="#_Z_">Z</A>&nbsp;&nbsp;
-</HTML>
diff --git a/setting/dmt_data/docs/index.html b/setting/dmt_data/docs/index.html
deleted file mode 100644
index 7efa401..0000000
--- a/setting/dmt_data/docs/index.html
+++ /dev/null
@@ -1,12 +0,0 @@
-<HTML>
-<HEAD>
-<TITLE>
-Device Management Tree Documentation
-</TITLE>
-<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-</HEAD>
-<FRAMESET cols="40%,60%">
-<FRAME src="toc.html" name="tocFrame">
-<FRAME src="desc.html" name="descFrame">
-</FRAMESET>
-</HTML>
diff --git a/setting/dmt_data/docs/toc.html b/setting/dmt_data/docs/toc.html
deleted file mode 100644
index 24cd37d..0000000
--- a/setting/dmt_data/docs/toc.html
+++ /dev/null
@@ -1,590 +0,0 @@
-<HTML>
-<HEAD>
-<TITLE>
-TOC
-</TITLE>
-<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-</HEAD>
-<BODY BGCOLOR="white">
-<TABLE BORDER="0" WIDTH="100%">
-<TR>
-<TD NOWRAP>
-<A HREF="desc.html#." TARGET="descFrame">.</A>
-<BR>
-<A HREF="desc.html#/CDMA" TARGET="descFrame">/CDMA</A>
-<BR>
-<A HREF="desc.html#/CDMA/BC10" TARGET="descFrame">/CDMA/BC10</A>
-<BR>
-<A HREF="desc.html#/CDMA/BC14" TARGET="descFrame">/CDMA/BC14</A>
-<BR>
-<A HREF="desc.html#/CDMA/RoamPreference" TARGET="descFrame">/CDMA/RoamPreference</A>
-<BR>
-<A HREF="desc.html#/CDMA/SO68" TARGET="descFrame">/CDMA/SO68</A>
-<BR>
-<A HREF="desc.html#/CDMA/1xA" TARGET="descFrame">/CDMA/1xA</A>
-<BR>
-<A HREF="desc.html#/CDMA/1xA/Enabled" TARGET="descFrame">/CDMA/1xA/Enabled</A>
-<BR>
-<A HREF="desc.html#/CDMA/3GPD" TARGET="descFrame">/CDMA/3GPD</A>
-<BR>
-<A HREF="desc.html#/CDMA/3GPD/*" TARGET="descFrame">/CDMA/3GPD/*</A>
-<BR>
-<A HREF="desc.html#/CDMA/3GPD/*/AuthAlgoAAA" TARGET="descFrame">/CDMA/3GPD/*/AuthAlgoAAA</A>
-<BR>
-<A HREF="desc.html#/CDMA/3GPD/*/AuthAlgoHA" TARGET="descFrame">/CDMA/3GPD/*/AuthAlgoHA</A>
-<BR>
-<A HREF="desc.html#/CDMA/3GPD/*/MobileIpAddress" TARGET="descFrame">/CDMA/3GPD/*/MobileIpAddress</A>
-<BR>
-<A HREF="desc.html#/CDMA/3GPD/*/NAI" TARGET="descFrame">/CDMA/3GPD/*/NAI</A>
-<BR>
-<A HREF="desc.html#/CDMA/3GPD/*/PasswordAAA" TARGET="descFrame">/CDMA/3GPD/*/PasswordAAA</A>
-<BR>
-<A HREF="desc.html#/CDMA/3GPD/*/PasswordHA" TARGET="descFrame">/CDMA/3GPD/*/PasswordHA</A>
-<BR>
-<A HREF="desc.html#/CDMA/3GPD/*/PriHAIp" TARGET="descFrame">/CDMA/3GPD/*/PriHAIp</A>
-<BR>
-<A HREF="desc.html#/CDMA/3GPD/*/ReverseTunneling" TARGET="descFrame">/CDMA/3GPD/*/ReverseTunneling</A>
-<BR>
-<A HREF="desc.html#/CDMA/3GPD/*/SecHAIp" TARGET="descFrame">/CDMA/3GPD/*/SecHAIp</A>
-<BR>
-<A HREF="desc.html#/CDMA/3GPD/*/SpiAAA" TARGET="descFrame">/CDMA/3GPD/*/SpiAAA</A>
-<BR>
-<A HREF="desc.html#/CDMA/3GPD/*/SpiHA" TARGET="descFrame">/CDMA/3GPD/*/SpiHA</A>
-<BR>
-<A HREF="desc.html#/CDMA/B25" TARGET="descFrame">/CDMA/B25</A>
-<BR>
-<A HREF="desc.html#/CDMA/B25/enablement" TARGET="descFrame">/CDMA/B25/enablement</A>
-<BR>
-<A HREF="desc.html#/CDMA/B25/scanpriority" TARGET="descFrame">/CDMA/B25/scanpriority</A>
-<BR>
-<A HREF="desc.html#/CDMA/B26" TARGET="descFrame">/CDMA/B26</A>
-<BR>
-<A HREF="desc.html#/CDMA/B26/enablement" TARGET="descFrame">/CDMA/B26/enablement</A>
-<BR>
-<A HREF="desc.html#/CDMA/B26/scanpriority" TARGET="descFrame">/CDMA/B26/scanpriority</A>
-<BR>
-<A HREF="desc.html#/CDMA/B41" TARGET="descFrame">/CDMA/B41</A>
-<BR>
-<A HREF="desc.html#/CDMA/B41/enablement" TARGET="descFrame">/CDMA/B41/enablement</A>
-<BR>
-<A HREF="desc.html#/CDMA/B41/scanpriority" TARGET="descFrame">/CDMA/B41/scanpriority</A>
-<BR>
-<A HREF="desc.html#/CDMA/EHRPD" TARGET="descFrame">/CDMA/EHRPD</A>
-<BR>
-<A HREF="desc.html#/CDMA/EHRPD/Enabled" TARGET="descFrame">/CDMA/EHRPD/Enabled</A>
-<BR>
-<A HREF="desc.html#/CDMA/NAM" TARGET="descFrame">/CDMA/NAM</A>
-<BR>
-<A HREF="desc.html#/CDMA/NAM/CdmaNam" TARGET="descFrame">/CDMA/NAM/CdmaNam</A>
-<BR>
-<A HREF="desc.html#/CDMA/NAM/MobDirNum" TARGET="descFrame">/CDMA/NAM/MobDirNum</A>
-<BR>
-<A HREF="desc.html#/CDMA/PRL" TARGET="descFrame">/CDMA/PRL</A>
-<BR>
-<A HREF="desc.html#/CDMA/PRL/PrefRoamList" TARGET="descFrame">/CDMA/PRL/PrefRoamList</A>
-<BR>
-<A HREF="desc.html#/CDMA/SO73" TARGET="descFrame">/CDMA/SO73</A>
-<BR>
-<A HREF="desc.html#/CDMA/SO73/COP0" TARGET="descFrame">/CDMA/SO73/COP0</A>
-<BR>
-<A HREF="desc.html#/CDMA/SO73/COP1to7" TARGET="descFrame">/CDMA/SO73/COP1to7</A>
-<BR>
-<A HREF="desc.html#/Con" TARGET="descFrame">/Con</A>
-<BR>
-<A HREF="desc.html#/Con/HPPTT" TARGET="descFrame">/Con/HPPTT</A>
-<BR>
-<A HREF="desc.html#/Con/HPPTT/Enabled" TARGET="descFrame">/Con/HPPTT/Enabled</A>
-<BR>
-<A HREF="desc.html#/Con/HPPTT/UserAddress" TARGET="descFrame">/Con/HPPTT/UserAddress</A>
-<BR>
-<A HREF="desc.html#/CSIM" TARGET="descFrame">/CSIM</A>
-<BR>
-<A HREF="desc.html#/CSIM/CoverageObj" TARGET="descFrame">/CSIM/CoverageObj</A>
-<BR>
-<A HREF="desc.html#/CSIM/ProvObj" TARGET="descFrame">/CSIM/ProvObj</A>
-<BR>
-<A HREF="desc.html#/Customization" TARGET="descFrame">/Customization</A>
-<BR>
-<A HREF="desc.html#/Customization/BrandAlpha" TARGET="descFrame">/Customization/BrandAlpha</A>
-<BR>
-<A HREF="desc.html#/Customization/CarrierLegal" TARGET="descFrame">/Customization/CarrierLegal</A>
-<BR>
-<A HREF="desc.html#/Customization/CustID" TARGET="descFrame">/Customization/CustID</A>
-<BR>
-<A HREF="desc.html#/Customization/DiagMSLReq" TARGET="descFrame">/Customization/DiagMSLReq</A>
-<BR>
-<A HREF="desc.html#/Customization/LaunchID" TARGET="descFrame">/Customization/LaunchID</A>
-<BR>
-<A HREF="desc.html#/Customization/LaunchZone" TARGET="descFrame">/Customization/LaunchZone</A>
-<BR>
-<A HREF="desc.html#/Customization/TetheredData" TARGET="descFrame">/Customization/TetheredData</A>
-<BR>
-<A HREF="desc.html#/Customization/ADC" TARGET="descFrame">/Customization/ADC</A>
-<BR>
-<A HREF="desc.html#/Customization/ADC/Eighteenth" TARGET="descFrame">/Customization/ADC/Eighteenth</A>
-<BR>
-<A HREF="desc.html#/Customization/ADC/Eigth" TARGET="descFrame">/Customization/ADC/Eigth</A>
-<BR>
-<A HREF="desc.html#/Customization/ADC/Elevnth" TARGET="descFrame">/Customization/ADC/Elevnth</A>
-<BR>
-<A HREF="desc.html#/Customization/ADC/Fifteenth" TARGET="descFrame">/Customization/ADC/Fifteenth</A>
-<BR>
-<A HREF="desc.html#/Customization/ADC/Fifth" TARGET="descFrame">/Customization/ADC/Fifth</A>
-<BR>
-<A HREF="desc.html#/Customization/ADC/First" TARGET="descFrame">/Customization/ADC/First</A>
-<BR>
-<A HREF="desc.html#/Customization/ADC/Fourteenth" TARGET="descFrame">/Customization/ADC/Fourteenth</A>
-<BR>
-<A HREF="desc.html#/Customization/ADC/Fourth" TARGET="descFrame">/Customization/ADC/Fourth</A>
-<BR>
-<A HREF="desc.html#/Customization/ADC/Ninth" TARGET="descFrame">/Customization/ADC/Ninth</A>
-<BR>
-<A HREF="desc.html#/Customization/ADC/Second" TARGET="descFrame">/Customization/ADC/Second</A>
-<BR>
-<A HREF="desc.html#/Customization/ADC/Seventeenth" TARGET="descFrame">/Customization/ADC/Seventeenth</A>
-<BR>
-<A HREF="desc.html#/Customization/ADC/Seventh" TARGET="descFrame">/Customization/ADC/Seventh</A>
-<BR>
-<A HREF="desc.html#/Customization/ADC/Sixteenth" TARGET="descFrame">/Customization/ADC/Sixteenth</A>
-<BR>
-<A HREF="desc.html#/Customization/ADC/Sixth" TARGET="descFrame">/Customization/ADC/Sixth</A>
-<BR>
-<A HREF="desc.html#/Customization/ADC/Tenth" TARGET="descFrame">/Customization/ADC/Tenth</A>
-<BR>
-<A HREF="desc.html#/Customization/ADC/Third" TARGET="descFrame">/Customization/ADC/Third</A>
-<BR>
-<A HREF="desc.html#/Customization/ADC/Thirteenth" TARGET="descFrame">/Customization/ADC/Thirteenth</A>
-<BR>
-<A HREF="desc.html#/Customization/ADC/Twelfth" TARGET="descFrame">/Customization/ADC/Twelfth</A>
-<BR>
-<A HREF="desc.html#/Customization/Android" TARGET="descFrame">/Customization/Android</A>
-<BR>
-<A HREF="desc.html#/Customization/Android/ClientID" TARGET="descFrame">/Customization/Android/ClientID</A>
-<BR>
-<A HREF="desc.html#/Customization/Android/ClientID/AndroidMarket" TARGET="descFrame">/Customization/Android/ClientID/AndroidMarket</A>
-<BR>
-<A HREF="desc.html#/Customization/Android/ClientID/MobileSearch" TARGET="descFrame">/Customization/Android/ClientID/MobileSearch</A>
-<BR>
-<A HREF="desc.html#/Customization/Android/ClientID/Youtube" TARGET="descFrame">/Customization/Android/ClientID/Youtube</A>
-<BR>
-<A HREF="desc.html#/Customization/Android/OperatorID" TARGET="descFrame">/Customization/Android/OperatorID</A>
-<BR>
-<A HREF="desc.html#/Customization/Android/OperatorID/NetworkCode" TARGET="descFrame">/Customization/Android/OperatorID/NetworkCode</A>
-<BR>
-<A HREF="desc.html#/Customization/Browser" TARGET="descFrame">/Customization/Browser</A>
-<BR>
-<A HREF="desc.html#/Customization/Browser/Homepage" TARGET="descFrame">/Customization/Browser/Homepage</A>
-<BR>
-<A HREF="desc.html#/Customization/Browser/SearchEngine" TARGET="descFrame">/Customization/Browser/SearchEngine</A>
-<BR>
-<A HREF="desc.html#/Customization/Browser/UAProfURL" TARGET="descFrame">/Customization/Browser/UAProfURL</A>
-<BR>
-<A HREF="desc.html#/Customization/CallIntercept" TARGET="descFrame">/Customization/CallIntercept</A>
-<BR>
-<A HREF="desc.html#/Customization/CallIntercept/Eight" TARGET="descFrame">/Customization/CallIntercept/Eight</A>
-<BR>
-<A HREF="desc.html#/Customization/CallIntercept/Eleventh" TARGET="descFrame">/Customization/CallIntercept/Eleventh</A>
-<BR>
-<A HREF="desc.html#/Customization/CallIntercept/Fifth" TARGET="descFrame">/Customization/CallIntercept/Fifth</A>
-<BR>
-<A HREF="desc.html#/Customization/CallIntercept/First" TARGET="descFrame">/Customization/CallIntercept/First</A>
-<BR>
-<A HREF="desc.html#/Customization/CallIntercept/Fourth" TARGET="descFrame">/Customization/CallIntercept/Fourth</A>
-<BR>
-<A HREF="desc.html#/Customization/CallIntercept/Ninth" TARGET="descFrame">/Customization/CallIntercept/Ninth</A>
-<BR>
-<A HREF="desc.html#/Customization/CallIntercept/Second" TARGET="descFrame">/Customization/CallIntercept/Second</A>
-<BR>
-<A HREF="desc.html#/Customization/CallIntercept/Seventh" TARGET="descFrame">/Customization/CallIntercept/Seventh</A>
-<BR>
-<A HREF="desc.html#/Customization/CallIntercept/Sixth" TARGET="descFrame">/Customization/CallIntercept/Sixth</A>
-<BR>
-<A HREF="desc.html#/Customization/CallIntercept/Tenth" TARGET="descFrame">/Customization/CallIntercept/Tenth</A>
-<BR>
-<A HREF="desc.html#/Customization/CallIntercept/Third" TARGET="descFrame">/Customization/CallIntercept/Third</A>
-<BR>
-<A HREF="desc.html#/Customization/CallIntercept/Twelfth" TARGET="descFrame">/Customization/CallIntercept/Twelfth</A>
-<BR>
-<A HREF="desc.html#/Customization/Contacts" TARGET="descFrame">/Customization/Contacts</A>
-<BR>
-<A HREF="desc.html#/Customization/Contacts/Fifth" TARGET="descFrame">/Customization/Contacts/Fifth</A>
-<BR>
-<A HREF="desc.html#/Customization/Contacts/First" TARGET="descFrame">/Customization/Contacts/First</A>
-<BR>
-<A HREF="desc.html#/Customization/Contacts/Fourth" TARGET="descFrame">/Customization/Contacts/Fourth</A>
-<BR>
-<A HREF="desc.html#/Customization/Contacts/Second" TARGET="descFrame">/Customization/Contacts/Second</A>
-<BR>
-<A HREF="desc.html#/Customization/Contacts/Sixth" TARGET="descFrame">/Customization/Contacts/Sixth</A>
-<BR>
-<A HREF="desc.html#/Customization/Contacts/Third" TARGET="descFrame">/Customization/Contacts/Third</A>
-<BR>
-<A HREF="desc.html#/Customization/EnabledApps" TARGET="descFrame">/Customization/EnabledApps</A>
-<BR>
-<A HREF="desc.html#/Customization/EnabledApps/Skyfire" TARGET="descFrame">/Customization/EnabledApps/Skyfire</A>
-<BR>
-<A HREF="desc.html#/Customization/EnabledApps/Touch" TARGET="descFrame">/Customization/EnabledApps/Touch</A>
-<BR>
-<A HREF="desc.html#/Customization/EnabledApps/VoWifi" TARGET="descFrame">/Customization/EnabledApps/VoWifi</A>
-<BR>
-<A HREF="desc.html#/Customization/EnabledApps/VVM" TARGET="descFrame">/Customization/EnabledApps/VVM</A>
-<BR>
-<A HREF="desc.html#/Customization/MMS" TARGET="descFrame">/Customization/MMS</A>
-<BR>
-<A HREF="desc.html#/Customization/MMS/Proxy" TARGET="descFrame">/Customization/MMS/Proxy</A>
-<BR>
-<A HREF="desc.html#/Customization/MMS/ServerUrl" TARGET="descFrame">/Customization/MMS/ServerUrl</A>
-<BR>
-<A HREF="desc.html#/Customization/RoamPreference" TARGET="descFrame">/Customization/RoamPreference</A>
-<BR>
-<A HREF="desc.html#/Customization/RoamPreference/HomeOnly" TARGET="descFrame">/Customization/RoamPreference/HomeOnly</A>
-<BR>
-<A HREF="desc.html#/Customization/RoamPreference/MenuDisplay" TARGET="descFrame">/Customization/RoamPreference/MenuDisplay</A>
-<BR>
-<A HREF="desc.html#/Customization/Wifi" TARGET="descFrame">/Customization/Wifi</A>
-<BR>
-<A HREF="desc.html#/Customization/Wifi/DomRoamMaxUsers" TARGET="descFrame">/Customization/Wifi/DomRoamMaxUsers</A>
-<BR>
-<A HREF="desc.html#/Customization/Wifi/GSMMaxUsers" TARGET="descFrame">/Customization/Wifi/GSMMaxUsers</A>
-<BR>
-<A HREF="desc.html#/Customization/Wifi/IntRoamMaxUsers" TARGET="descFrame">/Customization/Wifi/IntRoamMaxUsers</A>
-<BR>
-<A HREF="desc.html#/Customization/Wifi/MaxUsers" TARGET="descFrame">/Customization/Wifi/MaxUsers</A>
-<BR>
-<A HREF="desc.html#/Customization/Wifi/SSID" TARGET="descFrame">/Customization/Wifi/SSID</A>
-<BR>
-<A HREF="desc.html#/DevDetail" TARGET="descFrame">/DevDetail</A>
-<BR>
-<A HREF="desc.html#/DevDetail/DevTyp" TARGET="descFrame">/DevDetail/DevTyp</A>
-<BR>
-<A HREF="desc.html#/DevDetail/ESNV" TARGET="descFrame">/DevDetail/ESNV</A>
-<BR>
-<A HREF="desc.html#/DevDetail/FlexV" TARGET="descFrame">/DevDetail/FlexV</A>
-<BR>
-<A HREF="desc.html#/DevDetail/FwV" TARGET="descFrame">/DevDetail/FwV</A>
-<BR>
-<A HREF="desc.html#/DevDetail/HwV" TARGET="descFrame">/DevDetail/HwV</A>
-<BR>
-<A HREF="desc.html#/DevDetail/LrgObj" TARGET="descFrame">/DevDetail/LrgObj</A>
-<BR>
-<A HREF="desc.html#/DevDetail/OEM" TARGET="descFrame">/DevDetail/OEM</A>
-<BR>
-<A HREF="desc.html#/DevDetail/PRIChecksum" TARGET="descFrame">/DevDetail/PRIChecksum</A>
-<BR>
-<A HREF="desc.html#/DevDetail/PRLV" TARGET="descFrame">/DevDetail/PRLV</A>
-<BR>
-<A HREF="desc.html#/DevDetail/SwV" TARGET="descFrame">/DevDetail/SwV</A>
-<BR>
-<A HREF="desc.html#/DevDetail/Bearer" TARGET="descFrame">/DevDetail/Bearer</A>
-<BR>
-<A HREF="desc.html#/DevDetail/Bearer/CDMA" TARGET="descFrame">/DevDetail/Bearer/CDMA</A>
-<BR>
-<A HREF="desc.html#/DevDetail/Bearer/GSM" TARGET="descFrame">/DevDetail/Bearer/GSM</A>
-<BR>
-<A HREF="desc.html#/DevDetail/Ext" TARGET="descFrame">/DevDetail/Ext</A>
-<BR>
-<A HREF="desc.html#/DevDetail/Ext/LastUpdateTime" TARGET="descFrame">/DevDetail/Ext/LastUpdateTime</A>
-<BR>
-<A HREF="desc.html#/DevDetail/Ext/PreFwV" TARGET="descFrame">/DevDetail/Ext/PreFwV</A>
-<BR>
-<A HREF="desc.html#/DevDetail/Ext/SystemV" TARGET="descFrame">/DevDetail/Ext/SystemV</A>
-<BR>
-<A HREF="desc.html#/DevDetail/Ext/WLANMacAddr" TARGET="descFrame">/DevDetail/Ext/WLANMacAddr</A>
-<BR>
-<A HREF="desc.html#/DevDetail/Ext/DateTime" TARGET="descFrame">/DevDetail/Ext/DateTime</A>
-<BR>
-<A HREF="desc.html#/DevDetail/Ext/DateTime/Date" TARGET="descFrame">/DevDetail/Ext/DateTime/Date</A>
-<BR>
-<A HREF="desc.html#/DevDetail/Ext/DateTime/TimeUTC" TARGET="descFrame">/DevDetail/Ext/DateTime/TimeUTC</A>
-<BR>
-<A HREF="desc.html#/DevDetail/Ext/SystemSettings" TARGET="descFrame">/DevDetail/Ext/SystemSettings</A>
-<BR>
-<A HREF="desc.html#/DevDetail/Ext/SystemSettings/AllowUnknownSources" TARGET="descFrame">/DevDetail/Ext/SystemSettings/AllowUnknownSources</A>
-<BR>
-<A HREF="desc.html#/DevDetail/URI" TARGET="descFrame">/DevDetail/URI</A>
-<BR>
-<A HREF="desc.html#/DevDetail/URI/MaxDepth" TARGET="descFrame">/DevDetail/URI/MaxDepth</A>
-<BR>
-<A HREF="desc.html#/DevDetail/URI/MaxSegLen" TARGET="descFrame">/DevDetail/URI/MaxSegLen</A>
-<BR>
-<A HREF="desc.html#/DevDetail/URI/MaxTotLen" TARGET="descFrame">/DevDetail/URI/MaxTotLen</A>
-<BR>
-<A HREF="desc.html#/DevInfo" TARGET="descFrame">/DevInfo</A>
-<BR>
-<A HREF="desc.html#/DevInfo/DevId" TARGET="descFrame">/DevInfo/DevId</A>
-<BR>
-<A HREF="desc.html#/DevInfo/DmV" TARGET="descFrame">/DevInfo/DmV</A>
-<BR>
-<A HREF="desc.html#/DevInfo/Lang" TARGET="descFrame">/DevInfo/Lang</A>
-<BR>
-<A HREF="desc.html#/DevInfo/LangAuto" TARGET="descFrame">/DevInfo/LangAuto</A>
-<BR>
-<A HREF="desc.html#/DevInfo/Loc" TARGET="descFrame">/DevInfo/Loc</A>
-<BR>
-<A HREF="desc.html#/DevInfo/Man" TARGET="descFrame">/DevInfo/Man</A>
-<BR>
-<A HREF="desc.html#/DevInfo/Mod" TARGET="descFrame">/DevInfo/Mod</A>
-<BR>
-<A HREF="desc.html#/DevInfo/Sort" TARGET="descFrame">/DevInfo/Sort</A>
-<BR>
-<A HREF="desc.html#/DevInfo/Bearer" TARGET="descFrame">/DevInfo/Bearer</A>
-<BR>
-<A HREF="desc.html#/DevInfo/Bearer/GSM" TARGET="descFrame">/DevInfo/Bearer/GSM</A>
-<BR>
-<A HREF="desc.html#/DevInfo/Ext" TARGET="descFrame">/DevInfo/Ext</A>
-<BR>
-<A HREF="desc.html#/DMAcc" TARGET="descFrame">/DMAcc</A>
-<BR>
-<A HREF="desc.html#/DMAcc/*" TARGET="descFrame">/DMAcc/*</A>
-<BR>
-<A HREF="desc.html#/DMAcc/*/AAuthPref" TARGET="descFrame">/DMAcc/*/AAuthPref</A>
-<BR>
-<A HREF="desc.html#/DMAcc/*/AppID" TARGET="descFrame">/DMAcc/*/AppID</A>
-<BR>
-<A HREF="desc.html#/DMAcc/*/Name" TARGET="descFrame">/DMAcc/*/Name</A>
-<BR>
-<A HREF="desc.html#/DMAcc/*/PrefConRef" TARGET="descFrame">/DMAcc/*/PrefConRef</A>
-<BR>
-<A HREF="desc.html#/DMAcc/*/ServerID" TARGET="descFrame">/DMAcc/*/ServerID</A>
-<BR>
-<A HREF="desc.html#/DMAcc/*/AppAddr" TARGET="descFrame">/DMAcc/*/AppAddr</A>
-<BR>
-<A HREF="desc.html#/DMAcc/*/AppAddr/*" TARGET="descFrame">/DMAcc/*/AppAddr/*</A>
-<BR>
-<A HREF="desc.html#/DMAcc/*/AppAddr/*/Addr" TARGET="descFrame">/DMAcc/*/AppAddr/*/Addr</A>
-<BR>
-<A HREF="desc.html#/DMAcc/*/AppAddr/*/AddrType" TARGET="descFrame">/DMAcc/*/AppAddr/*/AddrType</A>
-<BR>
-<A HREF="desc.html#/DMAcc/*/AppAddr/*/Port" TARGET="descFrame">/DMAcc/*/AppAddr/*/Port</A>
-<BR>
-<A HREF="desc.html#/DMAcc/*/AppAddr/*/Port/*" TARGET="descFrame">/DMAcc/*/AppAddr/*/Port/*</A>
-<BR>
-<A HREF="desc.html#/DMAcc/*/AppAddr/*/Port/*/PortNbr" TARGET="descFrame">/DMAcc/*/AppAddr/*/Port/*/PortNbr</A>
-<BR>
-<A HREF="desc.html#/DMAcc/*/AppAuth" TARGET="descFrame">/DMAcc/*/AppAuth</A>
-<BR>
-<A HREF="desc.html#/DMAcc/*/AppAuth/*" TARGET="descFrame">/DMAcc/*/AppAuth/*</A>
-<BR>
-<A HREF="desc.html#/DMAcc/*/AppAuth/*/AAuthData" TARGET="descFrame">/DMAcc/*/AppAuth/*/AAuthData</A>
-<BR>
-<A HREF="desc.html#/DMAcc/*/AppAuth/*/AAuthLevel" TARGET="descFrame">/DMAcc/*/AppAuth/*/AAuthLevel</A>
-<BR>
-<A HREF="desc.html#/DMAcc/*/AppAuth/*/AAuthName" TARGET="descFrame">/DMAcc/*/AppAuth/*/AAuthName</A>
-<BR>
-<A HREF="desc.html#/DMAcc/*/AppAuth/*/AAuthSecret" TARGET="descFrame">/DMAcc/*/AppAuth/*/AAuthSecret</A>
-<BR>
-<A HREF="desc.html#/DMAcc/*/AppAuth/*/AAuthType" TARGET="descFrame">/DMAcc/*/AppAuth/*/AAuthType</A>
-<BR>
-<A HREF="desc.html#/DMAcc/*/Ext" TARGET="descFrame">/DMAcc/*/Ext</A>
-<BR>
-<A HREF="desc.html#/DMAcc/*/Ext/LastClientAuthType" TARGET="descFrame">/DMAcc/*/Ext/LastClientAuthType</A>
-<BR>
-<A HREF="desc.html#/DMAcc/*/ToConRef" TARGET="descFrame">/DMAcc/*/ToConRef</A>
-<BR>
-<A HREF="desc.html#/DMAcc/*/ToConRef/*" TARGET="descFrame">/DMAcc/*/ToConRef/*</A>
-<BR>
-<A HREF="desc.html#/DMAcc/*/ToConRef/*/ConRef" TARGET="descFrame">/DMAcc/*/ToConRef/*/ConRef</A>
-<BR>
-<A HREF="desc.html#/LTE" TARGET="descFrame">/LTE</A>
-<BR>
-<A HREF="desc.html#/LTE/APN" TARGET="descFrame">/LTE/APN</A>
-<BR>
-<A HREF="desc.html#/LTE/APN/0" TARGET="descFrame">/LTE/APN/0</A>
-<BR>
-<A HREF="desc.html#/LTE/APN/1" TARGET="descFrame">/LTE/APN/1</A>
-<BR>
-<A HREF="desc.html#/LTE/APN/2" TARGET="descFrame">/LTE/APN/2</A>
-<BR>
-<A HREF="desc.html#/LTE/APN/3" TARGET="descFrame">/LTE/APN/3</A>
-<BR>
-<A HREF="desc.html#/LTE/APN/4" TARGET="descFrame">/LTE/APN/4</A>
-<BR>
-<A HREF="desc.html#/LTE/APN/5" TARGET="descFrame">/LTE/APN/5</A>
-<BR>
-<A HREF="desc.html#/LTE/APN/6" TARGET="descFrame">/LTE/APN/6</A>
-<BR>
-<A HREF="desc.html#/LTE/APN/7" TARGET="descFrame">/LTE/APN/7</A>
-<BR>
-<A HREF="desc.html#/LTE/Service" TARGET="descFrame">/LTE/Service</A>
-<BR>
-<A HREF="desc.html#/LTE/Service/Enabled" TARGET="descFrame">/LTE/Service/Enabled</A>
-<BR>
-<A HREF="desc.html#/LTE/Service/Forced" TARGET="descFrame">/LTE/Service/Forced</A>
-<BR>
-<A HREF="desc.html#/ManagedObjects" TARGET="descFrame">/ManagedObjects</A>
-<BR>
-<A HREF="desc.html#/ManagedObjects/ConnMO" TARGET="descFrame">/ManagedObjects/ConnMO</A>
-<BR>
-<A HREF="desc.html#/ManagedObjects/ConnMO/ext" TARGET="descFrame">/ManagedObjects/ConnMO/ext</A>
-<BR>
-<A HREF="desc.html#/ManagedObjects/ConnMO/ext/Settings" TARGET="descFrame">/ManagedObjects/ConnMO/ext/Settings</A>
-<BR>
-<A HREF="desc.html#/ManagedObjects/ConnMO/ext/Settings/t_1xRTT" TARGET="descFrame">/ManagedObjects/ConnMO/ext/Settings/t_1xRTT</A>
-<BR>
-<A HREF="desc.html#/ManagedObjects/ConnMO/ext/Settings/t_mpsr" TARGET="descFrame">/ManagedObjects/ConnMO/ext/Settings/t_mpsr</A>
-<BR>
-<A HREF="desc.html#/ManagedObjects/ConnMO/ext/Settings/tbsr_cdma" TARGET="descFrame">/ManagedObjects/ConnMO/ext/Settings/tbsr_cdma</A>
-<BR>
-<A HREF="desc.html#/ManagedObjects/ConnMO/IMS" TARGET="descFrame">/ManagedObjects/ConnMO/IMS</A>
-<BR>
-<A HREF="desc.html#/ManagedObjects/ConnMO/IMS/Setting" TARGET="descFrame">/ManagedObjects/ConnMO/IMS/Setting</A>
-<BR>
-<A HREF="desc.html#/ManagedObjects/ConnMO/IMS/Setting/Domain" TARGET="descFrame">/ManagedObjects/ConnMO/IMS/Setting/Domain</A>
-<BR>
-<A HREF="desc.html#/ManagedObjects/ConnMO/IMS/Setting/SIPT1" TARGET="descFrame">/ManagedObjects/ConnMO/IMS/Setting/SIPT1</A>
-<BR>
-<A HREF="desc.html#/ManagedObjects/ConnMO/IMS/Setting/SIPT2" TARGET="descFrame">/ManagedObjects/ConnMO/IMS/Setting/SIPT2</A>
-<BR>
-<A HREF="desc.html#/ManagedObjects/ConnMO/IMS/Setting/SIPTf" TARGET="descFrame">/ManagedObjects/ConnMO/IMS/Setting/SIPTf</A>
-<BR>
-<A HREF="desc.html#/ManagedObjects/ConnMO/IMS/Setting/sms_over_IP_network_indication" TARGET="descFrame">/ManagedObjects/ConnMO/IMS/Setting/sms_over_IP_network_indication</A>
-<BR>
-<A HREF="desc.html#/ManagedObjects/ConnMO/IMS/Setting/smsformat" TARGET="descFrame">/ManagedObjects/ConnMO/IMS/Setting/smsformat</A>
-<BR>
-<A HREF="desc.html#/ManagedObjects/ConnMO/IPV6Enable" TARGET="descFrame">/ManagedObjects/ConnMO/IPV6Enable</A>
-<BR>
-<A HREF="desc.html#/ManagedObjects/ConnMO/IPV6Enable/Setting" TARGET="descFrame">/ManagedObjects/ConnMO/IPV6Enable/Setting</A>
-<BR>
-<A HREF="desc.html#/ManagedObjects/ConnMO/IPV6Enable/Setting/Enabled" TARGET="descFrame">/ManagedObjects/ConnMO/IPV6Enable/Setting/Enabled</A>
-<BR>
-<A HREF="desc.html#/ManagedObjects/ConnMO/IPV6Enable/Setting/Operations" TARGET="descFrame">/ManagedObjects/ConnMO/IPV6Enable/Setting/Operations</A>
-<BR>
-<A HREF="desc.html#/ManagedObjects/ConnMO/IPV6Enable/Setting/Operations/Disable" TARGET="descFrame">/ManagedObjects/ConnMO/IPV6Enable/Setting/Operations/Disable</A>
-<BR>
-<A HREF="desc.html#/ManagedObjects/ConnMO/IPV6Enable/Setting/Operations/Enable" TARGET="descFrame">/ManagedObjects/ConnMO/IPV6Enable/Setting/Operations/Enable</A>
-<BR>
-<A HREF="desc.html#/ManagedObjects/ConnMO/LTE" TARGET="descFrame">/ManagedObjects/ConnMO/LTE</A>
-<BR>
-<A HREF="desc.html#/ManagedObjects/ConnMO/LTE/APN" TARGET="descFrame">/ManagedObjects/ConnMO/LTE/APN</A>
-<BR>
-<A HREF="desc.html#/ManagedObjects/ConnMO/LTE/APN/1" TARGET="descFrame">/ManagedObjects/ConnMO/LTE/APN/1</A>
-<BR>
-<A HREF="desc.html#/ManagedObjects/ConnMO/LTE/APN/1/Setting" TARGET="descFrame">/ManagedObjects/ConnMO/LTE/APN/1/Setting</A>
-<BR>
-<A HREF="desc.html#/ManagedObjects/ConnMO/LTE/APN/1/Setting/Enabled" TARGET="descFrame">/ManagedObjects/ConnMO/LTE/APN/1/Setting/Enabled</A>
-<BR>
-<A HREF="desc.html#/ManagedObjects/ConnMO/LTE/APN/1/Setting/Id" TARGET="descFrame">/ManagedObjects/ConnMO/LTE/APN/1/Setting/Id</A>
-<BR>
-<A HREF="desc.html#/ManagedObjects/ConnMO/LTE/APN/1/Setting/IP" TARGET="descFrame">/ManagedObjects/ConnMO/LTE/APN/1/Setting/IP</A>
-<BR>
-<A HREF="desc.html#/ManagedObjects/ConnMO/LTE/APN/1/Setting/Name" TARGET="descFrame">/ManagedObjects/ConnMO/LTE/APN/1/Setting/Name</A>
-<BR>
-<A HREF="desc.html#/ManagedObjects/ConnMO/LTE/APN/1/Setting/Operations" TARGET="descFrame">/ManagedObjects/ConnMO/LTE/APN/1/Setting/Operations</A>
-<BR>
-<A HREF="desc.html#/ManagedObjects/ConnMO/LTE/APN/1/Setting/Operations/Disable" TARGET="descFrame">/ManagedObjects/ConnMO/LTE/APN/1/Setting/Operations/Disable</A>
-<BR>
-<A HREF="desc.html#/ManagedObjects/ConnMO/LTE/APN/2" TARGET="descFrame">/ManagedObjects/ConnMO/LTE/APN/2</A>
-<BR>
-<A HREF="desc.html#/ManagedObjects/ConnMO/LTE/APN/2/Setting" TARGET="descFrame">/ManagedObjects/ConnMO/LTE/APN/2/Setting</A>
-<BR>
-<A HREF="desc.html#/ManagedObjects/ConnMO/LTE/APN/2/Setting/Enabled" TARGET="descFrame">/ManagedObjects/ConnMO/LTE/APN/2/Setting/Enabled</A>
-<BR>
-<A HREF="desc.html#/ManagedObjects/ConnMO/LTE/APN/2/Setting/Id" TARGET="descFrame">/ManagedObjects/ConnMO/LTE/APN/2/Setting/Id</A>
-<BR>
-<A HREF="desc.html#/ManagedObjects/ConnMO/LTE/APN/2/Setting/IP" TARGET="descFrame">/ManagedObjects/ConnMO/LTE/APN/2/Setting/IP</A>
-<BR>
-<A HREF="desc.html#/ManagedObjects/ConnMO/LTE/APN/2/Setting/Name" TARGET="descFrame">/ManagedObjects/ConnMO/LTE/APN/2/Setting/Name</A>
-<BR>
-<A HREF="desc.html#/ManagedObjects/ConnMO/LTE/APN/2/Setting/Operations" TARGET="descFrame">/ManagedObjects/ConnMO/LTE/APN/2/Setting/Operations</A>
-<BR>
-<A HREF="desc.html#/ManagedObjects/ConnMO/LTE/APN/2/Setting/Operations/Disable" TARGET="descFrame">/ManagedObjects/ConnMO/LTE/APN/2/Setting/Operations/Disable</A>
-<BR>
-<A HREF="desc.html#/ManagedObjects/ConnMO/LTE/APN/3" TARGET="descFrame">/ManagedObjects/ConnMO/LTE/APN/3</A>
-<BR>
-<A HREF="desc.html#/ManagedObjects/ConnMO/LTE/APN/3/Setting" TARGET="descFrame">/ManagedObjects/ConnMO/LTE/APN/3/Setting</A>
-<BR>
-<A HREF="desc.html#/ManagedObjects/ConnMO/LTE/APN/3/Setting/Enabled" TARGET="descFrame">/ManagedObjects/ConnMO/LTE/APN/3/Setting/Enabled</A>
-<BR>
-<A HREF="desc.html#/ManagedObjects/ConnMO/LTE/APN/3/Setting/Id" TARGET="descFrame">/ManagedObjects/ConnMO/LTE/APN/3/Setting/Id</A>
-<BR>
-<A HREF="desc.html#/ManagedObjects/ConnMO/LTE/APN/3/Setting/IP" TARGET="descFrame">/ManagedObjects/ConnMO/LTE/APN/3/Setting/IP</A>
-<BR>
-<A HREF="desc.html#/ManagedObjects/ConnMO/LTE/APN/3/Setting/Name" TARGET="descFrame">/ManagedObjects/ConnMO/LTE/APN/3/Setting/Name</A>
-<BR>
-<A HREF="desc.html#/ManagedObjects/ConnMO/LTE/APN/3/Setting/Operations" TARGET="descFrame">/ManagedObjects/ConnMO/LTE/APN/3/Setting/Operations</A>
-<BR>
-<A HREF="desc.html#/ManagedObjects/ConnMO/LTE/APN/3/Setting/Operations/Disable" TARGET="descFrame">/ManagedObjects/ConnMO/LTE/APN/3/Setting/Operations/Disable</A>
-<BR>
-<A HREF="desc.html#/ManagedObjects/ConnMO/LTE/APN/3/Setting/Operations/Enable" TARGET="descFrame">/ManagedObjects/ConnMO/LTE/APN/3/Setting/Operations/Enable</A>
-<BR>
-<A HREF="desc.html#/ManagedObjects/ConnMO/LTE/APN/4" TARGET="descFrame">/ManagedObjects/ConnMO/LTE/APN/4</A>
-<BR>
-<A HREF="desc.html#/ManagedObjects/ConnMO/LTE/APN/4/Setting" TARGET="descFrame">/ManagedObjects/ConnMO/LTE/APN/4/Setting</A>
-<BR>
-<A HREF="desc.html#/ManagedObjects/ConnMO/LTE/APN/4/Setting/Enabled" TARGET="descFrame">/ManagedObjects/ConnMO/LTE/APN/4/Setting/Enabled</A>
-<BR>
-<A HREF="desc.html#/ManagedObjects/ConnMO/LTE/APN/4/Setting/Id" TARGET="descFrame">/ManagedObjects/ConnMO/LTE/APN/4/Setting/Id</A>
-<BR>
-<A HREF="desc.html#/ManagedObjects/ConnMO/LTE/APN/4/Setting/IP" TARGET="descFrame">/ManagedObjects/ConnMO/LTE/APN/4/Setting/IP</A>
-<BR>
-<A HREF="desc.html#/ManagedObjects/ConnMO/LTE/APN/4/Setting/Name" TARGET="descFrame">/ManagedObjects/ConnMO/LTE/APN/4/Setting/Name</A>
-<BR>
-<A HREF="desc.html#/ManagedObjects/ConnMO/LTE/APN/4/Setting/Operations" TARGET="descFrame">/ManagedObjects/ConnMO/LTE/APN/4/Setting/Operations</A>
-<BR>
-<A HREF="desc.html#/ManagedObjects/ConnMO/LTE/APN/4/Setting/Operations/Disable" TARGET="descFrame">/ManagedObjects/ConnMO/LTE/APN/4/Setting/Operations/Disable</A>
-<BR>
-<A HREF="desc.html#/ManagedObjects/ConnMO/LTE/APN/4/Setting/Operations/Enable" TARGET="descFrame">/ManagedObjects/ConnMO/LTE/APN/4/Setting/Operations/Enable</A>
-<BR>
-<A HREF="desc.html#/ManagedObjects/ConnMO/VZW800" TARGET="descFrame">/ManagedObjects/ConnMO/VZW800</A>
-<BR>
-<A HREF="desc.html#/ManagedObjects/ConnMO/VZW800/APN" TARGET="descFrame">/ManagedObjects/ConnMO/VZW800/APN</A>
-<BR>
-<A HREF="desc.html#/ManagedObjects/ConnMO/VZW800/APN/5" TARGET="descFrame">/ManagedObjects/ConnMO/VZW800/APN/5</A>
-<BR>
-<A HREF="desc.html#/ManagedObjects/ConnMO/VZW800/APN/5/Setting" TARGET="descFrame">/ManagedObjects/ConnMO/VZW800/APN/5/Setting</A>
-<BR>
-<A HREF="desc.html#/ManagedObjects/ConnMO/VZW800/APN/5/Setting/Enabled" TARGET="descFrame">/ManagedObjects/ConnMO/VZW800/APN/5/Setting/Enabled</A>
-<BR>
-<A HREF="desc.html#/ManagedObjects/ConnMO/VZW800/APN/5/Setting/Id" TARGET="descFrame">/ManagedObjects/ConnMO/VZW800/APN/5/Setting/Id</A>
-<BR>
-<A HREF="desc.html#/ManagedObjects/ConnMO/VZW800/APN/5/Setting/IP" TARGET="descFrame">/ManagedObjects/ConnMO/VZW800/APN/5/Setting/IP</A>
-<BR>
-<A HREF="desc.html#/ManagedObjects/ConnMO/VZW800/APN/5/Setting/Name" TARGET="descFrame">/ManagedObjects/ConnMO/VZW800/APN/5/Setting/Name</A>
-<BR>
-<A HREF="desc.html#/ManagedObjects/ConnMO/VZW800/APN/5/Setting/Operations" TARGET="descFrame">/ManagedObjects/ConnMO/VZW800/APN/5/Setting/Operations</A>
-<BR>
-<A HREF="desc.html#/ManagedObjects/ConnMO/VZW800/APN/5/Setting/Operations/Disable" TARGET="descFrame">/ManagedObjects/ConnMO/VZW800/APN/5/Setting/Operations/Disable</A>
-<BR>
-<A HREF="desc.html#/ManagedObjects/ConnMO/VZW800/APN/5/Setting/Operations/Enable" TARGET="descFrame">/ManagedObjects/ConnMO/VZW800/APN/5/Setting/Operations/Enable</A>
-<BR>
-<A HREF="desc.html#/ManagedObjects/DiagMon" TARGET="descFrame">/ManagedObjects/DiagMon</A>
-<BR>
-<A HREF="desc.html#/ManagedObjects/DiagMon/RF" TARGET="descFrame">/ManagedObjects/DiagMon/RF</A>
-<BR>
-<A HREF="desc.html#/ManagedObjects/DiagMon/RF/HomeRoam" TARGET="descFrame">/ManagedObjects/DiagMon/RF/HomeRoam</A>
-<BR>
-<A HREF="desc.html#/ManagedObjects/DiagMon/RF/CurrentSystem" TARGET="descFrame">/ManagedObjects/DiagMon/RF/CurrentSystem</A>
-<BR>
-<A HREF="desc.html#/ManagedObjects/DiagMon/RF/CurrentSystem/Data" TARGET="descFrame">/ManagedObjects/DiagMon/RF/CurrentSystem/Data</A>
-<BR>
-<A HREF="desc.html#/ManagedObjects/DiagMon/RF/CurrentSystem/Voice" TARGET="descFrame">/ManagedObjects/DiagMon/RF/CurrentSystem/Voice</A>
-<BR>
-<A HREF="desc.html#/SIM" TARGET="descFrame">/SIM</A>
-<BR>
-<A HREF="desc.html#/SIM/UICCID" TARGET="descFrame">/SIM/UICCID</A>
-<BR>
-<A HREF="desc.html#/Subscriber" TARGET="descFrame">/Subscriber</A>
-<BR>
-<A HREF="desc.html#/Subscriber/AcctSubType" TARGET="descFrame">/Subscriber/AcctSubType</A>
-<BR>
-<A HREF="desc.html#/Subscriber/AcctType" TARGET="descFrame">/Subscriber/AcctType</A>
-<BR>
-<A HREF="desc.html#/Subscriber/BAN" TARGET="descFrame">/Subscriber/BAN</A>
-<BR>
-<A HREF="desc.html#/Subscriber/BillCycleDate" TARGET="descFrame">/Subscriber/BillCycleDate</A>
-<BR>
-<A HREF="desc.html#/Subscriber/CarrierID" TARGET="descFrame">/Subscriber/CarrierID</A>
-<BR>
-<A HREF="desc.html#/Subscriber/CSA" TARGET="descFrame">/Subscriber/CSA</A>
-<BR>
-<A HREF="desc.html#/Subscriber/State" TARGET="descFrame">/Subscriber/State</A>
-<BR>
-<A HREF="desc.html#/Subscriber/UsageMode" TARGET="descFrame">/Subscriber/UsageMode</A>
-<BR>
-<A HREF="desc.html#/Subscriber/ZIPCode" TARGET="descFrame">/Subscriber/ZIPCode</A>
-<BR>
-</TD>
-</TR>
-</TABLE>
-</BODY>
-</HTML>
diff --git a/setting/dmt_data/fstab b/setting/dmt_data/fstab
deleted file mode 100644
index 125936a..0000000
--- a/setting/dmt_data/fstab
+++ /dev/null
@@ -1,13 +0,0 @@
-#PATH FILENAME (MUST END WITH .WBXML) fOR NOW, ALL subfile do not overlap
-# first file always is .
-#
-# Also parent URI must be BEFORE child URI
-#
-# This is a sample fstab - PLEASE EDIT this file to match your own tree!!!
-#
-. root.wbxml
-./DevDetail/Ext devdetail_ext.wbxml
-./DevDetail/URI devdetail_uri.wbxml
-./ManagedObjects managedobjects.wbxml
-./Customization customization.wbxml
-./Subscriber subscriber.wbxml
diff --git a/setting/dmt_data/managedobjects.wbxml b/setting/dmt_data/managedobjects.wbxml
deleted file mode 100644
index 85de5b6..0000000
--- a/setting/dmt_data/managedobjects.wbxml
+++ /dev/null
Binary files differ
diff --git a/setting/dmt_data/managedobjects.xml b/setting/dmt_data/managedobjects.xml
deleted file mode 100644
index c5b6602..0000000
--- a/setting/dmt_data/managedobjects.xml
+++ /dev/null
@@ -1,21 +0,0 @@
-<MgmtTree>
- <VerDTD>1.1.2</VerDTD>
- <Man>Motorola</Man>
- <Mod>Nexus</Mod>
-
- <Node>
- <NodeName>ManagedObjects</NodeName>
- <DFProperties>
- <DFFormat>
- <node/>
- </DFFormat>
- <AccessType>
- <Get/>
- <Add/>
- <Replace/>
- <Delete/>
- </AccessType>
- </DFProperties>
- <Type>text/plain</Type>
- </Node>
-</MgmtTree>
diff --git a/setting/dmt_data/root.bmdf b/setting/dmt_data/root.bmdf
deleted file mode 100644
index fd7c0a6..0000000
--- a/setting/dmt_data/root.bmdf
+++ /dev/null
Binary files differ
diff --git a/setting/dmt_data/root.mdf b/setting/dmt_data/root.mdf
deleted file mode 100644
index 76ecdbe..0000000
--- a/setting/dmt_data/root.mdf
+++ /dev/null
@@ -1,1083 +0,0 @@
-[.]
-type:node
-access:Get,Replace,Add,Delete,Exec
-mime:text/plain
-[/CDMA]
-type:node
-access:Get
-[/CDMA/BC10]
-type:int
-access:Get,Replace
-[/CDMA/BC14]
-type:int
-access:Get,Replace
-[/CDMA/RoamPreference]
-type:bin
-access:Get,Replace
-[/CDMA/SO68]
-type:int
-access:Get,Replace
-[/CDMA/1xA]
-type:node
-access:Get
-[/CDMA/1xA/Enabled]
-type:int
-access:Replace,Get
-[/CDMA/3GPD]
-type:node
-access:Get
-[/CDMA/3GPD/*]
-type:node
-access:Get,Add,Replace,Delete
-[/CDMA/3GPD/*/AuthAlgoAAA]
-type:chr
-access:Add,Get,Replace,Delete
-mime:text/plain
-[/CDMA/3GPD/*/AuthAlgoHA]
-type:chr
-access:Get,Replace,Add,Delete
-mime:text/plain
-[/CDMA/3GPD/*/MobileIpAddress]
-type:chr
-access:Get,Replace,Add,Delete
-mime:text/plain
-[/CDMA/3GPD/*/NAI]
-type:chr
-access:Get,Replace,Add,Delete
-mime:text/plain
-[/CDMA/3GPD/*/PasswordAAA]
-type:chr
-access:Get,Replace,Add,Delete
-mime:text/plain
-[/CDMA/3GPD/*/PasswordHA]
-type:chr
-access:Get,Replace,Add,Delete
-mime:text/plain
-[/CDMA/3GPD/*/PriHAIp]
-type:chr
-access:Get,Replace,Add,Delete
-mime:text/plain
-[/CDMA/3GPD/*/ReverseTunneling]
-type:chr
-access:Get,Replace,Add,Delete
-mime:text/plain
-[/CDMA/3GPD/*/SecHAIp]
-type:chr
-access:Get,Replace,Add,Delete
-mime:text/plain
-[/CDMA/3GPD/*/SpiAAA]
-type:chr
-access:Get,Replace,Add,Delete
-mime:text/plain
-[/CDMA/3GPD/*/SpiHA]
-type:chr
-access:Get,Replace,Add,Delete
-mime:text/plain
-[/CDMA/B25]
-type:node
-access:Get
-[/CDMA/B25/enablement]
-type:int
-access:Get,Replace
-mime:text/plain
-[/CDMA/B25/scanpriority]
-type:int
-access:Get,Replace
-mime:text/plain
-[/CDMA/B26]
-type:node
-access:Get
-[/CDMA/B26/enablement]
-type:int
-access:Get,Replace
-mime:text/plain
-[/CDMA/B26/scanpriority]
-type:int
-access:Get,Replace
-mime:text/plain
-[/CDMA/B41]
-type:node
-access:Get
-[/CDMA/B41/enablement]
-type:int
-access:Get,Replace
-mime:text/plain
-[/CDMA/B41/scanpriority]
-type:int
-access:Get,Replace
-mime:text/plain
-[/CDMA/EHRPD]
-type:node
-access:Get
-[/CDMA/EHRPD/Enabled]
-type:int
-access:Get,Replace,Add,Delete
-mime:text/plain
-[/CDMA/NAM]
-type:node
-access:Get
-[/CDMA/NAM/CdmaNam]
-type:bin
-access:Get,Replace
-mime:text/plain
-[/CDMA/NAM/MobDirNum]
-type:bin
-maxLen:31
-access:Get,Replace
-mime:text/plain
-[/CDMA/PRL]
-type:node
-access:Get,Replace
-[/CDMA/PRL/PrefRoamList]
-type:bin
-access:Get,Replace
-[/CDMA/SO73]
-type:node
-access:Get
-[/CDMA/SO73/COP0]
-type:int
-access:Replace,Get
-[/CDMA/SO73/COP1to7]
-type:int
-access:Replace,Get
-[/Con]
-type:node
-access:Get,Replace
-[/Con/HPPTT]
-type:node
-access:Get,Replace
-[/Con/HPPTT/Enabled]
-type:bool
-access:Replace,Get,Delete
-[/Con/HPPTT/UserAddress]
-type:chr
-access:Replace,Get,Delete
-[/CSIM]
-type:node
-access:Get
-[/CSIM/CoverageObj]
-type:bin
-access:Get,Replace
-mime:text/plain
-[/CSIM/ProvObj]
-type:bin
-access:Get,Replace
-mime:text/plain
-[/Customization]
-type:node
-access:Get,Add,Replace
-[/Customization/BrandAlpha]
-type:chr
-access:Get,Add,Replace,Delete
-mime:text/plain
-[/Customization/CarrierLegal]
-type:bin
-access:Get,Add,Replace,Delete
-mime:text/plain
-[/Customization/CustID]
-type:chr
-maxLen:31
-access:Get
-mime:text/plain
-[/Customization/DiagMSLReq]
-type:int
-access:Get,Add,Replace,Delete
-mime:text/plain
-[/Customization/LaunchID]
-type:int
-access:Get,Add,Replace,Delete
-[/Customization/LaunchZone]
-type:int
-access:Get,Add,Replace,Delete
-[/Customization/TetheredData]
-type:int
-access:Get,Add,Replace,Delete
-mime:text/plain
-[/Customization/ADC]
-type:node
-access:Get,Add,Replace
-[/Customization/ADC/Eighteenth]
-type:chr
-access:Get,Add,Replace,Delete
-mime:text/plain
-[/Customization/ADC/Eigth]
-type:chr
-access:Get,Add,Replace,Delete
-mime:text/plain
-[/Customization/ADC/Elevnth]
-type:chr
-access:Get,Add,Replace,Delete
-mime:text/plain
-[/Customization/ADC/Fifteenth]
-type:chr
-access:Get,Add,Replace,Delete
-mime:text/plain
-[/Customization/ADC/Fifth]
-type:chr
-access:Get,Add,Replace,Delete
-mime:text/plain
-[/Customization/ADC/First]
-type:chr
-access:Get,Add,Replace,Delete
-mime:text/plain
-[/Customization/ADC/Fourteenth]
-type:chr
-access:Get,Add,Replace,Delete
-mime:text/plain
-[/Customization/ADC/Fourth]
-type:chr
-access:Get,Add,Replace,Delete
-mime:text/plain
-[/Customization/ADC/Ninth]
-type:chr
-access:Get,Add,Replace,Delete
-mime:text/plain
-[/Customization/ADC/Second]
-type:chr
-access:Get,Add,Replace,Delete
-mime:text/plain
-[/Customization/ADC/Seventeenth]
-type:chr
-access:Get,Add,Replace,Delete
-mime:text/plain
-[/Customization/ADC/Seventh]
-type:chr
-access:Get,Add,Replace,Delete
-mime:text/plain
-[/Customization/ADC/Sixteenth]
-type:chr
-access:Get,Add,Replace,Delete
-mime:text/plain
-[/Customization/ADC/Sixth]
-type:chr
-access:Get,Add,Replace,Delete
-mime:text/plain
-[/Customization/ADC/Tenth]
-type:chr
-access:Get,Add,Replace,Delete
-mime:text/plain
-[/Customization/ADC/Third]
-type:chr
-access:Get,Add,Replace,Delete
-mime:text/plain
-[/Customization/ADC/Thirteenth]
-type:chr
-access:Get,Add,Replace,Delete
-mime:text/plain
-[/Customization/ADC/Twelfth]
-type:chr
-access:Get,Add,Replace,Delete
-mime:text/plain
-[/Customization/Android]
-type:node
-access:Get,Add,Replace
-[/Customization/Android/ClientID]
-type:node
-access:Get,Add,Replace
-[/Customization/Android/ClientID/AndroidMarket]
-type:chr
-access:Get,Add,Replace,Delete
-mime:text/plain
-[/Customization/Android/ClientID/MobileSearch]
-type:chr
-access:Get,Add,Replace,Delete
-mime:text/plain
-[/Customization/Android/ClientID/Youtube]
-type:chr
-access:Get,Add,Replace,Delete
-mime:text/plain
-[/Customization/Android/OperatorID]
-type:node
-access:Get,Add,Replace
-[/Customization/Android/OperatorID/NetworkCode]
-type:chr
-access:Get,Add,Replace,Delete
-mime:text/plain
-[/Customization/Browser]
-type:node
-access:Get,Add,Replace
-[/Customization/Browser/Homepage]
-type:chr
-access:Get,Add,Replace,Delete
-mime:text/plain
-[/Customization/Browser/SearchEngine]
-type:chr
-access:Get,Add,Replace,Delete
-mime:text/plain
-[/Customization/Browser/UAProfURL]
-type:chr
-access:Get,Add,Replace,Delete
-mime:text/plain
-[/Customization/CallIntercept]
-type:node
-access:Get,Add,Replace
-[/Customization/CallIntercept/Eight]
-type:chr
-access:Get,Add,Replace,Delete
-mime:text/plain
-[/Customization/CallIntercept/Eleventh]
-type:chr
-access:Get,Add,Replace,Delete
-mime:text/plain
-[/Customization/CallIntercept/Fifth]
-type:chr
-access:Get,Add,Replace,Delete
-mime:text/plain
-[/Customization/CallIntercept/First]
-type:chr
-access:Get,Add,Replace,Delete
-mime:text/plain
-[/Customization/CallIntercept/Fourth]
-type:chr
-access:Get,Add,Replace,Delete
-mime:text/plain
-[/Customization/CallIntercept/Ninth]
-type:chr
-access:Get,Add,Replace,Delete
-mime:text/plain
-[/Customization/CallIntercept/Second]
-type:chr
-access:Get,Add,Replace,Delete
-mime:text/plain
-[/Customization/CallIntercept/Seventh]
-type:chr
-access:Get,Add,Replace,Delete
-mime:text/plain
-[/Customization/CallIntercept/Sixth]
-type:chr
-access:Get,Add,Replace,Delete
-mime:text/plain
-[/Customization/CallIntercept/Tenth]
-type:chr
-access:Get,Add,Replace,Delete
-mime:text/plain
-[/Customization/CallIntercept/Third]
-type:chr
-access:Get,Add,Replace,Delete
-mime:text/plain
-[/Customization/CallIntercept/Twelfth]
-type:chr
-access:Get,Add,Replace,Delete
-mime:text/plain
-[/Customization/Contacts]
-type:node
-access:Get,Add,Replace
-[/Customization/Contacts/Fifth]
-type:chr
-access:Get,Add,Replace,Delete
-mime:text/plain
-[/Customization/Contacts/First]
-type:chr
-access:Get,Add,Replace,Delete
-mime:text/plain
-[/Customization/Contacts/Fourth]
-type:chr
-access:Get,Add,Replace,Delete
-mime:text/plain
-[/Customization/Contacts/Second]
-type:chr
-access:Get,Add,Replace,Delete
-mime:text/plain
-[/Customization/Contacts/Sixth]
-type:chr
-access:Get,Add,Replace,Delete
-mime:text/plain
-[/Customization/Contacts/Third]
-type:chr
-access:Get,Add,Replace,Delete
-mime:text/plain
-[/Customization/EnabledApps]
-type:node
-access:Get,Add,Replace
-[/Customization/EnabledApps/Skyfire]
-type:int
-access:Get,Add,Replace,Delete
-mime:text/plain
-[/Customization/EnabledApps/Touch]
-type:int
-access:Get,Add,Replace,Delete
-mime:text/plain
-[/Customization/EnabledApps/VoWifi]
-type:int
-access:Get,Add,Replace,Delete
-mime:text/plain
-[/Customization/EnabledApps/VVM]
-type:int
-access:Get,Add,Replace,Delete
-mime:text/plain
-[/Customization/MMS]
-type:node
-access:Get,Add,Replace
-[/Customization/MMS/Proxy]
-type:chr
-access:Get,Add,Replace,Delete
-mime:text/plain
-[/Customization/MMS/ServerUrl]
-type:chr
-access:Get,Add,Replace,Delete
-mime:text/plain
-[/Customization/RoamPreference]
-type:node
-access:Get,Add,Replace
-[/Customization/RoamPreference/HomeOnly]
-type:int
-access:Get,Add,Replace,Delete
-mime:text/plain
-[/Customization/RoamPreference/MenuDisplay]
-type:int
-access:Get,Add,Replace,Delete
-mime:text/plain
-[/Customization/Wifi]
-type:node
-access:Get,Add,Replace
-[/Customization/Wifi/DomRoamMaxUsers]
-type:int
-access:Get,Add,Replace,Delete
-mime:text/plain
-[/Customization/Wifi/GSMMaxUsers]
-type:int
-access:Get,Add,Replace,Delete
-mime:text/plain
-[/Customization/Wifi/IntRoamMaxUsers]
-type:int
-access:Get,Add,Replace,Delete
-mime:text/plain
-[/Customization/Wifi/MaxUsers]
-type:int
-access:Get,Add,Replace,Delete
-mime:text/plain
-[/Customization/Wifi/SSID]
-type:chr
-access:Get,Add,Replace,Delete
-mime:text/plain
-[/DevDetail]
-type:node
-access:Get
-[/DevDetail/DevTyp]
-type:chr
-maxLen:31
-access:Get
-mime:text/plain
-[/DevDetail/ESNV]
-type:chr
-maxLen:31
-access:Get,Replace
-mime:text/plain
-[/DevDetail/FlexV]
-type:chr
-maxLen:31
-access:Get,Replace
-mime:text/plain
-[/DevDetail/FwV]
-type:chr
-maxLen:31
-access:Get
-mime:text/plain
-default:1.0
-[/DevDetail/HwV]
-type:chr
-maxLen:31
-access:Get
-mime:text/plain
-[/DevDetail/LrgObj]
-type:bool
-access:Get
-mime:text/plain
-default:true
-[/DevDetail/OEM]
-type:chr
-maxLen:31
-access:Get
-mime:text/plain
-[/DevDetail/PRIChecksum]
-type:chr
-maxLen:31
-access:Get,Replace
-mime:text/plain
-[/DevDetail/PRLV]
-type:chr
-maxLen:31
-access:Get,Replace
-mime:text/plain
-[/DevDetail/SwV]
-type:chr
-maxLen:31
-access:Get
-mime:text/plain
-[/DevDetail/Bearer]
-type:node
-access:Get,Replace
-[/DevDetail/Bearer/CDMA]
-type:chr
-maxLen:16
-access:Get,Replace
-mime:text/plain
-[/DevDetail/Bearer/GSM]
-type:chr
-maxLen:16
-access:Get,Replace
-mime:text/plain
-[/DevDetail/Ext]
-type:node
-access:Get,Add
-[/DevDetail/Ext/LastUpdateTime]
-type:chr
-access:Get
-mime:text/plain
-[/DevDetail/Ext/PreFwV]
-type:chr
-access:Get
-mime:text/plain
-[/DevDetail/Ext/SystemV]
-type:chr
-access:Get
-mime:text/plain
-[/DevDetail/Ext/WLANMacAddr]
-type:chr
-access:Get
-mime:text/plain
-[/DevDetail/Ext/DateTime]
-type:node
-access:Get
-[/DevDetail/Ext/DateTime/Date]
-type:chr
-access:Get
-mime:text/plain
-[/DevDetail/Ext/DateTime/TimeUTC]
-type:chr
-access:Get
-mime:text/plain
-[/DevDetail/Ext/SystemSettings]
-type:node
-access:Get
-[/DevDetail/Ext/SystemSettings/AllowUnknownSources]
-type:bool
-mime:text/plain
-access:Get,Replace
-[/DevDetail/URI]
-type:node
-access:Get
-[/DevDetail/URI/MaxDepth]
-type:int
-access:Get
-mime:text/plain
-[/DevDetail/URI/MaxSegLen]
-type:int
-access:Get
-mime:text/plain
-[/DevDetail/URI/MaxTotLen]
-type:int
-access:Get
-mime:text/plain
-[/DevInfo]
-type:node
-access:Get
-[/DevInfo/DevId]
-type:chr
-maxLen:31
-access:Get,Add,Replace
-mime:text/plain
-default:1.0
-[/DevInfo/DmV]
-type:chr
-maxLen:31
-access:Get,Add,Replace
-mime:text/plain
-default:1.0
-[/DevInfo/Lang]
-type:chr
-maxLen:31
-access:Get,Replace
-mime:text/plain
-[/DevInfo/LangAuto]
-type:bool
-mime:text/plain
-access:Get,Replace
-[/DevInfo/Loc]
-type:chr
-maxLen:2
-access:Get,Replace
-mime:text/plain
-[/DevInfo/Man]
-type:chr
-maxLen:31
-access:Get,Replace
-mime:text/plain
-[/DevInfo/Mod]
-type:chr
-maxLen:31
-access:Get,Replace
-mime:text/plain
-default:1.0
-[/DevInfo/Sort]
-type:chr
-access:Get,Replace
-mime:text/plain
-[/DevInfo/Bearer]
-type:node
-access:Get,Add,Replace,Delete
-[/DevInfo/Bearer/GSM]
-type:chr
-maxLen:31
-access:Get,Replace
-mime:text/plain
-default:1.0
-[/DevInfo/Ext]
-type:node
-access:Get,Add,Replace,Delete
-[/DMAcc]
-type:node
-access:Get,Add,Replace,Delete
-[/DMAcc/*]
-type:node
-access:Get,Add,Replace,Delete
-[/DMAcc/*/AAuthPref]
-type:chr
-access:Get,Add,Replace,Delete
-mime:text/plain
-[/DMAcc/*/AppID]
-type:chr
-access:Get,Add,Replace,Delete
-mime:text/plain
-[/DMAcc/*/Name]
-type:chr
-access:Get,Add,Replace,Delete
-mime:text/plain
-[/DMAcc/*/PrefConRef]
-type:chr
-access:Get,Add,Replace,Delete
-mime:text/plain
-[/DMAcc/*/ServerID]
-type:chr
-access:Get,Add,Replace,Delete
-mime:text/plain
-[/DMAcc/*/AppAddr]
-type:node
-access:Get,Add,Replace,Delete
-[/DMAcc/*/AppAddr/*]
-type:node
-access:Get,Add,Replace,Delete
-[/DMAcc/*/AppAddr/*/Addr]
-type:chr
-access:Get,Add,Replace,Delete
-mime:text/plain
-[/DMAcc/*/AppAddr/*/AddrType]
-type:chr
-access:Get,Add,Replace,Delete
-mime:text/plain
-[/DMAcc/*/AppAddr/*/Port]
-type:node
-access:Get,Add,Replace,Delete
-[/DMAcc/*/AppAddr/*/Port/*]
-type:node
-access:Get,Add,Replace,Delete
-[/DMAcc/*/AppAddr/*/Port/*/PortNbr]
-type:chr
-access:Get,Add,Replace,Delete
-mime:text/plain
-[/DMAcc/*/AppAuth]
-type:node
-access:Get,Add,Replace,Delete
-[/DMAcc/*/AppAuth/*]
-type:node
-access:Get,Add,Replace,Delete
-[/DMAcc/*/AppAuth/*/AAuthData]
-type:chr
-access:Get,Add,Replace,Delete
-mime:text/plain
-[/DMAcc/*/AppAuth/*/AAuthLevel]
-type:chr
-access:Get,Add,Replace,Delete
-mime:text/plain
-values:CLCRED,SRVCRED,OBEX,HTTP
-[/DMAcc/*/AppAuth/*/AAuthName]
-type:chr
-access:Get,Add,Replace,Delete
-mime:text/plain
-[/DMAcc/*/AppAuth/*/AAuthSecret]
-type:chr
-access:Get,Add,Replace,Delete
-mime:text/plain
-[/DMAcc/*/AppAuth/*/AAuthType]
-type:chr
-access:Get,Add,Replace,Delete
-mime:text/plain
-values:HTTP-BASIC,HTTP-DIGEST,BASIC,DIGEST,HMAC,X509,SECUREID,SAFEWORD,DIGIPASS,TRANSPORT
-[/DMAcc/*/Ext]
-type:node
-access:Get,Add,Replace,Delete
-[/DMAcc/*/Ext/LastClientAuthType]
-type:chr
-access:Get,Add,Replace,Delete
-mime:text/plain
-[/DMAcc/*/ToConRef]
-type:node
-access:Get,Add,Replace,Delete
-[/DMAcc/*/ToConRef/*]
-type:node
-access:Get,Add,Replace,Delete
-[/DMAcc/*/ToConRef/*/ConRef]
-type:chr
-access:Get,Add,Replace,Delete
-mime:text/plain
-[/LTE]
-type:node
-access:Get
-[/LTE/APN]
-type:node
-access:Get
-[/LTE/APN/0]
-type:chr
-access:Get,Replace
-mime:text/plain
-[/LTE/APN/1]
-type:chr
-access:Get,Replace
-mime:text/plain
-[/LTE/APN/2]
-type:chr
-access:Get,Replace
-mime:text/plain
-[/LTE/APN/3]
-type:chr
-access:Get,Replace
-mime:text/plain
-[/LTE/APN/4]
-type:chr
-access:Get,Replace
-mime:text/plain
-[/LTE/APN/5]
-type:chr
-access:Get,Replace
-mime:text/plain
-[/LTE/APN/6]
-type:chr
-access:Get,Replace
-mime:text/plain
-[/LTE/APN/7]
-type:chr
-access:Get,Replace
-mime:text/plain
-[/LTE/Service]
-type:node
-access:Get
-[/LTE/Service/Enabled]
-type:int
-access:Get,Replace
-[/LTE/Service/Forced]
-type:int
-access:Get,Replace
-[/ManagedObjects]
-type:node
-access:Get,Add,Replace,Delete
-[/ManagedObjects/ConnMO]
-type:node
-access:Get
-[/ManagedObjects/ConnMO/ext]
-type:node
-access:Get
-[/ManagedObjects/ConnMO/ext/Settings]
-type:node
-access:Get
-[/ManagedObjects/ConnMO/ext/Settings/t_1xRTT]
-type:chr
-mime:text/plain
-access:Get,Replace
-[/ManagedObjects/ConnMO/ext/Settings/t_mpsr]
-type:chr
-mime:text/plain
-access:Get,Replace
-[/ManagedObjects/ConnMO/ext/Settings/tbsr_cdma]
-type:chr
-mime:text/plain
-access:Get,Replace
-[/ManagedObjects/ConnMO/IMS]
-type:node
-access:Get
-[/ManagedObjects/ConnMO/IMS/Setting]
-type:node
-access:Get
-[/ManagedObjects/ConnMO/IMS/Setting/Domain]
-type:chr
-mime:text/plain
-access:Get,Replace
-[/ManagedObjects/ConnMO/IMS/Setting/SIPT1]
-type:int
-mime:text/plain
-access:Get,Replace
-[/ManagedObjects/ConnMO/IMS/Setting/SIPT2]
-type:int
-mime:text/plain
-access:Get,Replace
-[/ManagedObjects/ConnMO/IMS/Setting/SIPTf]
-type:int
-mime:text/plain
-access:Get,Replace
-[/ManagedObjects/ConnMO/IMS/Setting/sms_over_IP_network_indication]
-type:bool
-mime:text/plain
-access:Get,Replace
-[/ManagedObjects/ConnMO/IMS/Setting/smsformat]
-type:chr
-mime:text/plain
-access:Get,Replace
-[/ManagedObjects/ConnMO/IPV6Enable]
-type:node
-access:Get
-[/ManagedObjects/ConnMO/IPV6Enable/Setting]
-type:node
-access:Get
-[/ManagedObjects/ConnMO/IPV6Enable/Setting/Enabled]
-type:bool
-mime:text/plain
-access:Get
-[/ManagedObjects/ConnMO/IPV6Enable/Setting/Operations]
-type:node
-access:Get
-[/ManagedObjects/ConnMO/IPV6Enable/Setting/Operations/Disable]
-type:bool
-mime:text/plain
-access:Get,Exec
-[/ManagedObjects/ConnMO/IPV6Enable/Setting/Operations/Enable]
-type:bool
-mime:text/plain
-access:Get,Exec
-[/ManagedObjects/ConnMO/LTE]
-type:node
-access:Get
-[/ManagedObjects/ConnMO/LTE/APN]
-type:node
-access:Get
-[/ManagedObjects/ConnMO/LTE/APN/1]
-type:node
-access:Get
-[/ManagedObjects/ConnMO/LTE/APN/1/Setting]
-type:node
-access:Get
-[/ManagedObjects/ConnMO/LTE/APN/1/Setting/Enabled]
-type:bool
-mime:text/plain
-access:Get
-[/ManagedObjects/ConnMO/LTE/APN/1/Setting/Id]
-type:int
-mime:text/plain
-access:Get
-[/ManagedObjects/ConnMO/LTE/APN/1/Setting/IP]
-type:chr
-mime:text/plain
-access:Get,Replace
-[/ManagedObjects/ConnMO/LTE/APN/1/Setting/Name]
-type:chr
-mime:text/plain
-access:Get,Replace
-[/ManagedObjects/ConnMO/LTE/APN/1/Setting/Operations]
-type:node
-access:Get
-[/ManagedObjects/ConnMO/LTE/APN/1/Setting/Operations/Disable]
-type:bool
-mime:text/plain
-access:Get,Exec
-[/ManagedObjects/ConnMO/LTE/APN/2]
-type:node
-access:Get
-[/ManagedObjects/ConnMO/LTE/APN/2/Setting]
-type:node
-access:Get
-[/ManagedObjects/ConnMO/LTE/APN/2/Setting/Enabled]
-type:bool
-mime:text/plain
-access:Get
-[/ManagedObjects/ConnMO/LTE/APN/2/Setting/Id]
-type:int
-mime:text/plain
-access:Get
-[/ManagedObjects/ConnMO/LTE/APN/2/Setting/IP]
-type:chr
-mime:text/plain
-access:Get,Replace
-[/ManagedObjects/ConnMO/LTE/APN/2/Setting/Name]
-type:chr
-mime:text/plain
-access:Get,Replace
-[/ManagedObjects/ConnMO/LTE/APN/2/Setting/Operations]
-type:node
-access:Get
-[/ManagedObjects/ConnMO/LTE/APN/2/Setting/Operations/Disable]
-type:bool
-mime:text/plain
-access:Get,Exec
-[/ManagedObjects/ConnMO/LTE/APN/3]
-type:node
-access:Get
-[/ManagedObjects/ConnMO/LTE/APN/3/Setting]
-type:node
-access:Get
-[/ManagedObjects/ConnMO/LTE/APN/3/Setting/Enabled]
-type:bool
-mime:text/plain
-access:Get
-[/ManagedObjects/ConnMO/LTE/APN/3/Setting/Id]
-type:int
-mime:text/plain
-access:Get
-[/ManagedObjects/ConnMO/LTE/APN/3/Setting/IP]
-type:chr
-mime:text/plain
-access:Get,Replace
-[/ManagedObjects/ConnMO/LTE/APN/3/Setting/Name]
-type:chr
-mime:text/plain
-access:Get,Replace
-[/ManagedObjects/ConnMO/LTE/APN/3/Setting/Operations]
-type:node
-access:Get
-[/ManagedObjects/ConnMO/LTE/APN/3/Setting/Operations/Disable]
-type:bool
-mime:text/plain
-access:Get,Exec
-[/ManagedObjects/ConnMO/LTE/APN/3/Setting/Operations/Enable]
-type:bool
-mime:text/plain
-access:Get,Exec
-[/ManagedObjects/ConnMO/LTE/APN/4]
-type:node
-access:Get
-[/ManagedObjects/ConnMO/LTE/APN/4/Setting]
-type:node
-access:Get
-[/ManagedObjects/ConnMO/LTE/APN/4/Setting/Enabled]
-type:bool
-mime:text/plain
-access:Get
-[/ManagedObjects/ConnMO/LTE/APN/4/Setting/Id]
-type:int
-mime:text/plain
-access:Get
-[/ManagedObjects/ConnMO/LTE/APN/4/Setting/IP]
-type:chr
-mime:text/plain
-access:Get,Replace
-[/ManagedObjects/ConnMO/LTE/APN/4/Setting/Name]
-type:chr
-mime:text/plain
-access:Get,Replace
-[/ManagedObjects/ConnMO/LTE/APN/4/Setting/Operations]
-type:node
-access:Get
-[/ManagedObjects/ConnMO/LTE/APN/4/Setting/Operations/Disable]
-type:bool
-mime:text/plain
-access:Get,Exec
-[/ManagedObjects/ConnMO/LTE/APN/4/Setting/Operations/Enable]
-type:bool
-mime:text/plain
-access:Get,Exec
-[/ManagedObjects/ConnMO/VZW800]
-type:node
-access:Get
-[/ManagedObjects/ConnMO/VZW800/APN]
-type:node
-access:Get
-[/ManagedObjects/ConnMO/VZW800/APN/5]
-type:node
-access:Get
-[/ManagedObjects/ConnMO/VZW800/APN/5/Setting]
-type:node
-access:Get
-[/ManagedObjects/ConnMO/VZW800/APN/5/Setting/Enabled]
-type:bool
-mime:text/plain
-access:Get
-[/ManagedObjects/ConnMO/VZW800/APN/5/Setting/Id]
-type:int
-mime:text/plain
-access:Get
-[/ManagedObjects/ConnMO/VZW800/APN/5/Setting/IP]
-type:chr
-mime:text/plain
-access:Get,Replace
-[/ManagedObjects/ConnMO/VZW800/APN/5/Setting/Name]
-type:chr
-mime:text/plain
-access:Get,Replace
-[/ManagedObjects/ConnMO/VZW800/APN/5/Setting/Operations]
-type:node
-access:Get
-[/ManagedObjects/ConnMO/VZW800/APN/5/Setting/Operations/Disable]
-type:bool
-mime:text/plain
-access:Get,Exec
-[/ManagedObjects/ConnMO/VZW800/APN/5/Setting/Operations/Enable]
-type:bool
-mime:text/plain
-access:Get,Exec
-[/ManagedObjects/DiagMon]
-type:node
-access:Get
-[/ManagedObjects/DiagMon/RF]
-type:node
-access:Get
-[/ManagedObjects/DiagMon/RF/HomeRoam]
-type:chr
-maxLen:31
-access:Get
-mime:text/plain
-[/ManagedObjects/DiagMon/RF/CurrentSystem]
-type:node
-access:Get
-[/ManagedObjects/DiagMon/RF/CurrentSystem/Data]
-type:chr
-maxLen:31
-access:Get
-mime:text/plain
-[/ManagedObjects/DiagMon/RF/CurrentSystem/Voice]
-type:chr
-maxLen:31
-access:Get
-mime:text/plain
-[/SIM]
-type:node
-access:Get
-[/SIM/UICCID]
-type:chr
-access:Get,Replace
-mime:text/plain
-[/Subscriber]
-type:node
-access:Get,Replace
-[/Subscriber/AcctSubType]
-type:chr
-access:Get,Replace
-mime:text/plain
-[/Subscriber/AcctType]
-type:chr
-access:Get,Replace
-mime:text/plain
-[/Subscriber/BAN]
-type:chr
-access:Get,Replace
-mime:text/plain
-[/Subscriber/BillCycleDate]
-type:chr
-access:Get,Replace
-mime:text/plain
-[/Subscriber/CarrierID]
-type:chr
-access:Get,Replace
-mime:text/plain
-[/Subscriber/CSA]
-type:chr
-access:Get,Replace
-mime:text/plain
-[/Subscriber/State]
-type:chr
-access:Get,Replace
-mime:text/plain
-[/Subscriber/UsageMode]
-type:chr
-access:Get,Replace
-mime:text/plain
-[/Subscriber/ZIPCode]
-type:chr
-access:Get,Replace
-mime:text/plain
diff --git a/setting/dmt_data/root.wbxml b/setting/dmt_data/root.wbxml
deleted file mode 100644
index a57d680..0000000
--- a/setting/dmt_data/root.wbxml
+++ /dev/null
Binary files differ
diff --git a/setting/dmt_data/root.xml b/setting/dmt_data/root.xml
deleted file mode 100644
index 002cda9..0000000
--- a/setting/dmt_data/root.xml
+++ /dev/null
@@ -1,286 +0,0 @@
-<MgmtTree>
- <VerDTD>1.1.2</VerDTD>
- <Man>Motorola</Man>
- <Mod>Nexus</Mod>
-
- <Node>
- <NodeName>.</NodeName>
- <DFProperties>
- <DFFormat>
- <node/>
- </DFFormat>
- <AccessType>
- <Get/>
- <Replace/>
- <Add/>
- <Delete/>
- <Exec/>
- </AccessType>
- </DFProperties>
- <Type>text/plain</Type>
-
- <Node>
- <NodeName>DevDetail</NodeName>
- <DFProperties>
- <DFFormat>
- <node/>
- </DFFormat>
- <AccessType>
- <Get/>
- </AccessType>
- </DFProperties>
- <Type>text/plain</Type>
-
- <Node>
- <NodeName>ESNV</NodeName>
- <DFProperties>
- <DFFormat>
- <chr/>
- </DFFormat>
- <AccessType>
- <Get/>
- <Replace/>
- </AccessType>
- </DFProperties>
- <Type>text/plain</Type>
- <Data>1.0</Data>
- </Node>
-
- <Node>
- <NodeName>FlexV</NodeName>
- <DFProperties>
- <DFFormat>
- <chr/>
- </DFFormat>
- <AccessType>
- <Get/>
- <Replace/>
- </AccessType>
- </DFProperties>
- <Type>text/plain</Type>
- <Data>1.0</Data>
- </Node>
-
- <Node>
- <NodeName>LrgObj</NodeName>
- <DFProperties>
- <DFFormat>
- <bool/>
- </DFFormat>
- <AccessType>
- <Get/>
- </AccessType>
- </DFProperties>
- <Type>text/plain</Type>
- <Data>true</Data>
- </Node>
-
- <Node>
- <NodeName>OEM</NodeName>
- <DFProperties>
- <DFFormat>
- <chr/>
- </DFFormat>
- <AccessType>
- <Get/>
- </AccessType>
- </DFProperties>
- <Type>text/plain</Type>
- <Data>Google</Data>
- </Node>
-
- <Node>
- <NodeName>PRIChecksum</NodeName>
- <DFProperties>
- <DFFormat>
- <chr/>
- </DFFormat>
- <AccessType>
- <Get/>
- <Replace/>
- </AccessType>
- </DFProperties>
- <Type>text/plain</Type>
- <Data>111111</Data>
- </Node>
-
- <Node>
- <NodeName>PRLV</NodeName>
- <DFProperties>
- <DFFormat>
- <chr/>
- </DFFormat>
- <AccessType>
- <Get/>
- <Replace/>
- </AccessType>
- </DFProperties>
- <Type>text/plain</Type>
- <Data>1.0</Data>
- </Node>
-
- <Node>
- <NodeName>Bearer</NodeName>
- <DFProperties>
- <DFFormat>
- <node/>
- </DFFormat>
- <AccessType>
- <Get/>
- <Replace/>
- </AccessType>
- </DFProperties>
- <Type>text/plain</Type>
-
- <Node>
- <NodeName>CDMA</NodeName>
- <DFProperties>
- <DFFormat>
- <chr/>
- </DFFormat>
- <AccessType>
- <Get/>
- <Replace/>
- </AccessType>
- </DFProperties>
- <Type>text/plain</Type>
- </Node>
-
- <Node>
- <NodeName>GSM</NodeName>
- <DFProperties>
- <DFFormat>
- <chr/>
- </DFFormat>
- <AccessType>
- <Get/>
- <Replace/>
- </AccessType>
- </DFProperties>
- <Type>text/plain</Type>
- <Data>1900-GSM</Data>
- </Node>
- </Node>
- </Node>
-
- <Node>
- <NodeName>DevInfo</NodeName>
- <DFProperties>
- <DFFormat>
- <node/>
- </DFFormat>
- <AccessType>
- <Get/>
- </AccessType>
- </DFProperties>
- <Type>text/plain</Type>
-
- <Node>
- <NodeName>LangAuto</NodeName>
- <DFProperties>
- <DFFormat>
- <bool/>
- </DFFormat>
- <AccessType>
- <Get/>
- <Replace/>
- </AccessType>
- </DFProperties>
- <Type>text/plain</Type>
- <Data>false</Data>
- </Node>
-
- <Node>
- <NodeName>Loc</NodeName>
- <DFProperties>
- <DFFormat>
- <chr/>
- </DFFormat>
- <AccessType>
- <Get/>
- <Replace/>
- </AccessType>
- </DFProperties>
- <Type>text/plain</Type>
- <Data>US</Data>
- </Node>
-
- <Node>
- <NodeName>Sort</NodeName>
- <DFProperties>
- <DFFormat>
- <chr/>
- </DFFormat>
- <AccessType>
- <Get/>
- <Replace/>
- </AccessType>
- </DFProperties>
- <Type>text/plain</Type>
- <Data>Latin</Data>
- </Node>
-
- <Node>
- <NodeName>Bearer</NodeName>
- <DFProperties>
- <DFFormat>
- <node/>
- </DFFormat>
- <AccessType>
- <Get/>
- <Add/>
- <Replace/>
- <Delete/>
- </AccessType>
- </DFProperties>
- <Type>text/plain</Type>
-
- <Node>
- <NodeName>GSM</NodeName>
- <DFProperties>
- <DFFormat>
- <chr/>
- </DFFormat>
- <AccessType>
- <Get/>
- <Replace/>
- </AccessType>
- </DFProperties>
- <Type>text/plain</Type>
- </Node>
- </Node>
-
- <Node>
- <NodeName>Ext</NodeName>
- <DFProperties>
- <DFFormat>
- <node/>
- </DFFormat>
- <AccessType>
- <Get/>
- <Add/>
- <Replace/>
- <Delete/>
- </AccessType>
- </DFProperties>
- <Type>text/plain</Type>
- </Node>
- </Node>
-
- <Node>
- <NodeName>DMAcc</NodeName>
- <DFProperties>
- <DFFormat>
- <node/>
- </DFFormat>
- <AccessType>
- <Get/>
- <Add/>
- <Replace/>
- <Delete/>
- </AccessType>
- </DFProperties>
- <Type>text/plain</Type>
- </Node>
- </Node>
-</MgmtTree>
diff --git a/setting/dmt_data/subscriber.wbxml b/setting/dmt_data/subscriber.wbxml
deleted file mode 100644
index 18969c8..0000000
--- a/setting/dmt_data/subscriber.wbxml
+++ /dev/null
Binary files differ
diff --git a/setting/dmt_data/subscriber.xml b/setting/dmt_data/subscriber.xml
deleted file mode 100644
index db2502c..0000000
--- a/setting/dmt_data/subscriber.xml
+++ /dev/null
@@ -1,145 +0,0 @@
-<MgmtTree>
- <VerDTD>1.1.2</VerDTD>
- <Man>Motorola</Man>
- <Mod>Nexus</Mod>
-
- <Node>
- <NodeName>Subscriber</NodeName>
- <DFProperties>
- <DFFormat>
- <node/>
- </DFFormat>
- <AccessType>
- <Get/>
- <Replace/>
- </AccessType>
- </DFProperties>
- <Type>text/plain</Type>
-
- <Node>
- <NodeName>AcctSubType</NodeName>
- <DFProperties>
- <DFFormat>
- <chr/>
- </DFFormat>
- <AccessType>
- <Get/>
- <Replace/>
- </AccessType>
- </DFProperties>
- <Type>text/plain</Type>
- </Node>
-
- <Node>
- <NodeName>AcctType</NodeName>
- <DFProperties>
- <DFFormat>
- <chr/>
- </DFFormat>
- <AccessType>
- <Get/>
- <Replace/>
- </AccessType>
- </DFProperties>
- <Type>text/plain</Type>
- </Node>
-
- <Node>
- <NodeName>BAN</NodeName>
- <DFProperties>
- <DFFormat>
- <chr/>
- </DFFormat>
- <AccessType>
- <Get/>
- <Replace/>
- </AccessType>
- </DFProperties>
- <Type>text/plain</Type>
- </Node>
-
- <Node>
- <NodeName>BillCycleDate</NodeName>
- <DFProperties>
- <DFFormat>
- <chr/>
- </DFFormat>
- <AccessType>
- <Get/>
- <Replace/>
- </AccessType>
- </DFProperties>
- <Type>text/plain</Type>
- </Node>
-
- <Node>
- <NodeName>CarrierID</NodeName>
- <DFProperties>
- <DFFormat>
- <chr/>
- </DFFormat>
- <AccessType>
- <Get/>
- <Replace/>
- </AccessType>
- </DFProperties>
- <Type>text/plain</Type>
- </Node>
-
- <Node>
- <NodeName>CSA</NodeName>
- <DFProperties>
- <DFFormat>
- <chr/>
- </DFFormat>
- <AccessType>
- <Get/>
- <Replace/>
- </AccessType>
- </DFProperties>
- <Type>text/plain</Type>
- </Node>
-
- <Node>
- <NodeName>State</NodeName>
- <DFProperties>
- <DFFormat>
- <chr/>
- </DFFormat>
- <AccessType>
- <Get/>
- <Replace/>
- </AccessType>
- </DFProperties>
- <Type>text/plain</Type>
- </Node>
-
- <Node>
- <NodeName>UsageMode</NodeName>
- <DFProperties>
- <DFFormat>
- <chr/>
- </DFFormat>
- <AccessType>
- <Get/>
- <Replace/>
- </AccessType>
- </DFProperties>
- <Type>text/plain</Type>
- </Node>
-
- <Node>
- <NodeName>ZIPCode</NodeName>
- <DFProperties>
- <DFFormat>
- <chr/>
- </DFFormat>
- <AccessType>
- <Get/>
- <Replace/>
- </AccessType>
- </DFProperties>
- <Type>text/plain</Type>
- </Node>
- </Node>
-</MgmtTree>
diff --git a/setting/dmt_data/syncmldm.ddf b/setting/dmt_data/syncmldm.ddf
deleted file mode 100644
index 1711414..0000000
--- a/setting/dmt_data/syncmldm.ddf
+++ /dev/null
@@ -1,5626 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE MgmtTree SYSTEM "http://www.openmobilealliance.com/tech/DTD/dm_ddf-v1_2.dtd">
-<MgmtTree>
- <VerDTD>1.2</VerDTD>
- <Man>Motorola</Man>
- <Mod>Nexus</Mod>
- <Node>
- <NodeName>.</NodeName>
- <Path></Path>
- <DFProperties>
- <AccessType>
- <Add/>
- <Delete/>
- <Exec/>
- <Get/>
- <Replace/>
- </AccessType>
- <DFFormat>
- <node/>
- </DFFormat>
- <DFType>
- <MIME>text/plain</MIME>
- </DFType>
- <CaseSense>
- <CS/>
- </CaseSense>
- </DFProperties>
- <Node>
- <NodeName>CDMA</NodeName>
- <Path>.</Path>
- <DFProperties>
- <AccessType>
- <Get/>
- </AccessType>
- <DFFormat>
- <node/>
- </DFFormat>
- <DFType>
- <MIME>text/plain</MIME>
- </DFType>
- <CaseSense>
- <CS/>
- </CaseSense>
- </DFProperties>
- <Node>
- <NodeName>BC10</NodeName>
- <Path>./CDMA</Path>
- <DFProperties>
- <AccessType>
- <Get/>
- <Replace/>
- </AccessType>
- <DFFormat>
- <int/>
- </DFFormat>
- <DFType>
- <MIME>text/plain</MIME>
- </DFType>
- <CaseSense>
- <CS/>
- </CaseSense>
- </DFProperties>
- </Node>
- <Node>
- <NodeName>BC14</NodeName>
- <Path>./CDMA</Path>
- <DFProperties>
- <AccessType>
- <Get/>
- <Replace/>
- </AccessType>
- <DFFormat>
- <int/>
- </DFFormat>
- <DFType>
- <MIME>text/plain</MIME>
- </DFType>
- <CaseSense>
- <CS/>
- </CaseSense>
- </DFProperties>
- </Node>
- <Node>
- <NodeName>RoamPreference</NodeName>
- <Path>./CDMA</Path>
- <DFProperties>
- <AccessType>
- <Get/>
- <Replace/>
- </AccessType>
- <DFFormat>
- <bin/>
- </DFFormat>
- <DFType>
- <MIME>text/plain</MIME>
- </DFType>
- <CaseSense>
- <CS/>
- </CaseSense>
- </DFProperties>
- </Node>
- <Node>
- <NodeName>SO68</NodeName>
- <Path>./CDMA</Path>
- <DFProperties>
- <AccessType>
- <Get/>
- <Replace/>
- </AccessType>
- <DFFormat>
- <int/>
- </DFFormat>
- <DFType>
- <MIME>text/plain</MIME>
- </DFType>
- <CaseSense>
- <CS/>
- </CaseSense>
- </DFProperties>
- </Node>
- <Node>
- <NodeName>1xA</NodeName>
- <Path>./CDMA</Path>
- <DFProperties>
- <AccessType>
- <Get/>
- </AccessType>
- <DFFormat>
- <node/>
- </DFFormat>
- <DFType>
- <MIME>text/plain</MIME>
- </DFType>
- <CaseSense>
- <CS/>
- </CaseSense>
- </DFProperties>
- <Node>
- <NodeName>Enabled</NodeName>
- <Path>./CDMA/1xA</Path>
- <DFProperties>
- <AccessType>
- <Get/>
- <Replace/>
- </AccessType>
- <DFFormat>
- <int/>
- </DFFormat>
- <DFType>
- <MIME>text/plain</MIME>
- </DFType>
- <CaseSense>
- <CS/>
- </CaseSense>
- </DFProperties>
- </Node>
- </Node>
- <Node>
- <NodeName>3GPD</NodeName>
- <Path>./CDMA</Path>
- <DFProperties>
- <AccessType>
- <Get/>
- </AccessType>
- <DFFormat>
- <node/>
- </DFFormat>
- <DFType>
- <MIME>text/plain</MIME>
- </DFType>
- <CaseSense>
- <CS/>
- </CaseSense>
- </DFProperties>
- <Node>
- <NodeName/>
- <Path>./CDMA/3GPD</Path>
- <DFProperties>
- <AccessType>
- <Add/>
- <Delete/>
- <Get/>
- <Replace/>
- </AccessType>
- <DFFormat>
- <node/>
- </DFFormat>
- <Occurrence>
- <ZeroOrMore/>
- </Occurrence>
- <DFType>
- <MIME>text/plain</MIME>
- </DFType>
- <CaseSense>
- <CS/>
- </CaseSense>
- </DFProperties>
- <Node>
- <NodeName>AuthAlgoAAA</NodeName>
- <Path>./CDMA/3GPD/*</Path>
- <DFProperties>
- <AccessType>
- <Add/>
- <Delete/>
- <Get/>
- <Replace/>
- </AccessType>
- <DFFormat>
- <chr/>
- </DFFormat>
- <DFType>
- <MIME>text/plain</MIME>
- </DFType>
- <CaseSense>
- <CS/>
- </CaseSense>
- </DFProperties>
- </Node>
- <Node>
- <NodeName>AuthAlgoHA</NodeName>
- <Path>./CDMA/3GPD/*</Path>
- <DFProperties>
- <AccessType>
- <Add/>
- <Delete/>
- <Get/>
- <Replace/>
- </AccessType>
- <DFFormat>
- <chr/>
- </DFFormat>
- <DFType>
- <MIME>text/plain</MIME>
- </DFType>
- <CaseSense>
- <CS/>
- </CaseSense>
- </DFProperties>
- </Node>
- <Node>
- <NodeName>MobileIpAddress</NodeName>
- <Path>./CDMA/3GPD/*</Path>
- <DFProperties>
- <AccessType>
- <Add/>
- <Delete/>
- <Get/>
- <Replace/>
- </AccessType>
- <DFFormat>
- <chr/>
- </DFFormat>
- <DFType>
- <MIME>text/plain</MIME>
- </DFType>
- <CaseSense>
- <CS/>
- </CaseSense>
- </DFProperties>
- </Node>
- <Node>
- <NodeName>NAI</NodeName>
- <Path>./CDMA/3GPD/*</Path>
- <DFProperties>
- <AccessType>
- <Add/>
- <Delete/>
- <Get/>
- <Replace/>
- </AccessType>
- <DFFormat>
- <chr/>
- </DFFormat>
- <DFType>
- <MIME>text/plain</MIME>
- </DFType>
- <CaseSense>
- <CS/>
- </CaseSense>
- </DFProperties>
- </Node>
- <Node>
- <NodeName>PasswordAAA</NodeName>
- <Path>./CDMA/3GPD/*</Path>
- <DFProperties>
- <AccessType>
- <Add/>
- <Delete/>
- <Get/>
- <Replace/>
- </AccessType>
- <DFFormat>
- <chr/>
- </DFFormat>
- <DFType>
- <MIME>text/plain</MIME>
- </DFType>
- <CaseSense>
- <CS/>
- </CaseSense>
- </DFProperties>
- </Node>
- <Node>
- <NodeName>PasswordHA</NodeName>
- <Path>./CDMA/3GPD/*</Path>
- <DFProperties>
- <AccessType>
- <Add/>
- <Delete/>
- <Get/>
- <Replace/>
- </AccessType>
- <DFFormat>
- <chr/>
- </DFFormat>
- <DFType>
- <MIME>text/plain</MIME>
- </DFType>
- <CaseSense>
- <CS/>
- </CaseSense>
- </DFProperties>
- </Node>
- <Node>
- <NodeName>PriHAIp</NodeName>
- <Path>./CDMA/3GPD/*</Path>
- <DFProperties>
- <AccessType>
- <Add/>
- <Delete/>
- <Get/>
- <Replace/>
- </AccessType>
- <DFFormat>
- <chr/>
- </DFFormat>
- <DFType>
- <MIME>text/plain</MIME>
- </DFType>
- <CaseSense>
- <CS/>
- </CaseSense>
- </DFProperties>
- </Node>
- <Node>
- <NodeName>ReverseTunneling</NodeName>
- <Path>./CDMA/3GPD/*</Path>
- <DFProperties>
- <AccessType>
- <Add/>
- <Delete/>
- <Get/>
- <Replace/>
- </AccessType>
- <DFFormat>
- <chr/>
- </DFFormat>
- <DFType>
- <MIME>text/plain</MIME>
- </DFType>
- <CaseSense>
- <CS/>
- </CaseSense>
- </DFProperties>
- </Node>
- <Node>
- <NodeName>SecHAIp</NodeName>
- <Path>./CDMA/3GPD/*</Path>
- <DFProperties>
- <AccessType>
- <Add/>
- <Delete/>
- <Get/>
- <Replace/>
- </AccessType>
- <DFFormat>
- <chr/>
- </DFFormat>
- <DFType>
- <MIME>text/plain</MIME>
- </DFType>
- <CaseSense>
- <CS/>
- </CaseSense>
- </DFProperties>
- </Node>
- <Node>
- <NodeName>SpiAAA</NodeName>
- <Path>./CDMA/3GPD/*</Path>
- <DFProperties>
- <AccessType>
- <Add/>
- <Delete/>
- <Get/>
- <Replace/>
- </AccessType>
- <DFFormat>
- <chr/>
- </DFFormat>
- <DFType>
- <MIME>text/plain</MIME>
- </DFType>
- <CaseSense>
- <CS/>
- </CaseSense>
- </DFProperties>
- </Node>
- <Node>
- <NodeName>SpiHA</NodeName>
- <Path>./CDMA/3GPD/*</Path>
- <DFProperties>
- <AccessType>
- <Add/>
- <Delete/>
- <Get/>
- <Replace/>
- </AccessType>
- <DFFormat>
- <chr/>
- </DFFormat>
- <DFType>
- <MIME>text/plain</MIME>
- </DFType>
- <CaseSense>
- <CS/>
- </CaseSense>
- </DFProperties>
- </Node>
- </Node>
- </Node>
- <Node>
- <NodeName>B25</NodeName>
- <Path>./CDMA</Path>
- <DFProperties>
- <AccessType>
- <Get/>
- </AccessType>
- <DFFormat>
- <node/>
- </DFFormat>
- <DFType>
- <MIME>text/plain</MIME>
- </DFType>
- <CaseSense>
- <CS/>
- </CaseSense>
- </DFProperties>
- <Node>
- <NodeName>enablement</NodeName>
- <Path>./CDMA/B25</Path>
- <DFProperties>
- <AccessType>
- <Get/>
- <Replace/>
- </AccessType>
- <DFFormat>
- <int/>
- </DFFormat>
- <DFType>
- <MIME>text/plain</MIME>
- </DFType>
- <CaseSense>
- <CS/>
- </CaseSense>
- </DFProperties>
- </Node>
- <Node>
- <NodeName>scanpriority</NodeName>
- <Path>./CDMA/B25</Path>
- <DFProperties>
- <AccessType>
- <Get/>
- <Replace/>
- </AccessType>
- <DFFormat>
- <int/>
- </DFFormat>
- <DFType>
- <MIME>text/plain</MIME>
- </DFType>
- <CaseSense>
- <CS/>
- </CaseSense>
- </DFProperties>
- </Node>
- </Node>
- <Node>
- <NodeName>B26</NodeName>
- <Path>./CDMA</Path>
- <DFProperties>
- <AccessType>
- <Get/>
- </AccessType>
- <DFFormat>
- <node/>
- </DFFormat>
- <DFType>
- <MIME>text/plain</MIME>
- </DFType>
- <CaseSense>
- <CS/>
- </CaseSense>
- </DFProperties>
- <Node>
- <NodeName>enablement</NodeName>
- <Path>./CDMA/B26</Path>
- <DFProperties>
- <AccessType>
- <Get/>
- <Replace/>
- </AccessType>
- <DFFormat>
- <int/>
- </DFFormat>
- <DFType>
- <MIME>text/plain</MIME>
- </DFType>
- <CaseSense>
- <CS/>
- </CaseSense>
- </DFProperties>
- </Node>
- <Node>
- <NodeName>scanpriority</NodeName>
- <Path>./CDMA/B26</Path>
- <DFProperties>
- <AccessType>
- <Get/>
- <Replace/>
- </AccessType>
- <DFFormat>
- <int/>
- </DFFormat>
- <DFType>
- <MIME>text/plain</MIME>
- </DFType>
- <CaseSense>
- <CS/>
- </CaseSense>
- </DFProperties>
- </Node>
- </Node>
- <Node>
- <NodeName>B41</NodeName>
- <Path>./CDMA</Path>
- <DFProperties>
- <AccessType>
- <Get/>
- </AccessType>
- <DFFormat>
- <node/>
- </DFFormat>
- <DFType>
- <MIME>text/plain</MIME>
- </DFType>
- <CaseSense>
- <CS/>
- </CaseSense>
- </DFProperties>
- <Node>
- <NodeName>enablement</NodeName>
- <Path>./CDMA/B41</Path>
- <DFProperties>
- <AccessType>
- <Get/>
- <Replace/>
- </AccessType>
- <DFFormat>
- <int/>
- </DFFormat>
- <DFType>
- <MIME>text/plain</MIME>
- </DFType>
- <CaseSense>
- <CS/>
- </CaseSense>
- </DFProperties>
- </Node>
- <Node>
- <NodeName>scanpriority</NodeName>
- <Path>./CDMA/B41</Path>
- <DFProperties>
- <AccessType>
- <Get/>
- <Replace/>
- </AccessType>
- <DFFormat>
- <int/>
- </DFFormat>
- <DFType>
- <MIME>text/plain</MIME>
- </DFType>
- <CaseSense>
- <CS/>
- </CaseSense>
- </DFProperties>
- </Node>
- </Node>
- <Node>
- <NodeName>EHRPD</NodeName>
- <Path>./CDMA</Path>
- <DFProperties>
- <AccessType>
- <Get/>
- </AccessType>
- <DFFormat>
- <node/>
- </DFFormat>
- <DFType>
- <MIME>text/plain</MIME>
- </DFType>
- <CaseSense>
- <CS/>
- </CaseSense>
- </DFProperties>
- <Node>
- <NodeName>Enabled</NodeName>
- <Path>./CDMA/EHRPD</Path>
- <DFProperties>
- <AccessType>
- <Add/>
- <Delete/>
- <Get/>
- <Replace/>
- </AccessType>
- <DFFormat>
- <int/>
- </DFFormat>
- <DFType>
- <MIME>text/plain</MIME>
- </DFType>
- <CaseSense>
- <CS/>
- </CaseSense>
- </DFProperties>
- </Node>
- </Node>
- <Node>
- <NodeName>NAM</NodeName>
- <Path>./CDMA</Path>
- <DFProperties>
- <AccessType>
- <Get/>
- </AccessType>
- <DFFormat>
- <node/>
- </DFFormat>
- <DFType>
- <MIME>text/plain</MIME>
- </DFType>
- <CaseSense>
- <CS/>
- </CaseSense>
- </DFProperties>
- <Node>
- <NodeName>CdmaNam</NodeName>
- <Path>./CDMA/NAM</Path>
- <DFProperties>
- <AccessType>
- <Get/>
- <Replace/>
- </AccessType>
- <DFFormat>
- <bin/>
- </DFFormat>
- <DFType>
- <MIME>text/plain</MIME>
- </DFType>
- <CaseSense>
- <CS/>
- </CaseSense>
- </DFProperties>
- </Node>
- <Node>
- <NodeName>MobDirNum</NodeName>
- <Path>./CDMA/NAM</Path>
- <DFProperties>
- <AccessType>
- <Get/>
- <Replace/>
- </AccessType>
- <DFFormat>
- <bin/>
- </DFFormat>
- <DFType>
- <MIME>text/plain</MIME>
- </DFType>
- <CaseSense>
- <CS/>
- </CaseSense>
- </DFProperties>
- </Node>
- </Node>
- <Node>
- <NodeName>PRL</NodeName>
- <Path>./CDMA</Path>
- <DFProperties>
- <AccessType>
- <Get/>
- <Replace/>
- </AccessType>
- <DFFormat>
- <node/>
- </DFFormat>
- <DFType>
- <MIME>text/plain</MIME>
- </DFType>
- <CaseSense>
- <CS/>
- </CaseSense>
- </DFProperties>
- <Node>
- <NodeName>PrefRoamList</NodeName>
- <Path>./CDMA/PRL</Path>
- <DFProperties>
- <AccessType>
- <Get/>
- <Replace/>
- </AccessType>
- <DFFormat>
- <bin/>
- </DFFormat>
- <DFType>
- <MIME>text/plain</MIME>
- </DFType>
- <CaseSense>
- <CS/>
- </CaseSense>
- </DFProperties>
- </Node>
- </Node>
- <Node>
- <NodeName>SO73</NodeName>
- <Path>./CDMA</Path>
- <DFProperties>
- <AccessType>
- <Get/>
- </AccessType>
- <DFFormat>
- <node/>
- </DFFormat>
- <DFType>
- <MIME>text/plain</MIME>
- </DFType>
- <CaseSense>
- <CS/>
- </CaseSense>
- </DFProperties>
- <Node>
- <NodeName>COP0</NodeName>
- <Path>./CDMA/SO73</Path>
- <DFProperties>
- <AccessType>
- <Get/>
- <Replace/>
- </AccessType>
- <DFFormat>
- <int/>
- </DFFormat>
- <DFType>
- <MIME>text/plain</MIME>
- </DFType>
- <CaseSense>
- <CS/>
- </CaseSense>
- </DFProperties>
- </Node>
- <Node>
- <NodeName>COP1to7</NodeName>
- <Path>./CDMA/SO73</Path>
- <DFProperties>
- <AccessType>
- <Get/>
- <Replace/>
- </AccessType>
- <DFFormat>
- <int/>
- </DFFormat>
- <DFType>
- <MIME>text/plain</MIME>
- </DFType>
- <CaseSense>
- <CS/>
- </CaseSense>
- </DFProperties>
- </Node>
- </Node>
- </Node>
- <Node>
- <NodeName>Con</NodeName>
- <Path>.</Path>
- <DFProperties>
- <AccessType>
- <Get/>
- <Replace/>
- </AccessType>
- <DFFormat>
- <node/>
- </DFFormat>
- <DFType>
- <MIME>text/plain</MIME>
- </DFType>
- <CaseSense>
- <CS/>
- </CaseSense>
- </DFProperties>
- <Node>
- <NodeName>HPPTT</NodeName>
- <Path>./Con</Path>
- <DFProperties>
- <AccessType>
- <Get/>
- <Replace/>
- </AccessType>
- <DFFormat>
- <node/>
- </DFFormat>
- <DFType>
- <MIME>text/plain</MIME>
- </DFType>
- <CaseSense>
- <CS/>
- </CaseSense>
- </DFProperties>
- <Node>
- <NodeName>Enabled</NodeName>
- <Path>./Con/HPPTT</Path>
- <DFProperties>
- <AccessType>
- <Delete/>
- <Get/>
- <Replace/>
- </AccessType>
- <DFFormat>
- <bool/>
- </DFFormat>
- <DFType>
- <MIME>text/plain</MIME>
- </DFType>
- <CaseSense>
- <CS/>
- </CaseSense>
- </DFProperties>
- </Node>
- <Node>
- <NodeName>UserAddress</NodeName>
- <Path>./Con/HPPTT</Path>
- <DFProperties>
- <AccessType>
- <Delete/>
- <Get/>
- <Replace/>
- </AccessType>
- <DFFormat>
- <chr/>
- </DFFormat>
- <DFType>
- <MIME>text/plain</MIME>
- </DFType>
- <CaseSense>
- <CS/>
- </CaseSense>
- </DFProperties>
- </Node>
- </Node>
- </Node>
- <Node>
- <NodeName>CSIM</NodeName>
- <Path>.</Path>
- <DFProperties>
- <AccessType>
- <Get/>
- </AccessType>
- <DFFormat>
- <node/>
- </DFFormat>
- <DFType>
- <MIME>text/plain</MIME>
- </DFType>
- <CaseSense>
- <CS/>
- </CaseSense>
- </DFProperties>
- <Node>
- <NodeName>CoverageObj</NodeName>
- <Path>./CSIM</Path>
- <DFProperties>
- <AccessType>
- <Get/>
- <Replace/>
- </AccessType>
- <DFFormat>
- <bin/>
- </DFFormat>
- <DFType>
- <MIME>text/plain</MIME>
- </DFType>
- <CaseSense>
- <CS/>
- </CaseSense>
- </DFProperties>
- </Node>
- <Node>
- <NodeName>ProvObj</NodeName>
- <Path>./CSIM</Path>
- <DFProperties>
- <AccessType>
- <Get/>
- <Replace/>
- </AccessType>
- <DFFormat>
- <bin/>
- </DFFormat>
- <DFType>
- <MIME>text/plain</MIME>
- </DFType>
- <CaseSense>
- <CS/>
- </CaseSense>
- </DFProperties>
- </Node>
- </Node>
- <Node>
- <NodeName>Customization</NodeName>
- <Path>.</Path>
- <DFProperties>
- <AccessType>
- <Add/>
- <Get/>
- <Replace/>
- </AccessType>
- <DFFormat>
- <node/>
- </DFFormat>
- <DFType>
- <MIME>text/plain</MIME>
- </DFType>
- <CaseSense>
- <CS/>
- </CaseSense>
- </DFProperties>
- <Node>
- <NodeName>BrandAlpha</NodeName>
- <Path>./Customization</Path>
- <DFProperties>
- <AccessType>
- <Add/>
- <Delete/>
- <Get/>
- <Replace/>
- </AccessType>
- <DFFormat>
- <chr/>
- </DFFormat>
- <DFType>
- <MIME>text/plain</MIME>
- </DFType>
- <CaseSense>
- <CS/>
- </CaseSense>
- </DFProperties>
- </Node>
- <Node>
- <NodeName>CarrierLegal</NodeName>
- <Path>./Customization</Path>
- <DFProperties>
- <AccessType>
- <Add/>
- <Delete/>
- <Get/>
- <Replace/>
- </AccessType>
- <DFFormat>
- <bin/>
- </DFFormat>
- <DFType>
- <MIME>text/plain</MIME>
- </DFType>
- <CaseSense>
- <CS/>
- </CaseSense>
- </DFProperties>
- </Node>
- <Node>
- <NodeName>CustID</NodeName>
- <Path>./Customization</Path>
- <DFProperties>
- <AccessType>
- <Get/>
- </AccessType>
- <DFFormat>
- <chr/>
- </DFFormat>
- <DFType>
- <MIME>text/plain</MIME>
- </DFType>
- <CaseSense>
- <CS/>
- </CaseSense>
- </DFProperties>
- </Node>
- <Node>
- <NodeName>DiagMSLReq</NodeName>
- <Path>./Customization</Path>
- <DFProperties>
- <AccessType>
- <Add/>
- <Delete/>
- <Get/>
- <Replace/>
- </AccessType>
- <DFFormat>
- <int/>
- </DFFormat>
- <DFType>
- <MIME>text/plain</MIME>
- </DFType>
- <CaseSense>
- <CS/>
- </CaseSense>
- </DFProperties>
- </Node>
- <Node>
- <NodeName>LaunchID</NodeName>
- <Path>./Customization</Path>
- <DFProperties>
- <AccessType>
- <Add/>
- <Delete/>
- <Get/>
- <Replace/>
- </AccessType>
- <DFFormat>
- <int/>
- </DFFormat>
- <DFType>
- <MIME>text/plain</MIME>
- </DFType>
- <CaseSense>
- <CS/>
- </CaseSense>
- </DFProperties>
- </Node>
- <Node>
- <NodeName>LaunchZone</NodeName>
- <Path>./Customization</Path>
- <DFProperties>
- <AccessType>
- <Add/>
- <Delete/>
- <Get/>
- <Replace/>
- </AccessType>
- <DFFormat>
- <int/>
- </DFFormat>
- <DFType>
- <MIME>text/plain</MIME>
- </DFType>
- <CaseSense>
- <CS/>
- </CaseSense>
- </DFProperties>
- </Node>
- <Node>
- <NodeName>TetheredData</NodeName>
- <Path>./Customization</Path>
- <DFProperties>
- <AccessType>
- <Add/>
- <Delete/>
- <Get/>
- <Replace/>
- </AccessType>
- <DFFormat>
- <int/>
- </DFFormat>
- <DFType>
- <MIME>text/plain</MIME>
- </DFType>
- <CaseSense>
- <CS/>
- </CaseSense>
- </DFProperties>
- </Node>
- <Node>
- <NodeName>ADC</NodeName>
- <Path>./Customization</Path>
- <DFProperties>
- <AccessType>
- <Add/>
- <Get/>
- <Replace/>
- </AccessType>
- <DFFormat>
- <node/>
- </DFFormat>
- <DFType>
- <MIME>text/plain</MIME>
- </DFType>
- <CaseSense>
- <CS/>
- </CaseSense>
- </DFProperties>
- <Node>
- <NodeName>Eighteenth</NodeName>
- <Path>./Customization/ADC</Path>
- <DFProperties>
- <AccessType>
- <Add/>
- <Delete/>
- <Get/>
- <Replace/>
- </AccessType>
- <DFFormat>
- <chr/>
- </DFFormat>
- <DFType>
- <MIME>text/plain</MIME>
- </DFType>
- <CaseSense>
- <CS/>
- </CaseSense>
- </DFProperties>
- </Node>
- <Node>
- <NodeName>Eigth</NodeName>
- <Path>./Customization/ADC</Path>
- <DFProperties>
- <AccessType>
- <Add/>
- <Delete/>
- <Get/>
- <Replace/>
- </AccessType>
- <DFFormat>
- <chr/>
- </DFFormat>
- <DFType>
- <MIME>text/plain</MIME>
- </DFType>
- <CaseSense>
- <CS/>
- </CaseSense>
- </DFProperties>
- </Node>
- <Node>
- <NodeName>Elevnth</NodeName>
- <Path>./Customization/ADC</Path>
- <DFProperties>
- <AccessType>
- <Add/>
- <Delete/>
- <Get/>
- <Replace/>
- </AccessType>
- <DFFormat>
- <chr/>
- </DFFormat>
- <DFType>
- <MIME>text/plain</MIME>
- </DFType>
- <CaseSense>
- <CS/>
- </CaseSense>
- </DFProperties>
- </Node>
- <Node>
- <NodeName>Fifteenth</NodeName>
- <Path>./Customization/ADC</Path>
- <DFProperties>
- <AccessType>
- <Add/>
- <Delete/>
- <Get/>
- <Replace/>
- </AccessType>
- <DFFormat>
- <chr/>
- </DFFormat>
- <DFType>
- <MIME>text/plain</MIME>
- </DFType>
- <CaseSense>
- <CS/>
- </CaseSense>
- </DFProperties>
- </Node>
- <Node>
- <NodeName>Fifth</NodeName>
- <Path>./Customization/ADC</Path>
- <DFProperties>
- <AccessType>
- <Add/>
- <Delete/>
- <Get/>
- <Replace/>
- </AccessType>
- <DFFormat>
- <chr/>
- </DFFormat>
- <DFType>
- <MIME>text/plain</MIME>
- </DFType>
- <CaseSense>
- <CS/>
- </CaseSense>
- </DFProperties>
- </Node>
- <Node>
- <NodeName>First</NodeName>
- <Path>./Customization/ADC</Path>
- <DFProperties>
- <AccessType>
- <Add/>
- <Delete/>
- <Get/>
- <Replace/>
- </AccessType>
- <DFFormat>
- <chr/>
- </DFFormat>
- <DFType>
- <MIME>text/plain</MIME>
- </DFType>
- <CaseSense>
- <CS/>
- </CaseSense>
- </DFProperties>
- </Node>
- <Node>
- <NodeName>Fourteenth</NodeName>
- <Path>./Customization/ADC</Path>
- <DFProperties>
- <AccessType>
- <Add/>
- <Delete/>
- <Get/>
- <Replace/>
- </AccessType>
- <DFFormat>
- <chr/>
- </DFFormat>
- <DFType>
- <MIME>text/plain</MIME>
- </DFType>
- <CaseSense>
- <CS/>
- </CaseSense>
- </DFProperties>
- </Node>
- <Node>
- <NodeName>Fourth</NodeName>
- <Path>./Customization/ADC</Path>
- <DFProperties>
- <AccessType>
- <Add/>
- <Delete/>
- <Get/>
- <Replace/>
- </AccessType>
- <DFFormat>
- <chr/>
- </DFFormat>
- <DFType>
- <MIME>text/plain</MIME>
- </DFType>
- <CaseSense>
- <CS/>
- </CaseSense>
- </DFProperties>
- </Node>
- <Node>
- <NodeName>Ninth</NodeName>
- <Path>./Customization/ADC</Path>
- <DFProperties>
- <AccessType>
- <Add/>
- <Delete/>
- <Get/>
- <Replace/>
- </AccessType>
- <DFFormat>
- <chr/>
- </DFFormat>
- <DFType>
- <MIME>text/plain</MIME>
- </DFType>
- <CaseSense>
- <CS/>
- </CaseSense>
- </DFProperties>
- </Node>
- <Node>
- <NodeName>Second</NodeName>
- <Path>./Customization/ADC</Path>
- <DFProperties>
- <AccessType>
- <Add/>
- <Delete/>
- <Get/>
- <Replace/>
- </AccessType>
- <DFFormat>
- <chr/>
- </DFFormat>
- <DFType>
- <MIME>text/plain</MIME>
- </DFType>
- <CaseSense>
- <CS/>
- </CaseSense>
- </DFProperties>
- </Node>
- <Node>
- <NodeName>Seventeenth</NodeName>
- <Path>./Customization/ADC</Path>
- <DFProperties>
- <AccessType>
- <Add/>
- <Delete/>
- <Get/>
- <Replace/>
- </AccessType>
- <DFFormat>
- <chr/>
- </DFFormat>
- <DFType>
- <MIME>text/plain</MIME>
- </DFType>
- <CaseSense>
- <CS/>
- </CaseSense>
- </DFProperties>
- </Node>
- <Node>
- <NodeName>Seventh</NodeName>
- <Path>./Customization/ADC</Path>
- <DFProperties>
- <AccessType>
- <Add/>
- <Delete/>
- <Get/>
- <Replace/>
- </AccessType>
- <DFFormat>
- <chr/>
- </DFFormat>
- <DFType>
- <MIME>text/plain</MIME>
- </DFType>
- <CaseSense>
- <CS/>
- </CaseSense>
- </DFProperties>
- </Node>
- <Node>
- <NodeName>Sixteenth</NodeName>
- <Path>./Customization/ADC</Path>
- <DFProperties>
- <AccessType>
- <Add/>
- <Delete/>
- <Get/>
- <Replace/>
- </AccessType>
- <DFFormat>
- <chr/>
- </DFFormat>
- <DFType>
- <MIME>text/plain</MIME>
- </DFType>
- <CaseSense>
- <CS/>
- </CaseSense>
- </DFProperties>
- </Node>
- <Node>
- <NodeName>Sixth</NodeName>
- <Path>./Customization/ADC</Path>
- <DFProperties>
- <AccessType>
- <Add/>
- <Delete/>
- <Get/>
- <Replace/>
- </AccessType>
- <DFFormat>
- <chr/>
- </DFFormat>
- <DFType>
- <MIME>text/plain</MIME>
- </DFType>
- <CaseSense>
- <CS/>
- </CaseSense>
- </DFProperties>
- </Node>
- <Node>
- <NodeName>Tenth</NodeName>
- <Path>./Customization/ADC</Path>
- <DFProperties>
- <AccessType>
- <Add/>
- <Delete/>
- <Get/>
- <Replace/>
- </AccessType>
- <DFFormat>
- <chr/>
- </DFFormat>
- <DFType>
- <MIME>text/plain</MIME>
- </DFType>
- <CaseSense>
- <CS/>
- </CaseSense>
- </DFProperties>
- </Node>
- <Node>
- <NodeName>Third</NodeName>
- <Path>./Customization/ADC</Path>
- <DFProperties>
- <AccessType>
- <Add/>
- <Delete/>
- <Get/>
- <Replace/>
- </AccessType>
- <DFFormat>
- <chr/>
- </DFFormat>
- <DFType>
- <MIME>text/plain</MIME>
- </DFType>
- <CaseSense>
- <CS/>
- </CaseSense>
- </DFProperties>
- </Node>
- <Node>
- <NodeName>Thirteenth</NodeName>
- <Path>./Customization/ADC</Path>
- <DFProperties>
- <AccessType>
- <Add/>
- <Delete/>
- <Get/>
- <Replace/>
- </AccessType>
- <DFFormat>
- <chr/>
- </DFFormat>
- <DFType>
- <MIME>text/plain</MIME>
- </DFType>
- <CaseSense>
- <CS/>
- </CaseSense>
- </DFProperties>
- </Node>
- <Node>
- <NodeName>Twelfth</NodeName>
- <Path>./Customization/ADC</Path>
- <DFProperties>
- <AccessType>
- <Add/>
- <Delete/>
- <Get/>
- <Replace/>
- </AccessType>
- <DFFormat>
- <chr/>
- </DFFormat>
- <DFType>
- <MIME>text/plain</MIME>
- </DFType>
- <CaseSense>
- <CS/>
- </CaseSense>
- </DFProperties>
- </Node>
- </Node>
- <Node>
- <NodeName>Android</NodeName>
- <Path>./Customization</Path>
- <DFProperties>
- <AccessType>
- <Add/>
- <Get/>
- <Replace/>
- </AccessType>
- <DFFormat>
- <node/>
- </DFFormat>
- <DFType>
- <MIME>text/plain</MIME>
- </DFType>
- <CaseSense>
- <CS/>
- </CaseSense>
- </DFProperties>
- <Node>
- <NodeName>ClientID</NodeName>
- <Path>./Customization/Android</Path>
- <DFProperties>
- <AccessType>
- <Add/>
- <Get/>
- <Replace/>
- </AccessType>
- <DFFormat>
- <node/>
- </DFFormat>
- <DFType>
- <MIME>text/plain</MIME>
- </DFType>
- <CaseSense>
- <CS/>
- </CaseSense>
- </DFProperties>
- <Node>
- <NodeName>AndroidMarket</NodeName>
- <Path>./Customization/Android/ClientID</Path>
- <DFProperties>
- <AccessType>
- <Add/>
- <Delete/>
- <Get/>
- <Replace/>
- </AccessType>
- <DFFormat>
- <chr/>
- </DFFormat>
- <DFType>
- <MIME>text/plain</MIME>
- </DFType>
- <CaseSense>
- <CS/>
- </CaseSense>
- </DFProperties>
- </Node>
- <Node>
- <NodeName>MobileSearch</NodeName>
- <Path>./Customization/Android/ClientID</Path>
- <DFProperties>
- <AccessType>
- <Add/>
- <Delete/>
- <Get/>
- <Replace/>
- </AccessType>
- <DFFormat>
- <chr/>
- </DFFormat>
- <DFType>
- <MIME>text/plain</MIME>
- </DFType>
- <CaseSense>
- <CS/>
- </CaseSense>
- </DFProperties>
- </Node>
- <Node>
- <NodeName>Youtube</NodeName>
- <Path>./Customization/Android/ClientID</Path>
- <DFProperties>
- <AccessType>
- <Add/>
- <Delete/>
- <Get/>
- <Replace/>
- </AccessType>
- <DFFormat>
- <chr/>
- </DFFormat>
- <DFType>
- <MIME>text/plain</MIME>
- </DFType>
- <CaseSense>
- <CS/>
- </CaseSense>
- </DFProperties>
- </Node>
- </Node>
- <Node>
- <NodeName>OperatorID</NodeName>
- <Path>./Customization/Android</Path>
- <DFProperties>
- <AccessType>
- <Add/>
- <Get/>
- <Replace/>
- </AccessType>
- <DFFormat>
- <node/>
- </DFFormat>
- <DFType>
- <MIME>text/plain</MIME>
- </DFType>
- <CaseSense>
- <CS/>
- </CaseSense>
- </DFProperties>
- <Node>
- <NodeName>NetworkCode</NodeName>
- <Path>./Customization/Android/OperatorID</Path>
- <DFProperties>
- <AccessType>
- <Add/>
- <Delete/>
- <Get/>
- <Replace/>
- </AccessType>
- <DFFormat>
- <chr/>
- </DFFormat>
- <DFType>
- <MIME>text/plain</MIME>
- </DFType>
- <CaseSense>
- <CS/>
- </CaseSense>
- </DFProperties>
- </Node>
- </Node>
- </Node>
- <Node>
- <NodeName>Browser</NodeName>
- <Path>./Customization</Path>
- <DFProperties>
- <AccessType>
- <Add/>
- <Get/>
- <Replace/>
- </AccessType>
- <DFFormat>
- <node/>
- </DFFormat>
- <DFType>
- <MIME>text/plain</MIME>
- </DFType>
- <CaseSense>
- <CS/>
- </CaseSense>
- </DFProperties>
- <Node>
- <NodeName>Homepage</NodeName>
- <Path>./Customization/Browser</Path>
- <DFProperties>
- <AccessType>
- <Add/>
- <Delete/>
- <Get/>
- <Replace/>
- </AccessType>
- <DFFormat>
- <chr/>
- </DFFormat>
- <DFType>
- <MIME>text/plain</MIME>
- </DFType>
- <CaseSense>
- <CS/>
- </CaseSense>
- </DFProperties>
- </Node>
- <Node>
- <NodeName>SearchEngine</NodeName>
- <Path>./Customization/Browser</Path>
- <DFProperties>
- <AccessType>
- <Add/>
- <Delete/>
- <Get/>
- <Replace/>
- </AccessType>
- <DFFormat>
- <chr/>
- </DFFormat>
- <DFType>
- <MIME>text/plain</MIME>
- </DFType>
- <CaseSense>
- <CS/>
- </CaseSense>
- </DFProperties>
- </Node>
- <Node>
- <NodeName>UAProfURL</NodeName>
- <Path>./Customization/Browser</Path>
- <DFProperties>
- <AccessType>
- <Add/>
- <Delete/>
- <Get/>
- <Replace/>
- </AccessType>
- <DFFormat>
- <chr/>
- </DFFormat>
- <DFType>
- <MIME>text/plain</MIME>
- </DFType>
- <CaseSense>
- <CS/>
- </CaseSense>
- </DFProperties>
- </Node>
- </Node>
- <Node>
- <NodeName>CallIntercept</NodeName>
- <Path>./Customization</Path>
- <DFProperties>
- <AccessType>
- <Add/>
- <Get/>
- <Replace/>
- </AccessType>
- <DFFormat>
- <node/>
- </DFFormat>
- <DFType>
- <MIME>text/plain</MIME>
- </DFType>
- <CaseSense>
- <CS/>
- </CaseSense>
- </DFProperties>
- <Node>
- <NodeName>Eight</NodeName>
- <Path>./Customization/CallIntercept</Path>
- <DFProperties>
- <AccessType>
- <Add/>
- <Delete/>
- <Get/>
- <Replace/>
- </AccessType>
- <DFFormat>
- <chr/>
- </DFFormat>
- <DFType>
- <MIME>text/plain</MIME>
- </DFType>
- <CaseSense>
- <CS/>
- </CaseSense>
- </DFProperties>
- </Node>
- <Node>
- <NodeName>Eleventh</NodeName>
- <Path>./Customization/CallIntercept</Path>
- <DFProperties>
- <AccessType>
- <Add/>
- <Delete/>
- <Get/>
- <Replace/>
- </AccessType>
- <DFFormat>
- <chr/>
- </DFFormat>
- <DFType>
- <MIME>text/plain</MIME>
- </DFType>
- <CaseSense>
- <CS/>
- </CaseSense>
- </DFProperties>
- </Node>
- <Node>
- <NodeName>Fifth</NodeName>
- <Path>./Customization/CallIntercept</Path>
- <DFProperties>
- <AccessType>
- <Add/>
- <Delete/>
- <Get/>
- <Replace/>
- </AccessType>
- <DFFormat>
- <chr/>
- </DFFormat>
- <DFType>
- <MIME>text/plain</MIME>
- </DFType>
- <CaseSense>
- <CS/>
- </CaseSense>
- </DFProperties>
- </Node>
- <Node>
- <NodeName>First</NodeName>
- <Path>./Customization/CallIntercept</Path>
- <DFProperties>
- <AccessType>
- <Add/>
- <Delete/>
- <Get/>
- <Replace/>
- </AccessType>
- <DFFormat>
- <chr/>
- </DFFormat>
- <DFType>
- <MIME>text/plain</MIME>
- </DFType>
- <CaseSense>
- <CS/>
- </CaseSense>
- </DFProperties>
- </Node>
- <Node>
- <NodeName>Fourth</NodeName>
- <Path>./Customization/CallIntercept</Path>
- <DFProperties>
- <AccessType>
- <Add/>
- <Delete/>
- <Get/>
- <Replace/>
- </AccessType>
- <DFFormat>
- <chr/>
- </DFFormat>
- <DFType>
- <MIME>text/plain</MIME>
- </DFType>
- <CaseSense>
- <CS/>
- </CaseSense>
- </DFProperties>
- </Node>
- <Node>
- <NodeName>Ninth</NodeName>
- <Path>./Customization/CallIntercept</Path>
- <DFProperties>
- <AccessType>
- <Add/>
- <Delete/>
- <Get/>
- <Replace/>
- </AccessType>
- <DFFormat>
- <chr/>
- </DFFormat>
- <DFType>
- <MIME>text/plain</MIME>
- </DFType>
- <CaseSense>
- <CS/>
- </CaseSense>
- </DFProperties>
- </Node>
- <Node>
- <NodeName>Second</NodeName>
- <Path>./Customization/CallIntercept</Path>
- <DFProperties>
- <AccessType>
- <Add/>
- <Delete/>
- <Get/>
- <Replace/>
- </AccessType>
- <DFFormat>
- <chr/>
- </DFFormat>
- <DFType>
- <MIME>text/plain</MIME>
- </DFType>
- <CaseSense>
- <CS/>
- </CaseSense>
- </DFProperties>
- </Node>
- <Node>
- <NodeName>Seventh</NodeName>
- <Path>./Customization/CallIntercept</Path>
- <DFProperties>
- <AccessType>
- <Add/>
- <Delete/>
- <Get/>
- <Replace/>
- </AccessType>
- <DFFormat>
- <chr/>
- </DFFormat>
- <DFType>
- <MIME>text/plain</MIME>
- </DFType>
- <CaseSense>
- <CS/>
- </CaseSense>
- </DFProperties>
- </Node>
- <Node>
- <NodeName>Sixth</NodeName>
- <Path>./Customization/CallIntercept</Path>
- <DFProperties>
- <AccessType>
- <Add/>
- <Delete/>
- <Get/>
- <Replace/>
- </AccessType>
- <DFFormat>
- <chr/>
- </DFFormat>
- <DFType>
- <MIME>text/plain</MIME>
- </DFType>
- <CaseSense>
- <CS/>
- </CaseSense>
- </DFProperties>
- </Node>
- <Node>
- <NodeName>Tenth</NodeName>
- <Path>./Customization/CallIntercept</Path>
- <DFProperties>
- <AccessType>
- <Add/>
- <Delete/>
- <Get/>
- <Replace/>
- </AccessType>
- <DFFormat>
- <chr/>
- </DFFormat>
- <DFType>
- <MIME>text/plain</MIME>
- </DFType>
- <CaseSense>
- <CS/>
- </CaseSense>
- </DFProperties>
- </Node>
- <Node>
- <NodeName>Third</NodeName>
- <Path>./Customization/CallIntercept</Path>
- <DFProperties>
- <AccessType>
- <Add/>
- <Delete/>
- <Get/>
- <Replace/>
- </AccessType>
- <DFFormat>
- <chr/>
- </DFFormat>
- <DFType>
- <MIME>text/plain</MIME>
- </DFType>
- <CaseSense>
- <CS/>
- </CaseSense>
- </DFProperties>
- </Node>
- <Node>
- <NodeName>Twelfth</NodeName>
- <Path>./Customization/CallIntercept</Path>
- <DFProperties>
- <AccessType>
- <Add/>
- <Delete/>
- <Get/>
- <Replace/>
- </AccessType>
- <DFFormat>
- <chr/>
- </DFFormat>
- <DFType>
- <MIME>text/plain</MIME>
- </DFType>
- <CaseSense>
- <CS/>
- </CaseSense>
- </DFProperties>
- </Node>
- </Node>
- <Node>
- <NodeName>Contacts</NodeName>
- <Path>./Customization</Path>
- <DFProperties>
- <AccessType>
- <Add/>
- <Get/>
- <Replace/>
- </AccessType>
- <DFFormat>
- <node/>
- </DFFormat>
- <DFType>
- <MIME>text/plain</MIME>
- </DFType>
- <CaseSense>
- <CS/>
- </CaseSense>
- </DFProperties>
- <Node>
- <NodeName>Fifth</NodeName>
- <Path>./Customization/Contacts</Path>
- <DFProperties>
- <AccessType>
- <Add/>
- <Delete/>
- <Get/>
- <Replace/>
- </AccessType>
- <DFFormat>
- <chr/>
- </DFFormat>
- <DFType>
- <MIME>text/plain</MIME>
- </DFType>
- <CaseSense>
- <CS/>
- </CaseSense>
- </DFProperties>
- </Node>
- <Node>
- <NodeName>First</NodeName>
- <Path>./Customization/Contacts</Path>
- <DFProperties>
- <AccessType>
- <Add/>
- <Delete/>
- <Get/>
- <Replace/>
- </AccessType>
- <DFFormat>
- <chr/>
- </DFFormat>
- <DFType>
- <MIME>text/plain</MIME>
- </DFType>
- <CaseSense>
- <CS/>
- </CaseSense>
- </DFProperties>
- </Node>
- <Node>
- <NodeName>Fourth</NodeName>
- <Path>./Customization/Contacts</Path>
- <DFProperties>
- <AccessType>
- <Add/>
- <Delete/>
- <Get/>
- <Replace/>
- </AccessType>
- <DFFormat>
- <chr/>
- </DFFormat>
- <DFType>
- <MIME>text/plain</MIME>
- </DFType>
- <CaseSense>
- <CS/>
- </CaseSense>
- </DFProperties>
- </Node>
- <Node>
- <NodeName>Second</NodeName>
- <Path>./Customization/Contacts</Path>
- <DFProperties>
- <AccessType>
- <Add/>
- <Delete/>
- <Get/>
- <Replace/>
- </AccessType>
- <DFFormat>
- <chr/>
- </DFFormat>
- <DFType>
- <MIME>text/plain</MIME>
- </DFType>
- <CaseSense>
- <CS/>
- </CaseSense>
- </DFProperties>
- </Node>
- <Node>
- <NodeName>Sixth</NodeName>
- <Path>./Customization/Contacts</Path>
- <DFProperties>
- <AccessType>
- <Add/>
- <Delete/>
- <Get/>
- <Replace/>
- </AccessType>
- <DFFormat>
- <chr/>
- </DFFormat>
- <DFType>
- <MIME>text/plain</MIME>
- </DFType>
- <CaseSense>
- <CS/>
- </CaseSense>
- </DFProperties>
- </Node>
- <Node>
- <NodeName>Third</NodeName>
- <Path>./Customization/Contacts</Path>
- <DFProperties>
- <AccessType>
- <Add/>
- <Delete/>
- <Get/>
- <Replace/>
- </AccessType>
- <DFFormat>
- <chr/>
- </DFFormat>
- <DFType>
- <MIME>text/plain</MIME>
- </DFType>
- <CaseSense>
- <CS/>
- </CaseSense>
- </DFProperties>
- </Node>
- </Node>
- <Node>
- <NodeName>EnabledApps</NodeName>
- <Path>./Customization</Path>
- <DFProperties>
- <AccessType>
- <Add/>
- <Get/>
- <Replace/>
- </AccessType>
- <DFFormat>
- <node/>
- </DFFormat>
- <DFType>
- <MIME>text/plain</MIME>
- </DFType>
- <CaseSense>
- <CS/>
- </CaseSense>
- </DFProperties>
- <Node>
- <NodeName>Skyfire</NodeName>
- <Path>./Customization/EnabledApps</Path>
- <DFProperties>
- <AccessType>
- <Add/>
- <Delete/>
- <Get/>
- <Replace/>
- </AccessType>
- <DFFormat>
- <int/>
- </DFFormat>
- <DFType>
- <MIME>text/plain</MIME>
- </DFType>
- <CaseSense>
- <CS/>
- </CaseSense>
- </DFProperties>
- </Node>
- <Node>
- <NodeName>Touch</NodeName>
- <Path>./Customization/EnabledApps</Path>
- <DFProperties>
- <AccessType>
- <Add/>
- <Delete/>
- <Get/>
- <Replace/>
- </AccessType>
- <DFFormat>
- <int/>
- </DFFormat>
- <DFType>
- <MIME>text/plain</MIME>
- </DFType>
- <CaseSense>
- <CS/>
- </CaseSense>
- </DFProperties>
- </Node>
- <Node>
- <NodeName>VoWifi</NodeName>
- <Path>./Customization/EnabledApps</Path>
- <DFProperties>
- <AccessType>
- <Add/>
- <Delete/>
- <Get/>
- <Replace/>
- </AccessType>
- <DFFormat>
- <int/>
- </DFFormat>
- <DFType>
- <MIME>text/plain</MIME>
- </DFType>
- <CaseSense>
- <CS/>
- </CaseSense>
- </DFProperties>
- </Node>
- <Node>
- <NodeName>VVM</NodeName>
- <Path>./Customization/EnabledApps</Path>
- <DFProperties>
- <AccessType>
- <Add/>
- <Delete/>
- <Get/>
- <Replace/>
- </AccessType>
- <DFFormat>
- <int/>
- </DFFormat>
- <DFType>
- <MIME>text/plain</MIME>
- </DFType>
- <CaseSense>
- <CS/>
- </CaseSense>
- </DFProperties>
- </Node>
- </Node>
- <Node>
- <NodeName>MMS</NodeName>
- <Path>./Customization</Path>
- <DFProperties>
- <AccessType>
- <Add/>
- <Get/>
- <Replace/>
- </AccessType>
- <DFFormat>
- <node/>
- </DFFormat>
- <DFType>
- <MIME>text/plain</MIME>
- </DFType>
- <CaseSense>
- <CS/>
- </CaseSense>
- </DFProperties>
- <Node>
- <NodeName>Proxy</NodeName>
- <Path>./Customization/MMS</Path>
- <DFProperties>
- <AccessType>
- <Add/>
- <Delete/>
- <Get/>
- <Replace/>
- </AccessType>
- <DFFormat>
- <chr/>
- </DFFormat>
- <DFType>
- <MIME>text/plain</MIME>
- </DFType>
- <CaseSense>
- <CS/>
- </CaseSense>
- </DFProperties>
- </Node>
- <Node>
- <NodeName>ServerUrl</NodeName>
- <Path>./Customization/MMS</Path>
- <DFProperties>
- <AccessType>
- <Add/>
- <Delete/>
- <Get/>
- <Replace/>
- </AccessType>
- <DFFormat>
- <chr/>
- </DFFormat>
- <DFType>
- <MIME>text/plain</MIME>
- </DFType>
- <CaseSense>
- <CS/>
- </CaseSense>
- </DFProperties>
- </Node>
- </Node>
- <Node>
- <NodeName>RoamPreference</NodeName>
- <Path>./Customization</Path>
- <DFProperties>
- <AccessType>
- <Add/>
- <Get/>
- <Replace/>
- </AccessType>
- <DFFormat>
- <node/>
- </DFFormat>
- <DFType>
- <MIME>text/plain</MIME>
- </DFType>
- <CaseSense>
- <CS/>
- </CaseSense>
- </DFProperties>
- <Node>
- <NodeName>HomeOnly</NodeName>
- <Path>./Customization/RoamPreference</Path>
- <DFProperties>
- <AccessType>
- <Add/>
- <Delete/>
- <Get/>
- <Replace/>
- </AccessType>
- <DFFormat>
- <int/>
- </DFFormat>
- <DFType>
- <MIME>text/plain</MIME>
- </DFType>
- <CaseSense>
- <CS/>
- </CaseSense>
- </DFProperties>
- </Node>
- <Node>
- <NodeName>MenuDisplay</NodeName>
- <Path>./Customization/RoamPreference</Path>
- <DFProperties>
- <AccessType>
- <Add/>
- <Delete/>
- <Get/>
- <Replace/>
- </AccessType>
- <DFFormat>
- <int/>
- </DFFormat>
- <DFType>
- <MIME>text/plain</MIME>
- </DFType>
- <CaseSense>
- <CS/>
- </CaseSense>
- </DFProperties>
- </Node>
- </Node>
- <Node>
- <NodeName>Wifi</NodeName>
- <Path>./Customization</Path>
- <DFProperties>
- <AccessType>
- <Add/>
- <Get/>
- <Replace/>
- </AccessType>
- <DFFormat>
- <node/>
- </DFFormat>
- <DFType>
- <MIME>text/plain</MIME>
- </DFType>
- <CaseSense>
- <CS/>
- </CaseSense>
- </DFProperties>
- <Node>
- <NodeName>DomRoamMaxUsers</NodeName>
- <Path>./Customization/Wifi</Path>
- <DFProperties>
- <AccessType>
- <Add/>
- <Delete/>
- <Get/>
- <Replace/>
- </AccessType>
- <DFFormat>
- <int/>
- </DFFormat>
- <DFType>
- <MIME>text/plain</MIME>
- </DFType>
- <CaseSense>
- <CS/>
- </CaseSense>
- </DFProperties>
- </Node>
- <Node>
- <NodeName>GSMMaxUsers</NodeName>
- <Path>./Customization/Wifi</Path>
- <DFProperties>
- <AccessType>
- <Add/>
- <Delete/>
- <Get/>
- <Replace/>
- </AccessType>
- <DFFormat>
- <int/>
- </DFFormat>
- <DFType>
- <MIME>text/plain</MIME>
- </DFType>
- <CaseSense>
- <CS/>
- </CaseSense>
- </DFProperties>
- </Node>
- <Node>
- <NodeName>IntRoamMaxUsers</NodeName>
- <Path>./Customization/Wifi</Path>
- <DFProperties>
- <AccessType>
- <Add/>
- <Delete/>
- <Get/>
- <Replace/>
- </AccessType>
- <DFFormat>
- <int/>
- </DFFormat>
- <DFType>
- <MIME>text/plain</MIME>
- </DFType>
- <CaseSense>
- <CS/>
- </CaseSense>
- </DFProperties>
- </Node>
- <Node>
- <NodeName>MaxUsers</NodeName>
- <Path>./Customization/Wifi</Path>
- <DFProperties>
- <AccessType>
- <Add/>
- <Delete/>
- <Get/>
- <Replace/>
- </AccessType>
- <DFFormat>
- <int/>
- </DFFormat>
- <DFType>
- <MIME>text/plain</MIME>
- </DFType>
- <CaseSense>
- <CS/>
- </CaseSense>
- </DFProperties>
- </Node>
- <Node>
- <NodeName>SSID</NodeName>
- <Path>./Customization/Wifi</Path>
- <DFProperties>
- <AccessType>
- <Add/>
- <Delete/>
- <Get/>
- <Replace/>
- </AccessType>
- <DFFormat>
- <chr/>
- </DFFormat>
- <DFType>
- <MIME>text/plain</MIME>
- </DFType>
- <CaseSense>
- <CS/>
- </CaseSense>
- </DFProperties>
- </Node>
- </Node>
- </Node>
- <Node>
- <NodeName>DevDetail</NodeName>
- <Path>.</Path>
- <DFProperties>
- <AccessType>
- <Get/>
- </AccessType>
- <DFFormat>
- <node/>
- </DFFormat>
- <DFType>
- <MIME>text/plain</MIME>
- </DFType>
- <CaseSense>
- <CS/>
- </CaseSense>
- </DFProperties>
- <Node>
- <NodeName>DevTyp</NodeName>
- <Path>./DevDetail</Path>
- <DFProperties>
- <AccessType>
- <Get/>
- </AccessType>
- <DFFormat>
- <chr/>
- </DFFormat>
- <DFType>
- <MIME>text/plain</MIME>
- </DFType>
- <CaseSense>
- <CS/>
- </CaseSense>
- </DFProperties>
- </Node>
- <Node>
- <NodeName>ESNV</NodeName>
- <Path>./DevDetail</Path>
- <DFProperties>
- <AccessType>
- <Get/>
- <Replace/>
- </AccessType>
- <DFFormat>
- <chr/>
- </DFFormat>
- <DFType>
- <MIME>text/plain</MIME>
- </DFType>
- <CaseSense>
- <CS/>
- </CaseSense>
- </DFProperties>
- </Node>
- <Node>
- <NodeName>FlexV</NodeName>
- <Path>./DevDetail</Path>
- <DFProperties>
- <AccessType>
- <Get/>
- <Replace/>
- </AccessType>
- <DFFormat>
- <chr/>
- </DFFormat>
- <DFType>
- <MIME>text/plain</MIME>
- </DFType>
- <CaseSense>
- <CS/>
- </CaseSense>
- </DFProperties>
- </Node>
- <Node>
- <NodeName>FwV</NodeName>
- <Path>./DevDetail</Path>
- <DFProperties>
- <AccessType>
- <Get/>
- </AccessType>
- <DFFormat>
- <chr/>
- </DFFormat>
- <DFType>
- <MIME>text/plain</MIME>
- </DFType>
- <CaseSense>
- <CS/>
- </CaseSense>
- </DFProperties>
- </Node>
- <Node>
- <NodeName>HwV</NodeName>
- <Path>./DevDetail</Path>
- <DFProperties>
- <AccessType>
- <Get/>
- </AccessType>
- <DFFormat>
- <chr/>
- </DFFormat>
- <DFType>
- <MIME>text/plain</MIME>
- </DFType>
- <CaseSense>
- <CS/>
- </CaseSense>
- </DFProperties>
- </Node>
- <Node>
- <NodeName>LrgObj</NodeName>
- <Path>./DevDetail</Path>
- <DFProperties>
- <AccessType>
- <Get/>
- </AccessType>
- <DFFormat>
- <bool/>
- </DFFormat>
- <DFType>
- <MIME>text/plain</MIME>
- </DFType>
- <CaseSense>
- <CS/>
- </CaseSense>
- </DFProperties>
- </Node>
- <Node>
- <NodeName>OEM</NodeName>
- <Path>./DevDetail</Path>
- <DFProperties>
- <AccessType>
- <Get/>
- </AccessType>
- <DFFormat>
- <chr/>
- </DFFormat>
- <DFType>
- <MIME>text/plain</MIME>
- </DFType>
- <CaseSense>
- <CS/>
- </CaseSense>
- </DFProperties>
- </Node>
- <Node>
- <NodeName>PRIChecksum</NodeName>
- <Path>./DevDetail</Path>
- <DFProperties>
- <AccessType>
- <Get/>
- <Replace/>
- </AccessType>
- <DFFormat>
- <chr/>
- </DFFormat>
- <DFType>
- <MIME>text/plain</MIME>
- </DFType>
- <CaseSense>
- <CS/>
- </CaseSense>
- </DFProperties>
- </Node>
- <Node>
- <NodeName>PRLV</NodeName>
- <Path>./DevDetail</Path>
- <DFProperties>
- <AccessType>
- <Get/>
- <Replace/>
- </AccessType>
- <DFFormat>
- <chr/>
- </DFFormat>
- <DFType>
- <MIME>text/plain</MIME>
- </DFType>
- <CaseSense>
- <CS/>
- </CaseSense>
- </DFProperties>
- </Node>
- <Node>
- <NodeName>SwV</NodeName>
- <Path>./DevDetail</Path>
- <DFProperties>
- <AccessType>
- <Get/>
- </AccessType>
- <DFFormat>
- <chr/>
- </DFFormat>
- <DFType>
- <MIME>text/plain</MIME>
- </DFType>
- <CaseSense>
- <CS/>
- </CaseSense>
- </DFProperties>
- </Node>
- <Node>
- <NodeName>Bearer</NodeName>
- <Path>./DevDetail</Path>
- <DFProperties>
- <AccessType>
- <Get/>
- <Replace/>
- </AccessType>
- <DFFormat>
- <node/>
- </DFFormat>
- <DFType>
- <MIME>text/plain</MIME>
- </DFType>
- <CaseSense>
- <CS/>
- </CaseSense>
- </DFProperties>
- <Node>
- <NodeName>CDMA</NodeName>
- <Path>./DevDetail/Bearer</Path>
- <DFProperties>
- <AccessType>
- <Get/>
- <Replace/>
- </AccessType>
- <DFFormat>
- <chr/>
- </DFFormat>
- <DFType>
- <MIME>text/plain</MIME>
- </DFType>
- <CaseSense>
- <CS/>
- </CaseSense>
- </DFProperties>
- </Node>
- <Node>
- <NodeName>GSM</NodeName>
- <Path>./DevDetail/Bearer</Path>
- <DFProperties>
- <AccessType>
- <Get/>
- <Replace/>
- </AccessType>
- <DFFormat>
- <chr/>
- </DFFormat>
- <DFType>
- <MIME>text/plain</MIME>
- </DFType>
- <CaseSense>
- <CS/>
- </CaseSense>
- </DFProperties>
- </Node>
- </Node>
- <Node>
- <NodeName>Ext</NodeName>
- <Path>./DevDetail</Path>
- <DFProperties>
- <AccessType>
- <Add/>
- <Get/>
- </AccessType>
- <DFFormat>
- <node/>
- </DFFormat>
- <DFType>
- <MIME>text/plain</MIME>
- </DFType>
- <CaseSense>
- <CS/>
- </CaseSense>
- </DFProperties>
- <Node>
- <NodeName>LastUpdateTime</NodeName>
- <Path>./DevDetail/Ext</Path>
- <DFProperties>
- <AccessType>
- <Get/>
- </AccessType>
- <DFFormat>
- <chr/>
- </DFFormat>
- <DFType>
- <MIME>text/plain</MIME>
- </DFType>
- <CaseSense>
- <CS/>
- </CaseSense>
- </DFProperties>
- </Node>
- <Node>
- <NodeName>PreFwV</NodeName>
- <Path>./DevDetail/Ext</Path>
- <DFProperties>
- <AccessType>
- <Get/>
- </AccessType>
- <DFFormat>
- <chr/>
- </DFFormat>
- <DFType>
- <MIME>text/plain</MIME>
- </DFType>
- <CaseSense>
- <CS/>
- </CaseSense>
- </DFProperties>
- </Node>
- <Node>
- <NodeName>SystemV</NodeName>
- <Path>./DevDetail/Ext</Path>
- <DFProperties>
- <AccessType>
- <Get/>
- </AccessType>
- <DFFormat>
- <chr/>
- </DFFormat>
- <DFType>
- <MIME>text/plain</MIME>
- </DFType>
- <CaseSense>
- <CS/>
- </CaseSense>
- </DFProperties>
- </Node>
- <Node>
- <NodeName>WLANMacAddr</NodeName>
- <Path>./DevDetail/Ext</Path>
- <DFProperties>
- <AccessType>
- <Get/>
- </AccessType>
- <DFFormat>
- <chr/>
- </DFFormat>
- <DFType>
- <MIME>text/plain</MIME>
- </DFType>
- <CaseSense>
- <CS/>
- </CaseSense>
- </DFProperties>
- </Node>
- <Node>
- <NodeName>DateTime</NodeName>
- <Path>./DevDetail/Ext</Path>
- <DFProperties>
- <AccessType>
- <Get/>
- </AccessType>
- <DFFormat>
- <node/>
- </DFFormat>
- <DFType>
- <MIME>text/plain</MIME>
- </DFType>
- <CaseSense>
- <CS/>
- </CaseSense>
- </DFProperties>
- <Node>
- <NodeName>Date</NodeName>
- <Path>./DevDetail/Ext/DateTime</Path>
- <DFProperties>
- <AccessType>
- <Get/>
- </AccessType>
- <DFFormat>
- <chr/>
- </DFFormat>
- <DFType>
- <MIME>text/plain</MIME>
- </DFType>
- <CaseSense>
- <CS/>
- </CaseSense>
- </DFProperties>
- </Node>
- <Node>
- <NodeName>TimeUTC</NodeName>
- <Path>./DevDetail/Ext/DateTime</Path>
- <DFProperties>
- <AccessType>
- <Get/>
- </AccessType>
- <DFFormat>
- <chr/>
- </DFFormat>
- <DFType>
- <MIME>text/plain</MIME>
- </DFType>
- <CaseSense>
- <CS/>
- </CaseSense>
- </DFProperties>
- </Node>
- </Node>
- <Node>
- <NodeName>SystemSettings</NodeName>
- <Path>./DevDetail/Ext</Path>
- <DFProperties>
- <AccessType>
- <Get/>
- </AccessType>
- <DFFormat>
- <node/>
- </DFFormat>
- <DFType>
- <MIME>text/plain</MIME>
- </DFType>
- <CaseSense>
- <CS/>
- </CaseSense>
- </DFProperties>
- <Node>
- <NodeName>AllowUnknownSources</NodeName>
- <Path>./DevDetail/Ext/SystemSettings</Path>
- <DFProperties>
- <AccessType>
- <Get/>
- <Replace/>
- </AccessType>
- <DFFormat>
- <bool/>
- </DFFormat>
- <DFType>
- <MIME>text/plain</MIME>
- </DFType>
- <CaseSense>
- <CS/>
- </CaseSense>
- </DFProperties>
- </Node>
- </Node>
- </Node>
- <Node>
- <NodeName>URI</NodeName>
- <Path>./DevDetail</Path>
- <DFProperties>
- <AccessType>
- <Get/>
- </AccessType>
- <DFFormat>
- <node/>
- </DFFormat>
- <DFType>
- <MIME>text/plain</MIME>
- </DFType>
- <CaseSense>
- <CS/>
- </CaseSense>
- </DFProperties>
- <Node>
- <NodeName>MaxDepth</NodeName>
- <Path>./DevDetail/URI</Path>
- <DFProperties>
- <AccessType>
- <Get/>
- </AccessType>
- <DFFormat>
- <int/>
- </DFFormat>
- <DFType>
- <MIME>text/plain</MIME>
- </DFType>
- <CaseSense>
- <CS/>
- </CaseSense>
- </DFProperties>
- </Node>
- <Node>
- <NodeName>MaxSegLen</NodeName>
- <Path>./DevDetail/URI</Path>
- <DFProperties>
- <AccessType>
- <Get/>
- </AccessType>
- <DFFormat>
- <int/>
- </DFFormat>
- <DFType>
- <MIME>text/plain</MIME>
- </DFType>
- <CaseSense>
- <CS/>
- </CaseSense>
- </DFProperties>
- </Node>
- <Node>
- <NodeName>MaxTotLen</NodeName>
- <Path>./DevDetail/URI</Path>
- <DFProperties>
- <AccessType>
- <Get/>
- </AccessType>
- <DFFormat>
- <int/>
- </DFFormat>
- <DFType>
- <MIME>text/plain</MIME>
- </DFType>
- <CaseSense>
- <CS/>
- </CaseSense>
- </DFProperties>
- </Node>
- </Node>
- </Node>
- <Node>
- <NodeName>DevInfo</NodeName>
- <Path>.</Path>
- <DFProperties>
- <AccessType>
- <Get/>
- </AccessType>
- <DFFormat>
- <node/>
- </DFFormat>
- <DFType>
- <MIME>text/plain</MIME>
- </DFType>
- <CaseSense>
- <CS/>
- </CaseSense>
- </DFProperties>
- <Node>
- <NodeName>DevId</NodeName>
- <Path>./DevInfo</Path>
- <DFProperties>
- <AccessType>
- <Add/>
- <Get/>
- <Replace/>
- </AccessType>
- <DFFormat>
- <chr/>
- </DFFormat>
- <DFType>
- <MIME>text/plain</MIME>
- </DFType>
- <CaseSense>
- <CS/>
- </CaseSense>
- </DFProperties>
- </Node>
- <Node>
- <NodeName>DmV</NodeName>
- <Path>./DevInfo</Path>
- <DFProperties>
- <AccessType>
- <Add/>
- <Get/>
- <Replace/>
- </AccessType>
- <DFFormat>
- <chr/>
- </DFFormat>
- <DFType>
- <MIME>text/plain</MIME>
- </DFType>
- <CaseSense>
- <CS/>
- </CaseSense>
- </DFProperties>
- </Node>
- <Node>
- <NodeName>Lang</NodeName>
- <Path>./DevInfo</Path>
- <DFProperties>
- <AccessType>
- <Get/>
- <Replace/>
- </AccessType>
- <DFFormat>
- <chr/>
- </DFFormat>
- <DFType>
- <MIME>text/plain</MIME>
- </DFType>
- <CaseSense>
- <CS/>
- </CaseSense>
- </DFProperties>
- </Node>
- <Node>
- <NodeName>LangAuto</NodeName>
- <Path>./DevInfo</Path>
- <DFProperties>
- <AccessType>
- <Get/>
- <Replace/>
- </AccessType>
- <DFFormat>
- <bool/>
- </DFFormat>
- <DFType>
- <MIME>text/plain</MIME>
- </DFType>
- <CaseSense>
- <CS/>
- </CaseSense>
- </DFProperties>
- </Node>
- <Node>
- <NodeName>Loc</NodeName>
- <Path>./DevInfo</Path>
- <DFProperties>
- <AccessType>
- <Get/>
- <Replace/>
- </AccessType>
- <DFFormat>
- <chr/>
- </DFFormat>
- <DFType>
- <MIME>text/plain</MIME>
- </DFType>
- <CaseSense>
- <CS/>
- </CaseSense>
- </DFProperties>
- </Node>
- <Node>
- <NodeName>Man</NodeName>
- <Path>./DevInfo</Path>
- <DFProperties>
- <AccessType>
- <Get/>
- <Replace/>
- </AccessType>
- <DFFormat>
- <chr/>
- </DFFormat>
- <DFType>
- <MIME>text/plain</MIME>
- </DFType>
- <CaseSense>
- <CS/>
- </CaseSense>
- </DFProperties>
- </Node>
- <Node>
- <NodeName>Mod</NodeName>
- <Path>./DevInfo</Path>
- <DFProperties>
- <AccessType>
- <Get/>
- <Replace/>
- </AccessType>
- <DFFormat>
- <chr/>
- </DFFormat>
- <DFType>
- <MIME>text/plain</MIME>
- </DFType>
- <CaseSense>
- <CS/>
- </CaseSense>
- </DFProperties>
- </Node>
- <Node>
- <NodeName>Sort</NodeName>
- <Path>./DevInfo</Path>
- <DFProperties>
- <AccessType>
- <Get/>
- <Replace/>
- </AccessType>
- <DFFormat>
- <chr/>
- </DFFormat>
- <DFType>
- <MIME>text/plain</MIME>
- </DFType>
- <CaseSense>
- <CS/>
- </CaseSense>
- </DFProperties>
- </Node>
- <Node>
- <NodeName>Bearer</NodeName>
- <Path>./DevInfo</Path>
- <DFProperties>
- <AccessType>
- <Add/>
- <Delete/>
- <Get/>
- <Replace/>
- </AccessType>
- <DFFormat>
- <node/>
- </DFFormat>
- <DFType>
- <MIME>text/plain</MIME>
- </DFType>
- <CaseSense>
- <CS/>
- </CaseSense>
- </DFProperties>
- <Node>
- <NodeName>GSM</NodeName>
- <Path>./DevInfo/Bearer</Path>
- <DFProperties>
- <AccessType>
- <Get/>
- <Replace/>
- </AccessType>
- <DFFormat>
- <chr/>
- </DFFormat>
- <DFType>
- <MIME>text/plain</MIME>
- </DFType>
- <CaseSense>
- <CS/>
- </CaseSense>
- </DFProperties>
- </Node>
- </Node>
- <Node>
- <NodeName>Ext</NodeName>
- <Path>./DevInfo</Path>
- <DFProperties>
- <AccessType>
- <Add/>
- <Delete/>
- <Get/>
- <Replace/>
- </AccessType>
- <DFFormat>
- <node/>
- </DFFormat>
- <DFType>
- <MIME>text/plain</MIME>
- </DFType>
- <CaseSense>
- <CS/>
- </CaseSense>
- </DFProperties>
- </Node>
- </Node>
- <Node>
- <NodeName>DMAcc</NodeName>
- <Path>.</Path>
- <DFProperties>
- <AccessType>
- <Add/>
- <Delete/>
- <Get/>
- <Replace/>
- </AccessType>
- <DFFormat>
- <node/>
- </DFFormat>
- <DFType>
- <MIME>text/plain</MIME>
- </DFType>
- <CaseSense>
- <CS/>
- </CaseSense>
- </DFProperties>
- <Node>
- <NodeName/>
- <Path>./DMAcc</Path>
- <DFProperties>
- <AccessType>
- <Add/>
- <Delete/>
- <Get/>
- <Replace/>
- </AccessType>
- <DFFormat>
- <node/>
- </DFFormat>
- <Occurrence>
- <ZeroOrMore/>
- </Occurrence>
- <DFType>
- <MIME>text/plain</MIME>
- </DFType>
- <CaseSense>
- <CS/>
- </CaseSense>
- </DFProperties>
- <Node>
- <NodeName>AAuthPref</NodeName>
- <Path>./DMAcc/*</Path>
- <DFProperties>
- <AccessType>
- <Add/>
- <Delete/>
- <Get/>
- <Replace/>
- </AccessType>
- <DFFormat>
- <chr/>
- </DFFormat>
- <DFType>
- <MIME>text/plain</MIME>
- </DFType>
- <CaseSense>
- <CS/>
- </CaseSense>
- </DFProperties>
- </Node>
- <Node>
- <NodeName>AppID</NodeName>
- <Path>./DMAcc/*</Path>
- <DFProperties>
- <AccessType>
- <Add/>
- <Delete/>
- <Get/>
- <Replace/>
- </AccessType>
- <DFFormat>
- <chr/>
- </DFFormat>
- <DFType>
- <MIME>text/plain</MIME>
- </DFType>
- <CaseSense>
- <CS/>
- </CaseSense>
- </DFProperties>
- </Node>
- <Node>
- <NodeName>Name</NodeName>
- <Path>./DMAcc/*</Path>
- <DFProperties>
- <AccessType>
- <Add/>
- <Delete/>
- <Get/>
- <Replace/>
- </AccessType>
- <DFFormat>
- <chr/>
- </DFFormat>
- <DFType>
- <MIME>text/plain</MIME>
- </DFType>
- <CaseSense>
- <CS/>
- </CaseSense>
- </DFProperties>
- </Node>
- <Node>
- <NodeName>PrefConRef</NodeName>
- <Path>./DMAcc/*</Path>
- <DFProperties>
- <AccessType>
- <Add/>
- <Delete/>
- <Get/>
- <Replace/>
- </AccessType>
- <DFFormat>
- <chr/>
- </DFFormat>
- <DFType>
- <MIME>text/plain</MIME>
- </DFType>
- <CaseSense>
- <CS/>
- </CaseSense>
- </DFProperties>
- </Node>
- <Node>
- <NodeName>ServerID</NodeName>
- <Path>./DMAcc/*</Path>
- <DFProperties>
- <AccessType>
- <Add/>
- <Delete/>
- <Get/>
- <Replace/>
- </AccessType>
- <DFFormat>
- <chr/>
- </DFFormat>
- <DFType>
- <MIME>text/plain</MIME>
- </DFType>
- <CaseSense>
- <CS/>
- </CaseSense>
- </DFProperties>
- </Node>
- <Node>
- <NodeName>AppAddr</NodeName>
- <Path>./DMAcc/*</Path>
- <DFProperties>
- <AccessType>
- <Add/>
- <Delete/>
- <Get/>
- <Replace/>
- </AccessType>
- <DFFormat>
- <node/>
- </DFFormat>
- <DFType>
- <MIME>text/plain</MIME>
- </DFType>
- <CaseSense>
- <CS/>
- </CaseSense>
- </DFProperties>
- <Node>
- <NodeName/>
- <Path>./DMAcc/*/AppAddr</Path>
- <DFProperties>
- <AccessType>
- <Add/>
- <Delete/>
- <Get/>
- <Replace/>
- </AccessType>
- <DFFormat>
- <node/>
- </DFFormat>
- <Occurrence>
- <ZeroOrMore/>
- </Occurrence>
- <DFType>
- <MIME>text/plain</MIME>
- </DFType>
- <CaseSense>
- <CS/>
- </CaseSense>
- </DFProperties>
- <Node>
- <NodeName>Addr</NodeName>
- <Path>./DMAcc/*/AppAddr/*</Path>
- <DFProperties>
- <AccessType>
- <Add/>
- <Delete/>
- <Get/>
- <Replace/>
- </AccessType>
- <DFFormat>
- <chr/>
- </DFFormat>
- <DFType>
- <MIME>text/plain</MIME>
- </DFType>
- <CaseSense>
- <CS/>
- </CaseSense>
- </DFProperties>
- </Node>
- <Node>
- <NodeName>AddrType</NodeName>
- <Path>./DMAcc/*/AppAddr/*</Path>
- <DFProperties>
- <AccessType>
- <Add/>
- <Delete/>
- <Get/>
- <Replace/>
- </AccessType>
- <DFFormat>
- <chr/>
- </DFFormat>
- <DFType>
- <MIME>text/plain</MIME>
- </DFType>
- <CaseSense>
- <CS/>
- </CaseSense>
- </DFProperties>
- </Node>
- <Node>
- <NodeName>Port</NodeName>
- <Path>./DMAcc/*/AppAddr/*</Path>
- <DFProperties>
- <AccessType>
- <Add/>
- <Delete/>
- <Get/>
- <Replace/>
- </AccessType>
- <DFFormat>
- <node/>
- </DFFormat>
- <DFType>
- <MIME>text/plain</MIME>
- </DFType>
- <CaseSense>
- <CS/>
- </CaseSense>
- </DFProperties>
- <Node>
- <NodeName/>
- <Path>./DMAcc/*/AppAddr/*/Port</Path>
- <DFProperties>
- <AccessType>
- <Add/>
- <Delete/>
- <Get/>
- <Replace/>
- </AccessType>
- <DFFormat>
- <node/>
- </DFFormat>
- <Occurrence>
- <ZeroOrMore/>
- </Occurrence>
- <DFType>
- <MIME>text/plain</MIME>
- </DFType>
- <CaseSense>
- <CS/>
- </CaseSense>
- </DFProperties>
- <Node>
- <NodeName>PortNbr</NodeName>
- <Path>./DMAcc/*/AppAddr/*/Port/*</Path>
- <DFProperties>
- <AccessType>
- <Add/>
- <Delete/>
- <Get/>
- <Replace/>
- </AccessType>
- <DFFormat>
- <chr/>
- </DFFormat>
- <DFType>
- <MIME>text/plain</MIME>
- </DFType>
- <CaseSense>
- <CS/>
- </CaseSense>
- </DFProperties>
- </Node>
- </Node>
- </Node>
- </Node>
- </Node>
- <Node>
- <NodeName>AppAuth</NodeName>
- <Path>./DMAcc/*</Path>
- <DFProperties>
- <AccessType>
- <Add/>
- <Delete/>
- <Get/>
- <Replace/>
- </AccessType>
- <DFFormat>
- <node/>
- </DFFormat>
- <DFType>
- <MIME>text/plain</MIME>
- </DFType>
- <CaseSense>
- <CS/>
- </CaseSense>
- </DFProperties>
- <Node>
- <NodeName/>
- <Path>./DMAcc/*/AppAuth</Path>
- <DFProperties>
- <AccessType>
- <Add/>
- <Delete/>
- <Get/>
- <Replace/>
- </AccessType>
- <DFFormat>
- <node/>
- </DFFormat>
- <Occurrence>
- <ZeroOrMore/>
- </Occurrence>
- <DFType>
- <MIME>text/plain</MIME>
- </DFType>
- <CaseSense>
- <CS/>
- </CaseSense>
- </DFProperties>
- <Node>
- <NodeName>AAuthData</NodeName>
- <Path>./DMAcc/*/AppAuth/*</Path>
- <DFProperties>
- <AccessType>
- <Add/>
- <Delete/>
- <Get/>
- <Replace/>
- </AccessType>
- <DFFormat>
- <chr/>
- </DFFormat>
- <DFType>
- <MIME>text/plain</MIME>
- </DFType>
- <CaseSense>
- <CS/>
- </CaseSense>
- </DFProperties>
- </Node>
- <Node>
- <NodeName>AAuthLevel</NodeName>
- <Path>./DMAcc/*/AppAuth/*</Path>
- <DFProperties>
- <AccessType>
- <Add/>
- <Delete/>
- <Get/>
- <Replace/>
- </AccessType>
- <DFFormat>
- <chr/>
- </DFFormat>
- <DFType>
- <MIME>text/plain</MIME>
- </DFType>
- <CaseSense>
- <CS/>
- </CaseSense>
- </DFProperties>
- </Node>
- <Node>
- <NodeName>AAuthName</NodeName>
- <Path>./DMAcc/*/AppAuth/*</Path>
- <DFProperties>
- <AccessType>
- <Add/>
- <Delete/>
- <Get/>
- <Replace/>
- </AccessType>
- <DFFormat>
- <chr/>
- </DFFormat>
- <DFType>
- <MIME>text/plain</MIME>
- </DFType>
- <CaseSense>
- <CS/>
- </CaseSense>
- </DFProperties>
- </Node>
- <Node>
- <NodeName>AAuthSecret</NodeName>
- <Path>./DMAcc/*/AppAuth/*</Path>
- <DFProperties>
- <AccessType>
- <Add/>
- <Delete/>
- <Get/>
- <Replace/>
- </AccessType>
- <DFFormat>
- <chr/>
- </DFFormat>
- <DFType>
- <MIME>text/plain</MIME>
- </DFType>
- <CaseSense>
- <CS/>
- </CaseSense>
- </DFProperties>
- </Node>
- <Node>
- <NodeName>AAuthType</NodeName>
- <Path>./DMAcc/*/AppAuth/*</Path>
- <DFProperties>
- <AccessType>
- <Add/>
- <Delete/>
- <Get/>
- <Replace/>
- </AccessType>
- <DFFormat>
- <chr/>
- </DFFormat>
- <DFType>
- <MIME>text/plain</MIME>
- </DFType>
- <CaseSense>
- <CS/>
- </CaseSense>
- </DFProperties>
- </Node>
- </Node>
- </Node>
- <Node>
- <NodeName>Ext</NodeName>
- <Path>./DMAcc/*</Path>
- <DFProperties>
- <AccessType>
- <Add/>
- <Delete/>
- <Get/>
- <Replace/>
- </AccessType>
- <DFFormat>
- <node/>
- </DFFormat>
- <DFType>
- <MIME>text/plain</MIME>
- </DFType>
- <CaseSense>
- <CS/>
- </CaseSense>
- </DFProperties>
- <Node>
- <NodeName>LastClientAuthType</NodeName>
- <Path>./DMAcc/*/Ext</Path>
- <DFProperties>
- <AccessType>
- <Add/>
- <Delete/>
- <Get/>
- <Replace/>
- </AccessType>
- <DFFormat>
- <chr/>
- </DFFormat>
- <DFType>
- <MIME>text/plain</MIME>
- </DFType>
- <CaseSense>
- <CS/>
- </CaseSense>
- </DFProperties>
- </Node>
- </Node>
- <Node>
- <NodeName>ToConRef</NodeName>
- <Path>./DMAcc/*</Path>
- <DFProperties>
- <AccessType>
- <Add/>
- <Delete/>
- <Get/>
- <Replace/>
- </AccessType>
- <DFFormat>
- <node/>
- </DFFormat>
- <DFType>
- <MIME>text/plain</MIME>
- </DFType>
- <CaseSense>
- <CS/>
- </CaseSense>
- </DFProperties>
- <Node>
- <NodeName/>
- <Path>./DMAcc/*/ToConRef</Path>
- <DFProperties>
- <AccessType>
- <Add/>
- <Delete/>
- <Get/>
- <Replace/>
- </AccessType>
- <DFFormat>
- <node/>
- </DFFormat>
- <Occurrence>
- <ZeroOrMore/>
- </Occurrence>
- <DFType>
- <MIME>text/plain</MIME>
- </DFType>
- <CaseSense>
- <CS/>
- </CaseSense>
- </DFProperties>
- <Node>
- <NodeName>ConRef</NodeName>
- <Path>./DMAcc/*/ToConRef/*</Path>
- <DFProperties>
- <AccessType>
- <Add/>
- <Delete/>
- <Get/>
- <Replace/>
- </AccessType>
- <DFFormat>
- <chr/>
- </DFFormat>
- <DFType>
- <MIME>text/plain</MIME>
- </DFType>
- <CaseSense>
- <CS/>
- </CaseSense>
- </DFProperties>
- </Node>
- </Node>
- </Node>
- </Node>
- </Node>
- <Node>
- <NodeName>LTE</NodeName>
- <Path>.</Path>
- <DFProperties>
- <AccessType>
- <Get/>
- </AccessType>
- <DFFormat>
- <node/>
- </DFFormat>
- <DFType>
- <MIME>text/plain</MIME>
- </DFType>
- <CaseSense>
- <CS/>
- </CaseSense>
- </DFProperties>
- <Node>
- <NodeName>APN</NodeName>
- <Path>./LTE</Path>
- <DFProperties>
- <AccessType>
- <Get/>
- </AccessType>
- <DFFormat>
- <node/>
- </DFFormat>
- <DFType>
- <MIME>text/plain</MIME>
- </DFType>
- <CaseSense>
- <CS/>
- </CaseSense>
- </DFProperties>
- <Node>
- <NodeName>0</NodeName>
- <Path>./LTE/APN</Path>
- <DFProperties>
- <AccessType>
- <Get/>
- <Replace/>
- </AccessType>
- <DFFormat>
- <chr/>
- </DFFormat>
- <DFType>
- <MIME>text/plain</MIME>
- </DFType>
- <CaseSense>
- <CS/>
- </CaseSense>
- </DFProperties>
- </Node>
- <Node>
- <NodeName>1</NodeName>
- <Path>./LTE/APN</Path>
- <DFProperties>
- <AccessType>
- <Get/>
- <Replace/>
- </AccessType>
- <DFFormat>
- <chr/>
- </DFFormat>
- <DFType>
- <MIME>text/plain</MIME>
- </DFType>
- <CaseSense>
- <CS/>
- </CaseSense>
- </DFProperties>
- </Node>
- <Node>
- <NodeName>2</NodeName>
- <Path>./LTE/APN</Path>
- <DFProperties>
- <AccessType>
- <Get/>
- <Replace/>
- </AccessType>
- <DFFormat>
- <chr/>
- </DFFormat>
- <DFType>
- <MIME>text/plain</MIME>
- </DFType>
- <CaseSense>
- <CS/>
- </CaseSense>
- </DFProperties>
- </Node>
- <Node>
- <NodeName>3</NodeName>
- <Path>./LTE/APN</Path>
- <DFProperties>
- <AccessType>
- <Get/>
- <Replace/>
- </AccessType>
- <DFFormat>
- <chr/>
- </DFFormat>
- <DFType>
- <MIME>text/plain</MIME>
- </DFType>
- <CaseSense>
- <CS/>
- </CaseSense>
- </DFProperties>
- </Node>
- <Node>
- <NodeName>4</NodeName>
- <Path>./LTE/APN</Path>
- <DFProperties>
- <AccessType>
- <Get/>
- <Replace/>
- </AccessType>
- <DFFormat>
- <chr/>
- </DFFormat>
- <DFType>
- <MIME>text/plain</MIME>
- </DFType>
- <CaseSense>
- <CS/>
- </CaseSense>
- </DFProperties>
- </Node>
- <Node>
- <NodeName>5</NodeName>
- <Path>./LTE/APN</Path>
- <DFProperties>
- <AccessType>
- <Get/>
- <Replace/>
- </AccessType>
- <DFFormat>
- <chr/>
- </DFFormat>
- <DFType>
- <MIME>text/plain</MIME>
- </DFType>
- <CaseSense>
- <CS/>
- </CaseSense>
- </DFProperties>
- </Node>
- <Node>
- <NodeName>6</NodeName>
- <Path>./LTE/APN</Path>
- <DFProperties>
- <AccessType>
- <Get/>
- <Replace/>
- </AccessType>
- <DFFormat>
- <chr/>
- </DFFormat>
- <DFType>
- <MIME>text/plain</MIME>
- </DFType>
- <CaseSense>
- <CS/>
- </CaseSense>
- </DFProperties>
- </Node>
- <Node>
- <NodeName>7</NodeName>
- <Path>./LTE/APN</Path>
- <DFProperties>
- <AccessType>
- <Get/>
- <Replace/>
- </AccessType>
- <DFFormat>
- <chr/>
- </DFFormat>
- <DFType>
- <MIME>text/plain</MIME>
- </DFType>
- <CaseSense>
- <CS/>
- </CaseSense>
- </DFProperties>
- </Node>
- </Node>
- <Node>
- <NodeName>Service</NodeName>
- <Path>./LTE</Path>
- <DFProperties>
- <AccessType>
- <Get/>
- </AccessType>
- <DFFormat>
- <node/>
- </DFFormat>
- <DFType>
- <MIME>text/plain</MIME>
- </DFType>
- <CaseSense>
- <CS/>
- </CaseSense>
- </DFProperties>
- <Node>
- <NodeName>Enabled</NodeName>
- <Path>./LTE/Service</Path>
- <DFProperties>
- <AccessType>
- <Get/>
- <Replace/>
- </AccessType>
- <DFFormat>
- <int/>
- </DFFormat>
- <DFType>
- <MIME>text/plain</MIME>
- </DFType>
- <CaseSense>
- <CS/>
- </CaseSense>
- </DFProperties>
- </Node>
- <Node>
- <NodeName>Forced</NodeName>
- <Path>./LTE/Service</Path>
- <DFProperties>
- <AccessType>
- <Get/>
- <Replace/>
- </AccessType>
- <DFFormat>
- <int/>
- </DFFormat>
- <DFType>
- <MIME>text/plain</MIME>
- </DFType>
- <CaseSense>
- <CS/>
- </CaseSense>
- </DFProperties>
- </Node>
- </Node>
- </Node>
- <Node>
- <NodeName>ManagedObjects</NodeName>
- <Path>.</Path>
- <DFProperties>
- <AccessType>
- <Add/>
- <Delete/>
- <Get/>
- <Replace/>
- </AccessType>
- <DFFormat>
- <node/>
- </DFFormat>
- <DFType>
- <MIME>text/plain</MIME>
- </DFType>
- <CaseSense>
- <CS/>
- </CaseSense>
- </DFProperties>
- <Node>
- <NodeName>ConnMO</NodeName>
- <Path>./ManagedObjects</Path>
- <DFProperties>
- <AccessType>
- <Get/>
- </AccessType>
- <DFFormat>
- <node/>
- </DFFormat>
- <DFType>
- <MIME>text/plain</MIME>
- </DFType>
- <CaseSense>
- <CS/>
- </CaseSense>
- </DFProperties>
- <Node>
- <NodeName>ext</NodeName>
- <Path>./ManagedObjects/ConnMO</Path>
- <DFProperties>
- <AccessType>
- <Get/>
- </AccessType>
- <DFFormat>
- <node/>
- </DFFormat>
- <DFType>
- <MIME>text/plain</MIME>
- </DFType>
- <CaseSense>
- <CS/>
- </CaseSense>
- </DFProperties>
- <Node>
- <NodeName>Settings</NodeName>
- <Path>./ManagedObjects/ConnMO/ext</Path>
- <DFProperties>
- <AccessType>
- <Get/>
- </AccessType>
- <DFFormat>
- <node/>
- </DFFormat>
- <DFType>
- <MIME>text/plain</MIME>
- </DFType>
- <CaseSense>
- <CS/>
- </CaseSense>
- </DFProperties>
- <Node>
- <NodeName>t_1xRTT</NodeName>
- <Path>./ManagedObjects/ConnMO/ext/Settings</Path>
- <DFProperties>
- <AccessType>
- <Get/>
- <Replace/>
- </AccessType>
- <DFFormat>
- <chr/>
- </DFFormat>
- <DFType>
- <MIME>text/plain</MIME>
- </DFType>
- <CaseSense>
- <CS/>
- </CaseSense>
- </DFProperties>
- </Node>
- <Node>
- <NodeName>t_mpsr</NodeName>
- <Path>./ManagedObjects/ConnMO/ext/Settings</Path>
- <DFProperties>
- <AccessType>
- <Get/>
- <Replace/>
- </AccessType>
- <DFFormat>
- <chr/>
- </DFFormat>
- <DFType>
- <MIME>text/plain</MIME>
- </DFType>
- <CaseSense>
- <CS/>
- </CaseSense>
- </DFProperties>
- </Node>
- <Node>
- <NodeName>tbsr_cdma</NodeName>
- <Path>./ManagedObjects/ConnMO/ext/Settings</Path>
- <DFProperties>
- <AccessType>
- <Get/>
- <Replace/>
- </AccessType>
- <DFFormat>
- <chr/>
- </DFFormat>
- <DFType>
- <MIME>text/plain</MIME>
- </DFType>
- <CaseSense>
- <CS/>
- </CaseSense>
- </DFProperties>
- </Node>
- </Node>
- </Node>
- <Node>
- <NodeName>IMS</NodeName>
- <Path>./ManagedObjects/ConnMO</Path>
- <DFProperties>
- <AccessType>
- <Get/>
- </AccessType>
- <DFFormat>
- <node/>
- </DFFormat>
- <DFType>
- <MIME>text/plain</MIME>
- </DFType>
- <CaseSense>
- <CS/>
- </CaseSense>
- </DFProperties>
- <Node>
- <NodeName>Setting</NodeName>
- <Path>./ManagedObjects/ConnMO/IMS</Path>
- <DFProperties>
- <AccessType>
- <Get/>
- </AccessType>
- <DFFormat>
- <node/>
- </DFFormat>
- <DFType>
- <MIME>text/plain</MIME>
- </DFType>
- <CaseSense>
- <CS/>
- </CaseSense>
- </DFProperties>
- <Node>
- <NodeName>Domain</NodeName>
- <Path>./ManagedObjects/ConnMO/IMS/Setting</Path>
- <DFProperties>
- <AccessType>
- <Get/>
- <Replace/>
- </AccessType>
- <DFFormat>
- <chr/>
- </DFFormat>
- <DFType>
- <MIME>text/plain</MIME>
- </DFType>
- <CaseSense>
- <CS/>
- </CaseSense>
- </DFProperties>
- </Node>
- <Node>
- <NodeName>SIPT1</NodeName>
- <Path>./ManagedObjects/ConnMO/IMS/Setting</Path>
- <DFProperties>
- <AccessType>
- <Get/>
- <Replace/>
- </AccessType>
- <DFFormat>
- <int/>
- </DFFormat>
- <DFType>
- <MIME>text/plain</MIME>
- </DFType>
- <CaseSense>
- <CS/>
- </CaseSense>
- </DFProperties>
- </Node>
- <Node>
- <NodeName>SIPT2</NodeName>
- <Path>./ManagedObjects/ConnMO/IMS/Setting</Path>
- <DFProperties>
- <AccessType>
- <Get/>
- <Replace/>
- </AccessType>
- <DFFormat>
- <int/>
- </DFFormat>
- <DFType>
- <MIME>text/plain</MIME>
- </DFType>
- <CaseSense>
- <CS/>
- </CaseSense>
- </DFProperties>
- </Node>
- <Node>
- <NodeName>SIPTf</NodeName>
- <Path>./ManagedObjects/ConnMO/IMS/Setting</Path>
- <DFProperties>
- <AccessType>
- <Get/>
- <Replace/>
- </AccessType>
- <DFFormat>
- <int/>
- </DFFormat>
- <DFType>
- <MIME>text/plain</MIME>
- </DFType>
- <CaseSense>
- <CS/>
- </CaseSense>
- </DFProperties>
- </Node>
- <Node>
- <NodeName>sms_over_IP_network_indication</NodeName>
- <Path>./ManagedObjects/ConnMO/IMS/Setting</Path>
- <DFProperties>
- <AccessType>
- <Get/>
- <Replace/>
- </AccessType>
- <DFFormat>
- <bool/>
- </DFFormat>
- <DFType>
- <MIME>text/plain</MIME>
- </DFType>
- <CaseSense>
- <CS/>
- </CaseSense>
- </DFProperties>
- </Node>
- <Node>
- <NodeName>smsformat</NodeName>
- <Path>./ManagedObjects/ConnMO/IMS/Setting</Path>
- <DFProperties>
- <AccessType>
- <Get/>
- <Replace/>
- </AccessType>
- <DFFormat>
- <chr/>
- </DFFormat>
- <DFType>
- <MIME>text/plain</MIME>
- </DFType>
- <CaseSense>
- <CS/>
- </CaseSense>
- </DFProperties>
- </Node>
- </Node>
- </Node>
- <Node>
- <NodeName>IPV6Enable</NodeName>
- <Path>./ManagedObjects/ConnMO</Path>
- <DFProperties>
- <AccessType>
- <Get/>
- </AccessType>
- <DFFormat>
- <node/>
- </DFFormat>
- <DFType>
- <MIME>text/plain</MIME>
- </DFType>
- <CaseSense>
- <CS/>
- </CaseSense>
- </DFProperties>
- <Node>
- <NodeName>Setting</NodeName>
- <Path>./ManagedObjects/ConnMO/IPV6Enable</Path>
- <DFProperties>
- <AccessType>
- <Get/>
- </AccessType>
- <DFFormat>
- <node/>
- </DFFormat>
- <DFType>
- <MIME>text/plain</MIME>
- </DFType>
- <CaseSense>
- <CS/>
- </CaseSense>
- </DFProperties>
- <Node>
- <NodeName>Enabled</NodeName>
- <Path>./ManagedObjects/ConnMO/IPV6Enable/Setting</Path>
- <DFProperties>
- <AccessType>
- <Get/>
- </AccessType>
- <DFFormat>
- <bool/>
- </DFFormat>
- <DFType>
- <MIME>text/plain</MIME>
- </DFType>
- <CaseSense>
- <CS/>
- </CaseSense>
- </DFProperties>
- </Node>
- <Node>
- <NodeName>Operations</NodeName>
- <Path>./ManagedObjects/ConnMO/IPV6Enable/Setting</Path>
- <DFProperties>
- <AccessType>
- <Get/>
- </AccessType>
- <DFFormat>
- <node/>
- </DFFormat>
- <DFType>
- <MIME>text/plain</MIME>
- </DFType>
- <CaseSense>
- <CS/>
- </CaseSense>
- </DFProperties>
- <Node>
- <NodeName>Disable</NodeName>
- <Path>./ManagedObjects/ConnMO/IPV6Enable/Setting/Operations</Path>
- <DFProperties>
- <AccessType>
- <Exec/>
- <Get/>
- </AccessType>
- <DFFormat>
- <bool/>
- </DFFormat>
- <DFType>
- <MIME>text/plain</MIME>
- </DFType>
- <CaseSense>
- <CS/>
- </CaseSense>
- </DFProperties>
- </Node>
- <Node>
- <NodeName>Enable</NodeName>
- <Path>./ManagedObjects/ConnMO/IPV6Enable/Setting/Operations</Path>
- <DFProperties>
- <AccessType>
- <Exec/>
- <Get/>
- </AccessType>
- <DFFormat>
- <bool/>
- </DFFormat>
- <DFType>
- <MIME>text/plain</MIME>
- </DFType>
- <CaseSense>
- <CS/>
- </CaseSense>
- </DFProperties>
- </Node>
- </Node>
- </Node>
- </Node>
- <Node>
- <NodeName>LTE</NodeName>
- <Path>./ManagedObjects/ConnMO</Path>
- <DFProperties>
- <AccessType>
- <Get/>
- </AccessType>
- <DFFormat>
- <node/>
- </DFFormat>
- <DFType>
- <MIME>text/plain</MIME>
- </DFType>
- <CaseSense>
- <CS/>
- </CaseSense>
- </DFProperties>
- <Node>
- <NodeName>APN</NodeName>
- <Path>./ManagedObjects/ConnMO/LTE</Path>
- <DFProperties>
- <AccessType>
- <Get/>
- </AccessType>
- <DFFormat>
- <node/>
- </DFFormat>
- <DFType>
- <MIME>text/plain</MIME>
- </DFType>
- <CaseSense>
- <CS/>
- </CaseSense>
- </DFProperties>
- <Node>
- <NodeName>1</NodeName>
- <Path>./ManagedObjects/ConnMO/LTE/APN</Path>
- <DFProperties>
- <AccessType>
- <Get/>
- </AccessType>
- <DFFormat>
- <node/>
- </DFFormat>
- <DFType>
- <MIME>text/plain</MIME>
- </DFType>
- <CaseSense>
- <CS/>
- </CaseSense>
- </DFProperties>
- <Node>
- <NodeName>Setting</NodeName>
- <Path>./ManagedObjects/ConnMO/LTE/APN/1</Path>
- <DFProperties>
- <AccessType>
- <Get/>
- </AccessType>
- <DFFormat>
- <node/>
- </DFFormat>
- <DFType>
- <MIME>text/plain</MIME>
- </DFType>
- <CaseSense>
- <CS/>
- </CaseSense>
- </DFProperties>
- <Node>
- <NodeName>Enabled</NodeName>
- <Path>./ManagedObjects/ConnMO/LTE/APN/1/Setting</Path>
- <DFProperties>
- <AccessType>
- <Get/>
- </AccessType>
- <DFFormat>
- <bool/>
- </DFFormat>
- <DFType>
- <MIME>text/plain</MIME>
- </DFType>
- <CaseSense>
- <CS/>
- </CaseSense>
- </DFProperties>
- </Node>
- <Node>
- <NodeName>Id</NodeName>
- <Path>./ManagedObjects/ConnMO/LTE/APN/1/Setting</Path>
- <DFProperties>
- <AccessType>
- <Get/>
- </AccessType>
- <DFFormat>
- <int/>
- </DFFormat>
- <DFType>
- <MIME>text/plain</MIME>
- </DFType>
- <CaseSense>
- <CS/>
- </CaseSense>
- </DFProperties>
- </Node>
- <Node>
- <NodeName>IP</NodeName>
- <Path>./ManagedObjects/ConnMO/LTE/APN/1/Setting</Path>
- <DFProperties>
- <AccessType>
- <Get/>
- <Replace/>
- </AccessType>
- <DFFormat>
- <chr/>
- </DFFormat>
- <DFType>
- <MIME>text/plain</MIME>
- </DFType>
- <CaseSense>
- <CS/>
- </CaseSense>
- </DFProperties>
- </Node>
- <Node>
- <NodeName>Name</NodeName>
- <Path>./ManagedObjects/ConnMO/LTE/APN/1/Setting</Path>
- <DFProperties>
- <AccessType>
- <Get/>
- <Replace/>
- </AccessType>
- <DFFormat>
- <chr/>
- </DFFormat>
- <DFType>
- <MIME>text/plain</MIME>
- </DFType>
- <CaseSense>
- <CS/>
- </CaseSense>
- </DFProperties>
- </Node>
- <Node>
- <NodeName>Operations</NodeName>
- <Path>./ManagedObjects/ConnMO/LTE/APN/1/Setting</Path>
- <DFProperties>
- <AccessType>
- <Get/>
- </AccessType>
- <DFFormat>
- <node/>
- </DFFormat>
- <DFType>
- <MIME>text/plain</MIME>
- </DFType>
- <CaseSense>
- <CS/>
- </CaseSense>
- </DFProperties>
- <Node>
- <NodeName>Disable</NodeName>
- <Path>./ManagedObjects/ConnMO/LTE/APN/1/Setting/Operations</Path>
- <DFProperties>
- <AccessType>
- <Exec/>
- <Get/>
- </AccessType>
- <DFFormat>
- <bool/>
- </DFFormat>
- <DFType>
- <MIME>text/plain</MIME>
- </DFType>
- <CaseSense>
- <CS/>
- </CaseSense>
- </DFProperties>
- </Node>
- </Node>
- </Node>
- </Node>
- <Node>
- <NodeName>2</NodeName>
- <Path>./ManagedObjects/ConnMO/LTE/APN</Path>
- <DFProperties>
- <AccessType>
- <Get/>
- </AccessType>
- <DFFormat>
- <node/>
- </DFFormat>
- <DFType>
- <MIME>text/plain</MIME>
- </DFType>
- <CaseSense>
- <CS/>
- </CaseSense>
- </DFProperties>
- <Node>
- <NodeName>Setting</NodeName>
- <Path>./ManagedObjects/ConnMO/LTE/APN/2</Path>
- <DFProperties>
- <AccessType>
- <Get/>
- </AccessType>
- <DFFormat>
- <node/>
- </DFFormat>
- <DFType>
- <MIME>text/plain</MIME>
- </DFType>
- <CaseSense>
- <CS/>
- </CaseSense>
- </DFProperties>
- <Node>
- <NodeName>Enabled</NodeName>
- <Path>./ManagedObjects/ConnMO/LTE/APN/2/Setting</Path>
- <DFProperties>
- <AccessType>
- <Get/>
- </AccessType>
- <DFFormat>
- <bool/>
- </DFFormat>
- <DFType>
- <MIME>text/plain</MIME>
- </DFType>
- <CaseSense>
- <CS/>
- </CaseSense>
- </DFProperties>
- </Node>
- <Node>
- <NodeName>Id</NodeName>
- <Path>./ManagedObjects/ConnMO/LTE/APN/2/Setting</Path>
- <DFProperties>
- <AccessType>
- <Get/>
- </AccessType>
- <DFFormat>
- <int/>
- </DFFormat>
- <DFType>
- <MIME>text/plain</MIME>
- </DFType>
- <CaseSense>
- <CS/>
- </CaseSense>
- </DFProperties>
- </Node>
- <Node>
- <NodeName>IP</NodeName>
- <Path>./ManagedObjects/ConnMO/LTE/APN/2/Setting</Path>
- <DFProperties>
- <AccessType>
- <Get/>
- <Replace/>
- </AccessType>
- <DFFormat>
- <chr/>
- </DFFormat>
- <DFType>
- <MIME>text/plain</MIME>
- </DFType>
- <CaseSense>
- <CS/>
- </CaseSense>
- </DFProperties>
- </Node>
- <Node>
- <NodeName>Name</NodeName>
- <Path>./ManagedObjects/ConnMO/LTE/APN/2/Setting</Path>
- <DFProperties>
- <AccessType>
- <Get/>
- <Replace/>
- </AccessType>
- <DFFormat>
- <chr/>
- </DFFormat>
- <DFType>
- <MIME>text/plain</MIME>
- </DFType>
- <CaseSense>
- <CS/>
- </CaseSense>
- </DFProperties>
- </Node>
- <Node>
- <NodeName>Operations</NodeName>
- <Path>./ManagedObjects/ConnMO/LTE/APN/2/Setting</Path>
- <DFProperties>
- <AccessType>
- <Get/>
- </AccessType>
- <DFFormat>
- <node/>
- </DFFormat>
- <DFType>
- <MIME>text/plain</MIME>
- </DFType>
- <CaseSense>
- <CS/>
- </CaseSense>
- </DFProperties>
- <Node>
- <NodeName>Disable</NodeName>
- <Path>./ManagedObjects/ConnMO/LTE/APN/2/Setting/Operations</Path>
- <DFProperties>
- <AccessType>
- <Exec/>
- <Get/>
- </AccessType>
- <DFFormat>
- <bool/>
- </DFFormat>
- <DFType>
- <MIME>text/plain</MIME>
- </DFType>
- <CaseSense>
- <CS/>
- </CaseSense>
- </DFProperties>
- </Node>
- </Node>
- </Node>
- </Node>
- <Node>
- <NodeName>3</NodeName>
- <Path>./ManagedObjects/ConnMO/LTE/APN</Path>
- <DFProperties>
- <AccessType>
- <Get/>
- </AccessType>
- <DFFormat>
- <node/>
- </DFFormat>
- <DFType>
- <MIME>text/plain</MIME>
- </DFType>
- <CaseSense>
- <CS/>
- </CaseSense>
- </DFProperties>
- <Node>
- <NodeName>Setting</NodeName>
- <Path>./ManagedObjects/ConnMO/LTE/APN/3</Path>
- <DFProperties>
- <AccessType>
- <Get/>
- </AccessType>
- <DFFormat>
- <node/>
- </DFFormat>
- <DFType>
- <MIME>text/plain</MIME>
- </DFType>
- <CaseSense>
- <CS/>
- </CaseSense>
- </DFProperties>
- <Node>
- <NodeName>Enabled</NodeName>
- <Path>./ManagedObjects/ConnMO/LTE/APN/3/Setting</Path>
- <DFProperties>
- <AccessType>
- <Get/>
- </AccessType>
- <DFFormat>
- <bool/>
- </DFFormat>
- <DFType>
- <MIME>text/plain</MIME>
- </DFType>
- <CaseSense>
- <CS/>
- </CaseSense>
- </DFProperties>
- </Node>
- <Node>
- <NodeName>Id</NodeName>
- <Path>./ManagedObjects/ConnMO/LTE/APN/3/Setting</Path>
- <DFProperties>
- <AccessType>
- <Get/>
- </AccessType>
- <DFFormat>
- <int/>
- </DFFormat>
- <DFType>
- <MIME>text/plain</MIME>
- </DFType>
- <CaseSense>
- <CS/>
- </CaseSense>
- </DFProperties>
- </Node>
- <Node>
- <NodeName>IP</NodeName>
- <Path>./ManagedObjects/ConnMO/LTE/APN/3/Setting</Path>
- <DFProperties>
- <AccessType>
- <Get/>
- <Replace/>
- </AccessType>
- <DFFormat>
- <chr/>
- </DFFormat>
- <DFType>
- <MIME>text/plain</MIME>
- </DFType>
- <CaseSense>
- <CS/>
- </CaseSense>
- </DFProperties>
- </Node>
- <Node>
- <NodeName>Name</NodeName>
- <Path>./ManagedObjects/ConnMO/LTE/APN/3/Setting</Path>
- <DFProperties>
- <AccessType>
- <Get/>
- <Replace/>
- </AccessType>
- <DFFormat>
- <chr/>
- </DFFormat>
- <DFType>
- <MIME>text/plain</MIME>
- </DFType>
- <CaseSense>
- <CS/>
- </CaseSense>
- </DFProperties>
- </Node>
- <Node>
- <NodeName>Operations</NodeName>
- <Path>./ManagedObjects/ConnMO/LTE/APN/3/Setting</Path>
- <DFProperties>
- <AccessType>
- <Get/>
- </AccessType>
- <DFFormat>
- <node/>
- </DFFormat>
- <DFType>
- <MIME>text/plain</MIME>
- </DFType>
- <CaseSense>
- <CS/>
- </CaseSense>
- </DFProperties>
- <Node>
- <NodeName>Disable</NodeName>
- <Path>./ManagedObjects/ConnMO/LTE/APN/3/Setting/Operations</Path>
- <DFProperties>
- <AccessType>
- <Exec/>
- <Get/>
- </AccessType>
- <DFFormat>
- <bool/>
- </DFFormat>
- <DFType>
- <MIME>text/plain</MIME>
- </DFType>
- <CaseSense>
- <CS/>
- </CaseSense>
- </DFProperties>
- </Node>
- <Node>
- <NodeName>Enable</NodeName>
- <Path>./ManagedObjects/ConnMO/LTE/APN/3/Setting/Operations</Path>
- <DFProperties>
- <AccessType>
- <Exec/>
- <Get/>
- </AccessType>
- <DFFormat>
- <bool/>
- </DFFormat>
- <DFType>
- <MIME>text/plain</MIME>
- </DFType>
- <CaseSense>
- <CS/>
- </CaseSense>
- </DFProperties>
- </Node>
- </Node>
- </Node>
- </Node>
- <Node>
- <NodeName>4</NodeName>
- <Path>./ManagedObjects/ConnMO/LTE/APN</Path>
- <DFProperties>
- <AccessType>
- <Get/>
- </AccessType>
- <DFFormat>
- <node/>
- </DFFormat>
- <DFType>
- <MIME>text/plain</MIME>
- </DFType>
- <CaseSense>
- <CS/>
- </CaseSense>
- </DFProperties>
- <Node>
- <NodeName>Setting</NodeName>
- <Path>./ManagedObjects/ConnMO/LTE/APN/4</Path>
- <DFProperties>
- <AccessType>
- <Get/>
- </AccessType>
- <DFFormat>
- <node/>
- </DFFormat>
- <DFType>
- <MIME>text/plain</MIME>
- </DFType>
- <CaseSense>
- <CS/>
- </CaseSense>
- </DFProperties>
- <Node>
- <NodeName>Enabled</NodeName>
- <Path>./ManagedObjects/ConnMO/LTE/APN/4/Setting</Path>
- <DFProperties>
- <AccessType>
- <Get/>
- </AccessType>
- <DFFormat>
- <bool/>
- </DFFormat>
- <DFType>
- <MIME>text/plain</MIME>
- </DFType>
- <CaseSense>
- <CS/>
- </CaseSense>
- </DFProperties>
- </Node>
- <Node>
- <NodeName>Id</NodeName>
- <Path>./ManagedObjects/ConnMO/LTE/APN/4/Setting</Path>
- <DFProperties>
- <AccessType>
- <Get/>
- </AccessType>
- <DFFormat>
- <int/>
- </DFFormat>
- <DFType>
- <MIME>text/plain</MIME>
- </DFType>
- <CaseSense>
- <CS/>
- </CaseSense>
- </DFProperties>
- </Node>
- <Node>
- <NodeName>IP</NodeName>
- <Path>./ManagedObjects/ConnMO/LTE/APN/4/Setting</Path>
- <DFProperties>
- <AccessType>
- <Get/>
- <Replace/>
- </AccessType>
- <DFFormat>
- <chr/>
- </DFFormat>
- <DFType>
- <MIME>text/plain</MIME>
- </DFType>
- <CaseSense>
- <CS/>
- </CaseSense>
- </DFProperties>
- </Node>
- <Node>
- <NodeName>Name</NodeName>
- <Path>./ManagedObjects/ConnMO/LTE/APN/4/Setting</Path>
- <DFProperties>
- <AccessType>
- <Get/>
- <Replace/>
- </AccessType>
- <DFFormat>
- <chr/>
- </DFFormat>
- <DFType>
- <MIME>text/plain</MIME>
- </DFType>
- <CaseSense>
- <CS/>
- </CaseSense>
- </DFProperties>
- </Node>
- <Node>
- <NodeName>Operations</NodeName>
- <Path>./ManagedObjects/ConnMO/LTE/APN/4/Setting</Path>
- <DFProperties>
- <AccessType>
- <Get/>
- </AccessType>
- <DFFormat>
- <node/>
- </DFFormat>
- <DFType>
- <MIME>text/plain</MIME>
- </DFType>
- <CaseSense>
- <CS/>
- </CaseSense>
- </DFProperties>
- <Node>
- <NodeName>Disable</NodeName>
- <Path>./ManagedObjects/ConnMO/LTE/APN/4/Setting/Operations</Path>
- <DFProperties>
- <AccessType>
- <Exec/>
- <Get/>
- </AccessType>
- <DFFormat>
- <bool/>
- </DFFormat>
- <DFType>
- <MIME>text/plain</MIME>
- </DFType>
- <CaseSense>
- <CS/>
- </CaseSense>
- </DFProperties>
- </Node>
- <Node>
- <NodeName>Enable</NodeName>
- <Path>./ManagedObjects/ConnMO/LTE/APN/4/Setting/Operations</Path>
- <DFProperties>
- <AccessType>
- <Exec/>
- <Get/>
- </AccessType>
- <DFFormat>
- <bool/>
- </DFFormat>
- <DFType>
- <MIME>text/plain</MIME>
- </DFType>
- <CaseSense>
- <CS/>
- </CaseSense>
- </DFProperties>
- </Node>
- </Node>
- </Node>
- </Node>
- </Node>
- </Node>
- <Node>
- <NodeName>VZW800</NodeName>
- <Path>./ManagedObjects/ConnMO</Path>
- <DFProperties>
- <AccessType>
- <Get/>
- </AccessType>
- <DFFormat>
- <node/>
- </DFFormat>
- <DFType>
- <MIME>text/plain</MIME>
- </DFType>
- <CaseSense>
- <CS/>
- </CaseSense>
- </DFProperties>
- <Node>
- <NodeName>APN</NodeName>
- <Path>./ManagedObjects/ConnMO/VZW800</Path>
- <DFProperties>
- <AccessType>
- <Get/>
- </AccessType>
- <DFFormat>
- <node/>
- </DFFormat>
- <DFType>
- <MIME>text/plain</MIME>
- </DFType>
- <CaseSense>
- <CS/>
- </CaseSense>
- </DFProperties>
- <Node>
- <NodeName>5</NodeName>
- <Path>./ManagedObjects/ConnMO/VZW800/APN</Path>
- <DFProperties>
- <AccessType>
- <Get/>
- </AccessType>
- <DFFormat>
- <node/>
- </DFFormat>
- <DFType>
- <MIME>text/plain</MIME>
- </DFType>
- <CaseSense>
- <CS/>
- </CaseSense>
- </DFProperties>
- <Node>
- <NodeName>Setting</NodeName>
- <Path>./ManagedObjects/ConnMO/VZW800/APN/5</Path>
- <DFProperties>
- <AccessType>
- <Get/>
- </AccessType>
- <DFFormat>
- <node/>
- </DFFormat>
- <DFType>
- <MIME>text/plain</MIME>
- </DFType>
- <CaseSense>
- <CS/>
- </CaseSense>
- </DFProperties>
- <Node>
- <NodeName>Enabled</NodeName>
- <Path>./ManagedObjects/ConnMO/VZW800/APN/5/Setting</Path>
- <DFProperties>
- <AccessType>
- <Get/>
- </AccessType>
- <DFFormat>
- <bool/>
- </DFFormat>
- <DFType>
- <MIME>text/plain</MIME>
- </DFType>
- <CaseSense>
- <CS/>
- </CaseSense>
- </DFProperties>
- </Node>
- <Node>
- <NodeName>Id</NodeName>
- <Path>./ManagedObjects/ConnMO/VZW800/APN/5/Setting</Path>
- <DFProperties>
- <AccessType>
- <Get/>
- </AccessType>
- <DFFormat>
- <int/>
- </DFFormat>
- <DFType>
- <MIME>text/plain</MIME>
- </DFType>
- <CaseSense>
- <CS/>
- </CaseSense>
- </DFProperties>
- </Node>
- <Node>
- <NodeName>IP</NodeName>
- <Path>./ManagedObjects/ConnMO/VZW800/APN/5/Setting</Path>
- <DFProperties>
- <AccessType>
- <Get/>
- <Replace/>
- </AccessType>
- <DFFormat>
- <chr/>
- </DFFormat>
- <DFType>
- <MIME>text/plain</MIME>
- </DFType>
- <CaseSense>
- <CS/>
- </CaseSense>
- </DFProperties>
- </Node>
- <Node>
- <NodeName>Name</NodeName>
- <Path>./ManagedObjects/ConnMO/VZW800/APN/5/Setting</Path>
- <DFProperties>
- <AccessType>
- <Get/>
- <Replace/>
- </AccessType>
- <DFFormat>
- <chr/>
- </DFFormat>
- <DFType>
- <MIME>text/plain</MIME>
- </DFType>
- <CaseSense>
- <CS/>
- </CaseSense>
- </DFProperties>
- </Node>
- <Node>
- <NodeName>Operations</NodeName>
- <Path>./ManagedObjects/ConnMO/VZW800/APN/5/Setting</Path>
- <DFProperties>
- <AccessType>
- <Get/>
- </AccessType>
- <DFFormat>
- <node/>
- </DFFormat>
- <DFType>
- <MIME>text/plain</MIME>
- </DFType>
- <CaseSense>
- <CS/>
- </CaseSense>
- </DFProperties>
- <Node>
- <NodeName>Disable</NodeName>
- <Path>./ManagedObjects/ConnMO/VZW800/APN/5/Setting/Operations</Path>
- <DFProperties>
- <AccessType>
- <Exec/>
- <Get/>
- </AccessType>
- <DFFormat>
- <bool/>
- </DFFormat>
- <DFType>
- <MIME>text/plain</MIME>
- </DFType>
- <CaseSense>
- <CS/>
- </CaseSense>
- </DFProperties>
- </Node>
- <Node>
- <NodeName>Enable</NodeName>
- <Path>./ManagedObjects/ConnMO/VZW800/APN/5/Setting/Operations</Path>
- <DFProperties>
- <AccessType>
- <Exec/>
- <Get/>
- </AccessType>
- <DFFormat>
- <bool/>
- </DFFormat>
- <DFType>
- <MIME>text/plain</MIME>
- </DFType>
- <CaseSense>
- <CS/>
- </CaseSense>
- </DFProperties>
- </Node>
- </Node>
- </Node>
- </Node>
- </Node>
- </Node>
- </Node>
- <Node>
- <NodeName>DiagMon</NodeName>
- <Path>./ManagedObjects</Path>
- <DFProperties>
- <AccessType>
- <Get/>
- </AccessType>
- <DFFormat>
- <node/>
- </DFFormat>
- <DFType>
- <MIME>text/plain</MIME>
- </DFType>
- <CaseSense>
- <CS/>
- </CaseSense>
- </DFProperties>
- <Node>
- <NodeName>RF</NodeName>
- <Path>./ManagedObjects/DiagMon</Path>
- <DFProperties>
- <AccessType>
- <Get/>
- </AccessType>
- <DFFormat>
- <node/>
- </DFFormat>
- <DFType>
- <MIME>text/plain</MIME>
- </DFType>
- <CaseSense>
- <CS/>
- </CaseSense>
- </DFProperties>
- <Node>
- <NodeName>HomeRoam</NodeName>
- <Path>./ManagedObjects/DiagMon/RF</Path>
- <DFProperties>
- <AccessType>
- <Get/>
- </AccessType>
- <DFFormat>
- <chr/>
- </DFFormat>
- <DFType>
- <MIME>text/plain</MIME>
- </DFType>
- <CaseSense>
- <CS/>
- </CaseSense>
- </DFProperties>
- </Node>
- <Node>
- <NodeName>CurrentSystem</NodeName>
- <Path>./ManagedObjects/DiagMon/RF</Path>
- <DFProperties>
- <AccessType>
- <Get/>
- </AccessType>
- <DFFormat>
- <node/>
- </DFFormat>
- <DFType>
- <MIME>text/plain</MIME>
- </DFType>
- <CaseSense>
- <CS/>
- </CaseSense>
- </DFProperties>
- <Node>
- <NodeName>Data</NodeName>
- <Path>./ManagedObjects/DiagMon/RF/CurrentSystem</Path>
- <DFProperties>
- <AccessType>
- <Get/>
- </AccessType>
- <DFFormat>
- <chr/>
- </DFFormat>
- <DFType>
- <MIME>text/plain</MIME>
- </DFType>
- <CaseSense>
- <CS/>
- </CaseSense>
- </DFProperties>
- </Node>
- <Node>
- <NodeName>Voice</NodeName>
- <Path>./ManagedObjects/DiagMon/RF/CurrentSystem</Path>
- <DFProperties>
- <AccessType>
- <Get/>
- </AccessType>
- <DFFormat>
- <chr/>
- </DFFormat>
- <DFType>
- <MIME>text/plain</MIME>
- </DFType>
- <CaseSense>
- <CS/>
- </CaseSense>
- </DFProperties>
- </Node>
- </Node>
- </Node>
- </Node>
- </Node>
- <Node>
- <NodeName>SIM</NodeName>
- <Path>.</Path>
- <DFProperties>
- <AccessType>
- <Get/>
- </AccessType>
- <DFFormat>
- <node/>
- </DFFormat>
- <DFType>
- <MIME>text/plain</MIME>
- </DFType>
- <CaseSense>
- <CS/>
- </CaseSense>
- </DFProperties>
- <Node>
- <NodeName>UICCID</NodeName>
- <Path>./SIM</Path>
- <DFProperties>
- <AccessType>
- <Get/>
- <Replace/>
- </AccessType>
- <DFFormat>
- <chr/>
- </DFFormat>
- <DFType>
- <MIME>text/plain</MIME>
- </DFType>
- <CaseSense>
- <CS/>
- </CaseSense>
- </DFProperties>
- </Node>
- </Node>
- <Node>
- <NodeName>Subscriber</NodeName>
- <Path>.</Path>
- <DFProperties>
- <AccessType>
- <Get/>
- <Replace/>
- </AccessType>
- <DFFormat>
- <node/>
- </DFFormat>
- <DFType>
- <MIME>text/plain</MIME>
- </DFType>
- <CaseSense>
- <CS/>
- </CaseSense>
- </DFProperties>
- <Node>
- <NodeName>AcctSubType</NodeName>
- <Path>./Subscriber</Path>
- <DFProperties>
- <AccessType>
- <Get/>
- <Replace/>
- </AccessType>
- <DFFormat>
- <chr/>
- </DFFormat>
- <DFType>
- <MIME>text/plain</MIME>
- </DFType>
- <CaseSense>
- <CS/>
- </CaseSense>
- </DFProperties>
- </Node>
- <Node>
- <NodeName>AcctType</NodeName>
- <Path>./Subscriber</Path>
- <DFProperties>
- <AccessType>
- <Get/>
- <Replace/>
- </AccessType>
- <DFFormat>
- <chr/>
- </DFFormat>
- <DFType>
- <MIME>text/plain</MIME>
- </DFType>
- <CaseSense>
- <CS/>
- </CaseSense>
- </DFProperties>
- </Node>
- <Node>
- <NodeName>BAN</NodeName>
- <Path>./Subscriber</Path>
- <DFProperties>
- <AccessType>
- <Get/>
- <Replace/>
- </AccessType>
- <DFFormat>
- <chr/>
- </DFFormat>
- <DFType>
- <MIME>text/plain</MIME>
- </DFType>
- <CaseSense>
- <CS/>
- </CaseSense>
- </DFProperties>
- </Node>
- <Node>
- <NodeName>BillCycleDate</NodeName>
- <Path>./Subscriber</Path>
- <DFProperties>
- <AccessType>
- <Get/>
- <Replace/>
- </AccessType>
- <DFFormat>
- <chr/>
- </DFFormat>
- <DFType>
- <MIME>text/plain</MIME>
- </DFType>
- <CaseSense>
- <CS/>
- </CaseSense>
- </DFProperties>
- </Node>
- <Node>
- <NodeName>CarrierID</NodeName>
- <Path>./Subscriber</Path>
- <DFProperties>
- <AccessType>
- <Get/>
- <Replace/>
- </AccessType>
- <DFFormat>
- <chr/>
- </DFFormat>
- <DFType>
- <MIME>text/plain</MIME>
- </DFType>
- <CaseSense>
- <CS/>
- </CaseSense>
- </DFProperties>
- </Node>
- <Node>
- <NodeName>CSA</NodeName>
- <Path>./Subscriber</Path>
- <DFProperties>
- <AccessType>
- <Get/>
- <Replace/>
- </AccessType>
- <DFFormat>
- <chr/>
- </DFFormat>
- <DFType>
- <MIME>text/plain</MIME>
- </DFType>
- <CaseSense>
- <CS/>
- </CaseSense>
- </DFProperties>
- </Node>
- <Node>
- <NodeName>State</NodeName>
- <Path>./Subscriber</Path>
- <DFProperties>
- <AccessType>
- <Get/>
- <Replace/>
- </AccessType>
- <DFFormat>
- <chr/>
- </DFFormat>
- <DFType>
- <MIME>text/plain</MIME>
- </DFType>
- <CaseSense>
- <CS/>
- </CaseSense>
- </DFProperties>
- </Node>
- <Node>
- <NodeName>UsageMode</NodeName>
- <Path>./Subscriber</Path>
- <DFProperties>
- <AccessType>
- <Get/>
- <Replace/>
- </AccessType>
- <DFFormat>
- <chr/>
- </DFFormat>
- <DFType>
- <MIME>text/plain</MIME>
- </DFType>
- <CaseSense>
- <CS/>
- </CaseSense>
- </DFProperties>
- </Node>
- <Node>
- <NodeName>ZIPCode</NodeName>
- <Path>./Subscriber</Path>
- <DFProperties>
- <AccessType>
- <Get/>
- <Replace/>
- </AccessType>
- <DFFormat>
- <chr/>
- </DFFormat>
- <DFType>
- <MIME>text/plain</MIME>
- </DFType>
- <CaseSense>
- <CS/>
- </CaseSense>
- </DFProperties>
- </Node>
- </Node>
- </Node>
-</MgmtTree>
diff --git a/setting/event.dat b/setting/event.dat
deleted file mode 100644
index e69de29..0000000
--- a/setting/event.dat
+++ /dev/null
diff --git a/setting/fstab b/setting/fstab
deleted file mode 100644
index 125936a..0000000
--- a/setting/fstab
+++ /dev/null
@@ -1,13 +0,0 @@
-#PATH FILENAME (MUST END WITH .WBXML) fOR NOW, ALL subfile do not overlap
-# first file always is .
-#
-# Also parent URI must be BEFORE child URI
-#
-# This is a sample fstab - PLEASE EDIT this file to match your own tree!!!
-#
-. root.wbxml
-./DevDetail/Ext devdetail_ext.wbxml
-./DevDetail/URI devdetail_uri.wbxml
-./ManagedObjects managedobjects.wbxml
-./Customization customization.wbxml
-./Subscriber subscriber.wbxml