<?xml version="1.0" encoding="UTF-8"?>
<!--
  FAPService:2.0 Femto Access Point Service Data Model (Corrigendum 3)

  Copyright (c) 2011-2017, Broadband Forum
  
  Redistribution and use in source and binary forms, with or
  without modification, are permitted provided that the following
  conditions are met:
  
  1. Redistributions of source code must retain the above copyright
     notice, this list of conditions and the following disclaimer.
  
  2. Redistributions in binary form must reproduce the above
     copyright notice, this list of conditions and the following
     disclaimer in the documentation and/or other materials
     provided with the distribution.
  
  3. Neither the name of the copyright holder nor the names of its
     contributors may be used to endorse or promote products
     derived from this software without specific prior written
     permission.
  
  THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND
  CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES,
  INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
  MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
  DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR
  CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
  SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
  NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
  LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
  CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
  STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
  ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
  ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  
  The above license is used as a license under copyright only.
  Please reference the Forum IPR Policy for patent licensing terms
  <https://www.broadband-forum.org/ipr-policy>.
  
  Any moral rights which are necessary to exercise under the above
  license grant are also deemed granted under this license.
  
  Summary:
    TR-196 FAPServce:2 Service data model with radio specific parts
        for UMTS, LTE and CDMA2000 Femto cells.

  Editors:
    Klaus Wich, Nokia Siemens Networks (Original)
    Douglas Knisely, Qualcomm Incorporated (Corrigendum 1)
    William Lupton, Broadband Forum (Corrigendum 2)
    Tim Carey, Nokia (Corrigendum 3)

  BroadbandHome™ Working Group Chairs:
    Jason Walls, QA Cafe
    John Blackford, Pace

  Issue History (Filename: Approval Date: Publication Date: Changes):
    * tr-196-2-0-0.xml: November 2011: corresponds to TR-196 Issue 2.
    * tr-196-2-0-1.xml: November 2012: corresponds to TR-196 Issue 2 Corrigendum 1.
    * tr-196-2-0-2.xml: 23 February 2015: 16 March 2015: corresponds to TR-196 Issue 2 Corrigendum 2.
    * tr-196-2-0-3.xml: 17 October 2016: 31 January 2017: corresponds to TR-196 Issue 2 Corrigendum 3.
-->
<dm:document xmlns:dm="urn:broadband-forum-org:cwmp:datamodel-1-4"
    xmlns:dmr="urn:broadband-forum-org:cwmp:datamodel-report-0-1"
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
    xsi:schemaLocation="urn:broadband-forum-org:cwmp:datamodel-1-4
                           http://www.broadband-forum.org/cwmp/cwmp-datamodel-1-4.xsd
                        urn:broadband-forum-org:cwmp:datamodel-report-0-1
                           http://www.broadband-forum.org/cwmp/cwmp-datamodel-report.xsd"
    spec="urn:broadband-forum-org:tr-196-2-0-3" file="tr-196-2-0-3.xml">

    <description>
      {{docname|Femto Access Point Service Data Model}}
      {{appdate|October 2016}}
      {{trname|TR-196i2}}
      November 2011:  {{xmlref|tr-196-2-0-0|Original}}
      November 2012:  {{xmlref|tr-196-2-0-1|Corrigendum 1}}
      * Corrected errors in TR-196i2 per direction of 3GPP TS 32.592.
      * Corrected range of FAPService.{i}.REM.UMTS.GSM.Cell.{i}.CI
      February 2015:  {{xmlref|tr-196-2-0-2|Corrigendum 2}}
      * Corrected errors in QHyst1s and QHyst2s parameter descriptions
      October 2016:  {{xmlref|tr-196-2-0-3|Corrigendum 3}}
      * Corrected errors in CID and LAC parameter ranges
    </description>
    <import file="tr-106-1-0-types.xml" spec="urn:broadband-forum-org:tr-106-1-0">
        <dataType name="IPAddress" />
        <dataType name="IPv4Address" />
        <dataType name="Alias" />
    </import>
    <model name="FAPService:2.0" isService="true">
        <parameter name="FAPServiceNumberOfEntries" access="readOnly">
            <description>{{numentries}}</description>
            <syntax>
                <unsignedInt />
            </syntax>
        </parameter>
        <object name="FAPService.{i}." access="readOnly" minEntries="0" maxEntries="unbounded" numEntriesParameter="FAPServiceNumberOfEntries">
            <description>The Femto Access Point (FAP) Service Object.</description>
            <uniqueKey>
                <parameter ref="Alias" />
            </uniqueKey>
            <parameter name="Alias" access="readWrite">
                <description>{{datatype|expand}}</description>
                <syntax>
                    <dataType ref="Alias" />
                </syntax>
            </parameter>
            <parameter name="DeviceType" access="readOnly">
                <description>The type of FAP device.</description>
                <syntax>
                    <string>
                        <enumeration value="Standalone" />
                        <enumeration value="Integrated" />
                    </string>
                </syntax>
            </parameter>
            <parameter name="DNPrefix" access="readWrite">
                <description>The Distinguished Name prefix (DNPrefix) is an operator-configurable prefix string that is pre-pended to object distinguished names in the {{bibref|TR-157a5}} alarm object. See {{bibref|3GPP-TS.32.300}} for the formal definition and examples of DNPrefix as applied to 3GPP alarm objects</description>
                <syntax>
                    <string>
                        <size maxLength="256" />
                    </string>
                </syntax>
            </parameter>
        </object>
        <object name="FAPService.{i}.Capabilities." access="readOnly" minEntries="1" maxEntries="1">
            <description>This object contains parameters relating to the hardware capabilities of the FAP device.</description>
            <parameter name="GPSEquipped" access="readOnly">
                <description>Indicates whether the FAP is equipped with a GPS receiver or not.</description>
                <syntax>
                    <boolean />
                </syntax>
            </parameter>
            <parameter name="MaxTxPower" access="readOnly">
                <description>Indicates the maximum possible transmit power in {{units}} that the FAP hardware can support.</description>
                <syntax>
                    <unsignedInt>
                        <units value="dBm" />
                    </unsignedInt>
                </syntax>
            </parameter>
            <parameter name="SupportedSystems" access="readOnly" activeNotify="canDeny">
                <description>{{list}} Each entry is a type of system that the FAP supports. {{enum}}</description>
                <syntax>
                    <list />
                    <string>
                        <enumeration value="UMTS" />
                        <enumeration value="LTE" />
                        <enumeration value="CDMA1x" />
                        <enumeration value="CDMAHRPD" />
                    </string>
                </syntax>
            </parameter>
            <parameter name="Beacon" access="readOnly" activeNotify="canDeny">
                <description>Indicates whether FAP can support beacon transmission.</description>
                <syntax>
                    <boolean />
                </syntax>
            </parameter>
        </object>
        <object name="FAPService.{i}.Capabilities.UMTS." access="readOnly" minEntries="1" maxEntries="1">
            <description>This object contains parameters relating to the system and RF aspect of the FAP device that supports the UMTS system.</description>
            <parameter name="DuplexMode" access="readOnly">
                <description>
                    Indicates the mode supported by the FAP. {{enum}}
                </description>
                <syntax>
                    <string>
                        <enumeration value="FDDMode" />
                    </string>
                </syntax>
            </parameter>
            <parameter name="GSMRxSupported" access="readOnly">
                <description>Indicates whether the FAP hardware supports the receiving function of GSM or not.</description>
                <syntax>
                    <boolean />
                </syntax>
            </parameter>
            <parameter name="HSDPASupported" access="readOnly">
                <description>Indicates whether the FAP hardware supports the HSDPA capability or not.</description>
                <syntax>
                    <boolean />
                </syntax>
            </parameter>
            <parameter name="MaxHSDPADataRateSupported" access="readOnly">
                <description>If the FAP hardware supports HSDPA ({{param|HSDPASupported}} is {{true}}), this parameter indicates the maximum HSDPA data rate in {{units}} that the device supports.</description>
                <syntax>
                    <unsignedInt>
                        <units value="Kbps" />
                    </unsignedInt>
                </syntax>
            </parameter>
            <parameter name="HSUPASupported" access="readOnly">
                <description>Indicates whether the FAP hardware supports the HSUPA capability or not.</description>
                <syntax>
                    <boolean />
                </syntax>
            </parameter>
            <parameter name="MaxHSUPADataRateSupported" access="readOnly">
                <description>If the FAP hardware supports HSUPA ({{param|HSUPASupported}} is {{true}}), this parameter indicates the maximum HSUPA data rate in {{units}} that the device supports.</description>
                <syntax>
                    <unsignedInt>
                        <units value="Kbps" />
                    </unsignedInt>
                </syntax>
            </parameter>
            <parameter name="MaxHSPDSCHsSupported" access="readOnly">
                <description>If the FAP hardware supports HSPA family (either {{param|HSDPASupported}} is {{true}} or {{param|HSUPASupported}} is {{true}}), this parameter indicates the available number of codes at the defined spreading factor (SF=16), within the complete code tree. See {{bibref|3GPP-TS.32.642|Section 6.3.9}} for more details.</description>
                <syntax>
                    <unsignedInt>
                        <range maxInclusive="15" />
                    </unsignedInt>
                </syntax>
            </parameter>
            <parameter name="MaxHSSCCHsSupported" access="readOnly">
                <description>If the FAP hardware supports HSPA family (either {{param|HSDPASupported}} is {{true}} or {{param|HSUPASupported}} is {{true}}), this parameter indicates the available number of HS-SCCHs for one cell. See {{bibref|3GPP-TS.32.642|Section 6.3.9}} for more details.</description>
                <syntax>
                    <unsignedInt />
                </syntax>
            </parameter>
            <parameter name="FDDBandsSupported" access="readOnly">
                <description>
                   {{list}} Indicates the UMTS bands that the FAP supports {{bibref|3GPP-TS.25.104}}, Release 8. At least one band MUST be supported and multiple bands MAY be supported.
                   {{bibref|3GPP-TS.25.104}} Version 8.3.0 defines 14 UMTS bands (I through XIV).
                   Each individual band is identified by its upper case Roman numeral. The order of the band indicators in the string has no significance.
                   In case a new band is defined in the 3GPP standard in a future release of {{bibref|3GPP-TS.25.104}}, the corresponding new upper case Roman numeral will be included in the valid band indicators.
                   The followings are examples of valid values:
                   :"I" (specifies only band-I is supported)
                   :"I,II,V" (specifies 3 bands are supported)
                   :"II,VII,I" (specifies 3 bands are supported)
              </description>
                <syntax>
                    <list minItems="1">
                        <size maxLength="16" />
                    </list>
                    <string />
                </syntax>
            </parameter>
            <parameter name="GSMRxBandsSupported" access="readOnly">
                <description>
                   {{list}} Indicates the GSM receive bands that the FAP supports {{bibref|3GPP-TS.45.005}}. At least one band MUST be supported and multiple bands MAY be supported.
                   {{bibref|3GPP-TS.45.005}} defines 14 GSM bands. {{enum}}
                   The order of the band indicators in the string has no significance.
                   The following is an example of a valid value.
                   :"GSM850,PCS1900"
              </description>
                <syntax>
                    <list />
                    <string>
                        <enumeration value="T-GSM380" />
                        <enumeration value="T-GSM410" />
                        <enumeration value="GSM450" />
                        <enumeration value="GSM480" />
                        <enumeration value="GSM710" />
                        <enumeration value="GSM750" />
                        <enumeration value="T-GSM810" />
                        <enumeration value="GSM850" />
                        <enumeration value="P-GSM900" />
                        <enumeration value="E-GSM900" />
                        <enumeration value="R-GSM900" />
                        <enumeration value="T-GSM900" />
                        <enumeration value="DCS1800" />
                        <enumeration value="PCS1900" />
                    </string>
                </syntax>
            </parameter>
        </object>
        <object name="FAPService.{i}.Capabilities.UMTS.SelfConfig." access="readOnly" minEntries="1" maxEntries="1">
            <description>This object contains parameters relating to the self-configuration capabilities of the FAP. Self-configuration is enabled in {{object|.FAPControl.UMTS.SelfConfig.}}</description>
            <parameter name="UARFCNConfig" access="readOnly">
                <description>
                   Indicates whether the FAP supports the self-configuration capability to determine the UTRA Absolute Radio Frequency Channel Number (UARFCN).
                   If {{true}} multiple values MAY be provided in {{param|.CellConfig.UMTS.RAN.RF.UARFCNDL}} for the FAP to select from.
                   If {{false}} only a single value SHOULD be provided in {{param|.CellConfig.UMTS.RAN.RF.UARFCNDL}}.
              </description>
                <syntax>
                    <boolean />
                </syntax>
            </parameter>
            <parameter name="PrimaryScramblingCodeConfig" access="readOnly">
                <description>
                   Indicates whether the FAP supports the self-configuration capability to determine the Primary Scrambling Code (PSC).
                   If {{true}} multiple values or a range of values MAY be provided in {{param|.CellConfig.UMTS.RAN.RF.PrimaryScramblingCode}} for the FAP to select from.
                   If {{false}} only a single value SHOULD be provided in {{param|.CellConfig.UMTS.RAN.RF.PrimaryScramblingCode}}.
              </description>
                <syntax>
                    <boolean />
                </syntax>
            </parameter>
            <parameter name="MaxFAPTxPowerExpandedConfig" access="readOnly">
                <description>
                   Indicates whether the FAP supports the self-configuration capability to determine the Maximum FAP Transmit Power.
                   If {{true}} a range of values MAY be provided in {{param|.CellConfig.UMTS.RAN.RF.MaxFAPTxPowerExpanded}} for the FAP to select from.
                   If {{false}} only a single value SHOULD be provided in {{param|.CellConfig.UMTS.RAN.RF.MaxFAPTxPowerExpanded}}.
              </description>
                <syntax>
                    <boolean />
                </syntax>
            </parameter>
            <parameter name="PCPICHPowerConfig" access="readOnly">
                <description>
                   Indicates whether the FAP supports the self-configuration capability to determine the P-CPICH power.
                   If {{true}} a range of values MAY be provided in {{param|.CellConfig.UMTS.RAN.RF.PCPICHPower}} for the FAP to select from.
                   If {{false}} only a single value SHOULD be provided in {{param|.CellConfig.UMTS.RAN.RF.PCPICHPower}} as an upper bound.
              </description>
                <syntax>
                    <boolean />
                </syntax>
            </parameter>
            <parameter name="MaxULTxPowerConfig" access="readOnly">
                <description>
                   Indicates whether the FAP supports the self-configuration capability to determine the Maximum UL Transmit Power.
                   If {{true}} a range of values MAY be provided in {{param|.CellConfig.UMTS.RAN.RF.MaxULTxPower}} for the FAP to select from.
                   If {{false}} only a single value SHOULD be provided in {{param|.CellConfig.UMTS.RAN.RF.MaxULTxPower}}.
              </description>
                <syntax>
                    <boolean />
                </syntax>
            </parameter>
            <parameter name="LACRACURAConfig" access="readOnly">
                <description>
                   Indicates whether the FAP supports the self-configuration capability to determine the LAC, RAC, and URA.
                   If {{true}} multiple values MAY be provided in {{param|.CellConfig.UMTS.CN.LACRAC}} and {{param|.CellConfig.UMTS.RAN.URAList}} for the FAP to select from.
                   If {{false}} only a single value SHOULD be provided in {{param|.CellConfig.UMTS.CN.LACRAC}} and {{param|.CellConfig.UMTS.RAN.URAList}}.
              </description>
                <syntax>
                    <boolean />
                </syntax>
            </parameter>
            <parameter name="NeighborListConfig" access="readOnly">
                <description>
                    Indicates whether the FAP supports the self-configuration capability to determine the neighbor list.
                    If {{true}} the ACS uses the {{object|.CellConfig.UMTS.RAN.NeighborList.IntraFreqCell.{i}.}}, {{object|.CellConfig.UMTS.RAN.NeighborList.InterFreqCell.{i}.}}, {{object|.CellConfig.UMTS.RAN.NeighborList.InterRATCell.}} tables to explicitly include or exclude entries and the FAP uses that information to determine the final configuration found in the {{object|.CellConfig.UMTS.RAN.NeighborListInUse.IntraFreqCell.{i}.}}, {{object|.CellConfig.UMTS.RAN.NeighborListInUse.InterFreqCell.{i}.}}, {{object|.CellConfig.UMTS.RAN.NeighborListInUse.InterRATCell.}} tables.
                    If {{false}} the ACS uses the {{object|.CellConfig.UMTS.RAN.NeighborList.IntraFreqCell.{i}.}}, {{object|.CellConfig.UMTS.RAN.NeighborList.InterFreqCell.{i}.}}, {{object|.CellConfig.UMTS.RAN.NeighborList.InterRATCell.}} tables to only specify the included entries and the FAP uses that list.
                </description>
                <syntax>
                    <boolean />
                </syntax>
            </parameter>
            <parameter name="CellReSelectionConfig" access="readOnly">
                <description>
                   Indicates whether the FAP supports the self-configuration capability to determine cell-reselection values.
                   If {{true}} {{object|.CellConfig.UMTS.RAN.CellSelection.}} can be self-configured.
                   If {{false}} {{object|.CellConfig.UMTS.RAN.CellSelection.}} is provided by the ACS.
              </description>
                <syntax>
                    <boolean />
                </syntax>
            </parameter>
            <parameter name="IntraFreqMeasConfig" access="readOnly">
                <description>
                   Indicates whether the FAP supports the self-configuration capability to determine intra-frequency measurement values.
                   If {{true}} {{object|.CellConfig.UMTS.RAN.IntraFreqMeas.}} can be self-configured.
                   If {{false}} {{object|.CellConfig.UMTS.RAN.IntraFreqMeas.}} is provided by the ACS.
              </description>
                <syntax>
                    <boolean />
                </syntax>
            </parameter>
            <parameter name="InterFreqMeasConfig" access="readOnly">
                <description>
                   Indicates whether the FAP supports the self-configuration capability to determine inter-frequency measurement values.
                   If {{true}} {{object|.CellConfig.UMTS.RAN.InterFreqMeas.}} can be self-configured.
                   If {{false}} {{object|.CellConfig.UMTS.RAN.InterFreqMeas.}} is provided by the ACS.
              </description>
                <syntax>
                    <boolean />
                </syntax>
            </parameter>
            <parameter name="InterRATMeasConfig" access="readOnly">
                <description>
                   Indicates whether the FAP supports the self-configuration capability to determine inter-RAT measurement values.
                   If {{true}} {{object|.CellConfig.UMTS.RAN.InterRATMeas.}} can be self-configured.
                   If {{false}} {{object|.CellConfig.UMTS.RAN.InterRATMeas.}} is provided by the ACS.
              </description>
                <syntax>
                    <boolean />
                </syntax>
            </parameter>
            <parameter name="UEInternalMeasConfig" access="readOnly">
                <description>
                   Indicates whether the FAP supports the self-configuration capability to determine UE internal measurement values.
                   If {{true}} {{object|.CellConfig.UMTS.RAN.UEInternalMeas.}} can be self-configured.
                   If {{false}} {{object|.CellConfig.UMTS.RAN.UEInternalMeas.}} is provided by the ACS.
              </description>
                <syntax>
                    <boolean />
                </syntax>
            </parameter>
            <parameter name="NoiseRiseLimitConfig" access="readOnly">
                <description>
                   Indicates whether the FAP supports the selfconfiguration capability to determine the Noise Rise Limit.
                   If {{true}}  {{param|.CellConfig.UMTS.RAN.RF.NoiseRiseLimitLowerValue}} and {{param|.CellConfig.UMTS.RAN.RF.NoiseRiseLimitUpperValue}}. MAY provide a range of values to select from.
                   If {{false}} {{param|.CellConfig.UMTS.RAN.RF.NoiseRiseLimitUpperValue}} provides only a single value to be used. The value of {{param|.CellConfig.UMTS.RAN.RF.NoiseRiseLimitLowerValue}} is ignored.
              </description>
                <syntax>
                    <boolean />
                </syntax>
            </parameter>
        </object>
        <object name="FAPService.{i}.Capabilities.LTE." access="readOnly" minEntries="1" maxEntries="1">
            <description>This object contains parameters relating to the system and RF aspect of the FAP device that supports the LTE system.</description>
            <parameter name="DuplexMode" access="readOnly">
                <description>Indicates the mode supported by the LTE FAP. {{enum}}</description>
                <syntax>
                    <string>
                        <enumeration value="FDDMode" />
                        <enumeration value="TDDMode" />
                    </string>
                </syntax>
            </parameter>
            <parameter name="BandsSupported" access="readOnly">
                <description>
                    {{list}} Indicates the LTE bands that the LTE FAP supports {{bibref|3GPP-TS.36.101|Section 5.5}}. At least one band MUST be supported and multiple bands MAY be supported.
                    Each individual band is identified by arabic number (1, 2,...). The order of the band indicators in the string has no significance.
                    In case a new band is defined in the 3GPP standard in a future release of {{bibref|3GPP-TS.36.101}}, the corresponding new band number will be included in the valid band indicators.
                    The followings are examples of valid values:
                    :"1" (specifies only band-1 is supported)
                    :"1,2,11" (specifies 3 bands are supported)
                    :"2,11,1" (specifies 3 bands are supported)
                </description>
                <syntax>
                    <list minItems="1">
                        <size maxLength="16" />
                    </list>
                    <unsignedInt>
                        <range minInclusive="1" maxInclusive="21" />
                        <range minInclusive="33" maxInclusive="40" />
                    </unsignedInt>
                </syntax>
            </parameter>
            <parameter name="NNSFSupported" access="readOnly">
                <description>Indicates whether LTE FAP supports the NAS Node Selection Function (NNSF) or not. NNSF is described in {{bibref|3GPP-TS.36.300|Section 19.2.1.7 and Section 4.6.1}}.</description>
                <syntax>
                    <boolean />
                </syntax>
            </parameter>
            <parameter name="UMTSRxSupported" access="readOnly">
                <description>Indicates whether the LTE FAP hardware supports the receiving function of UMTS or not.</description>
                <syntax>
                    <boolean />
                </syntax>
            </parameter>
            <parameter name="UMTSRxBandsSupported" access="readOnly">
                <description>{{list}} Indicates the UMTS receive bands that the LTE FAP supports {{bibref|3GPP-TS.25.104}}, Release 8. If {{param|UMTSRxSupported}} is {{true}}, then at least one band MUST be supported and multiple bands MAY be supported.
Each individual band is identified by its upper case Roman numeral. The order of the band indicators in the string has no significance.
In case a new band is defined in the 3GPP standard in a future release of {{bibref|3GPP-TS.25.104}}, the corresponding new upper case Roman numeral will be included in the valid band indicators.
The followings are examples of valid values:
:"I" (specifies only band-I is supported)
:"I,II,V" (specifies 3 bands are supported)
:"II,VII,I" (specifies 3 bands are supported)</description>
                <syntax>
                    <list>
                        <size maxLength="16" />
                    </list>
                    <string />
                </syntax>
            </parameter>
            <parameter name="GSMRxSupported" access="readOnly">
                <description>Indicates whether the LTE FAP hardware supports the receiving function of GSM or not.</description>
                <syntax>
                    <boolean />
                </syntax>
            </parameter>
            <parameter name="GSMRxBandsSupported" access="readOnly">
                <description>{{list}} Indicates the GSM receive bands that the LTE FAP supports {{bibref|3GPP-TS.45.005}}. If {{param|GSMRxSupported}} is {{true}}, then at least one band MUST be supported and multiple bands MAY be supported.
{{bibref|3GPP-TS.45.005}} defines 14 GSM bands. {{enum}}
The order of the band indicators in the string has no significance.
The following is an example of a valid value.
:"GSM850,PCS1900"</description>
                <syntax>
                    <list />
                    <string>
                        <enumeration value="T-GSM380" />
                        <enumeration value="T-GSM410" />
                        <enumeration value="GSM450" />
                        <enumeration value="GSM480" />
                        <enumeration value="GSM710" />
                        <enumeration value="GSM750" />
                        <enumeration value="T-GSM810" />
                        <enumeration value="GSM850" />
                        <enumeration value="P-GSM900" />
                        <enumeration value="E-GSM900" />
                        <enumeration value="R-GSM900" />
                        <enumeration value="T-GSM900" />
                        <enumeration value="DCS1800" />
                        <enumeration value="PCS1900" />
                    </string>
                </syntax>
            </parameter>
            <parameter name="CDMA2000RxSupported" access="readOnly">
                <description>Indicates whether the LTE FAP hardware supports the receiving function of CDMA2000 or not.</description>
                <syntax>
                    <boolean />
                </syntax>
            </parameter>
            <parameter name="CDMA2000RxBandsSupported" access="readOnly">
                <description>
                    {{list}} Indicates the CDMA2000 receive bands that the LTE FAP supports. If {{param|CDMA2000RxSupported}} is {{true}}, then at least one band MUST be supported and multiple bands MAY be supported. The order of the band indicators in the string has no significance. Bandclass is a 1 or 2-digit number as defined in {{bibref|3GPP2-C.S0057-B}}.
                    The following are example values:
                    :"0" (specifies US Cellular)
                    :"1,3,14" (specifies US PCS, Japan Cellular and US PCS 1.9Ghz) specifies 3 bands are supported)
                </description>
                <syntax>
                    <list>
                        <size maxLength="16" />
                    </list>
                    <string />
                </syntax>
            </parameter>
        </object>
        <object name="FAPService.{i}.Capabilities.CDMA2000." access="readOnly" minEntries="1" maxEntries="1">
            <description>This object contains parameters relating to the capability attributes for CDMA2000 FAP.</description>
            <parameter name="RemoteIPAccessCapable" access="readOnly">
                <description>Indicates whether the FAP is capable of providing remote IP access service as defined in {{bibref|3GPP2-X.S0059}}. If {{true}}, the FAP is capable of remote IP access service. If {{false}}, the FAP is not capable of remote IP access service.</description>
                <syntax>
                    <boolean />
                </syntax>
            </parameter>
            <parameter name="BandClassSupportedFAPBeacon" access="readOnly">
                <description>{{list}} Indicates the band classes that the FAP supports for beacon transmission. One or multiple bands MAY be supported.  Bandclass is a 1 or 2-digit number as defined in {{bibref|3GPP2-C.S0057}}. List is empty if FAP can not support beacon transmissions.</description>
                <syntax>
                    <list>
                        <size maxLength="32" />
                    </list>
                    <string />
                </syntax>
            </parameter>
        </object>
        <object name="FAPService.{i}.Capabilities.CDMA2000.OneX." access="readOnly" minEntries="1" maxEntries="1">
            <description>This object contains parameters relating to the capability attributes for the CDMA2000 1x radio technology portions of a CDMA2000 FAP.</description>
            <parameter name="BandClassSupportedFAP" access="readOnly">
                <description>
                    {{list}} Indicates the CDMA bands that the FAP supports. At least one band MUST be supported and multiple bands MAY be supported.
                    Bandclass is a 1 or 2-digit number as defined in {{bibref|3GPP2-C.S0057}}. The following are example values:
                    "0"  (specifies US Cellular)
                    "1,3,14" (specifies US PCS, Japan Cellular and US PCS 1.9Ghz)
            </description>
                <syntax>
                    <string>
                        <size maxLength="32">
                        </size>
                    </string>
                </syntax>
            </parameter>
            <parameter name="ActiveHandinCapable" access="readOnly">
                <description>Indicates whether the FAP is capable of accepting hand-in of active 1x call from another base station. If {{true}}, the FAP is capable of accepting hand-in. If {{false}}, the FAP is not capable of accepting hand-in.</description>
                <syntax>
                    <boolean />
                </syntax>
            </parameter>
            <parameter name="FemtoOverheadMessagesCapable" access="readOnly">
                <description>Indicates whether the FAP supports Access Point Identification, Access Point Pilot Information, and Access Point Identification Text messages specified in {{bibref|3GPP2-C.S0005}}. If {{true}}, the FAP supports these messages. If {{false}}, the FAP does not supports these messages.</description>
                <syntax>
                    <boolean />
                </syntax>
            </parameter>
        </object>
        <object name="FAPService.{i}.Capabilities.CDMA2000.OneX.SelfConfig." access="readOnly" minEntries="1" maxEntries="1">
            <description>This object contains parameters relating to the self-configuration capabilities of the FAP. Self-configuration is enabled in {{object|.FAPControl.CDMA2000.OneX.SelfConfig.}}.</description>
            <parameter name="RFCNFLConfig" access="readOnly">
                <description>Indicates whether the FAP supports the self-configuration capability to determine the Radio Frequency Channel Number. If {{true}} multiple values MAY be provided in {{param|.CellConfig.CDMA2000.OneX.RAN.RF.RFCNFL}} for the FAP to select from. If {{false}} only a single value SHOULD be provided in {{param|.CellConfig.CDMA2000.OneX.RAN.RF.RFCNFL}}.</description>
                <syntax>
                    <boolean />
                </syntax>
            </parameter>
            <parameter name="PilotPNConfig" access="readOnly">
                <description>Indicates whether the FAP supports the self-configuration capability to determine the pilot PN offset. If {{true}} multiple values or a range of values MAY be provided in {{param|.CellConfig.CDMA2000.OneX.RAN.RF.PilotPN}} for the FAP to select from. If {{false}} only a single value SHOULD be provided in {{param|.CellConfig.CDMA2000.OneX.RAN.RF.PilotPN}}.</description>
                <syntax>
                    <boolean />
                </syntax>
            </parameter>
            <parameter name="MaxFAPTxPowerConfig" access="readOnly">
                <description>Indicates whether the FAP supports the self-configuration capability to determine the Maximum FAP Transmit Power. If {{true}} a range of values MAY be provided in {{param|.CellConfig.CDMA2000.OneX.RAN.RF.MaxFAPTxPower}} for the FAP to select from. If {{false}} only a single value SHOULD be provided in {{param|.CellConfig.CDMA2000.OneX.RAN.RF.MaxFAPTxPower}}.</description>
                <syntax>
                    <boolean />
                </syntax>
            </parameter>
            <parameter name="MaxFAPBeaconTxPowerConfig" access="readOnly">
                <description>Indicates whether the FAP supports the self-configuration capability to determine the Maximum FAP Beacon Transmit Power. If {{true}} a range of values MAY be provided in {{param|.CellConfig.CDMA2000.Beacon.MaxFAPBeaconTxPower}} for the FAP to select from. If {{false}} only a single value SHOULD be provided in {{param|.CellConfig.CDMA2000.Beacon.MaxFAPBeaconTxPower}}.</description>
                <syntax>
                    <boolean />
                </syntax>
            </parameter>
        </object>
        <object name="FAPService.{i}.Capabilities.CDMA2000.HRPD." access="readOnly" minEntries="1" maxEntries="1">
            <description>This object contains parameters relating to the capability attributes for the CDMA2000 HRPD radio technology portions of a CDMA2000 FAP.</description>
            <parameter name="A13SessionTransferCapable" access="readOnly">
                <description>Indicates whether the FAP is capable of supporting A13 session transfer. See {{bibref|3GPP2-C.S0024-B}}.</description>
                <syntax>
                    <boolean />
                </syntax>
            </parameter>
            <parameter name="A16SessionTransferCapable" access="readOnly">
                <description>Indicates whether the FAP is capable of supporting A16 session transfer. See {{bibref|3GPP2-C.S0024-B}}.</description>
                <syntax>
                    <boolean />
                </syntax>
            </parameter>
            <parameter name="LocalIPAccessCapable" access="readOnly">
                <description>Indicates whether the FAP is capable of supporting Local IP access. See {{bibref|3GPP2-C.S0024-B}}.</description>
                <syntax>
                    <boolean />
                </syntax>
            </parameter>
            <parameter name="DedicatedHRPDBeacon" access="readOnly">
                <description>Indicated whether the FAP supports a dedicated transmission of HRPD beacon independent of the generalized beacon.</description>
                <syntax>
                    <boolean />
                </syntax>
            </parameter>
        </object>
        <object name="FAPService.{i}.Capabilities.CDMA2000.HRPD.SelfConfig." access="readOnly" minEntries="1" maxEntries="1">
            <description>This object contains parameters relating to the self-configuration capability attributes for the CDMA2000 HRPD radio technology portions of a CDMA2000 FAP.</description>
            <parameter name="RFCNFLConfig" access="readOnly">
                <description>Indicates whether the FAP supports the self-configuration capability to determine the Radio Frequency Channel Number. If {{true}} multiple values MAY be provided in {{param|.CellConfig.CDMA2000.HRPD.RAN.RF.RFCNFL}} for the FAP to select from. If {{false}} only a single value SHOULD be provided in {{param|.CellConfig.CDMA2000.HRPD.RAN.RF.RFCNFL}}.</description>
                <syntax>
                    <boolean />
                </syntax>
            </parameter>
            <parameter name="PilotPNConfig" access="readOnly">
                <description>Indicates whether the FAP supports the self-configuration capability to determine the pilot PN offset. If {{true}} multiple values or a range of values MAY be provided in {{param|.CellConfig.CDMA2000.HRPD.RAN.RF.PilotPN}} for the FAP to select from. If {{false}} only a single value SHOULD be provided in {{param|.CellConfig.CDMA2000.HRPD.RAN.RF.PilotPN}}.</description>
                <syntax>
                    <boolean />
                </syntax>
            </parameter>
            <parameter name="MaxFAPTxPowerConfig" access="readOnly">
                <description>Indicates whether the FAP supports the self-configuration capability to determine the Maximum FAP Transmit Power. If {{true}} a range of values MAY be provided in {{param|.CellConfig.CDMA2000.HRPD.RAN.RF.MaxFAPTxPower}} for the FAP to select from. If {{false}} only a single value SHOULD be provided in {{param|.CellConfig.CDMA2000.HRPD.RAN.RF.MaxFAPTxPower}}.</description>
                <syntax>
                    <boolean />
                </syntax>
            </parameter>
            <parameter name="MaxFAPBeaconTxPowerConfig" access="readOnly">
                <description>Indicates whether the FAP supports the self-configuration capability to determine the Maximum FAP Beacon Transmit Power. If {{true}} a range of values MAY be provided in {{param|.CellConfig.CDMA2000.Beacon.MaxFAPBeaconTxPower}} for the FAP to select from. If {{false}} only a single value SHOULD be provided in {{param|.CellConfig.CDMA2000.Beacon.MaxFAPBeaconTxPower}}.</description>
                <syntax>
                    <boolean />
                </syntax>
            </parameter>
        </object>
        <object name="FAPService.{i}.FAPControl." access="readOnly" minEntries="1" maxEntries="1">
            <description>This object contains parameters relating to state management and provisioning aspects of the FAP.</description>
            <parameter name="SelfConfigEvents" access="readWrite">
                <description>
                    {{list}}  Each item is an event that causes the FAP to perform self configuration as defined by {{object|.FAPControl.UMTS.SelfConfig.}}, {{object|.FAPControl.CDMA2000.OneX.SelfConfig.}}, or {{object|.FAPControl.CDMA2000.HRPD.SelfConfig.}}.
                    Vendors can extend the enumerated values with vendor-specific extensions, in which case the rules outlined in {{bibref|TR-106a2|Section3.3}} MUST be adhered to.
            </description>
                <syntax>
                    <list />
                    <string>
                        <enumeration value="InitialREM">
                            <description>Self-configuration is initiated upon completion of Radio Environment Measurement (REM) that occurs after sending a BOOTSTRAP.</description>
                        </enumeration>
                    </string>
                </syntax>
            </parameter>
            <parameter name="EnclosureTamperingDetected" access="readWrite">
                <description>
                    This parameter indicates whether or not physical tampering of the device enclosure occurred, such as illegal opening of the box.
                    If {{true}} device tampering is detected.
                    If {{false}} no sign of device tampering is detected.
                    Tampering state MUST be persisted across reboots and the device MUST never reset it back from {{true}} to {{false}} even after a factory reset.
        </description>
                <syntax>
                    <boolean />
                </syntax>
            </parameter>
        </object>
        <object name="FAPService.{i}.FAPControl.UMTS." access="readOnly" minEntries="1" maxEntries="1">
            <description>This object contains parameters relating to the UMTS system specific information.</description>
            <parameter name="OpState" access="readOnly" activeNotify="forceDefaultEnabled" forcedInform="true">
                <description>
                    Current operational state of the UMTS FAP as defined in {{bibref|ITU-X.731}}.
                    If {{true}} the UMTS FAP is currently enabled.
                    If {{false}} the UMTS FAP is currently disabled.
        </description>
                <syntax>
                    <boolean />
                </syntax>
            </parameter>
            <parameter name="AdminState" access="readWrite">
                <description>
                    Lock or unlock the UMTS FAP. This controls the administrative state of the UMTS FAP as defined in {{bibref|ITU-X.731}}.
                    If {{true}} Unlocked with permission to serve traffic (and enable RF transmitter(s)).
                    If {{false}} Locked. Transition UMTS FAP to state where it is NOT permitted to serve traffic. RF transmitter is disabled.
                    Given that this command controls the UMTS FAP's RF transmitter, the underlying expectation is that the unlock is done when all necessary conditions are met to allow the transmitter to key on and provide service, including aspects such as:
                    # location verification (including meeting the governing regulatory requirements)
                    # verifying the UMTS FAP configuration
                    # if physical tampering is supported and no physical tampering is detected.
                    The default value after power-on is {{false}}.
            </description>
                <syntax>
                    <boolean />
                </syntax>
            </parameter>
            <parameter name="RFTxStatus" access="readOnly" activeNotify="forceDefaultEnabled" forcedInform="true">
                <description>
                    Current status of this UMTS FAP RF transmitter.
                    {{true}} indicates that the UMTS FAP Tx transmitter is on.
                    {{false}} indicates that the UMTS FAP Tx transmitter is off.
                    This state is tied to the Administrative state which is controlled by the ACS.
                    :When the ACS sets {{param|AdminState}} to {{true}}, then the UMTS FAP has permission to turn on the RF transmitter.
                    :When the ACS sets {{param|AdminState}} to {{false}}, then the UMTS FAP is not allowed to provide service and MUST turn off the RF transmitter.
          </description>
                <syntax>
                    <boolean />
                </syntax>
            </parameter>
            <parameter name="PMConfig" access="readWrite">
                <description>
                    The value MUST be the path name of a row in the optional ''FAP.PerfMgmt.Config.'' table (see {{bibref|TR-262}}).
                    This is the performance management related configuration for the UMTS FAP. In case of a multiple-radio-technology FAP product, each radio technology can have its own PM configuration or share a common PM configuration. In the former case, {{param}} can contain a unique instance number. In the latter case, {{param}} under all radio technologies can have the same instance number.
                    If the referenced object is deleted, the parameter value MUST be set to an empty string.
                </description>
                <syntax>
                    <string>
                        <size maxLength="256">
                        </size>
                    </string>
                </syntax>
            </parameter>
        </object>
        <object name="FAPService.{i}.FAPControl.UMTS.SelfConfig." access="readOnly" minEntries="1" maxEntries="1">
            <description>This object contains parameters relating to the controlling of self-configuration capabilities in the FAP.</description>
            <parameter name="UARFCNSelfConfigEnable" access="readWrite">
                <description>
                    Indicates whether the self-configuration capability in the FAP is used or not to determine the values of {{param|.CellConfig.UMTS.RAN.CSG.UARFCNDLList}}.
                    If {{true}} The FAP self-configures the value.
                    If {{false}} The ACS MUST provide the specific value to be used.
            </description>
                <syntax>
                    <boolean />
                </syntax>
            </parameter>
            <parameter name="PrimaryScramblingCodeSelfConfigEnable" access="readWrite">
                <description>
                    Indicates whether the self-configuration capability in the FAP is used or not to determine the value of {{param|.CellConfig.UMTS.RAN.RF.PrimaryScramblingCode}}.
                    If {{true}} the FAP self-configures the value.
                    If {{false}} the ACS MUST provide the specific value to be used.
            </description>
                <syntax>
                    <boolean />
                </syntax>
            </parameter>
            <parameter name="MaxFAPTxPowerExpandedSelfConfigEnable" access="readWrite">
                <description>
                    Indicates whether the self-configuration capability in the FAP is used or not to determine the value of {{param|.CellConfig.UMTS.RAN.RF.MaxFAPTxPowerExpanded}}.
                    If {{true}} The FAP self-configures the value.
                    If {{false}} The ACS MUST provide the specific value to be used.
            </description>
                <syntax>
                    <boolean />
                </syntax>
            </parameter>
            <parameter name="PCPICHPowerSelfConfigEnable" access="readWrite">
                <description>
                    Indicates whether the self-configuration capability in the FAP is used or not to determine the value of {{param|.CellConfig.UMTS.RAN.RF.PCPICHPower}}.
                    If {{true}} The FAP self-configures the value.
                    If {{false}} The ACS MUST provide the specific value to be used.
            </description>
                <syntax>
                    <boolean />
                </syntax>
            </parameter>
            <parameter name="MaxULTxPowerSelfConfigEnable" access="readWrite">
                <description>
                    Indicates whether the self-configuration capability in the FAP is used or not to determine the value of {{param|.CellConfig.UMTS.RAN.RF.MaxULTxPower}}.
                    If {{true}} The FAP self-configures the value.
                    If {{false}} The ACS MUST provide the specific value to be used.
            </description>
                <syntax>
                    <boolean />
                </syntax>
            </parameter>
            <parameter name="LACRACURASelfConfigEnable" access="readWrite">
                <description>
                    Indicates whether the self-configuration capability in the FAP is used or not to determine the values of {{param|.CellConfig.UMTS.CN.LACRAC}} and {{param|.CellConfig.UMTS.RAN.URAList}}.
                    If {{true}} The FAP self-configures the value.
                    If {{false}} The ACS MUST provide the specific value to be used.
            </description>
                <syntax>
                    <boolean />
                </syntax>
            </parameter>
            <parameter name="NeighborListSelfConfigEnable" access="readWrite">
                <description>
                    Indicates whether the self-configuration capability in the FAP is used or not to determine the values in the object {{object|.CellConfig.UMTS.RAN.NeighborList.}}
                    If {{true}} The FAP self-configures the value.
                    If {{false}} The ACS MUST provide the specific value to be used.
            </description>
                <syntax>
                    <boolean />
                </syntax>
            </parameter>
            <parameter name="CellReSelectionSelfConfigEnable" access="readWrite">
                <description>
                    Indicates whether the self-configuration capability in the FAP is used or not to determine Cell Selection/Reselection-related parameters in {{object|.CellConfig.UMTS.RAN.CellSelection.}}
                    If {{true}} The FAP self-configures the value.
                    If {{false}} The ACS MUST provide the specific value to be used.
            </description>
                <syntax>
                    <boolean />
                </syntax>
            </parameter>
            <parameter name="IntraFreqMeasSelfConfigEnable" access="readWrite">
                <description>
                    Indicates whether the self-configuration capability in the FAP is used or not to determine intra-frequency measurement -related parameters in {{object|.CellConfig.UMTS.RAN.IntraFreqMeas.}}
                    If {{true}} The FAP self-configures the value.
                    If {{false}} The ACS MUST provide the specific value to be used.
            </description>
                <syntax>
                    <boolean />
                </syntax>
            </parameter>
            <parameter name="InterFreqMeasSelfConfigEnable" access="readWrite">
                <description>
                    Indicates whether the self-configuration capability in the FAP is used or not to determine inter-frequency measurement -related parameters in {{object|.CellConfig.UMTS.RAN.InterFreqMeas.}}
                    If {{true}} The FAP self-configures the value.
                    If {{false}} The ACS MUST provide the specific value to be used.
            </description>
                <syntax>
                    <boolean />
                </syntax>
            </parameter>
            <parameter name="InterRATMeasSelfConfigEnable" access="readWrite">
                <description>
                    Indicates whether the self-configuration capability in the FAP is used or not to determine inter-RAT measurement -related parameters in {{object|.CellConfig.UMTS.RAN.InterRATMeas.}}
                    If {{true}} The FAP self-configures the value.
                    If {{false}} The ACS MUST provide the specific value to be used.
            </description>
                <syntax>
                    <boolean />
                </syntax>
            </parameter>
            <parameter name="UEInternalMeasConfigEnable" access="readWrite">
                <description>
                    Indicates whether the self-configuration capability in the FAP is used or not to determine UE internal measurement-related parameters in {{object|.CellConfig.UMTS.RAN.UEInternalMeas.}}
                    If {{true}} The FAP self-configures the value.
                    If {{false}} The ACS MUST provide the specific value to be used.
            </description>
                <syntax>
                    <boolean />
                </syntax>
            </parameter>
            <parameter name="NoiseRiseLimitConfigEnable" access="readWrite">
                <description>
                   Indicates whether the self-configuration capability in the FAP is used or not to determine the value of {{param|.CellConfig.UMTS.RAN.RF.NoiseRiseLimitInUse}}.
                   If {{true}} the FAP self-configures the value, based on the limits specified in {{param|.CellConfig.UMTS.RAN.RF.NoiseRiseLimitLowerValue}} and {{param|.CellConfig.UMTS.RAN.RF.NoiseRiseLimitUpperValue}}.
                   If {{false}} the ACS must provide the specific value to be used.
              </description>
                <syntax>
                    <boolean />
                </syntax>
            </parameter>
        </object>
        <object name="FAPService.{i}.FAPControl.UMTS.Gateway." access="readOnly" minEntries="1" maxEntries="1">
            <description>This object contains parameters relating to the Gateways that FAP is connected to.</description>
            <parameter name="SecGWServer1" access="readWrite">
                <description>First SecGW the FAP attempts to establish connection with. Either hostname or IPaddress.</description>
                <syntax>
                    <string>
                        <size maxLength="64" />
                    </string>
                </syntax>
            </parameter>
            <parameter name="SecGWServer2" access="readWrite">
                <description>Second SecGW the FAP attempts to establish connection with. Either hostname or IPaddress.</description>
                <syntax>
                    <string>
                        <size maxLength="64" />
                    </string>
                </syntax>
            </parameter>
            <parameter name="SecGWServer3" access="readWrite">
                <description>Third SecGW the FAP attempts to establish connection with. Either hostname or IPaddress.</description>
                <syntax>
                    <string>
                        <size maxLength="64" />
                    </string>
                </syntax>
            </parameter>
            <parameter name="FAPGWServer1" access="readWrite">
                <description>First FAPGW the FAP attempts to establish connection with. Either hostname or IPaddress.</description>
                <syntax>
                    <string>
                        <size maxLength="64" />
                    </string>
                </syntax>
            </parameter>
            <parameter name="FAPGWServer2" access="readWrite">
                <description>Second FAPGW the FAP attempts to establish connection with. Either hostname or IPaddress.</description>
                <syntax>
                    <string>
                        <size maxLength="64" />
                    </string>
                </syntax>
            </parameter>
            <parameter name="FAPGWServer3" access="readWrite">
                <description>Third FAPGW the FAP attempts to establish connection with. Either hostname or IPaddress.</description>
                <syntax>
                    <string>
                        <size maxLength="64" />
                    </string>
                </syntax>
            </parameter>
            <parameter name="FAPGWPort" access="readWrite">
                <description>Port number of FAPGW used for initial Iuh SCTP contact. This value is specified as 29169 according to IANA definition per {{bibref|IANA-portnumbers}}, registered on 2009-09-08. Use of IANA-defined value is recommended.</description>
                <syntax>
                    <unsignedInt>
                        <range maxInclusive="65535" />
                    </unsignedInt>
                </syntax>
            </parameter>
        </object>
        <object name="FAPService.{i}.FAPControl.LTE." access="readOnly" minEntries="1" maxEntries="1">
            <description>This object contains parameters relating to the LTE system specific information.</description>
            <parameter name="OpState" access="readOnly" activeNotify="forceDefaultEnabled" forcedInform="true">
                <description>
                    Current operational state of the LTE FAP as defined in {{bibref|ITU-X.731}}.
                    If {{true}} the LTE FAP is currently enabled.
                    If {{false}} the LTE FAP is currently disabled.
                </description>
                <syntax>
                    <boolean />
                </syntax>
            </parameter>
            <parameter name="AdminState" access="readWrite">
                <description>
                    Lock or unlock the LTE FAP. This controls the administrative state of the LTE FAP as defined in {{bibref|ITU-X.731}}.
                    If {{true}} Unlocked with permission to serve traffic (and enable RF transmitter(s)).
                    If {{false}} Locked. Transition LTE FAP to state where it is NOT permitted to serve traffic. RF transmitter is disabled.
                    Given that this command controls the LTE FAP's RF transmitter, the underlying expectation is that the unlock is done when all necessary conditions are met to allow the transmitter to key on and provide service, including aspects such as:
                    # location verification (including meeting the governing regulatory requirements)
                    # verifying the LTE FAP configuration
                    # if physical tampering is supported and no physical tampering is detected.
                    The default value after power-on is {{false}}.
            </description>
                <syntax>
                    <boolean />
                </syntax>
            </parameter>
            <parameter name="RFTxStatus" access="readOnly" activeNotify="forceDefaultEnabled" forcedInform="true">
                <description>
                    Current status of this LTE FAP RF transmitter.
                    {{true}} indicates that the LTE FAP Tx transmitter is on.
                    {{false}} indicates that the LTE FAP Tx transmitter is off.
                    This state is tied to the Administrative state which is controlled by the ACS.
                    :When the ACS sets {{param|AdminState}} to {{true}}, then the LTE FAP has permission to turn on the RF transmitter.
                    :When the ACS sets {{param|AdminState}} to {{false}}, then the LTE FAP is not allowed to provide service and MUST turn off the RF transmitter.
          </description>
                <syntax>
                    <boolean />
                </syntax>
            </parameter>
            <parameter name="PMConfig" access="readWrite">
                <description>
                    The value MUST be the path name of a row in optional the ''.FAP.PerfMgmt.Config.'' table (see {{bibref|TR-262}}).
                    This is the performance management related configuration for the LTE FAP. In case of a multiple-radio-technology FAP product, each radio technology can have its own PM configuration or share a common PM configuration. In the former case, {{param}} can contain a unique instance number. In the latter case, {{param}} under all radio technologies can have the same instance number.
                    If the referenced object is deleted, the parameter value MUST be set to an empty string.</description>
                <syntax>
                    <string>
                        <size maxLength="256">
                        </size>
                    </string>
                </syntax>
            </parameter>
        </object>
        <object name="FAPService.{i}.FAPControl.LTE.Gateway." access="readOnly" minEntries="1" maxEntries="1">
            <description>This object contains parameters relating to the Gateways that the LTE FAP is connected to.</description>
            <parameter name="SecGWServer1" access="readWrite">
                <description>First SecGW the LTE FAP attempts to establish connection with. Either hostname or IPaddress.</description>
                <syntax>
                    <string>
                        <size maxLength="64" />
                    </string>
                </syntax>
            </parameter>
            <parameter name="SecGWServer2" access="readWrite">
                <description>Second SecGW the LTE FAP attempts to establish connection with. Either hostname or IPaddress.</description>
                <syntax>
                    <string>
                        <size maxLength="64" />
                    </string>
                </syntax>
            </parameter>
            <parameter name="SecGWServer3" access="readWrite">
                <description>Third SecGW the LTE FAP attempts to establish connection with. Either hostname or IPaddress.</description>
                <syntax>
                    <string>
                        <size maxLength="64" />
                    </string>
                </syntax>
            </parameter>
            <parameter name="S1SigLinkServerList" access="readWrite">
                <description>{{list}} Each item is a S1 signaling connection end point (-GW or MME) the LTE FAP attempts to establish connection with. It is in the form of either hostname or IPaddress. LTE FAP's behavior in terms of the number of S1 connection to established with is determined by {{param|S1ConnectionMode}} parameter. If {{param|S1ConnectionMode}} has the value of {{enum|One|S1ConnectionMode}}, then LTE FAP attempts to establish S1 connection with only one address following the ordering of the list. If {{param|S1ConnectionMode}} has the value of {{enum|All|S1ConnectionMode}}, then LTE FAP attempts to establish connection with all addresses in the list.</description>
                <syntax>
                    <list minItems="1">
                        <size maxLength="256" />
                    </list>
                    <string />
                </syntax>
            </parameter>
            <parameter name="S1ConnectionMode" access="readWrite">
                <description>Indicates how many of the configured far-end S1 link address(es),as defined in {{param|S1SigLinkServerList}}, LTE FAP SHOULD attempt to establish connection with simultaneously. If {{param}} parameter is not explicitly configured, then LTE FAP shall assume the value to be {{enum|One|S1ConnectionMode}} as default.</description>
                <syntax>
                    <string>
                        <enumeration value="One" />
                        <enumeration value="All" />
                    </string>
                </syntax>
            </parameter>
            <parameter name="S1SigLinkPort" access="readWrite">
                <description>Port number of S1AP signaling connection end point (-GW or MME) used for initial S1 SCTP contact. This value is specified as 36412 according to IANA definition per {{bibref|IANA-portnumbers}}, registered on 2009-09-01. Use of IANA-defined value is recommended.</description>
                <syntax>
                    <unsignedInt>
                        <range maxInclusive="65535" />
                    </unsignedInt>
                </syntax>
            </parameter>
        </object>
        <object name="FAPService.{i}.FAPControl.CDMA2000." access="readOnly" minEntries="1" maxEntries="1">
            <description>This object contains parameters relating to the configuration for the control portions of a CDMA2000 FAP.</description>
            <parameter name="HomeDomain" access="readWrite">
                <description>
                    A string containing one of operator's home domains in URI format. FAP is preconfigured with a default home domain, which can be overwritten later by ACS. See {{bibref|3GPP2-X.S0059}}.
                    If the''.ManagementServer.URL'' is null, then the FAP shall use the value of this attribute to construct the ''.ManagementServer.URL'' attribute.
                    If {{param|.FAPControl.CDMA2000.Gateway.SecGWServer1}} is null, then the FAP shall  use the value of this attribute to construct the {{param|.FAPControl.CDMA2000.Gateway.SecGWServer1}} attribute.
                    If the FAP is unable to connect to the management server indicated by the value of the ''.ManagementServer.URL'' attribute and this attribute is not null, the FAP may use the value of this attribute to construct the ''.ManagementServer.URL'' attribute.
                    If the FAP is unable to connect to any security gateway indicated by the value of the {{param|.FAPControl.CDMA2000.Gateway.SecGWServer1}}, {{param|.FAPControl.CDMA2000.Gateway.SecGWServer2}}, and {{param|.FAPControl.CDMA2000.Gateway.SecGWServer3}} attributes and this attribute is not null, the FAP may use the value of this attribute to construct the {{param|.FAPControl.CDMA2000.Gateway.SecGWServer1}} attribute.
                </description>
                <syntax>
                    <string>
                        <size maxLength="256" />
                    </string>
                </syntax>
            </parameter>
            <parameter name="RemoteIPAccessEnable" access="readWrite">
                <description>Enable or disable remote IP access service as defined in {{bibref|3GPP2-X.S0059}}. If {{true}} remote IP access is enabled. If {{false}} remove IP access is disabled.</description>
                <syntax>
                    <boolean />
                </syntax>
            </parameter>
            <parameter name="PMConfig" access="readWrite">
                <description>
                    The value MUST be the path name of a row in the ''.FAP.PerfMgmt.Config.'' table.
                    This is the performance management related configuration for the CDMA2000 FAP. In case of a multiple-radio-technology FAP product, each radio technology can have its own PM configuration or share a common PM configuration. In the former case, {{param}} can contain a unique instance number. In the latter case, {{param}} under all radio technologies can have the same instance number.
                    If the referenced object is deleted, the parameter value MUST be set to an empty string.
                </description>
                <syntax>
                    <string>
                        <size maxLength="256" />
                    </string>
                </syntax>
            </parameter>
        </object>
        <object name="FAPService.{i}.FAPControl.CDMA2000.Time." access="readOnly" minEntries="1" maxEntries="1">
            <description>This object contains parameters related to time syncronization with CDMA2000 System Time (see {{bibref|3GPP2-C.S0005}}).</description>
            <parameter name="LocalTimeZone" access="readWrite" activeNotify="canDeny">
                <description>The local time zone for CDMA2000 operational purposes. E.g., "+HH:MM JST" for Japan. See {{bibref|3GPP2-C.S0005}}.</description>
                <syntax>
                    <string>
                        <size maxLength="256">
                        </size>
                    </string>
                </syntax>
            </parameter>
            <parameter name="CurrentLocalTime" access="readOnly" activeNotify="canDeny">
                <description>
                    The current CDMA System Time (see {{bibref|3GPP2-C.S0005}}), expressed as date and time in the CPE's local time zone. The format of this field is "YYYY-MM-DDThh:mm:ss.sTZD" (e.g., 1997-07-16T19:20:30.45+01:00),
                    where:
                    YYYY = four-digit year
                    MM   = two-digit month (01=January, etc.)
                    DD   = two-digit day of month (01 through 31)
                    hh   = two digits of hour (00 through 23) (am/pm NOT allowed)
                    mm   = two digits of minute (00 through 59)
                    ss   = two digits of second (00 through 59)
                    s    = one or more digits representing a decimal fraction of a second
                    TZD  = time zone designator (Z or +hh:mm or -hh:mm)
                </description>
                <syntax>
                    <string>
                        <size maxLength="64">
                        </size>
                    </string>
                </syntax>
            </parameter>
            <parameter name="LeapSeconds" access="readWrite" activeNotify="canDeny">
                <description>Number of leap seconds (in {{units}} to be applied between CurrentLocalTime and CDMA System Time. See {{bibref|3GPP2-C.S0005}}.</description>
                <syntax>
                    <int>
                        <range minInclusive="0" maxInclusive="255" />
                        <units value="seconds">
                        </units>
                    </int>
                </syntax>
            </parameter>
            <parameter name="DaylightSavingsUsed" access="readWrite">
                <description>Whether or not daylight savings time is in use in the FAP's local time zone with respect to CDMA2000 System Time (see {{bibref|3GPP2-C.S0005}}). {true}} if daylight savings time is being used; otherwise {{false}}. See {{bibref|3GPP2-C.S0005}}. </description>
                <syntax>
                    <boolean />
                </syntax>
            </parameter>
        </object>
        <object name="FAPService.{i}.FAPControl.CDMA2000.OneX." access="readOnly" minEntries="1" maxEntries="1">
            <description>This object contains all global attributes of the 1xFemto application.</description>
            <parameter name="AdminState" access="readWrite">
                <description>Administrative state for 1x</description>
                <syntax>
                    <string>
                        <enumeration value="Lock">
                        </enumeration>
                        <enumeration value="Unlock">
                        </enumeration>
                    </string>
                </syntax>
            </parameter>
            <parameter name="OpState" access="readOnly" activeNotify="forceDefaultEnabled" forcedInform="true">
                <description>Operational state of the 1x</description>
                <syntax>
                    <string>
                        <enumeration value="Enabled">
                        </enumeration>
                        <enumeration value="Disabled">
                        </enumeration>
                    </string>
                </syntax>
            </parameter>
            <parameter name="RFTxStatus" access="readOnly" activeNotify="forceDefaultEnabled" forcedInform="true">
                <description>Current status of this RF transmitter. {{true}} indicates that the 3G Tx transmitter is on. {{false}} indicates that the 3G Tx transmitter is off. This state is tied to the Administrative state which is controlled by the ACS. When the ACS sets AdminState to {{true}}, then the FAP has permission to turn on the RF transmitter. When the ACS sets AdminState to {{false}}, then the FAP is not allowed to provide service and MUST turn off the RF transmitter.</description>
                <syntax>
                    <boolean />
                </syntax>
            </parameter>
            <parameter name="Daylight" access="readWrite">
                <description>If Daylight Savings Time is being used with respect to CDMA2000 1x overhead parameters (see {{bibref|3GPP2-C.S0005}}), then {{param}} should be set to {{true}}. Otherwise, {{param}} should be set to {{false}}.</description>
                <syntax>
                    <int>
                        <range minInclusive="0" maxInclusive="1" />
                    </int>
                </syntax>
            </parameter>
            <parameter name="MaxPRev" access="readWrite">
                <description>Protocol revision supported by the FAP.</description>
                <syntax>
                    <int>
                        <range minInclusive="6" maxInclusive="9" />
                    </int>
                </syntax>
            </parameter>
            <parameter name="Reregister" access="readWrite" activeNotify="canDeny">
                <description>{{param}} triggers a re-registration of all mobiles. The FAP triggers re-registration of all registered mobiles everytime this number changes</description>
                <syntax>
                    <unsignedInt />
                </syntax>
            </parameter>
            <parameter name="EmergencySessionPeriod" access="readWrite">
                <description>The period (in {{units}}) the session of an unauthorized user is kept alive after an emergency call.</description>
                <syntax>
                    <unsignedInt>
                        <range minInclusive="15" maxInclusive="1800" />
                        <units value="seconds">
                        </units>
                    </unsignedInt>
                </syntax>
            </parameter>
            <parameter name="LocationAreaCode" access="readWrite">
                <description>This is the location area code.</description>
                <syntax>
                    <unsignedInt>
                        <range minInclusive="0" maxInclusive="65535" />
                    </unsignedInt>
                </syntax>
            </parameter>
            <parameter name="MSCId" access="readWrite">
                <description>This is the FAP's MSCID. This ID is used in PANI header.</description>
                <syntax>
                    <unsignedInt />
                </syntax>
            </parameter>
            <parameter name="ActiveHandinEnable" access="readWrite">
                <description>Indicates whether the FAP performs active hand-in from another base station. If {{true}} active hand-in is enabled; if {{false}} active hand-in is disabled.</description>
                <syntax>
                    <boolean />
                </syntax>
            </parameter>
        </object>
        <object name="FAPService.{i}.FAPControl.CDMA2000.OneX.ActiveHandinMeasurement." access="readOnly" minEntries="1" maxEntries="1">
            <description>CDMA2000 1x active handin operational parameters.</description>
            <parameter name="ActiveHandinMeasurementEnable" access="readWrite">
                <description>Indicates whether the FAP performs active hand-in measurement if a request is received. If {{true}} active hand-in measurement is enabled; if {{false}} active hand-in measurement is disabled.</description>
                <syntax>
                    <boolean />
                </syntax>
            </parameter>
            <parameter name="ActiveHandInMeasurementDuration" access="readWrite">
                <description>The minimum duration in {{units}} for which FAP should take a mobile's RL  pilot strength measurements for active hand-in purpose when directed by the network. Instead of continuous measurement for this entire duration, a FAP can make multiple measurements by sampling over shorter durations. In such a case, this value specifies the minimum time separation required between the first and last measurement samples.</description>
                <syntax>
                    <unsignedInt>
                        <range minInclusive="0" maxInclusive="65535" />
                        <units value="1.25 ms slots">
                        </units>
                    </unsignedInt>
                </syntax>
            </parameter>
            <parameter name="MeasurementReportThreshold" access="readWrite">
                <description>The threshold (in {{units}}) for the FAP to report an active hand-in measurement. If the metric to be reported is below the threshold, the FAP may not send any report.</description>
                <syntax>
                    <int>
                        <range minInclusive="-150" maxInclusive="0" />
                        <units value="dBm">
                        </units>
                    </int>
                </syntax>
            </parameter>
        </object>
        <object name="FAPService.{i}.FAPControl.CDMA2000.OneX.SelfConfig." access="readOnly" minEntries="1" maxEntries="1">
            <description>This object contains parameters relating to the controlling of self-configuration capabilities in the FAP.</description>
            <parameter name="RFCNFLSelfConfigEnable" access="readWrite">
                <description>Indicates whether the self-configuration capability in the FAP is used or not to determine the values of {{param|.CellConfig.CDMA2000.OneX.RAN.RF.RFCNFL}}. If {{true}}, the FAP self-configures the value. If {{false}}, the ACS must provide the specific value to be used.</description>
                <syntax>
                    <boolean />
                </syntax>
            </parameter>
            <parameter name="PilotPNSelfConfigEnable" access="readWrite">
                <description>Indicates whether the self-configuration capability in the FAP is used or not to determine the value of {{param|.CellConfig.CDMA2000.OneX.RAN.RF.PilotPN}}. If {{true}} the FAP self-configures the value. If {{false}} the ACS must provide the specific value to be used.</description>
                <syntax>
                    <boolean />
                </syntax>
            </parameter>
            <parameter name="MaxFAPTxPowerSelfConfigEnable" access="readWrite">
                <description>Indicates whether the self-configuration capability in the FAP is used or not to determine the value of {{param|.CellConfig.CDMA2000.OneX.RAN.RF.MaxFAPTxPower}}. If {{true}} the FAP self-configures the value. If {{false}} the ACS must provide the specific value to be used.</description>
                <syntax>
                    <boolean />
                </syntax>
            </parameter>
            <parameter name="MaxFAPBeaconTxPowerSelfConfigEnable" access="readWrite">
                <description>Indicates whether the self-configuration capability in the FAP is used or not to determine the value of {{param|.CellConfig.CDMA2000.Beacon.MaxFAPBeaconTxPower}}. If {{true}}, the FAP self-configures the value. If {{false}}, the ACS must provide the specific value to be used.</description>
                <syntax>
                    <boolean />
                </syntax>
            </parameter>
        </object>
        <object name="FAPService.{i}.FAPControl.CDMA2000.Gateway." access="readOnly" minEntries="1" maxEntries="1">
            <description>CDMA2000 FAP Security Gateway operational parameters.</description>
            <parameter name="SecGWServer1" access="readWrite">
                <description>First SecGW the FAP attempts to contact. Either FQDN or IP address</description>
                <syntax>
                    <string>
                        <size maxLength="64">
                        </size>
                    </string>
                </syntax>
            </parameter>
            <parameter name="SecGWServer2" access="readWrite">
                <description>Second SecGW the FAP attempts to contact. Either FQDN or IP address</description>
                <syntax>
                    <string>
                        <size maxLength="64">
                        </size>
                    </string>
                </syntax>
            </parameter>
            <parameter name="SecGWServer3" access="readWrite">
                <description>Third SecGW that the FAP attempts to contact. Can contain either FQDN or IP address</description>
                <syntax>
                    <string>
                        <size maxLength="64">
                        </size>
                    </string>
                </syntax>
            </parameter>
            <parameter name="SecGWSwitchoverCount" access="readOnly">
                <description>Counter indicating how many times FAP has switched between SecGW</description>
                <syntax>
                    <unsignedInt />
                </syntax>
            </parameter>
        </object>
        <object name="FAPService.{i}.FAPControl.CDMA2000.HRPD." access="readOnly" minEntries="1" maxEntries="1">
            <description>Operational parameters for the HRPD portion of a CDMA2000 FAP.</description>
            <parameter name="OpState" access="readOnly" activeNotify="forceDefaultEnabled" forcedInform="true">
                <description>Current operational state of the FAP as defined in ITU-X.731 [32]. If {{true}} the FAP is currently enabled. If {{false}} the FAP is currently disabled.</description>
                <syntax>
                    <boolean />
                </syntax>
            </parameter>
            <parameter name="AdminState" access="readWrite">
                <description>Lock or unlock the FAP. This controls the administrative state of the FAP as defined in ITU-X.731 [32]. If {{true}} Unlocked with permission to serve traffic (and enable RF transmitter(s)). If {{false}} Locked. Transition FAP to state where it is NOT permitted to serve traffic. RF transmitter is disabled. Given that this command controls the FAP's RF transmitter, the underlying expectation is that the unlock is done when all necessary conditions are met to allow the transmitter to key on and provide service, including aspects such as: location verification (including meeting the governing regulatory requirements) verifying the FAP configuration if physical tampering is supported and no physical tampering is detected. The default value after power-on is {{false}}.</description>
                <syntax>
                    <boolean />
                </syntax>
            </parameter>
            <parameter name="RFTxStatus" access="readOnly" activeNotify="forceDefaultEnabled" forcedInform="true">
                <description>Current status of this RF transmitter. {{true}} indicates that the 3G Tx transmitter is on. {{false}} indicates that the 3G Tx transmitter is off. This state is tied to the Administrative state which is controlled by the ACS.  When the ACS sets AdminState to {{true}}, then the FAP has permission to turn on the RF transmitter. When the ACS sets AdminState to {{false}}, then the FAP is not allowed to provide service and MUST turn off the RF transmitter.</description>
                <syntax>
                    <boolean />
                </syntax>
            </parameter>
            <parameter name="A13SessionTransferEnable" access="readWrite">
                <description>Indicates whether the FAP performs A13 session transfer. If {{true}} A13 session transfer is enabled; if {{false}} A13 session transfer is disabled.</description>
                <syntax>
                    <boolean />
                </syntax>
            </parameter>
            <parameter name="LocalIPAccessEnable" access="readWrite">
                <description>Indicates whether the FAP can assign local IP address to capable ATs. If {{true}} local IP address is assigned.; if {{false}} local IP address is not assigned.</description>
                <syntax>
                    <boolean />
                </syntax>
            </parameter>
        </object>
        <object name="FAPService.{i}.FAPControl.CDMA2000.HRPD.SelfConfig." access="readOnly" minEntries="1" maxEntries="1">
            <description>This object contains parameters relating to the controlling of self-configuration capabilities in the FAP.  </description>
            <parameter name="RFCNFLSelfConfigEnable" access="readWrite">
                <description>Indicates whether the self-configuration capability in the FAP is used or not to determine the values of {{param|.CellConfig.CDMA2000.HRPD.RAN.RF.RFCNFL}}. If {{true}}, the FAP self-configures the value. If {{false}}, the ACS must provide the specific value to be used.</description>
                <syntax>
                    <boolean />
                </syntax>
            </parameter>
            <parameter name="PilotPNSelfConfigEnable" access="readWrite">
                <description>Indicates whether the self-configuration capability in the FAP is used or not to determine the value of {{param|.CellConfig.CDMA2000.HRPD.RAN.RF.PilotPN}}. If {{true}}, the FAP self-configures the value. If {{false}}, the ACS must provide the specific value to be used.</description>
                <syntax>
                    <boolean />
                </syntax>
            </parameter>
            <parameter name="MaxFAPTxPowerSelfConfigEnable" access="readWrite">
                <description>Indicates whether the self-configuration capability in the FAP is used or not to determine the value of {{param|.CellConfig.CDMA2000.HRPD.RAN.RF.MaxFAPTxPower}} . If {{true}}, the FAP self-configures the value. If {{false}}, the ACS must provide the specific value to be used.</description>
                <syntax>
                    <boolean />
                </syntax>
            </parameter>
            <parameter name="MaxHRPDBeaconTxPowerSelfConfigEnable" access="readWrite">
                <description>Indicates whether the self-configuration capability in the FAP is used or not to determine the value of {{param|.CellConfig.CDMA2000.Beacon.MaxHRPDBeaconTxPower}}. If {{true}} the FAP self-configures the value. If {{false}} The ACS must provide the specific value to be used.</description>
                <syntax>
                    <boolean />
                </syntax>
            </parameter>
        </object>
        <object name="FAPService.{i}.FAPControl.CDMA2000.HRPD.A13." access="readOnly" minEntries="1" maxEntries="1">
            <description>This object contains attributes related to A13 Session Transfer</description>
            <parameter name="ColorCodeToUATI104NumberOfEntries" access="readOnly">
                <description>{{numentries}}</description>
                <syntax>
                    <unsignedInt />
                </syntax>
            </parameter>
            <parameter name="HRPDSubnetToIPNumberOfEntries" access="readOnly">
                <description>{{numentries}}</description>
                <syntax>
                    <unsignedInt />
                </syntax>
            </parameter>
        </object>
        <object name="FAPService.{i}.FAPControl.CDMA2000.HRPD.A13.ColorCodeToUATI104.{i}." access="readWrite" minEntries="1" maxEntries="unbounded" numEntriesParameter="ColorCodeToUATI104NumberOfEntries" enableParameter="Enable">
            <description>HRPD ColorCode to UATI Mapping Table number of entries.</description>
            <uniqueKey>
                <parameter ref="ColorCode" />
                <parameter ref="UATI104" />
            </uniqueKey>
            <uniqueKey functional="false">
                <parameter ref="Alias" />
            </uniqueKey>
            <parameter name="Enable" access="readWrite">
                <description>Enables or disables the {{object}} entry.</description>
                <syntax>
                    <boolean />
                    <default type="object" value="false" />
                </syntax>
            </parameter>
            <parameter name="Alias" access="readWrite">
                <description>{{datatype|expand}}</description>
                <syntax>
                    <dataType ref="Alias" />
                </syntax>
            </parameter>
            <parameter name="ColorCode" access="readWrite">
                <description>Color Code mapped to UATI104 in the following field</description>
                <syntax>
                    <unsignedInt>
                        <range minInclusive="0" maxInclusive="256" />
                    </unsignedInt>
                    <default type="object" value="0">
                    </default>
                </syntax>
            </parameter>
            <parameter name="UATI104" access="readWrite">
                <description>The UATI104 of the AT that accesses with the ColorCode field</description>
                <syntax>
                    <hexBinary>
                        <size minLength="0" maxLength="13" />
                    </hexBinary>
                    <default type="object" value="">
                    </default>
                </syntax>
            </parameter>
        </object>
        <object name="FAPService.{i}.FAPControl.CDMA2000.HRPD.A13.HRPDSubnetToIP.{i}." access="readWrite" minEntries="1" maxEntries="unbounded" numEntriesParameter="HRPDSubnetToIPNumberOfEntries" enableParameter="Enable">
            <description>This object contains attributes related to A13 Session Transfer</description>
            <uniqueKey>
                <parameter ref="A13IPAddress" />
            </uniqueKey>
            <uniqueKey functional="false">
                <parameter ref="Alias" />
            </uniqueKey>
            <parameter name="Enable" access="readWrite">
                <description>Enables or disables the {{object}} entry.</description>
                <syntax>
                    <boolean />
                    <default type="object" value="false" />
                </syntax>
            </parameter>
            <parameter name="Alias" access="readWrite">
                <description>{{datatype|expand}}</description>
                <syntax>
                    <dataType ref="Alias" />
                </syntax>
            </parameter>
            <parameter name="HRPDSubnetLength" access="readWrite">
                <description>The number of MSBs (in {{units}}) in the following field that is part of HRPDSubnet</description>
                <syntax>
                    <unsignedInt>
                        <range minInclusive="1" maxInclusive="104" />
                        <units value="bits">
                        </units>
                    </unsignedInt>
                    <default type="object" value="104">
                    </default>
                </syntax>
            </parameter>
            <parameter name="HRPDSubnet" access="readWrite">
                <description>The {{param|HRPDSubnetLength}} MSBs of this field contain the HRPD subnet that maps to the IP address in the following field</description>
                <syntax>
                    <hexBinary>
                        <size minLength="0" maxLength="13" />
                    </hexBinary>
                    <default type="object" value="">
                    </default>
                </syntax>
            </parameter>
            <parameter name="A13IPAddress" access="readWrite">
                <description>This field contains the IP address of A13 endpoint that corresponds to the HRPD subnet</description>
                <syntax>
                    <dataType ref="IPAddress">
                    </dataType>
                    <default type="object" value="">
                    </default>
                </syntax>
            </parameter>
        </object>
        <object name="FAPService.{i}.AccessMgmt." access="readOnly" minEntries="1" maxEntries="1">
            <description>This object contains parameters relating to Access Management for the different radio technologies.</description>
        </object>
        <object name="FAPService.{i}.AccessMgmt.UMTS." access="readOnly" minEntries="1" maxEntries="1">
            <description>This object contains parameters relating to Access Management for UMTS FAP (ACL, CSG, LIPA).
Closed Subscriber Group (CSG) service behavior is specified in {{bibref|3GPP-TS.22.011}}.
Note: Cell barring and 3GPP access class parameters are contained in {{object|.CellConfig.UMTS.RAN.CellRestriction.}} (UMTS FAP).</description>
            <parameter name="AccessMode" access="readWrite" activeNotify="canDeny">
                <description>Indicates the type of access mode the FAP operates in. {{enum}}
When the value is not {{enum|Open Access}} non-CSG-capable UE are handled according to {{param|NonCSGUEAccessDecision}}. Note: This parameter controls the setting of the CSGindicator bit, specified in MIB in {{bibref|3GPP-TS.25.331}}.</description>
                <syntax>
                    <string>
                        <enumeration value="Open Access">
                            <description>FAP does not enforce access control. CSG Identity is not broadcast.</description>
                        </enumeration>
                        <enumeration value="Closed Access">
                            <description>FAP operates as a CSG cell.</description>
                        </enumeration>
                        <enumeration value="Hybrid Access">
                            <description>FAP operates as a CSG cell where at the same time, non-CSG members (incl pre-Rel8 UE) are allowed access.</description>
                        </enumeration>
                    </string>
                    <default type="factory" value="Open Access" />
                </syntax>
            </parameter>
            <parameter name="NonCSGUEAccessDecision" access="readWrite" activeNotify="canDeny">
                <description>Indicates how the access decision is made for non-CSG-capable UE. Parameter is ignored when {{param|AccessMode}} is {{enum|Open Access|AccessMode}}.</description>
                <syntax>
                    <string>
                        <enumeration value="Local">
                            <description>FAP restricts access to members of ACL</description>
                        </enumeration>
                        <enumeration value="Query FAPGW">
                            <description>FAP queries FGW and acts accordingly.</description>
                        </enumeration>
                        <enumeration value="By Core">
                            <description>FAP allows access. Other entity in core MAY impose restrictions.</description>
                        </enumeration>
                    </string>
                    <default type="factory" value="Local" />
                </syntax>
            </parameter>
            <parameter name="CSGMembershipDeterminedLocally" access="readWrite" activeNotify="canDeny">
                <description>
                    Indicates how the access decision is made for CSG-capable UE. Parameter is ignored when {{param|AccessMode}} is {{enum|Open Access|AccessMode}}.
                    If {{true}} access decision is determined the same way as for {{param|NonCSGUEAccessDecision}}. (E.g. if core network doesn't (yet) support full CSG functionality.)
                    If {{false}} FAP always allows access for CSG-capable UE.
                    CSG enforcement is performed by MSC/SGSN (with support from HSS), or by FGW.
                    {{bibref|3GPP-TS.22.011}}
          </description>
                <syntax>
                    <boolean />
                    <default type="factory" value="false" />
                </syntax>
            </parameter>
            <parameter name="MaxUEsServed" access="readWrite">
                <description>Maximum number of concurrent UEs allowed at a cell. Valid for any {{param|AccessMode}}. A value of -1 allows an unlimited number of concurrent UEs up to the limit of FAP capacity. The setting does not affect emergency calls.</description>
                <syntax>
                    <int>
                        <range minInclusive="-1" />
                    </int>
                    <default type="factory" value="-1" />
                </syntax>
            </parameter>
            <parameter name="MaxCSGMembers" access="readWrite">
                <description>Maximum number of concurrent CSG member UEs allowed at a hybrid or closed cell. A value of -1 allows an unlimited number of CSG members up to the limit of FAP capacity. The setting cannot be larger than the value of {{param|MaxUEsServed}}. The setting does not affect emergency calls. {{bibref|3GPP-TS.22.011}}, {{bibref|3GPP-TS.22.220}}.</description>
                <syntax>
                    <int>
                        <range minInclusive="-1" />
                    </int>
                    <default type="factory" value="-1" />
                </syntax>
            </parameter>
            <parameter name="MaxNonCSGMembers" access="readWrite">
                <description>Maximum number of concurerent non-CSG member UEs allowed at a hybrid cell. Valid only if {{param|AccessMode}} is {{enum|Hybrid Access|AccessMode}}. The setting cannot be larger than the value of {{param|MaxUEsServed}}. The setting does not affect emergency calls.</description>
                <syntax>
                    <int>
                        <range minInclusive="-1" />
                    </int>
                    <default type="factory" value="-1" />
                </syntax>
            </parameter>
            <parameter name="MaxResourceNonCSGMembers" access="readWrite">
                <description>Maximum percentage of physical resource that can be assigned to non-CSG members aggregately at one time. In UMTS FAP, this applies to RB resource.</description>
                <syntax>
                    <unsignedInt>
                        <range minInclusive="0" maxInclusive="100" />
                    </unsignedInt>
                </syntax>
            </parameter>
            <parameter name="HNBName" access="readWrite">
                <description>Home NodeB name. An operator-defined string that is broadcast by a CSG cell or a hybrid cell and displayed on the UE for the purpose of manual cell selection or indication that the UE is camped on the cell as specified in {{bibref|3GPP-TS.22.220|Section 5.4.2}}. Corresponds to parameter 'hnb-Name' specified in SIB20 in {{bibref|3GPP-TS.25.331|Section 10.2.48.8.23}}.</description>
                <syntax>
                    <string>
                        <size maxLength="48" />
                    </string>
                </syntax>
            </parameter>
            <parameter name="CSGID" access="readWrite">
                <description>Defines the Closed Subscriber Group of the Access Control List. The UMTS FAP broadcasts this CSG ID in SIB3 depending on the AccessMode. The LTE FAP broadcasts this in SIB1, and corresponds to parameter csg-Identity in SIB1 in {{bibref|3GPP-TS.36.331}}.</description>
                <syntax>
                    <unsignedInt>
                        <range maxInclusive="134217727" />
                    </unsignedInt>
                </syntax>
            </parameter>
            <parameter name="AccessControlList" access="readWrite">
                <description>{{list}} Each entry is an IMSI. </description>
                <syntax>
                    <list>
                        <size maxLength="1024" />
                    </list>
                    <string>
                        <size maxLength="15" />
                    </string>
                </syntax>
            </parameter>
            <parameter name="MaxMemberDetailEntries" access="readOnly">
                <description>The maximum number of entries available in the {{object|.AccessMgmt.UMTS.MemberDetail.{i}.}} table.</description>
                <syntax>
                    <unsignedInt />
                </syntax>
            </parameter>
            <parameter name="MemberDetailNumberOfEntries" access="readOnly">
                <description>{{numentries}}</description>
                <syntax>
                    <unsignedInt />
                </syntax>
            </parameter>
        </object>
        <object name="FAPService.{i}.AccessMgmt.UMTS.MemberDetail.{i}." access="readWrite" minEntries="0" maxEntries="unbounded" numEntriesParameter="MemberDetailNumberOfEntries" enableParameter="Enable">
            <description>Details for CSG and Non-CSG members.</description>
            <uniqueKey>
                <parameter ref="IMSI" />
            </uniqueKey>
            <uniqueKey functional="false">
                <parameter ref="Alias" />
            </uniqueKey>
            <parameter name="Enable" access="readWrite">
                <description>Enables or disables the MemberDetail entry.</description>
                <syntax>
                    <boolean />
                    <default type="object" value="false" />
                </syntax>
            </parameter>
            <parameter name="Alias" access="readWrite">
                <description>{{datatype|expand}}</description>
                <syntax>
                    <dataType ref="Alias" />
                </syntax>
            </parameter>
            <parameter name="IMSI" access="readWrite">
                <description>International Mobile Subscriber Identity of the UE.</description>
                <syntax>
                    <string>
                        <size maxLength="15" />
                    </string>
                    <default type="object" value="" />
                </syntax>
            </parameter>
            <parameter name="MSISDN" access="readWrite">
                <description>Mobile Station International Subscriber Identity Number. Set to {{empty}} if unknown.</description>
                <syntax>
                    <string>
                        <size maxLength="15" />
                    </string>
                    <default type="object" value="" />
                </syntax>
            </parameter>
            <parameter name="MembershipExpires" access="readWrite">
                <description>
Time when the ACL membership expires.
An Unknown Time value, as defined in {{bibref|TR-106a2|Section 3.2}}, indicates that the membership doesn't expire.
Upon expiry the FAP MUST remove the IMSI from the {{param|.AccessMgmt.UMTS.AccessControlList}}, but the entry in {{object|.AccessMgmt.UMTS.MemberDetail.{i}.}} remains. {{bibref|3GPP-TS.22.011}}
          </description>
                <syntax>
                    <dateTime />
                    <default type="object" value="0001-01-01T00:00:00Z" />
                </syntax>
            </parameter>
        </object>
        <object name="FAPService.{i}.AccessMgmt.UMTS.LocalIPAccess." access="readOnly" minEntries="1" maxEntries="1">
            <description>Local IP access for UMTS FAP.</description>
            <parameter name="Enable" access="readWrite">
                <description>Enables/disables the Local IP Access (LIPA) functionality.</description>
                <syntax>
                    <boolean />
                    <default type="factory" value="false" />
                </syntax>
            </parameter>
        </object>
        <object name="FAPService.{i}.AccessMgmt.LTE." access="readOnly" minEntries="1" maxEntries="1">
            <description>This object contains parameters relating to Access Management, as defined in {{bibref|3GPP-TS.32.592}}/
Closed Subscriber Group (CSG) service behavior is specified in {{bibref|3GPP-TS.22.011}}.
Note: Cell barring and 3GPP access class parameters are contained in SIB1 in {{bibref|3GPP-TS.36.331}}.</description>
            <parameter name="AccessMode" access="readWrite" activeNotify="canDeny">
                <description>Indicates the type of access mode the FAP operates in. {{enum}}
Note: This parameter controls the setting of the CSGindicator bit, specified in SIB1 in {{bibref|3GPP-TS.36.331}}.</description>
                <syntax>
                    <string>
                        <enumeration value="Open Access">
                            <description>Access control is not enforced. CSG Identity is not broadcast.</description>
                        </enumeration>
                        <enumeration value="Closed Access">
                            <description>LTE FAP operates as a CSG cell.</description>
                        </enumeration>
                        <enumeration value="Hybrid Access">
                            <description>LTE FAP operates as a CSG cell where at the same time, non-CSG members are allowed access.</description>
                        </enumeration>
                    </string>
                    <default type="factory" value="Open Access" />
                </syntax>
            </parameter>
            <parameter name="MaxUEsServed" access="readWrite">
                <description>Maximum number of concurrent UEs allowed at a cell. Valid for any {{param|AccessMode}}. A value of -1 allows an unlimited number of concurrent UEs up to the limit of FAP capacity. The setting does not affect emergency calls.</description>
                <syntax>
                    <int>
                        <range minInclusive="-1" />
                    </int>
                    <default type="factory" value="-1" />
                </syntax>
            </parameter>
            <parameter name="MaxCSGMembers" access="readWrite">
                <description>Maximum number of concurrent CSG member UEs allowed at a hybrid or closed cell. A value of -1 allows an unlimited number of CSG members up to the limit of FAP capacity. The setting cannot be larger than the value of {{param|MaxUEsServed}}. The setting does not affect emergency calls. {{bibref|3GPP-TS.22.011}}, {{bibref|3GPP-TS.22.220}}.</description>
                <syntax>
                    <int>
                        <range minInclusive="-1" />
                    </int>
                    <default type="factory" value="-1" />
                </syntax>
            </parameter>
            <parameter name="MaxNonCSGMembers" access="readWrite">
                <description>Maximum number of concurerent non-CSG member UEs allowed at a hybrid cell. Valid only if {{param|AccessMode}} is {{enum|Hybrid Access|AccessMode}}. The setting cannot be larger than the value of {{param|MaxUEsServed}}. The setting does not affect emergency calls.</description>
                <syntax>
                    <int>
                        <range minInclusive="-1" />
                    </int>
                    <default type="factory" value="-1" />
                </syntax>
            </parameter>
            <parameter name="MaxResourceNonCSGMembers" access="readWrite">
                <description>Maximum percentage of physical resource that can be assigned to non-CSG members aggregately at one time. This applies to PDSCH physical resource blocks.</description>
                <syntax>
                    <unsignedInt>
                        <range minInclusive="0" maxInclusive="100" />
                    </unsignedInt>
                </syntax>
            </parameter>
            <parameter name="CSGID" access="readWrite">
                <description>Defines the Closed Subscriber Group of the Access Control List. The LTE FAP broadcasts this in SIB1, and corresponds to parameter csg-Identity in SIB1 in {{bibref|3GPP-TS.36.331}}.</description>
                <syntax>
                    <unsignedInt>
                        <range maxInclusive="134217727" />
                    </unsignedInt>
                </syntax>
            </parameter>
            <parameter name="HNBName" access="readWrite">
                <description>Home NodeB name. An operator-defined string that is broadcast by a CSG cell or a hybrid cell and displayed on the UE for the purpose of manual cell selection or indication that the UE is camped on the cell as specified in {{bibref|3GPP-TS.22.220|Section 5.4.2}}. Corresponds to parameter 'hnb-Name' specified in SIB9 in {{bibref|3GPP-TS.36.331|Section 6.3.1}}.</description>
                <syntax>
                    <string>
                        <size maxLength="48" />
                    </string>
                </syntax>
            </parameter>
        </object>
        <object name="FAPService.{i}.AccessMgmt.LTE.LocalIPAccess." access="readOnly" minEntries="1" maxEntries="1">
            <description>Local IP access for LTE FAP.</description>
            <parameter name="Enable" access="readWrite">
                <description>Enables/disables the Local IP Access (LIPA) functionality.</description>
                <syntax>
                    <boolean />
                    <default type="factory" value="false" />
                </syntax>
            </parameter>
        </object>
        <object name="FAPService.{i}.AccessMgmt.CDMA2000." access="readOnly" minEntries="1" maxEntries="1">
            <description>This object contains configurable and observable attributes related to CDMA2000 Access and Admission Control of the FAP.</description>
            <parameter name="AccessMode" access="readWrite">
                <description>Defines the access control mode of FAP.  Allowed modes are Open, Closed, and Signaling Association (refer to {{bibref|3GPP2-A.S0024}}).  AccessMode 2 (Hybrid) is not applicable to CDMA2000 FAPs.  0- Open,1-Closed, 2-Reserved, 3-Signaling Association.</description>
                <syntax>
                    <unsignedInt>
                        <range minInclusive="0" maxInclusive="0" />
                        <range minInclusive="1" maxInclusive="1" />
                        <range minInclusive="3" maxInclusive="3" />
                    </unsignedInt>
                </syntax>
            </parameter>
            <parameter name="MaxTotalActiveCallsAllowed" access="readWrite">
                <description>Total number of active calls allowed.</description>
                <syntax>
                    <unsignedInt>
                        <range minInclusive="1" maxInclusive="1024" />
                    </unsignedInt>
                </syntax>
            </parameter>
            <parameter name="AccessControlList" access="readWrite">
                <description>{{list}} (maximum item length 15). Each entry is an IMSI.</description>
                <syntax>
                    <string>
                        <size maxLength="1024" />
                    </string>
                </syntax>
            </parameter>
            <parameter name="MaxMemberDetailEntries" access="readOnly">
                <description>The maximum number of entries available in the {{object|.AccessMgmt.CDMA2000.MemberDetail.{i}.}} table.</description>
                <syntax>
                    <unsignedInt />
                </syntax>
            </parameter>
            <parameter name="MemberDetailNumberOfEntries" access="readOnly">
                <description>{{numentries}}</description>
                <syntax>
                    <unsignedInt />
                </syntax>
            </parameter>
        </object>
        <object name="FAPService.{i}.AccessMgmt.CDMA2000.MemberDetail.{i}." access="readWrite" minEntries="1" maxEntries="unbounded" numEntriesParameter="MemberDetailNumberOfEntries" enableParameter="Enable">
            <description>At most one enabled entry in this table can exist with a given value for IMSI and HRPDIdentifierValue. The IMSI field may be empty.</description>
            <uniqueKey>
                <parameter ref="IMSI" />
            </uniqueKey>
            <uniqueKey functional="false">
                <parameter ref="Alias" />
            </uniqueKey>
            <parameter name="Enable" access="readWrite">
                <description>Enables or disables the {{object}} entry.</description>
                <syntax>
                    <boolean />
                    <default type="object" value="false">
                    </default>
                </syntax>
            </parameter>
            <parameter name="Alias" access="readWrite">
                <description>{{datatype|expand}}</description>
                <syntax>
                    <dataType ref="Alias" />
                </syntax>
            </parameter>
            <parameter name="IMSI" access="readWrite">
                <description>International Mobile Subscriber Identity of the UE.</description>
                <syntax>
                    <string>
                        <size maxLength="15">
                        </size>
                    </string>
                    <default type="object" value="">
                    </default>
                </syntax>
            </parameter>
            <parameter name="HRPDIdentifierType" access="readWrite">
                <description>Type of identifier used for the HRPD AT. 0-invalid 1-ESN 2-MEID 3-A12NAI. If IMSI in this record is valid, then this attribute is set to 0.</description>
                <syntax>
                    <int>
                        <range minInclusive="0" maxInclusive="3" />
                    </int>
                    <default type="object" value="0">
                    </default>
                </syntax>
            </parameter>
            <parameter name="HRPDIdentifierValue" access="readWrite">
                <description>The value of this attribute depends on {{param|HRPDIdentifierType}}. ESN and MEID shall be defined as Hex.</description>
                <syntax>
                    <string>
                        <size maxLength="128">
                        </size>
                    </string>
                    <default type="object" value="">
                    </default>
                </syntax>
            </parameter>
            <parameter name="MembershipExpires" access="readWrite">
                <description>The time that the current ACL membership expires.</description>
                <syntax>
                    <dateTime />
                    <default type="object" value="">
                    </default>
                </syntax>
            </parameter>
        </object>
        <object name="FAPService.{i}.AccessMgmt.CDMA2000.LocalIPAccess." access="readOnly" minEntries="1" maxEntries="1">
            <description>Local IP access support as defined in 3GPP2</description>
        </object>
        <object name="FAPService.{i}.AccessMgmt.CDMA2000.LocalIPAccess.HRPD." access="readOnly" minEntries="1" maxEntries="1">
            <description>Local IP access support as defined in 3GPP2</description>
            <parameter name="FilterType" access="readWrite">
                <description>Value of '0' indicates that the FAP shall allow only IP packets with destination address matching the local IP subnet on Local IP access interface. Value of '1' indicates that the FAP shall allow any IP packets with destination address matching either the local IP subnet or the subnets listed in Local IP egress filter parameter on Local IP access interface. Value of '2' indicates that the FAP shall allow any IP packets with destination addresses that do not match the Local IP egress filter parameter on Local IP access interface.Value of '3' indicates that the FAP shall allow any IP packets on the local IP address interface.</description>
                <syntax>
                    <unsignedInt>
                        <range minInclusive="0" maxInclusive="3" />
                    </unsignedInt>
                </syntax>
            </parameter>
            <parameter name="FilterInUse" access="readOnly">
                <description>This parameter is set to the IPCP Vendor Specific Option which the FAP uses to send Local IP access packet filter on AN-PPP interface.</description>
                <syntax>
                    <string>
                        <size maxLength="256" />
                    </string>
                </syntax>
            </parameter>
            <parameter name="EgressFilterNumberOfEntries" access="readOnly">
                <description>{{numentries}}</description>
                <syntax>
                    <unsignedInt />
                </syntax>
            </parameter>
        </object>
        <object name="FAPService.{i}.AccessMgmt.CDMA2000.LocalIPAccess.HRPD.EgressFilter.{i}." access="readWrite" minEntries="1" maxEntries="unbounded" numEntriesParameter="EgressFilterNumberOfEntries" enableParameter="Enable">
            <description>HRPD LIPA Egress Filter Table entries.</description>
            <uniqueKey>
                <parameter ref="Subnet" />
                <parameter ref="SubnetMask" />
            </uniqueKey>
            <uniqueKey functional="false">
                <parameter ref="Alias" />
            </uniqueKey>
            <parameter name="Enable" access="readWrite">
                <description>Enables or disables the {{object}} entry.</description>
                <syntax>
                    <boolean />
                    <default type="object" value="false" />
                </syntax>
            </parameter>
            <parameter name="Alias" access="readWrite">
                <description>{{datatype|expand}}</description>
                <syntax>
                    <dataType ref="Alias" />
                </syntax>
            </parameter>
            <parameter name="Subnet" access="readWrite">
                <description>The IP subnet of the egress filter to be installed to the AT. The meaning of this field depends on the  {{param|.AccessMgmt.CDMA2000.LocalIPAccess.HRPD.FilterType}} field.</description>
                <syntax>
                    <dataType ref="IPv4Address"/>
                    <default type="object" value=""/>
                </syntax>
            </parameter>
            <parameter name="SubnetMask" access="readWrite">
                <description>The length of the IP subnetmask associated with the IP subnet in the previous field.</description>
                <syntax>
                    <unsignedInt>
                        <range minInclusive="0" maxInclusive="32" />
                    </unsignedInt>
                    <default type="object" value="0" />
                </syntax>
            </parameter>
        </object>
        <object name="FAPService.{i}.AccessMgmt.Legacy." access="readOnly" minEntries="1" maxEntries="1">
            <description>This object contains configurable and observable attributes related to Access and Admission Control of the FAP, which are not not covered by 3GPP and 3GPP2 specifications.</description>
        </object>
        <object name="FAPService.{i}.AccessMgmt.Legacy.LocalIPAccess." access="readOnly" minEntries="1" maxEntries="1">
            <description>Old Local IP access object, included on special request.</description>
            <parameter name="Enable" access="readWrite">
                <description>Enables/disables the Local IP Access (LIPA) functionality.</description>
                <syntax>
                    <boolean />
                    <default type="factory" value="false" />
                </syntax>
            </parameter>
            <parameter name="MaxRulesEntries" access="readOnly">
                <description>The maximum number of entries available in the {{object|.AccessMgmt.Legacy.LocalIPAccess.Rule.{i}.}} table.</description>
                <syntax>
                    <unsignedInt />
                </syntax>
            </parameter>
            <parameter name="RuleNumberOfEntries" access="readOnly">
                <description>{{numentries}}</description>
                <syntax>
                    <unsignedInt />
                </syntax>
            </parameter>
        </object>
        <object name="FAPService.{i}.AccessMgmt.Legacy.LocalIPAccess.Rule.{i}." access="readWrite" minEntries="0" maxEntries="unbounded" numEntriesParameter="RuleNumberOfEntries" enableParameter="Enable">
            <description>Policy for selecting traffic for local IP access. Originated traffic will be NAT'ed. The rule is bi-directional, i.e. return traffic is allowed. Rules do NOT affect traffic to/from the FAP itself (such as TR-069 or control). The rules are applied to the mobile station data traffic (PS-domain) via deep packet inspection or similar method.</description>
            <uniqueKey>
                <parameter ref="DestIPAddress" />
                <parameter ref="DestSubnetMask" />
                <parameter ref="Protocol" />
            </uniqueKey>
            <uniqueKey functional="false">
                <parameter ref="Alias" />
            </uniqueKey>
            <parameter name="Enable" access="readWrite">
                <description>Enables or disables the forwarding entry.</description>
                <syntax>
                    <boolean />
                    <default type="object" value="false" />
                </syntax>
            </parameter>
            <parameter name="Alias" access="readWrite">
                <description>{{datatype|expand}}</description>
                <syntax>
                    <dataType ref="Alias" />
                </syntax>
            </parameter>
            <parameter name="DestIPAddress" access="readWrite">
                <description>Destination IP Address. {{empty}} indicates no destination address is specified. An entry for which {{param}} and {{param|DestSubnetMask}} are both {{empty}} is a default route.</description>
                <syntax>
                    <dataType ref="IPAddress">
                    </dataType>
                    <default type="object" value="" />
                </syntax>
            </parameter>
            <parameter name="DestSubnetMask" access="readWrite">
                <description>
                    Destination subnet mask (IPv4) or prefix (IPv6). {{empty}} indicates no destination subnet mask or prefix is specified. If a destination subnet mask or prefix is specified, {{param}} is ANDed with the destination address before comparing with {{param|DestIPAddress}}. Otherwise, the full destination address is used as-is.
                    An entry for which {{param|DestIPAddress}} and {{param}} are both {{empty}} is a default route.
            </description>
                <syntax>
                    <dataType ref="IPAddress">
                    </dataType>
                    <default type="object" value="" />
                </syntax>
            </parameter>
            <parameter name="Protocol" access="readWrite">
                <description>IP Protocol Identifier. -1 matches any protocol.</description>
                <syntax>
                    <int>
                        <range minInclusive="-1" />
                    </int>
                    <default type="object" value="-1" />
                </syntax>
            </parameter>
            <parameter name="Action" access="readWrite">
                <description>Action to be taken for traffic matching this rule.</description>
                <syntax>
                    <string>
                        <enumeration value="Tunnel">
                            <description>Traffic is tunneled to FGW.</description>
                        </enumeration>
                        <enumeration value="NAPT">
                            <description>Traffic is NAPT to local interface</description>
                        </enumeration>
                    </string>
                    <default type="object" value="Tunnel" />
                </syntax>
            </parameter>
            <parameter name="Interface" access="readWrite">
                <description>
                    Specifies the egress interface when {{param|Action}} is set to {{enum|NAPT|Action}}. {{reference}} layer-3 connection object.
                    Example: InternetGatewayDevice.LANDevice.{i}.LANEthernetInterfaceConfig.{i}.
        </description>
                <syntax>
                    <string>
                        <size maxLength="256" />
                        <pathRef refType="weak" targetType="row" />
                    </string>
                </syntax>
            </parameter>
        </object>
        <object name="FAPService.{i}.CellConfig." access="readOnly" minEntries="1" maxEntries="1">
            <description>This object contains parameters relating to configuring the FAP.</description>
        </object>
        <object name="FAPService.{i}.CellConfig.UMTS." access="readOnly" minEntries="1" maxEntries="1">
            <description>This object contains parameters relating to configuring UMTS system specific information.</description>
            <parameter name="TunnelInstance" access="readWrite">
                <description>
                    This is the reference to the IPsec tunnel instance used by the UMTS FAP.
                    For all root data models, which use the tunnel definition provided in {{bibref|TR-262}} (InternetGatewayDevice:1 {{bibref|TR-098}} and Device:1 {{bibref|TR-181i1}}) the {{param}} MUST point to a row in the 'FAP.Tunnel.IKESA.{i}.' table, defined in {{bibref|TR-262}}.
                    If the root data model used is Device:2 {{bibref|TR-181i2}} than the {{param}} MUST point to IPsec tunnel instance defined in {{bibref|TR-181i2}}.
                    If the referenced object is deleted, the parameter value MUST be set to an empty string.
                    In case of a multiple-radio-technology FAP product, each radio technology can have its own tunnels or share common tunnels. In the former case, {{param}} can contain a unique instance number. In the latter case, {{param}} under all radio technologies can have the same instance number.
                </description>
                <syntax>
                    <string>
                        <size maxLength="256">
                        </size>
                    </string>
                </syntax>
            </parameter>
        </object>
        <object name="FAPService.{i}.CellConfig.UMTS.CN." access="readOnly" minEntries="1" maxEntries="1">
            <description>This object contains parameters relating to configuring UMTS CN.</description>
            <parameter name="PLMNType" access="readWrite">
                <description>Type of Public Land Mobile Network (PLMN).</description>
                <syntax>
                    <string>
                        <enumeration value="GSM-MAP">
                        </enumeration>
                        <enumeration value="ANSI-41">
                        </enumeration>
                    </string>
                </syntax>
            </parameter>
            <parameter name="PLMNID" access="readWrite">
                <description>
                    PLMN ID consists of Mobile Country Code (MCC) and Mobile Network Code (MNC) {{bibref|3GPP-TS.23.003}}, {{bibref|3GPP-TS.24.008}}.
                    Mobile Country Code consists of three digits and uniquely identifies the country of domicile of the subscriber.
                    Mobile Network Code consists of two or three digits and identifies the Home PLMN within a country.
                    For a 2-digit MNC the total string length of {{param}} is 5.
                </description>
                <syntax>
                    <string>
                        <size maxLength="6">
                        </size>
                    </string>
                </syntax>
            </parameter>
            <parameter name="EquivPLMNID" access="readWrite">
                <description>
                    {{list}} Each item is a PLMNID.
                    PLMN ID consists of Mobile Country Code (MCC) and Mobile Network Code (MNC) {{bibref|3GPP-TS.23.003}}, {{bibref|3GPP-TS.24.008}}.
                    Mobile Country Code consists of three digits and uniquely identifies the country of domicile of the subscriber.
                    Mobile Network Code consists of two or three digits and identifies the Home PLMN within a country.
                    For a 2-digit MNC the total string length of the PLMNID is 5.
                </description>
                <syntax>
                    <list>
                        <size maxLength="64">
                        </size>
                    </list>
                    <string>
                        <size maxLength="6">
                        </size>
                    </string>
                </syntax>
            </parameter>
            <parameter name="SAC" access="readWrite">
                <description>
                    Service Area Code (SAC)  {{bibref|3GPP-TS.23.003}}.
                    The concatenation of PLMN ID (MCC+MNC), LAC, and SAC uniquely identifies the Service Area ID (SAI).
                </description>
                <syntax>
                    <unsignedInt>
                        <range minInclusive="0" maxInclusive="65535" />
                    </unsignedInt>
                </syntax>
            </parameter>
            <parameter name="BroadcastSAC" access="readWrite">
                <description>
                    Service Area Code (SAC) for broadcast. The format of this parameter is the same with {{param|SAC}}, and it uniquely identifies the Service Area ID (SAI) for Earthquake and Tsunami Warning Services (ETWS) {{bibref|3GPP-TS.25.469|Section 9.1.3}}.
                </description>
                <syntax>
                    <unsignedInt>
                        <range minInclusive="0" maxInclusive="65535" />
                    </unsignedInt>
                </syntax>
            </parameter>
            <parameter name="LACRAC" access="readWrite">
                <description>
                    {{list}}  Each item is a LAC/RAC combination expressed in the following format:
                    :&lt;LAC or LACrange&gt;':'&lt;RAC or RACrange&gt;
                    Where LAC and RAC are single values, while LACrange and RACrange are inclusive and can be expressed in the following format:
                    :&lt;Start-value&gt;".."&lt;End-value&gt;
                    Location Area Code (LAC) consists of up to 5 numerical characters. The concatenation of PLMN ID (MCC+MNC) and LAC uniquely identifies the Location Area ID (LAI). {{bibref|3GPP-TS.23.003|Section 4.1}} {{bibref|3GPP-TS.25.413|Section 9.2.3.6}}.
                    Routing Area Code (RAC) consists of up to 3 numerical characters. The concatenation of PLMN ID (MCC+MNC), LAC, and RAC uniquely identifies the Routing Area ID (RAI). {{bibref|3GPP-TS.23.003|Section 4.2}} {{bibref|3GPP-TS.25.413|Section 9.2.3.7}}.
                    The FAP is to select one LAC and RAC from the combination(s) expressed in this parameter for use in {{param|LACInUse}} and {{param|RACInUse}} respectively.
                    If a LAC occurs more than once in the list, this shall not increase the chance that it is selected over other LAC values in the list.
                    The following are examples of the valid LACRAC combination formats:
                    :"64000:210"
                    ::(one list item with single value for LAC and RAC)
                    :"64000..64100:210, 64101:211"
                    ::(two list items, first item has a LAC range)
                    :"64000:210..214, 64001:215..219"
                    ::(two list items, both items have a RAC range for a specific LAC value)
                    :"64000..64100:210..214"
                    ::(one list item both have a LAC range and a RAC range)
                </description>
                <syntax>
                    <list>
                        <size maxLength="256">
                        </size>
                    </list>
                    <string />
                </syntax>
            </parameter>
            <parameter name="LACInUse" access="readOnly">
                <description>
                    The LAC being used by the FAP.
                    Self-configuration for LAC is controlled by {{param|.Capabilities.UMTS.SelfConfig.LACRACURAConfig}} from an availability perspective and {{param|.FAPControl.UMTS.SelfConfig.LACRACURASelfConfigEnable}} from an enabled perspective.
                    If the self-configuration capability is available and enabled, this parameter indicates the value selected by the FAP among the choices provided in {{param|LACRAC}}.
                    If the self-configuration capability is not available or not enabled, then this parameter contains the first LAC value in {{param|LACRAC}}.
                </description>
                <syntax>
                    <unsignedInt>
                        <range maxInclusive="65535" />
                    </unsignedInt>
                </syntax>
            </parameter>
            <parameter name="RACInUse" access="readOnly">
                <description>
                    The RAC being used by the FAP.
                    Self-configuration for RAC is controlled by {{param|.Capabilities.UMTS.SelfConfig.LACRACURAConfig}} from an availability perspective and {{param|.FAPControl.UMTS.SelfConfig.LACRACURASelfConfigEnable}} from an enabled perspective.
                    If the self-configuration capability is available and enabled, this parameter indicates the value selected by the FAP among the choices provided in {{param|LACRAC}}.
                    If the self-configuration capability is not available or not enabled, then this parameter contains the first RAC value in {{param|LACRAC}}.
                </description>
                <syntax>
                    <unsignedInt>
                        <range maxInclusive="255" />
                    </unsignedInt>
                </syntax>
            </parameter>
        </object>
        <object name="FAPService.{i}.CellConfig.UMTS.CN.CSDomain." access="readOnly" minEntries="1" maxEntries="1">
            <description>This object contains parameters relating to configuring the CS domain of the UMTS CN.</description>
            <parameter name="T3212" access="readWrite">
                <description>
                    T3212 timeout value specified in {{units}} {{bibref|3GPP-TS.24.008|section 10.5.1.12.2}}. The values are implemented by steps of 360 {{units}}, which aligns with values in decihours in {{bibref|3GPP-TS.24.008}}.
                    The value of 0 is used for infinite timeout value i.e. periodic updating shall not be used.
                </description>
                <syntax>
                    <unsignedInt>
                        <range minInclusive="0" maxInclusive="91800" step="360" />
                        <units value="seconds"/>
                    </unsignedInt>
                </syntax>
            </parameter>
            <parameter name="IMSIAttachDetachEnable" access="readWrite">
                <description>
                    Indicates the UE behavior regarding IMSI attach/detach procedure to the CN {{bibref|3GPP-TS.24.008}}.
                    If {{true}} UE SHALL apply IMSI attach and detach procedure
                    If {{false}} UE SHALL NOT apply IMSI attach and detach procedure
                </description>
                <syntax>
                    <boolean />
                </syntax>
            </parameter>
        </object>
        <object name="FAPService.{i}.CellConfig.UMTS.CN.PSDomain." access="readOnly" minEntries="1" maxEntries="1">
            <description>This object contains parameters relating to configuring the PS domain of the UMTS CN.</description>
            <parameter name="NetworkModeOperationCombined" access="readWrite">
                <description>
                    Network Mode of Operation of the CN. {{bibref|3GPP-TS.23.060}} {{bibref|3GPP-TS.24.008}}
                    If {{true}} (Network Mode of Operation II) Combined procedures between CS and PS domain are not supported (i.e. Gs interface is not present).
                    If {{false}} (Network Mode of Operation I) Combined procedures between CS and PS domain are supported (i.e. Gs interface is present).
                </description>
                <syntax>
                    <boolean />
                </syntax>
            </parameter>
        </object>
        <object name="FAPService.{i}.CellConfig.UMTS.RAN." access="readOnly" minEntries="1" maxEntries="1">
            <description>This object contains parameters relating to the RAN-level configuration.</description>
            <parameter name="URAList" access="readWrite">
                <description>
                    {{list}} Each item is a URA (UTRAN Registration Area) to which the FAP belongs.
                    The order of the URA values has no significance.
                    {{bibref|3GPP-TS.25.331|Section 10.3.2.6}}
                </description>
                <syntax>
                    <list minItems="1" maxItems="8">
                        <size maxLength="50">
                        </size>
                    </list>
                    <unsignedInt>
                        <range maxInclusive="65535" />
                    </unsignedInt>
                </syntax>
            </parameter>
            <parameter name="URAInUse" access="readOnly">
                <description>
                    The URA being used by the FAP.
                    Self-configuration for URA is controlled by {{param|.Capabilities.UMTS.SelfConfig.LACRACURAConfig}} from an availability perspective and {{param|.FAPControl.UMTS.SelfConfig.LACRACURASelfConfigEnable}} from an enabled perspective.
                    If the FAP's self-configuration capability for URA is available and enabled, this parameter indicates the value selected by the FAP among the choices provided in {{param|URAList}}.
                    If the self-configuration capability is not available or not enabled, then this parameter contains the first URA value in {{param|URAList}}.
                </description>
                <syntax>
                    <unsignedInt>
                        <range maxInclusive="65535" />
                    </unsignedInt>
                </syntax>
            </parameter>
            <parameter name="RNCID" access="readWrite">
                <description>
                    RNC-ID allocated to the FAP. It uniquely identifies an RNC within a PLMN.
                    Normally, RNC-ID consists of 12 bits (i.e. a range of [0:4095]). However, if the value is larger than 4095, then Extended RNC-ID (range of [4096:65535]) is used in RANAP.
                    The RNC-ID and Extended RNC-ID are combined into a single parameter here as there is no explicit need to have them separated.
                    {{bibref|3GPP-TS.25.413|Section 9.2.1.39}}
                </description>
                <syntax>
                    <unsignedInt>
                        <range minInclusive="0" maxInclusive="65535" />
                    </unsignedInt>
                </syntax>
            </parameter>
            <parameter name="CellID" access="readWrite">
                <description>Cell Identity. {{bibref|3GPP-TS.25.401|Section 6.1.5}}</description>
                <syntax>
                    <unsignedInt>
                        <range maxInclusive="268435455" />
                    </unsignedInt>
                </syntax>
            </parameter>
            <parameter name="TRatC" access="readWrite">
                <description>Guard period in {{units}} before sending a "RANAP:RESET ACKNOWLEDGE" message towards the Femto GW. {{bibref|3GPP-TS.25.413|Section 9.5}}</description>
                <syntax>
                    <unsignedInt>
                        <units value="seconds">
                        </units>
                    </unsignedInt>
                </syntax>
            </parameter>
            <parameter name="TRafC" access="readWrite">
                <description>Maximum amount of time in {{units}} that the FAP SHOULD wait for receiving a "RANAP:RESET ACKNOWLEDGE" message from the Femto GW after sending a Reset to the Femto GW. {{bibref|3GPP-TS.25.413|Section 9.5}}</description>
                <syntax>
                    <unsignedInt>
                        <units value="seconds">
                        </units>
                    </unsignedInt>
                </syntax>
            </parameter>
            <parameter name="NRafC" access="readWrite">
                <description>Maximum number for RESET procedure that can be repeated in FAP. {{bibref|3GPP-TS.25.413|Section 8.26.3.2}}</description>
                <syntax>
                    <unsignedInt>
                        <range minInclusive="1" />
                    </unsignedInt>
                </syntax>
            </parameter>
            <parameter name="TigOR" access="readWrite">
                <description>Amount of time in {{units}} used to determine when the additional level of traffic reduction in CN overload SHOULD take place. While this timer is running all OVERLOAD messages or signalling pointing to congested information received by the FAP are ignored. {{bibref|3GPP-TS.25.413|Section 9.5}}</description>
                <syntax>
                    <unsignedInt>
                        <units value="seconds">
                        </units>
                    </unsignedInt>
                </syntax>
            </parameter>
            <parameter name="TinTR" access="readWrite">
                <description>Amount of time in {{units}} used to determine when the CN overload can be considered cleared. While this timer is running, the FAP is not allowed to increase traffic. {{bibref|3GPP-TS.25.413|Section 9.5}}</description>
                <syntax>
                    <unsignedInt>
                        <units value="seconds">
                        </units>
                    </unsignedInt>
                </syntax>
            </parameter>
            <parameter name="TDataFwd" access="readWrite">
                <description>Maximum amount of time in {{units}} for Data Forwarding at FAP. Timer is started when a "RANAP:SRNS Data Forward Command" message (or a "RANAP:Relocation Command" message) is received. At timer expiry the "SRNS Data Forwarding" procedure is completed. {{bibref|3GPP-TS.25.413|Section 9.5}}</description>
                <syntax>
                    <unsignedInt>
                        <units value="seconds">
                        </units>
                    </unsignedInt>
                </syntax>
            </parameter>
            <parameter name="TRelocPrep" access="readWrite">
                <description>Maximum amount of time in {{units}} for the Relocation Preparation procedure. Timer is started when a "RANAP:Relocation Required" message is sent. Timer is stopped when a "RANAP:Relocation Command" or a "RANAP:Relocation Preparation Failure" message is received. {{bibref|3GPP-TS.25.413|Section 9.5}}</description>
                <syntax>
                    <unsignedInt>
                        <units value="seconds">
                        </units>
                    </unsignedInt>
                </syntax>
            </parameter>
            <parameter name="TRelocOverall" access="readWrite">
                <description>Maximum amount of time in {{units}} for protection of the overall Relocation procedure. Timer is started when a "RANAP:Relocation Command" message is received. Timer is stopped when a "RANAP:Iu Release Command" is received or the relocation procedure is cancelled. {{bibref|3GPP-TS.25.413|Section 9.5}}</description>
                <syntax>
                    <unsignedInt>
                        <units value="seconds">
                        </units>
                    </unsignedInt>
                </syntax>
            </parameter>
            <parameter name="HNBIDRealm" access="readWrite">
                <description>
                    The "realm" portion of the HNB-ID where HNB-ID is defined in {{bibref|3GPP-TS.25.469}} and is shown as follows:
                    0&lt;IMSI&gt;@&lt;realm&gt;
                    Or
                    1&lt;OUI&gt;-&lt;SerialNumber&gt;@&lt;realm&gt;
                    The other identifiers before "@" are device dependent values. Both &lt;OUI&gt; and &lt;SerialNumber&gt; are defined in {{bibref|TR-069a2|Table 36}}.
                    &lt;IMSI&gt; is obtained from the USIM if it is equipped in the FAP.
                </description>
                <syntax>
                    <string>
                        <size maxLength="182">
                        </size>
                    </string>
                </syntax>
            </parameter>
            <parameter name="HSFlag" access="readWrite">
                <description>
                    Enables/disables the HSDPA function in the FAP.
                    If {{true}} HSDPA is enabled (this is equivalent to a "1" in {{bibref|3GPP-TS.32.642|Section 6.3.9}})
                    If {{false}} HSDPA is disabled (this is equivalent to a "0" in {{bibref|3GPP-TS.32.642|Section 6.3.9}})
                </description>
                <syntax>
                    <boolean />
                </syntax>
            </parameter>
            <parameter name="HSEnable" access="readWrite">
                <description>
                    Enables or disables HSDPA in the cell.
                    If {{true}} HSDPA is enabled (this is equivalent to a "1" in {{bibref|3GPP-TS.32.642|Section 6.3.9}})
                    If {{false}} HSDPA is not enabled (this is equivalent to a "0" in {{bibref|3GPP-TS.32.642|Section 6.3.9}})
                    If {{param|HSFlag}} is {{false}} then this value MUST be {{false}}.
                </description>
                <syntax>
                    <boolean />
                </syntax>
            </parameter>
            <parameter name="NumOfHSPDSCHs" access="readWrite">
                <description>The number of codes at the defined spreading factor (SF=16), within the complete code tree. {{bibref|3GPP-TS.32.642|Section 6.3.9}}</description>
                <syntax>
                    <unsignedInt>
                        <range minInclusive="0" maxInclusive="15" />
                    </unsignedInt>
                </syntax>
            </parameter>
            <parameter name="NumOfHSSCCHs" access="readWrite">
                <description>The number of HS-SCCHs for one cell. {{bibref|3GPP-TS.32.642|Section 6.3.9}}</description>
                <syntax>
                    <unsignedInt />
                </syntax>
            </parameter>
        </object>
        <object name="FAPService.{i}.CellConfig.UMTS.RAN.CSG." access="readOnly" minEntries="1" maxEntries="1">
            <description>This object contains parameters relating to the Closed Subscriber Group (CSG).</description>
            <parameter name="CSGIndicator" access="readOnly">
                <description>
                    The CSG-indicator Information Element (IE) in the Master Information Block reflects the access mode of the CSG cell. It is hence dependent on the value of {{param|.AccessMgmt.UMTS.AccessMode}}.
                    If {{true}} the CSG-indicator IE is present, reflecting access to the CSG cell is closed.
                    If {{false}} the CSG-indicator IE is absent, reflecting access to the CSG cell is not closed.
                    {{bibref|3GPP-TS.25.331|Section 10.2.48.8.1}}
                </description>
                <syntax>
                    <boolean />
                </syntax>
            </parameter>
            <parameter name="UARFCNDLList" access="readWrite">
                <description>
                    {{list}} Each item is a UTRA Absolute Radio Frequency Channel Number (UARFCN) in the DL direction dedicated to the CSG cells.
                    {{param}} is broadcast in SIB 11bis {{bibref|3GPP-TS.25.331|Section 10.2.48.8.14a}}.
                    The corresponding UTRA Absolute Radio Frequency Channel Number (UARFCN) in the UL direction is derived based on the fixed offset applicable for the frequency band.
                </description>
                <syntax>
                    <list>
                        <size maxLength="128">
                        </size>
                    </list>
                    <unsignedInt>
                        <range maxInclusive="16383" />
                    </unsignedInt>
                </syntax>
            </parameter>
        </object>
        <object name="FAPService.{i}.CellConfig.UMTS.RAN.CSG.CSGPSCSplitInfo." access="readOnly" minEntries="1" maxEntries="1">
            <description>This object contains parameters relating to the Primary Scrambling Code (PSC) split information for the CSG. Defined in SIB3/11bis {{bibref|3GPP-TS.25.331|Section 10.3.2.8 and 10.3.2.9}}.</description>
            <parameter name="StartPSCRange1Coefficient" access="readWrite">
                <description>The value of this Information Element (IE) multiplied by 8 specifies the start PSC value of the first PSC range as specified in {{bibref|3GPP-TS.25.331|Section 8.6.2.4}}.</description>
                <syntax>
                    <unsignedInt>
                        <range minInclusive="0" maxInclusive="63" />
                    </unsignedInt>
                </syntax>
            </parameter>
            <parameter name="NumberOfPSCs" access="readWrite">
                <description>This Information Element (IE) specifies the number of PSCs reserved for CSG cells in each PSC range.</description>
                <syntax>
                    <string>
                        <enumeration value="5">
                        </enumeration>
                        <enumeration value="10">
                        </enumeration>
                        <enumeration value="15">
                        </enumeration>
                        <enumeration value="20">
                        </enumeration>
                        <enumeration value="30">
                        </enumeration>
                        <enumeration value="40">
                        </enumeration>
                        <enumeration value="50">
                        </enumeration>
                        <enumeration value="64">
                        </enumeration>
                        <enumeration value="80">
                        </enumeration>
                        <enumeration value="120">
                        </enumeration>
                        <enumeration value="160">
                        </enumeration>
                        <enumeration value="256">
                        </enumeration>
                        <enumeration value="alltherest">
                        </enumeration>
                        <enumeration value="spare3">
                        </enumeration>
                        <enumeration value="spare2">
                        </enumeration>
                        <enumeration value="spare1">
                        </enumeration>
                    </string>
                </syntax>
            </parameter>
            <parameter name="PSCRange2Offset" access="readWrite">
                <description>
                    If this Information Element (IE) is included, the UE shall calculate the second PSC range as specified in {{bibref|3GPP-TS.25.331|Section 8.6.2.4}}.
                    If this Information Element (IE) is not included, the UE shall consider the second PSC range to be not present.
                </description>
                <syntax>
                    <unsignedInt>
                        <range minInclusive="0" maxInclusive="63" />
                    </unsignedInt>
                </syntax>
            </parameter>
        </object>
        <object name="FAPService.{i}.CellConfig.UMTS.RAN.CellSelection." access="readOnly" minEntries="1" maxEntries="1">
            <description>This object contains parameters related to cell selection and reselection.</description>
            <parameter name="QualityMeasureCPICH" access="readWrite">
                <description>Which mechanism to use when doing CPICH quality measurements. {{bibref|3GPP-TS.25.331|Section 10.3.7.47}}</description>
                <syntax>
                    <string>
                        <enumeration value="Ec/No">
                        </enumeration>
                        <enumeration value="RSCP">
                        </enumeration>
                    </string>
                </syntax>
            </parameter>
            <parameter name="QqualMin" access="readWrite">
                <description>
                    Minimum required quality measure, specified in {{units}}. {{bibref|3GPP-TS.25.331|Section 10.3.2.3 and Section 10.3.2.4}}
                    This value is only meaningful if {{param|QualityMeasureCPICH}} has the value {{enum|Ec/No|QualityMeasureCPICH}} and it MUST otherwise be ignored.
                </description>
                <syntax>
                    <int>
                        <range minInclusive="-24" maxInclusive="0" />
                        <units value="dB">
                        </units>
                    </int>
                </syntax>
            </parameter>
            <parameter name="QqualMinOffset" access="readWrite">
                <description>
                    Offset for {{param|QqualMin}} specified in {{units}}. {{bibref|3GPP-TS.25.331|Section 10.3.2.3}}
                    This value is only meaningful if {{param|QualityMeasureCPICH}} has the value {{enum|Ec/No|QualityMeasureCPICH}} and it MUST otherwise be ignored.
                </description>
                <syntax>
                    <unsignedInt>
                        <range minInclusive="1" maxInclusive="16" />
                        <units value="dB">
                        </units>
                    </unsignedInt>
                    <default type="factory" value="1">
                    </default>
                </syntax>
            </parameter>
            <parameter name="QRxLevMin" access="readWrite">
                <description>
                    Minimum required RX level in the cell, specified in {{units}}. {{bibref|3GPP-TS.25.331|Section 10.3.2.3}}
                    Only odd values are valid, use of an even value MUST be rejected by the CPE.
                    This value is only meaningful if {{param|QualityMeasureCPICH}} has the value {{enum|RSCP|QualityMeasureCPICH}} and it MUST otherwise be ignored.
                </description>
                <syntax>
                    <int>
                        <range minInclusive="-115" maxInclusive="-25" />
                        <units value="dBm">
                        </units>
                    </int>
                </syntax>
            </parameter>
            <parameter name="DeltaQRxLevMin" access="readWrite">
                <description>
                    Delta for the minimum required RX level in the cell, specified in {{units}}. {{bibref|3GPP-TS.25.331|Section 10.3.2.3 and Section 10.3.2.4}}
                    The actual value of {{param|QRxLevMin}} = {{param|QRxLevMin}} + {{param}}
                    This value is only meaningful if {{param|QualityMeasureCPICH}} has the value {{enum|RSCP|QualityMeasureCPICH}} and it MUST otherwise be ignored.
                </description>
                <syntax>
                    <int>
                        <range minInclusive="-4" maxInclusive="-4" />
                        <range minInclusive="-2" maxInclusive="-2" />
                        <units value="dB">
                        </units>
                    </int>
                </syntax>
            </parameter>
            <parameter name="QRxLevMinOffset" access="readWrite">
                <description>
                    Offset for {{param|QRxLevMin}}, specified in {{units}}. {{bibref|3GPP-TS.25.331|Section 10.3.2.3}}
                    This value is only meaningful if {{param|QualityMeasureCPICH}} has the value {{enum|RSCP|QualityMeasureCPICH}} and it MUST otherwise be ignored.
                </description>
                <syntax>
                    <unsignedInt>
                        <range minInclusive="2" maxInclusive="2" />
                        <range minInclusive="4" maxInclusive="4" />
                        <range minInclusive="6" maxInclusive="6" />
                        <range minInclusive="8" maxInclusive="8" />
                        <range minInclusive="10" maxInclusive="10" />
                        <range minInclusive="12" maxInclusive="12" />
                        <range minInclusive="14" maxInclusive="14" />
                        <range minInclusive="16" maxInclusive="16" />
                        <units value="dB">
                        </units>
                    </unsignedInt>
                    <default type="factory" value="2">
                    </default>
                </syntax>
            </parameter>
            <parameter name="QHyst1s" access="readWrite">
                <description>
                    GSM and FDD Cell reselection hysteresis 1. {{bibref|3GPP-TS.25.331|Section 10.3.2.3}}
                    Only even values are valid, use of an odd value MUST be rejected by the CPE.
                </description>
                <syntax>
                    <unsignedInt>
                        <range minInclusive="0" maxInclusive="40" />
                    </unsignedInt>
                </syntax>
            </parameter>
            <parameter name="QHyst2s" access="readWrite">
                <description>
                    FDD Cell reselection hysteresis 2. {{bibref|3GPP-TS.25.331|Section 10.3.2.3}}
                    Only even values are valid, use of an odd value MUST be rejected by the CPE.
                    This value is only meaningful if {{param|QualityMeasureCPICH}} has the value {{enum|Ec/No|QualityMeasureCPICH}} and it MUST otherwise be ignored.
                    By default when {{param|QHyst1s}} is set and {{param}} is not, then the value for {{param}} SHOULD match the value of {{param|QHyst1s}}.
                </description>
                <syntax>
                    <unsignedInt>
                        <range minInclusive="0" maxInclusive="40" />
                    </unsignedInt>
                </syntax>
            </parameter>
            <parameter name="TReselections" access="readWrite">
                <description>
                    A member of the set of parameters used for cell reselection functionality.
                    A UE triggers the reselection of a new cell if the cell reselection criteria are fulfilled during the time interval in {{units}}.
                    Parameter defined in SIB3 {{bibref|3GPP-TS.25.331|Section 10.3.2.3}}.
                </description>
                <syntax>
                    <unsignedInt>
                        <range minInclusive="0" maxInclusive="31" />
                        <units value="seconds">
                        </units>
                    </unsignedInt>
                </syntax>
            </parameter>
            <parameter name="SIntrasearch" access="readWrite">
                <description>
                    A member of the set of parameters used for cell reselection functionality.
                    Defines the threshold for intra-frequency measurements, and for the HCS measurement rules.
                    Only even values are valid, use of an odd value MUST be rejected by the CPE.
                    Parameter defined in SIB3 {{bibref|3GPP-TS.25.331|Section 10.3.2.3}}.
                </description>
                <syntax>
                    <int>
                        <range minInclusive="-32" maxInclusive="20" />
                    </int>
                </syntax>
            </parameter>
            <parameter name="SIntersearch" access="readWrite">
                <description>
                    A member of the set of parameters used for cell reselection functionality.
                    Defines the threshold for inter-frequency measurements, and for the HCS measurement rules.
                    Only even values are valid, use of an odd value MUST be rejected by the CPE.
                    Parameter defined in SIB3 {{bibref|3GPP-TS.25.331|Section 10.3.2.3}}.
                </description>
                <syntax>
                    <int>
                        <range minInclusive="-32" maxInclusive="20" />
                    </int>
                </syntax>
            </parameter>
            <parameter name="SSearchHCS" access="readWrite">
                <description>
                    A member of the set of parameters used for cell reselection functionality.
                    Defines the threshold for intrafrequency and interfrequency measurement rules in HCS.
                    Below this limit in the serving cell, the UE initiates measurements of all intrafrequency and interfrequency neighbouring cells of the serving cell.
                    Only odd values are valid, use of an even value MUST be rejected by the CPE.
                    Parameter defined in SIB3 {{bibref|3GPP-TS.25.331|Section 10.3.2.3}}.
                </description>
                <syntax>
                    <int>
                        <range minInclusive="-105" maxInclusive="91" />
                    </int>
                </syntax>
            </parameter>
            <parameter name="SSearchRAT" access="readWrite">
                <description>
                    A member of the set of parameters used for cell reselection functionality.
                    Defines the RAT (GSM) specific threshold for inter-RAT measurement rules.
                    Only even values are valid, use of an odd value MUST be rejected by the CPE.
                    Parameter defined in SIB3 {{bibref|3GPP-TS.25.331|Section 10.3.2.3}}.
                </description>
                <syntax>
                    <int>
                        <range minInclusive="-32" maxInclusive="20" />
                    </int>
                </syntax>
            </parameter>
            <parameter name="SHCSRAT" access="readWrite">
                <description>
                    A member of the set of parameters used for cell reselection functionality.
                    Defines the RAT (GSM) specific threshold for inter-RAT measurement rules in HCS.
                    Only odd values are valid, use of an even value MUST be rejected by the CPE.
                    Parameter defined in SIB3 {{bibref|3GPP-TS.25.331|Section 10.3.2.3}}.
                </description>
                <syntax>
                    <int>
                        <range minInclusive="-105" maxInclusive="91" />
                    </int>
                </syntax>
            </parameter>
            <parameter name="SLimitSearchRAT" access="readWrite">
                <description>
                    A member of the set of parameters used for cell reselection functionality.
                    Defines the threshold for skipping inter-RAT measurement rules in HCS. Above this RAT (GSM) specific threshold in the serving UTRA cell, the UE does not need to perform any inter-RAT measurements.
                    Only even values are valid, use of an odd value MUST be rejected by the CPE.
                    Parameter defined in SIB3 {{bibref|3GPP-TS.25.331|Section 10.3.2.3}}.
                </description>
                <syntax>
                    <int>
                        <range minInclusive="-32" maxInclusive="20" />
                    </int>
                </syntax>
            </parameter>
            <parameter name="NonHCSTCRMax" access="readWrite">
                <description>
                    A member of the set of parameters used for cell reselection functionality.
                    Defines the duration in seconds for evaluating the allowed amount of cell reselections. If the number of cell reselections during the time period defined by {{param}} exceeds {{param|NonHCSNCR}}, high mobility has been detected.
                    Parameter defined in SIB3 {{bibref|3GPP-TS.25.331|Section 10.3.2.3}}.
                </description>
                <syntax>
                    <string>
                        <enumeration value="not used">
                        </enumeration>
                        <enumeration value="30">
                        </enumeration>
                        <enumeration value="60">
                        </enumeration>
                        <enumeration value="120">
                        </enumeration>
                        <enumeration value="180">
                        </enumeration>
                        <enumeration value="240">
                        </enumeration>
                    </string>
                </syntax>
            </parameter>
            <parameter name="NonHCSNCR" access="readWrite">
                <description>
                    A member of the set of parameters used for cell reselection functionality.
                    Defines the maximum number of cell reselections. If the number of cell reselections during the {{param|NonHCSTCRMax}} time period exceeds the value of {{param}}, high mobility has been detected.
                    Parameter defined in SIB3 {{bibref|3GPP-TS.25.331|Section 10.3.2.3}}.
                </description>
                <syntax>
                    <unsignedInt>
                        <range minInclusive="1" maxInclusive="16" />
                    </unsignedInt>
                </syntax>
            </parameter>
            <parameter name="NonHCSTCRMaxHyst" access="readWrite">
                <description>
                    A member of the set of parameters used for cell reselection functionality.
                    Defines the cell reselection hysteresis for reverting from UE high-mobility measurements. The additional time period in seconds before UE reverts to low-mobility measurements. When the number of cell reselections during the time period defined by {{param|TCRMax}} no longer exceeds {{param|NCR}}, UE continues measurements during the time period defined by {{param|TCRMaxHyst}}.
                    Parameter defined in SIB3 {{bibref|3GPP-TS.25.331|Section 10.3.2.3}}.
                </description>
                <syntax>
                    <string>
                        <enumeration value="not used">
                        </enumeration>
                        <enumeration value="10">
                        </enumeration>
                        <enumeration value="20">
                        </enumeration>
                        <enumeration value="30">
                        </enumeration>
                        <enumeration value="40">
                        </enumeration>
                        <enumeration value="50">
                        </enumeration>
                        <enumeration value="60">
                        </enumeration>
                        <enumeration value="70">
                        </enumeration>
                    </string>
                </syntax>
            </parameter>
            <parameter name="QHCS" access="readWrite">
                <description>
                    A member of the set of parameters used for cell reselection functionality.
                    Defines the quality threshold levels for applying prioritised hierarchical cell reselection.
                    {{bibref|3GPP-TS.25.331|Section 10.3.7.12 and Section 10.3.7.54a}}
                </description>
                <syntax>
                    <unsignedInt>
                        <range minInclusive="0" maxInclusive="99" />
                    </unsignedInt>
                    <default type="factory" value="0">
                    </default>
                </syntax>
            </parameter>
            <parameter name="UseOfHCS" access="readWrite">
                <description>
                    A member of the set of parameters used for cell reselection functionality.
                    Indicate whether HCS is used in this cell or not.
                    {{bibref|3GPP-TS.25.331|Section 10.3.7.47}}
                </description>
                <syntax>
                    <boolean />
                </syntax>
            </parameter>
            <parameter name="HCSPrio" access="readWrite">
                <description>
                    A member of the set of parameters used for cell reselection functionality.
                    Defines the HCS priority of this cell.
                    {{bibref|3GPP-TS.25.331|Section 10.3.7.12}}
                </description>
                <syntax>
                    <unsignedInt>
                        <range minInclusive="0" maxInclusive="7" />
                    </unsignedInt>
                    <default type="factory" value="0">
                    </default>
                </syntax>
            </parameter>
            <parameter name="TCRMax" access="readWrite">
                <description>
                    A member of the set of parameters used for cell reselection functionality.
                    Defines the duration in seconds for evaluating the allowed amount of cell reselections. If the number of cell reselections during the time period defined by {{param}} exceeds {{param|NCR}}, high mobility has been detected.
                    Parameter defined in SIB3 {{bibref|3GPP-TS.25.331|Section 10.3.7.12}}.
                </description>
                <syntax>
                    <string>
                        <enumeration value="not used">
                        </enumeration>
                        <enumeration value="30">
                        </enumeration>
                        <enumeration value="60">
                        </enumeration>
                        <enumeration value="120">
                        </enumeration>
                        <enumeration value="180">
                        </enumeration>
                        <enumeration value="240">
                        </enumeration>
                    </string>
                </syntax>
            </parameter>
            <parameter name="NCR" access="readWrite">
                <description>
                    A member of the set of parameters used for cell reselection functionality.
                    Defines the maximum number of cell reselections. If the number of cell reselections during the {{param|TCRMax}} time period exceeds the value of {{param}}, high mobility has been detected.
                    Parameter defined in SIB3 {{bibref|3GPP-TS.25.331|Section 10.3.7.12}}.
                </description>
                <syntax>
                    <unsignedInt>
                        <range minInclusive="1" maxInclusive="16" />
                    </unsignedInt>
                </syntax>
            </parameter>
            <parameter name="TCRMaxHyst" access="readWrite">
                <description>
                    A member of the set of parameters used for cell reselection functionality.
                    Defines the cell reselection hysteresis for reverting from UE high-mobility measurements. The additional time period in seconds before UE reverts to low-mobility measurements. When the number of cell reselections during the time period defined by {{param|TCRMax}} no longer exceeds {{param|NCR}}, UE continues measurements during the time period defined by {{param}}.
                    Parameter defined in SIB3 {{bibref|3GPP-TS.25.331|Section 10.3.7.12}}.
                </description>
                <syntax>
                    <string>
                        <enumeration value="not used">
                        </enumeration>
                        <enumeration value="10">
                        </enumeration>
                        <enumeration value="20">
                        </enumeration>
                        <enumeration value="30">
                        </enumeration>
                        <enumeration value="40">
                        </enumeration>
                        <enumeration value="50">
                        </enumeration>
                        <enumeration value="60">
                        </enumeration>
                        <enumeration value="70">
                        </enumeration>
                    </string>
                </syntax>
            </parameter>
            <parameter name="UETxPwrMaxRACH" access="readWrite">
                <description>
                    A member of the set of parameters used for cell reselection functionality.
                    Defines the maximum transmit power level, specified in {{units}}, that an UE MAY use when accessing the cell on RACH. Used to calculate Pcompensation, which is: max(UE_TXPWR_MAX_RACH - P_MAX, 0), where UE_TXPWR_MAX_RACH is {{param}} and P_MAX is the max transmit power for a UE.
                    {{bibref|3GPP-TS.25.331|Section 10.3.2.3}} {{bibref|3GPP-TS.25.304|Section 5.2.3}}
                </description>
                <syntax>
                    <int>
                        <range minInclusive="-50" maxInclusive="33" />
                        <units value="dBm">
                        </units>
                    </int>
                </syntax>
            </parameter>
        </object>
        <object name="FAPService.{i}.CellConfig.UMTS.RAN.RRCTimers." access="readOnly" minEntries="1" maxEntries="1">
            <description>This object contains parameters related to miscellaneous RRC timers and constants.</description>
            <parameter name="T300" access="readWrite">
                <description>
                    Timer measured in {{units}}.
                    Only the following values are considered valid:
                    :100, 200, 400, 600, 800, 1000, 1200, 1400, 1600, 1800, 2000, 3000, 4000, 6000, and 8000
                    Any value other than those and the CPE MUST reject the request.
                    Defined in SIB1 {{bibref|3GPP-TS.25.331|Section 13.1 and Section 10.3.3.44}}.
                </description>
                <syntax>
                    <unsignedInt>
                        <range minInclusive="100" maxInclusive="8000" />
                        <units value="milliseconds">
                        </units>
                    </unsignedInt>
                    <default type="factory" value="1000">
                    </default>
                </syntax>
            </parameter>
            <parameter name="T301" access="readWrite">
                <description>
                    Timer measured in {{units}}.
                    Only the following values are considered valid:
                    :100, 200, 400, 600, 800, 1000, 1200, 1400, 1600, 1800, 2000, 3000, 4000, 6000, and 8000
                    Any value other than those and the CPE MUST reject the request.
                    Defined in SIB1 {{bibref|3GPP-TS.25.331|Section 13.1 and section 10.3.3.44}}.
                </description>
                <syntax>
                    <unsignedInt>
                        <range minInclusive="100" maxInclusive="8000" />
                        <units value="milliseconds">
                        </units>
                    </unsignedInt>
                    <default type="factory" value="2000">
                    </default>
                </syntax>
            </parameter>
            <parameter name="T302" access="readWrite">
                <description>
                    Timer measured in {{units}}.
                    Only the following values are considered valid:
                    :100, 200, 400, 600, 800, 1000, 1200, 1400, 1600, 1800, 2000, 3000, 4000, 6000, and 8000
                    Any value other than those and the CPE MUST reject the request.
                    Defined in SIB1 {{bibref|3GPP-TS.25.331|Section 13.1 and Section 10.3.3.44}}.
                </description>
                <syntax>
                    <unsignedInt>
                        <range minInclusive="100" maxInclusive="8000" />
                        <units value="milliseconds">
                        </units>
                    </unsignedInt>
                    <default type="factory" value="4000">
                    </default>
                </syntax>
            </parameter>
            <parameter name="T304" access="readWrite">
                <description>Timer measured in {{units}}. Defined in SIB1 {{bibref|3GPP-TS.25.331|Section 13.1 and Section 10.3.3.44}}.</description>
                <syntax>
                    <unsignedInt>
                        <range minInclusive="100" maxInclusive="100" />
                        <range minInclusive="200" maxInclusive="200" />
                        <range minInclusive="400" maxInclusive="400" />
                        <range minInclusive="1000" maxInclusive="1000" />
                        <range minInclusive="2000" maxInclusive="2000" />
                        <units value="milliseconds">
                        </units>
                    </unsignedInt>
                    <default type="factory" value="2000">
                    </default>
                </syntax>
            </parameter>
            <parameter name="T305" access="readWrite">
                <description>
                    Timer measured in {{units}}.
                    -1 indicates an unbounded timer in which there is no update.
                    Defined in SIB1 {{bibref|3GPP-TS.25.331|Section 13.1 and Section 10.3.3.44}}.
                </description>
                <syntax>
                    <int>
                        <range minInclusive="-1" maxInclusive="-1" />
                        <range minInclusive="5" maxInclusive="5" />
                        <range minInclusive="10" maxInclusive="10" />
                        <range minInclusive="30" maxInclusive="30" />
                        <range minInclusive="60" maxInclusive="60" />
                        <range minInclusive="120" maxInclusive="120" />
                        <range minInclusive="360" maxInclusive="360" />
                        <range minInclusive="720" maxInclusive="720" />
                        <units value="minutes">
                        </units>
                    </int>
                    <default type="factory" value="30">
                    </default>
                </syntax>
            </parameter>
            <parameter name="T307" access="readWrite">
                <description>Timer measured in {{units}}. Defined in SIB1 {{bibref|3GPP-TS.25.331|Section 13.1 and Section 10.3.3.44}}.</description>
                <syntax>
                    <unsignedInt>
                        <range minInclusive="5" maxInclusive="5" />
                        <range minInclusive="10" maxInclusive="10" />
                        <range minInclusive="15" maxInclusive="15" />
                        <range minInclusive="20" maxInclusive="20" />
                        <range minInclusive="30" maxInclusive="30" />
                        <range minInclusive="40" maxInclusive="40" />
                        <range minInclusive="50" maxInclusive="50" />
                        <units value="seconds">
                        </units>
                    </unsignedInt>
                    <default type="factory" value="30">
                    </default>
                </syntax>
            </parameter>
            <parameter name="T308" access="readWrite">
                <description>Timer measured in {{units}}. Defined in SIB1 {{bibref|3GPP-TS.25.331|Section 13.1 and Section 10.3.3.44}}.</description>
                <syntax>
                    <unsignedInt>
                        <range minInclusive="40" maxInclusive="40" />
                        <range minInclusive="80" maxInclusive="80" />
                        <range minInclusive="160" maxInclusive="160" />
                        <range minInclusive="320" maxInclusive="320" />
                        <units value="milliseconds">
                        </units>
                    </unsignedInt>
                    <default type="factory" value="160">
                    </default>
                </syntax>
            </parameter>
            <parameter name="T309" access="readWrite">
                <description>Timer measured in {{units}}. Defined in SIB1 {{bibref|3GPP-TS.25.331|Section 13.1 and Section 10.3.3.44}}.</description>
                <syntax>
                    <unsignedInt>
                        <range minInclusive="1" maxInclusive="8" />
                        <units value="seconds">
                        </units>
                    </unsignedInt>
                    <default type="factory" value="5">
                    </default>
                </syntax>
            </parameter>
            <parameter name="T310" access="readWrite">
                <description>Timer measured in {{units}}. Defined in SIB1 {{bibref|3GPP-TS.25.331|Section 13.1 and Section 10.3.3.44}}.</description>
                <syntax>
                    <unsignedInt>
                        <range minInclusive="40" maxInclusive="40" />
                        <range minInclusive="80" maxInclusive="80" />
                        <range minInclusive="120" maxInclusive="120" />
                        <range minInclusive="160" maxInclusive="160" />
                        <range minInclusive="200" maxInclusive="200" />
                        <range minInclusive="240" maxInclusive="240" />
                        <range minInclusive="280" maxInclusive="280" />
                        <range minInclusive="320" maxInclusive="320" />
                        <units value="milliseconds">
                        </units>
                    </unsignedInt>
                    <default type="factory" value="160"/>
                </syntax>
            </parameter>
            <parameter name="T311" access="readWrite">
                <description>Timer measured in {{units}}. Defined in SIB1 {{bibref|3GPP-TS.25.331|Section 13.1 and Section 10.3.3.43}}.</description>
                <syntax>
                    <unsignedInt>
                        <range minInclusive="250" maxInclusive="250" />
                        <range minInclusive="500" maxInclusive="500" />
                        <range minInclusive="750" maxInclusive="750" />
                        <range minInclusive="1000" maxInclusive="1000" />
                        <range minInclusive="1250" maxInclusive="1250" />
                        <range minInclusive="1500" maxInclusive="1500" />
                        <range minInclusive="1750" maxInclusive="1750" />
                        <range minInclusive="2000" maxInclusive="2000" />
                        <units value="milliseconds">
                        </units>
                    </unsignedInt>
                    <default type="factory" value="2000">
                    </default>
                </syntax>
            </parameter>
            <parameter name="T312" access="readWrite">
                <description>Timer measured in {{units}}. Defined in SIB1 {{bibref|3GPP-TS.25.331|Section 13.1 and Section 10.3.3.44}}.</description>
                <syntax>
                    <unsignedInt>
                        <range minInclusive="0" maxInclusive="15" />
                        <units value="seconds">
                        </units>
                    </unsignedInt>
                    <default type="factory" value="1">
                    </default>
                </syntax>
            </parameter>
            <parameter name="T313" access="readWrite">
                <description>Timer measured in {{units}}. Defined in SIB1 {{bibref|3GPP-TS.25.331|Section 13.1 and Section 10.3.3.43}}.</description>
                <syntax>
                    <unsignedInt>
                        <range minInclusive="0" maxInclusive="15" />
                        <units value="seconds">
                        </units>
                    </unsignedInt>
                    <default type="factory" value="3">
                    </default>
                </syntax>
            </parameter>
            <parameter name="T314" access="readWrite">
                <description>Timer measured in {{units}}. Defined in SIB1 {{bibref|3GPP-TS.25.331|Section 13.1 and Section 10.3.3.43}}.</description>
                <syntax>
                    <unsignedInt>
                        <range minInclusive="0" maxInclusive="0" />
                        <range minInclusive="2" maxInclusive="2" />
                        <range minInclusive="4" maxInclusive="4" />
                        <range minInclusive="6" maxInclusive="6" />
                        <range minInclusive="8" maxInclusive="8" />
                        <range minInclusive="12" maxInclusive="12" />
                        <range minInclusive="16" maxInclusive="16" />
                        <range minInclusive="20" maxInclusive="20" />
                        <units value="seconds">
                        </units>
                    </unsignedInt>
                    <default type="factory" value="12">
                    </default>
                </syntax>
            </parameter>
            <parameter name="T315" access="readWrite">
                <description>Timer measured in {{units}}. Defined in SIB1 {{bibref|3GPP-TS.25.331|Section 13.1 and Section 10.3.3.43}}.</description>
                <syntax>
                    <unsignedInt>
                        <range minInclusive="0" maxInclusive="0" />
                        <range minInclusive="10" maxInclusive="10" />
                        <range minInclusive="30" maxInclusive="30" />
                        <range minInclusive="60" maxInclusive="60" />
                        <range minInclusive="180" maxInclusive="180" />
                        <range minInclusive="600" maxInclusive="600" />
                        <range minInclusive="1200" maxInclusive="1200" />
                        <range minInclusive="1800" maxInclusive="1800" />
                        <units value="seconds">
                        </units>
                    </unsignedInt>
                    <default type="factory" value="180">
                    </default>
                </syntax>
            </parameter>
            <parameter name="T316" access="readWrite">
                <description>
                    Timer measured in {{units}}. Defined in SIB1 {{bibref|3GPP-TS.25.331|Section 13.1 and Section 10.3.3.43}}.
                    -1 indicates an unbounded timer in which there is no update.
                </description>
                <syntax>
                    <int>
                        <range minInclusive="-1" maxInclusive="-1" />
                        <range minInclusive="0" maxInclusive="0" />
                        <range minInclusive="10" maxInclusive="10" />
                        <range minInclusive="20" maxInclusive="20" />
                        <range minInclusive="30" maxInclusive="30" />
                        <range minInclusive="40" maxInclusive="40" />
                        <range minInclusive="50" maxInclusive="50" />
                        <units value="seconds">
                        </units>
                    </int>
                    <default type="factory" value="30">
                    </default>
                </syntax>
            </parameter>
            <parameter name="T317" access="readWrite">
                <description>Timer measured in {{units}}. Defined in SIB1 {{bibref|3GPP-TS.25.331|Section 13.1 and Section 10.3.3.43}}.</description>
                <syntax>
                    <unsignedInt>
                        <range minInclusive="0" maxInclusive="0" />
                        <range minInclusive="10" maxInclusive="10" />
                        <range minInclusive="30" maxInclusive="30" />
                        <range minInclusive="60" maxInclusive="60" />
                        <range minInclusive="180" maxInclusive="180" />
                        <range minInclusive="600" maxInclusive="600" />
                        <range minInclusive="1200" maxInclusive="1200" />
                        <range minInclusive="1800" maxInclusive="1800" />
                        <units value="seconds">
                        </units>
                    </unsignedInt>
                </syntax>
            </parameter>
            <parameter name="N300" access="readWrite">
                <description>Counter. Defined in SIB1 {{bibref|3GPP-TS.25.331|Section 13.1 and Section 10.3.3.44}}.</description>
                <syntax>
                    <unsignedInt>
                        <range minInclusive="0" maxInclusive="7" />
                    </unsignedInt>
                    <default type="factory" value="3">
                    </default>
                </syntax>
            </parameter>
            <parameter name="N301" access="readWrite">
                <description>Counter. Defined in SIB1 {{bibref|3GPP-TS.25.331|Section 13.1 and Section 10.3.3.43}}.</description>
                <syntax>
                    <unsignedInt>
                        <range minInclusive="0" maxInclusive="7" />
                    </unsignedInt>
                    <default type="factory" value="2">
                    </default>
                </syntax>
            </parameter>
            <parameter name="N302" access="readWrite">
                <description>Counter. Defined in SIB1 {{bibref|3GPP-TS.25.331|Section 13.1 and Section 10.3.3.43}}.</description>
                <syntax>
                    <unsignedInt>
                        <range minInclusive="0" maxInclusive="7" />
                    </unsignedInt>
                    <default type="factory" value="3">
                    </default>
                </syntax>
            </parameter>
            <parameter name="N304" access="readWrite">
                <description>Counter. Defined in SIB1 {{bibref|3GPP-TS.25.331|Section 13.1 and Section 10.3.3.43}}.</description>
                <syntax>
                    <unsignedInt>
                        <range minInclusive="0" maxInclusive="7" />
                    </unsignedInt>
                    <default type="factory" value="2">
                    </default>
                </syntax>
            </parameter>
            <parameter name="N310" access="readWrite">
                <description>Counter. Defined in SIB1 {{bibref|3GPP-TS.25.331|Section 13.1 and Section 10.3.3.43}}.</description>
                <syntax>
                    <unsignedInt>
                        <range minInclusive="0" maxInclusive="7" />
                    </unsignedInt>
                    <default type="factory" value="4">
                    </default>
                </syntax>
            </parameter>
            <parameter name="N312" access="readWrite">
                <description>
                    Counter.
                    Only the following values are considered valid:
                    1, 2, 4, 10, 20, 50, 100, 200, 400, 600, 800, and 1000.
                    Any value other than those and the CPE MUST reject the request.
                    Defined in SIB1 {{bibref|3GPP-TS.25.331|Section 13.1 and Section 10.3.3.44}}.
                </description>
                <syntax>
                    <unsignedInt>
                        <range minInclusive="1" maxInclusive="1000" />
                    </unsignedInt>
                    <default type="factory" value="1">
                    </default>
                </syntax>
            </parameter>
            <parameter name="N313" access="readWrite">
                <description>Counter. Defined in SIB1 {{bibref|3GPP-TS.25.331|Section 13.1 and Section 10.3.3.43}}.</description>
                <syntax>
                    <unsignedInt>
                        <range minInclusive="1" maxInclusive="1" />
                        <range minInclusive="2" maxInclusive="2" />
                        <range minInclusive="4" maxInclusive="4" />
                        <range minInclusive="10" maxInclusive="10" />
                        <range minInclusive="20" maxInclusive="20" />
                        <range minInclusive="50" maxInclusive="50" />
                        <range minInclusive="100" maxInclusive="100" />
                        <range minInclusive="200" maxInclusive="200" />
                    </unsignedInt>
                    <default type="factory" value="20">
                    </default>
                </syntax>
            </parameter>
            <parameter name="N315" access="readWrite">
                <description>
                    Counter.
                    Only the following values are considered valid:
                    :1, 2, 4, 10, 20, 50, 100, 200, 400, 600, 800, and 1000.
                    Any value other than those and the CPE MUST reject the request.
                    Defined in SIB1 {{bibref|3GPP-TS.25.331|Section 13.1 and Section 10.3.3.43}}.
                </description>
                <syntax>
                    <unsignedInt>
                        <range minInclusive="1" maxInclusive="1000" />
                    </unsignedInt>
                    <default type="factory" value="1">
                    </default>
                </syntax>
            </parameter>
            <parameter name="WaitTime" access="readWrite">
                <description>
                    Time period the UE has to wait before repeating the rejected procedure. This is an IE used when sending RRC connection reject, redirecting the requesting UE to another frequency.
                    0 indicates that repetition is not allowed.
                    {{bibref|3GPP-TS.25.331|Section 10.3.3.50}}.
                </description>
                <syntax>
                    <unsignedInt>
                        <range minInclusive="0" maxInclusive="15" />
                        <units value="seconds">
                        </units>
                    </unsignedInt>
                </syntax>
            </parameter>
        </object>
        <object name="FAPService.{i}.CellConfig.UMTS.RAN.DRX." access="readOnly" minEntries="1" maxEntries="1">
            <description>This object contains parameters related to DRX parameters.</description>
            <parameter name="DRXCycleLengthCoefficientCS" access="readWrite">
                <description>
                    Defines the DRX cycle length coefficient for CS domain to optimize paging in idle mode. Defined in SIB1 {{bibref|3GPP-TS.25.331|Section 10.3.3.6}}.
                    {{param}} refers to 'k' in the formula as specified in {{bibref|3GPP-TS.25.304}}, Discontinuous reception. Used by the CN CS domain to count paging occasions for discontinuous reception in Idle Mode.
                    The duration of the DRX cycle is 2 &lt;power&gt; k frames, where 'k' is the used DRX cycle length coefficient for CN.
                </description>
                <syntax>
                    <unsignedInt>
                        <range minInclusive="6" maxInclusive="9" />
                    </unsignedInt>
                </syntax>
            </parameter>
            <parameter name="DRXCycleLengthCoefficientPS" access="readWrite">
                <description>
                    Defines the DRX cycle length coefficient for PS domain to optimize paging in idle mode. Defined in SIB1 {{bibref|3GPP-TS.25.331|Section 10.3.3.6}}.
                    {{param}} refers to 'k' in the formula as specified in {{bibref|3GPP-TS.25.304}}, Discontinuous reception. Used by the CN PS domain to count paging occasions for discontinuous reception in Idle Mode.
                    The duration of the DRX cycle is 2 &lt;power&gt; k frames, where 'k' is the used DRX cycle length coefficient for CN.
                </description>
                <syntax>
                    <unsignedInt>
                        <range minInclusive="6" maxInclusive="9" />
                    </unsignedInt>
                </syntax>
            </parameter>
            <parameter name="UTRANDRXCycleLengthCoefficient" access="readWrite">
                <description>
                    Defines the DRX cycle length used by UTRAN to count paging occasions for discontinuous reception in Connected Mode.
                    The duration of the DRX cycle is 2 &lt;power&gt; k frames, where 'k' is the used DRX cycle length coefficient for UTRAN.
                    {{param}} SHOULD be used by the UTRAN/FAP for UEs in Cell_PCH/Cell_FACH state.
                    {{bibref|3GPP-TS.25.331|Section 10.3.3.49}}
                </description>
                <syntax>
                    <unsignedInt>
                        <range minInclusive="3" maxInclusive="9" />
                    </unsignedInt>
                </syntax>
            </parameter>
        </object>
        <object name="FAPService.{i}.CellConfig.UMTS.RAN.PowerControl." access="readOnly" minEntries="1" maxEntries="1">
            <description>This object contains parameters related to power control and RACH.</description>
            <parameter name="ConstantValue" access="readWrite">
                <description>
                    Used by the UE to calculate the initial output power, specified in {{units}}, on PRACH according to the open loop power control procedure.
                    Parameter in SIB5.
                    {{bibref|3GPP-TS.25.331|Section 10.3.6.11}}
                </description>
                <syntax>
                    <int>
                        <range minInclusive="-35" maxInclusive="-10" />
                        <units value="dB">
                        </units>
                    </int>
                </syntax>
            </parameter>
            <parameter name="PowerRampStepUp" access="readWrite">
                <description>Used for the Uplink Common Channel.
Defines the Power ramp setup, specified in {{units}}, on PRACH preamble when no acquisition indicator (AI) is detected by the UE.
Parameter in SIB5.
{{bibref|3GPP-TS.25.331|Section 10.3.6.54}}</description>
                <syntax>
                    <unsignedInt>
                        <range minInclusive="1" maxInclusive="8" />
                        <units value="dB">
                        </units>
                    </unsignedInt>
                </syntax>
            </parameter>
            <parameter name="PreambleRetransMax" access="readWrite">
                <description>
                    Used for the Uplink Common Channel.
                    Defines the maximum number of preambles allowed in one preamble ramping cycle.
                    PRACH Preamble Retrans Max is part of "PRACH power offset" which is part of "PRACH system information list".
                    Parameter in SIB5.
                    {{bibref|3GPP-TS.25.331|Section 10.3.6.54}}
                </description>
                <syntax>
                    <unsignedInt>
                        <range minInclusive="1" maxInclusive="64" />
                    </unsignedInt>
                </syntax>
            </parameter>
            <parameter name="PersistenceScaleFactor" access="readWrite">
                <description>
                    Persistence Scaling Factor for overload control.
                    Parameter in SIB5.
                    The value is the scaling factor multiplied by 10, e.g. 2 is a scaling factor of 0.2
                </description>
                <syntax>
                    <unsignedInt>
                        <range minInclusive="2" maxInclusive="9" />
                    </unsignedInt>
                </syntax>
            </parameter>
            <parameter name="MMax" access="readWrite">
                <description>
                    Maximum number of RACH preamble cycles.
                    Defines how many times the PRACH preamble ramping procedure can be repeated before UE MAC reports a failure on RACH transmission to higher layers. Maximum number of RACH preamble cycles is part of "RACH transmission parameters" which is part of "PRACH system information list" which is part of SIB5.
                    {{bibref|3GPP-TS.25.331|Section 10.3.6.67}}
                </description>
                <syntax>
                    <unsignedInt>
                        <range minInclusive="1" maxInclusive="32" />
                    </unsignedInt>
                </syntax>
            </parameter>
            <parameter name="NB01Min" access="readWrite">
                <description>
                    RACH random back-off lower bound.
                    {{param}} is the lower bound of the waiting time in 10 millisecond increments (i.e. 1 corresponds to 10 ms and 50 corresponds to 500 ms).
                    {{param}} is part of "RACH transmission parameters" which is part of "PRACH system information list" which is part of SIB5.
                    {{bibref|3GPP-TS.25.331|Section 10.3.6.67}}
                </description>
                <syntax>
                    <unsignedInt>
                        <range minInclusive="0" maxInclusive="50" />
                    </unsignedInt>
                </syntax>
            </parameter>
            <parameter name="NB01Max" access="readWrite">
                <description>
                    RACH random back-off upper bound.
                    {{param}} is the Upper bound of the waiting time in 10 millisecond increments (i.e. 1 corresponds to 10 ms and 50 corresponds to 500 ms).
                    {{param}} is part of "RACH transmission parameters" which is part of "PRACH system information list" which is part of SIB5.
                    {{bibref|3GPP-TS.25.331|Section 10.3.6.67}}
                </description>
                <syntax>
                    <unsignedInt>
                        <range minInclusive="0" maxInclusive="50" />
                    </unsignedInt>
                </syntax>
            </parameter>
        </object>
        <object name="FAPService.{i}.CellConfig.UMTS.RAN.CellRestriction." access="readOnly" minEntries="1" maxEntries="1">
            <description>This object contains parameters related to cell access restriction.</description>
            <parameter name="CellBarred" access="readWrite">
                <description>
                    Indicates whether the FAP is barred from service or not.
                    {{bibref|3GPP-TS.25.331|Section 10.3.2}}
                </description>
                <syntax>
                    <boolean />
                </syntax>
            </parameter>
            <parameter name="IntraFreqCellReselectionIndicator" access="readWrite">
                <description>
                    When {{param|CellBarred}} is {{true}}, this indicates whether the intra-frequency cell re-selection is allowed or not.
                    {{param}} has no meaning if {{param|CellBarred}} is {{false}} and MUST be ignored in such cases.
                    {{true}} means that intra-frequency cell re-selection is allowed.
                    {{false}} means that intra-frequency cell re-selection is not allowed.
                    {{bibref|3GPP-TS.25.331|Section 10.3.2}}
                </description>
                <syntax>
                    <boolean />
                </syntax>
            </parameter>
            <parameter name="TBarred" access="readWrite">
                <description>
                    The time period in {{units}} during which the UE is barred from accessing the FAP.
                    {{bibref|3GPP-TS.25.331|Section 10.3.2}}
                </description>
                <syntax>
                    <unsignedInt>
                        <range minInclusive="10" maxInclusive="10" />
                        <range minInclusive="20" maxInclusive="20" />
                        <range minInclusive="40" maxInclusive="40" />
                        <range minInclusive="80" maxInclusive="80" />
                        <range minInclusive="160" maxInclusive="160" />
                        <range minInclusive="320" maxInclusive="320" />
                        <range minInclusive="640" maxInclusive="640" />
                        <range minInclusive="1280" maxInclusive="1280" />
                        <units value="seconds">
                        </units>
                    </unsignedInt>
                </syntax>
            </parameter>
            <parameter name="AccessClassBarredListCS" access="readWrite">
                <description>
                    {{list}} Each entry is an Access Class that is barred from CS service.
                    The order of the list has no significance.
                    {{bibref|3GPP-TS.25.331|Section 10.3.2}}
                </description>
                <syntax>
                    <list />
                    <unsignedInt>
                        <range minInclusive="0" maxInclusive="15" />
                    </unsignedInt>
                </syntax>
            </parameter>
            <parameter name="AccessClassBarredListPS" access="readWrite">
                <description>
                    {{list}} Each entry is an Access Class that is barred from PS service.
                    The order of the list has no significance.
                    {{bibref|3GPP-TS.25.331|Section 10.3.2}}
                </description>
                <syntax>
                    <list />
                    <unsignedInt>
                        <range minInclusive="0" maxInclusive="15" />
                    </unsignedInt>
                </syntax>
            </parameter>
            <parameter name="CellReservedForOperatorUse" access="readWrite">
                <description>
                    Indicates whether the FAP is reserved for operator use or not.
                    {{bibref|3GPP-TS.25.331|Section 10.3.2}}
                </description>
                <syntax>
                    <boolean />
                </syntax>
            </parameter>
        </object>
        <object name="FAPService.{i}.CellConfig.UMTS.RAN.IntraFreqMeas." access="readOnly" minEntries="1" maxEntries="1">
            <description>This object contains parameters relating to the intra-freq HO control parameters.</description>
            <parameter name="MeasurementQuantity" access="readWrite">
                <description>
                    Defines the measurement quantity for intra-freq HO measurement when the UE is in Cell-DCH state.
                    Enumeration of:
                    {{enum}}
                    {{bibref|3GPP-TS.25.331|Section 10.3.7.38}}
                </description>
                <syntax>
                    <string>
                        <enumeration value="CPICH Ec/No">
                        </enumeration>
                        <enumeration value="CPICH RSCP">
                        </enumeration>
                        <enumeration value="Pathloss">
                        </enumeration>
                    </string>
                </syntax>
            </parameter>
            <parameter name="FilterCoefficient" access="readWrite">
                <description>
                    Defines the equivalent time constant of the low pass filter applied to the CPICH quality measurements, or {{enum|CPICH Ec/No|MeasurementQuantity}}.
                    {{bibref|3GPP-TS.25.331|Section 8.6.7.2 and Section 10.3.7.9}}
                </description>
                <syntax>
                    <unsignedInt>
                        <range minInclusive="0" maxInclusive="9" />
                        <range minInclusive="11" maxInclusive="11" />
                        <range minInclusive="13" maxInclusive="13" />
                        <range minInclusive="15" maxInclusive="15" />
                        <range minInclusive="17" maxInclusive="17" />
                        <range minInclusive="19" maxInclusive="19" />
                    </unsignedInt>
                </syntax>
            </parameter>
            <parameter name="IntraFrequencyEventIdentity" access="readWrite">
                <description>
                    {{list}} Each entry is an Event ID from the list of: 1a, 1b, 1c, 1d, 1e, 1f, 1g, 1h, 1i
                    Defines the identity of the event used to trigger UE reporting (in case of event-triggered reporting).
                    {{bibref|3GPP-TS.25.331|Section 10.3.7.34}}
                    Since the FAP can determine this on its own, it might not be necessary to configure it.
                </description>
                <syntax>
                    <list>
                        <size maxLength="32">
                        </size>
                    </list>
                    <string />
                </syntax>
            </parameter>
            <parameter name="TriggeringCondition2Event1a" access="readWrite">
                <description>
                    {{list}} Indicates which cells can trigger Event 1a. {{enum}}
                    {{bibref|3GPP-TS.25.331|Section 14.1.2 and Section 10.3.7.39}}
                </description>
                <syntax>
                    <list />
                    <string>
                        <enumeration value="Active">
                        </enumeration>
                        <enumeration value="Monitored">
                        </enumeration>
                        <enumeration value="Active and Monitored">
                        </enumeration>
                        <enumeration value="Detected">
                        </enumeration>
                        <enumeration value="Detected and Monitored">
                        </enumeration>
                    </string>
                </syntax>
            </parameter>
            <parameter name="TriggeringCondition1Event1b" access="readWrite">
                <description>
                    {{list}} Indicates which cells can trigger Event 1b. {{enum}}
                    {{bibref|3GPP-TS.25.331|Section 14.1.2 and Section 10.3.7.39}}
                </description>
                <syntax>
                    <list />
                    <string>
                        <enumeration value="Active">
                        </enumeration>
                        <enumeration value="Monitored">
                        </enumeration>
                        <enumeration value="Active and Monitored">
                        </enumeration>
                    </string>
                </syntax>
            </parameter>
            <parameter name="TriggeringCondition2Event1e" access="readWrite">
                <description>
                    {{list}} Indicates which cells can trigger Event 1e. {{enum}}
                    {{bibref|3GPP-TS.25.331|Section 14.1.2 and Section 10.3.7.39}}
                </description>
                <syntax>
                    <list />
                    <string>
                        <enumeration value="Active">
                        </enumeration>
                        <enumeration value="Monitored">
                        </enumeration>
                        <enumeration value="Active and Monitored">
                        </enumeration>
                        <enumeration value="Detected">
                        </enumeration>
                        <enumeration value="Detected and Monitored">
                        </enumeration>
                    </string>
                </syntax>
            </parameter>
            <parameter name="TriggeringCondition1Event1f" access="readWrite">
                <description>
                    {{list}} Indicates which cells can trigger Event 1f. {{enum}}
                    {{bibref|3GPP-TS.25.331|Section 14.1.2 and Section 10.3.7.39}}
                </description>
                <syntax>
                    <list />
                    <string>
                        <enumeration value="Active">
                        </enumeration>
                        <enumeration value="Monitored">
                        </enumeration>
                        <enumeration value="Active and Monitored">
                        </enumeration>
                    </string>
                </syntax>
            </parameter>
            <parameter name="ReportingRangeEvent1a" access="readWrite">
                <description>
                    Defines a constant in the inequality criterion that needs to be satisfied for an Event 1a to occur.
                    Actual values of the range are 0.0 to 14.5 {{units}} in steps of 0.5 {{units}}. The value of {{param}} divided by 2 yields the actual value of the range.
                    {{bibref|3GPP-TS.25.331|Section 14.1.2 and Section 10.3.7.39}}
                </description>
                <syntax>
                    <unsignedInt>
                        <range minInclusive="0" maxInclusive="29" />
                        <units value="dB">
                        </units>
                    </unsignedInt>
                </syntax>
            </parameter>
            <parameter name="ReportingRangeEvent1b" access="readWrite">
                <description>
                    Defines a constant in the inequality criterion that needs to be satisfied for an Event 1b to occur.
                    Actual values of the range are 0.0 to 14.5 {{units}} in steps of 0.5 {{units}}. The value of {{param}} divided by 2 yields the actual value of the range.
                    {{bibref|3GPP-TS.25.331|Section 14.1.2 and Section 10.3.7.39}}
                </description>
                <syntax>
                    <unsignedInt>
                        <range minInclusive="0" maxInclusive="29" />
                        <units value="dB">
                        </units>
                    </unsignedInt>
                </syntax>
            </parameter>
            <parameter name="WeightingFactorEvent1a" access="readWrite">
                <description>
                    Defines the weighting factor for intra-freq HO measurement when the UE is in Cell-DCH state.
                    Actual values of the weighting factor are 0.0 to 2.0 in steps of 0.1. The value of {{param}} divided by 10 yields the actual value of the weighting factor.
                    {{bibref|3GPP-TS.25.331|Section 10.3.7.39}}
                </description>
                <syntax>
                    <unsignedInt>
                        <range minInclusive="0" maxInclusive="20" />
                    </unsignedInt>
                </syntax>
            </parameter>
            <parameter name="WeightingFactorEvent1b" access="readWrite">
                <description>
                    Defines the weighting factor for intra-freq HO measurement when the UE is in Cell-DCH state.
                    Actual values of the weighting factor are 0.0 to 2.0 in steps of 0.1. The value of {{param}} divided by 10 yields the actual value of the weighting factor.
                    {{bibref|3GPP-TS.25.331|Section 10.3.7.39}}
                </description>
                <syntax>
                    <unsignedInt>
                        <range minInclusive="0" maxInclusive="20" />
                    </unsignedInt>
                </syntax>
            </parameter>
            <parameter name="ReportDeactivationThresholdEvent1a" access="readWrite">
                <description>
                    Defines the maximum number of cells allowed in the "active cell set" for Event 1a to occur.
                    {{bibref|3GPP-TS.25.331|Section 14.1.2 and Section 10.3.7.39}}
                </description>
                <syntax>
                    <unsignedInt>
                        <range minInclusive="0" maxInclusive="7" />
                    </unsignedInt>
                </syntax>
            </parameter>
            <parameter name="ReportingAmountEvent1a" access="readWrite">
                <description>
                    Defines the maximum number of MEASUREMENT REPORT messages sent by the UE in case of periodic reporting triggered by an Event 1a
                    The value -1 is used to represent an unbounded maximum.
                    {{bibref|3GPP-TS.25.331|Section 14.1.2 and Section 10.3.7.39}}
                </description>
                <syntax>
                    <int>
                        <range minInclusive="-1" maxInclusive="-1" />
                        <range minInclusive="1" maxInclusive="2" />
                        <range minInclusive="4" maxInclusive="4" />
                        <range minInclusive="8" maxInclusive="8" />
                        <range minInclusive="16" maxInclusive="16" />
                        <range minInclusive="32" maxInclusive="32" />
                        <range minInclusive="64" maxInclusive="64" />
                    </int>
                </syntax>
            </parameter>
            <parameter name="ReportingAmountEvent1c" access="readWrite">
                <description>
                    Defines the maximum number of MEASUREMENT REPORT messages sent by the UE in case of periodic reporting triggered by an Event 1c
                    The value -1 is used to represent an unbounded maximum.
                    {{bibref|3GPP-TS.25.331|Section 14.1.2 and Section 10.3.7.39}}
                </description>
                <syntax>
                    <int>
                        <range minInclusive="-1" maxInclusive="-1" />
                        <range minInclusive="1" maxInclusive="2" />
                        <range minInclusive="4" maxInclusive="4" />
                        <range minInclusive="8" maxInclusive="8" />
                        <range minInclusive="16" maxInclusive="16" />
                        <range minInclusive="32" maxInclusive="32" />
                        <range minInclusive="64" maxInclusive="64" />
                    </int>
                </syntax>
            </parameter>
            <parameter name="ReportingIntervalEvent1a" access="readWrite">
                <description>
                    Defines the transmission period in {{units}} of MEASUREMENT REPORT messages sent by the UE in case of periodic reporting triggered by an Event 1a.
                    {{bibref|3GPP-TS.25.331|Section 14.1.2 and Section 10.3.7.39}}
                </description>
                <syntax>
                    <unsignedInt>
                        <range minInclusive="0" maxInclusive="0" />
                        <range minInclusive="250" maxInclusive="250" />
                        <range minInclusive="500" maxInclusive="500" />
                        <range minInclusive="1000" maxInclusive="1000" />
                        <range minInclusive="2000" maxInclusive="2000" />
                        <range minInclusive="4000" maxInclusive="4000" />
                        <range minInclusive="8000" maxInclusive="8000" />
                        <range minInclusive="16000" maxInclusive="16000" />
                        <units value="milliseconds">
                        </units>
                    </unsignedInt>
                </syntax>
            </parameter>
            <parameter name="ReportingIntervalEvent1c" access="readWrite">
                <description>
                    Defines the transmission period in {{units}} of MEASUREMENT REPORT messages sent by the UE in case of periodic reporting triggered by an Event 1c.
                    {{bibref|3GPP-TS.25.331|Section 14.1.2 and Section 10.3.7.39}}
                </description>
                <syntax>
                    <unsignedInt>
                        <range minInclusive="0" maxInclusive="0" />
                        <range minInclusive="250" maxInclusive="250" />
                        <range minInclusive="500" maxInclusive="500" />
                        <range minInclusive="1000" maxInclusive="1000" />
                        <range minInclusive="2000" maxInclusive="2000" />
                        <range minInclusive="4000" maxInclusive="4000" />
                        <range minInclusive="8000" maxInclusive="8000" />
                        <range minInclusive="16000" maxInclusive="16000" />
                        <units value="milliseconds">
                        </units>
                    </unsignedInt>
                </syntax>
            </parameter>
            <parameter name="HysteresisEvent1a" access="readWrite">
                <description>
                    Defines the hysteresis for intra-freq HO measurement when the UE is in Cell-DCH state.
                    Actual values of the range are 0.0 to 7.5 in steps of 0.5. The value of {{param}} divided by 2 yields the actual value of the hysteresis.
                    {{bibref|3GPP-TS.25.331|Section 10.3.7.39 and Section 14.1.2}}
                </description>
                <syntax>
                    <unsignedInt>
                        <range minInclusive="0" maxInclusive="15" />
                    </unsignedInt>
                </syntax>
            </parameter>
            <parameter name="HysteresisEvent1b" access="readWrite">
                <description>
                    Defines the hysteresis for intra-freq HO measurement when the UE is in Cell-DCH state.
                    Actual values of the range are 0.0 to 7.5 in steps of 0.5. The value of {{param}} divided by 2 yields the actual value of the hysteresis.
                    {{bibref|3GPP-TS.25.331|Section 10.3.7.39 and Section 14.1.2}}
                </description>
                <syntax>
                    <unsignedInt>
                        <range minInclusive="0" maxInclusive="15" />
                    </unsignedInt>
                </syntax>
            </parameter>
            <parameter name="HysteresisEvent1c" access="readWrite">
                <description>
                    Defines the hysteresis for intra-freq HO measurement when the UE is in Cell-DCH state.
                    Actual values of the range are 0.0 to 7.5 in steps of 0.5. The value of {{param}} divided by 2 yields the actual value of the hysteresis.
                    {{bibref|3GPP-TS.25.331|Section 10.3.7.39 and Section 14.1.2}}
                </description>
                <syntax>
                    <unsignedInt>
                        <range minInclusive="0" maxInclusive="15" />
                    </unsignedInt>
                </syntax>
            </parameter>
            <parameter name="HysteresisEvent1d" access="readWrite">
                <description>
                    Defines the hysteresis for intra-freq HO measurement when the UE is in Cell-DCH state.
                    Actual values of the range are 0.0 to 7.5 in steps of 0.5. The value of {{param}} divided by 2 yields the actual value of the hysteresis.
                    {{bibref|3GPP-TS.25.331|Section 10.3.7.39 and Section 14.1.2}}
                </description>
                <syntax>
                    <unsignedInt>
                        <range minInclusive="0" maxInclusive="15" />
                    </unsignedInt>
                </syntax>
            </parameter>
            <parameter name="HysteresisEvent1e" access="readWrite">
                <description>
                    Defines the hysteresis for intra-freq HO measurement when the UE is in Cell-DCH state.
                    Actual values of the range are 0.0 to 7.5 in steps of 0.5. The value of {{param}} divided by 2 yields the actual value of the hysteresis.
                    {{bibref|3GPP-TS.25.331|Section 10.3.7.39 and Section 14.1.2}}
                </description>
                <syntax>
                    <unsignedInt>
                        <range minInclusive="0" maxInclusive="15" />
                    </unsignedInt>
                </syntax>
            </parameter>
            <parameter name="HysteresisEvent1f" access="readWrite">
                <description>
                    Defines the hysteresis for intra-freq HO measurement when the UE is in Cell-DCH state.
                    Actual values of the range are 0.0 to 7.5 in steps of 0.5. The value of {{param}} divided by 2 yields the actual value of the hysteresis.
                    {{bibref|3GPP-TS.25.331|Section 10.3.7.39 and Section 14.1.2}}
                </description>
                <syntax>
                    <unsignedInt>
                        <range minInclusive="0" maxInclusive="15" />
                    </unsignedInt>
                </syntax>
            </parameter>
            <parameter name="TimeToTriggerEvent1a" access="readWrite">
                <description>
                    Defines the time-to-trigger in {{units}} for intra-freq HO measurement when the UE is in Cell-DCH state.
                    Only the specified values are considered valid, any value other than those and the CPE MUST reject the request.
                    {{bibref|3GPP-TS.25.331|Section 10.3.7.39 and Section 10.3.7.64}}
                </description>
                <syntax>
                    <unsignedInt>
                        <range minInclusive="0" maxInclusive="0" />
                        <range minInclusive="10" maxInclusive="10" />
                        <range minInclusive="20" maxInclusive="20" />
                        <range minInclusive="40" maxInclusive="40" />
                        <range minInclusive="60" maxInclusive="60" />
                        <range minInclusive="80" maxInclusive="80" />
                        <range minInclusive="100" maxInclusive="100" />
                        <range minInclusive="120" maxInclusive="120" />
                        <range minInclusive="160" maxInclusive="160" />
                        <range minInclusive="200" maxInclusive="200" />
                        <range minInclusive="240" maxInclusive="240" />
                        <range minInclusive="320" maxInclusive="320" />
                        <range minInclusive="640" maxInclusive="640" />
                        <range minInclusive="1280" maxInclusive="1280" />
                        <range minInclusive="2560" maxInclusive="2560" />
                        <range minInclusive="5000" maxInclusive="5000" />
                        <units value="milliseconds"/>
                    </unsignedInt>
                </syntax>
            </parameter>
            <parameter name="TimeToTriggerEvent1b" access="readWrite">
                <description>
                    Defines the time-to-trigger in {{units}} for intra-freq HO measurement when the UE is in Cell-DCH state.
                    Only the specified values are considered valid, any value other than those and the CPE MUST reject the request.
                    {{bibref|3GPP-TS.25.331|Section 10.3.7.39 and Section 10.3.7.64}}
                </description>
                <syntax>
                    <unsignedInt>
                        <range minInclusive="0" maxInclusive="0" />
                        <range minInclusive="10" maxInclusive="10" />
                        <range minInclusive="20" maxInclusive="20" />
                        <range minInclusive="40" maxInclusive="40" />
                        <range minInclusive="60" maxInclusive="60" />
                        <range minInclusive="80" maxInclusive="80" />
                        <range minInclusive="100" maxInclusive="100" />
                        <range minInclusive="120" maxInclusive="120" />
                        <range minInclusive="160" maxInclusive="160" />
                        <range minInclusive="200" maxInclusive="200" />
                        <range minInclusive="240" maxInclusive="240" />
                        <range minInclusive="320" maxInclusive="320" />
                        <range minInclusive="640" maxInclusive="640" />
                        <range minInclusive="1280" maxInclusive="1280" />
                        <range minInclusive="2560" maxInclusive="2560" />
                        <range minInclusive="5000" maxInclusive="5000" />
                        <units value="milliseconds"/>
                    </unsignedInt>
                </syntax>
            </parameter>
            <parameter name="TimeToTriggerEvent1c" access="readWrite">
                <description>
                    Defines the time-to-trigger in {{units}} for intra-freq HO measurement when the UE is in Cell-DCH state.
                    Only the specified values are considered valid, any value other than those and the CPE MUST reject the request.
                    {{bibref|3GPP-TS.25.331|Section 10.3.7.39 and Section 10.3.7.64}}
                </description>
                <syntax>
                    <unsignedInt>
                        <range minInclusive="0" maxInclusive="0" />
                        <range minInclusive="10" maxInclusive="10" />
                        <range minInclusive="20" maxInclusive="20" />
                        <range minInclusive="40" maxInclusive="40" />
                        <range minInclusive="60" maxInclusive="60" />
                        <range minInclusive="80" maxInclusive="80" />
                        <range minInclusive="100" maxInclusive="100" />
                        <range minInclusive="120" maxInclusive="120" />
                        <range minInclusive="160" maxInclusive="160" />
                        <range minInclusive="200" maxInclusive="200" />
                        <range minInclusive="240" maxInclusive="240" />
                        <range minInclusive="320" maxInclusive="320" />
                        <range minInclusive="640" maxInclusive="640" />
                        <range minInclusive="1280" maxInclusive="1280" />
                        <range minInclusive="2560" maxInclusive="2560" />
                        <range minInclusive="5000" maxInclusive="5000" />
                        <units value="milliseconds"/>
                    </unsignedInt>
                </syntax>
            </parameter>
            <parameter name="TimeToTriggerEvent1d" access="readWrite">
                <description>
                    Defines the time-to-trigger in {{units}} for intra-freq HO measurement when the UE is in Cell-DCH state.
                    Only the specified values are considered valid, any value other than those and the CPE MUST reject the request.
                    {{bibref|3GPP-TS.25.331|Section 10.3.7.39 and Section 10.3.7.64}}
                </description>
                <syntax>
                    <unsignedInt>
                        <range minInclusive="0" maxInclusive="0" />
                        <range minInclusive="10" maxInclusive="10" />
                        <range minInclusive="20" maxInclusive="20" />
                        <range minInclusive="40" maxInclusive="40" />
                        <range minInclusive="60" maxInclusive="60" />
                        <range minInclusive="80" maxInclusive="80" />
                        <range minInclusive="100" maxInclusive="100" />
                        <range minInclusive="120" maxInclusive="120" />
                        <range minInclusive="160" maxInclusive="160" />
                        <range minInclusive="200" maxInclusive="200" />
                        <range minInclusive="240" maxInclusive="240" />
                        <range minInclusive="320" maxInclusive="320" />
                        <range minInclusive="640" maxInclusive="640" />
                        <range minInclusive="1280" maxInclusive="1280" />
                        <range minInclusive="2560" maxInclusive="2560" />
                        <range minInclusive="5000" maxInclusive="5000" />
                        <units value="milliseconds"/>
                    </unsignedInt>
                </syntax>
            </parameter>
            <parameter name="TimeToTriggerEvent1e" access="readWrite">
                <description>
                    Defines the time-to-trigger in {{units}} for intra-freq HO measurement when the UE is in Cell-DCH state.
                    Only the specified values are considered valid, any value other than those and the CPE MUST reject the request.
                    {{bibref|3GPP-TS.25.331|Section 10.3.7.39 and Section 10.3.7.64}}
                </description>
                <syntax>
                    <unsignedInt>
                        <range minInclusive="0" maxInclusive="0" />
                        <range minInclusive="10" maxInclusive="10" />
                        <range minInclusive="20" maxInclusive="20" />
                        <range minInclusive="40" maxInclusive="40" />
                        <range minInclusive="60" maxInclusive="60" />
                        <range minInclusive="80" maxInclusive="80" />
                        <range minInclusive="100" maxInclusive="100" />
                        <range minInclusive="120" maxInclusive="120" />
                        <range minInclusive="160" maxInclusive="160" />
                        <range minInclusive="200" maxInclusive="200" />
                        <range minInclusive="240" maxInclusive="240" />
                        <range minInclusive="320" maxInclusive="320" />
                        <range minInclusive="640" maxInclusive="640" />
                        <range minInclusive="1280" maxInclusive="1280" />
                        <range minInclusive="2560" maxInclusive="2560" />
                        <range minInclusive="5000" maxInclusive="5000" />
                        <units value="milliseconds"/>
                    </unsignedInt>
                </syntax>
            </parameter>
            <parameter name="TimeToTriggerEvent1f" access="readWrite">
                <description>
                    Defines the time-to-trigger in {{units}} for intra-freq HO measurement when the UE is in Cell-DCH state.
                    Only the specified values are considered valid, any value other than those and the CPE MUST reject the request.
                    {{bibref|3GPP-TS.25.331|Section 10.3.7.39 and Section 10.3.7.64}}
                </description>
                <syntax>
                    <unsignedInt>
                        <range minInclusive="0" maxInclusive="0" />
                        <range minInclusive="10" maxInclusive="10" />
                        <range minInclusive="20" maxInclusive="20" />
                        <range minInclusive="40" maxInclusive="40" />
                        <range minInclusive="60" maxInclusive="60" />
                        <range minInclusive="80" maxInclusive="80" />
                        <range minInclusive="100" maxInclusive="100" />
                        <range minInclusive="120" maxInclusive="120" />
                        <range minInclusive="160" maxInclusive="160" />
                        <range minInclusive="200" maxInclusive="200" />
                        <range minInclusive="240" maxInclusive="240" />
                        <range minInclusive="320" maxInclusive="320" />
                        <range minInclusive="640" maxInclusive="640" />
                        <range minInclusive="1280" maxInclusive="1280" />
                        <range minInclusive="2560" maxInclusive="2560" />
                        <range minInclusive="5000" maxInclusive="5000" />
                        <units value="milliseconds"/>
                    </unsignedInt>
                </syntax>
            </parameter>
            <parameter name="ThresholdUsedFrequencyEvent1e" access="readWrite">
                <description>
                    Defines the reporting threshold for intra-freq HO measurement when the UE is in Cell-DCH state. This is the "Threshold used frequency" as defined in {{bibref|3GPP-TS.25.331|Section 10.3.7.39}}.
                    Each valid value of {{param|MeasurementQuantity}} has a different valid range.
                    {{enum|CPICH RSCP|MeasurementQuantity}} has a range of -120 dBm to -25 dBm
                    {{enum|CPICH Ec/No|MeasurementQuantity}} has a range of -24 dB to 0 dB
                    {{enum|Pathloss|MeasurementQuantity}} has a range of 30 dB to 165 dB
                </description>
                <syntax>
                    <int>
                        <range minInclusive="-120" maxInclusive="165" />
                    </int>
                </syntax>
            </parameter>
            <parameter name="ThresholdUsedFrequencyEvent1f" access="readWrite">
                <description>
                    Defines the reporting threshold for intra-freq HO measurement when the UE is in Cell-DCH state. This is the "Threshold used frequency" as defined in {{bibref|3GPP-TS.25.331|Section 10.3.7.39}}.
                    Each valid value of {{param|MeasurementQuantity}} has a different valid range.
                    {{enum|CPICH RSCP|MeasurementQuantity}} has a range of -120 dBm to -25 dBm
                    {{enum|CPICH Ec/No|MeasurementQuantity}} has a range of -24 dB to 0 dB
                    {{enum|Pathloss|MeasurementQuantity}} has a range of 30 dB to 165 dB
                </description>
                <syntax>
                    <int>
                        <range minInclusive="-120" maxInclusive="165" />
                    </int>
                </syntax>
            </parameter>
            <parameter name="ReplacementActivationThresholdEvent1c" access="readWrite">
                <description>
                    Defines the minimum number of cells allowed in the "active cell set" for Event 1c to occur.
                    {{bibref|3GPP-TS.25.331|Section 14.1.2 and Section 10.3.7.39}}
                </description>
                <syntax>
                    <unsignedInt>
                        <range minInclusive="0" maxInclusive="7" />
                    </unsignedInt>
                </syntax>
            </parameter>
            <parameter name="InstanceNumberOfEntries" access="readOnly">
                <description>{{numentries}}</description>
                <syntax>
                    <unsignedInt />
                </syntax>
            </parameter>
        </object>
        <object name="FAPService.{i}.CellConfig.UMTS.RAN.IntraFreqMeas.Instance.{i}." access="readWrite" minEntries="0" maxEntries="unbounded" numEntriesParameter="InstanceNumberOfEntries" enableParameter="Enable">
            <description>Table containing parameters relating to a particular instance of intra-freq events.</description>
            <uniqueKey functional="false">
                <parameter ref="Alias" />
            </uniqueKey>
            <uniqueKey>
                <parameter ref="IntraFrequencyEventIdentity" />
            </uniqueKey>
            <parameter name="Enable" access="readWrite">
                <description>Enables or disables this {{object}} entry.</description>
                <syntax>
                    <boolean />
                    <default type="object" value="false" />
                </syntax>
            </parameter>
            <parameter name="Alias" access="readWrite">
                <description>{{datatype|expand}}</description>
                <syntax>
                    <dataType ref="Alias" />
                </syntax>
            </parameter>
            <parameter name="IntraFrequencyEventIdentity" access="readOnly">
                <description>
                    Each entry is an Event ID from the list of: {{enum}}
                    Defines the identity of the event used to trigger UE reporting (in case of event-triggered reporting).
                    {{bibref|3GPP-TS.25.331|Section 10.3.7.34}}
                    This attribute is readable, as it is highly dependent on how the FAP makes use of the event.
                </description>
                <syntax>
                    <string>
                        <enumeration value="1a"/>
                        <enumeration value="1b"/>
                        <enumeration value="1c"/>
                        <enumeration value="1d"/>
                        <enumeration value="1e"/>
                        <enumeration value="1f"/>
                    </string>
                </syntax>
            </parameter>
            <parameter name="EventDescription" access="readOnly">
                <description>
                    A free-form description of the way the event instance is meant to be used.
                    E.g. "hand-out to macro cells", "addition of enterprise HNB cell to Active Set".
                </description>
                <syntax>
                    <string>
                        <size maxLength="256" />
                    </string>
                </syntax>
            </parameter>
            <parameter name="MeasurementQuantity" access="readWrite">
                <description>
                    Defines the measurement quantity for intra-freq HO measurement when the UE is in Cell-DCH state.
                    Enumeration of:
                    {{enum}}
                    {{bibref|3GPP-TS.25.331|Section 10.3.7.38}}
                </description>
                <syntax>
                    <string>
                        <enumeration value="CPICH Ec/No"/>
                        <enumeration value="CPICH RSCP"/>
                        <enumeration value="Pathloss"/>
                    </string>
                </syntax>
            </parameter>
            <parameter name="FilterCoefficient" access="readWrite">
                <description>
                    Defines the equivalent time constant of the low pass filter applied to the CPICH quality measurements, or {{enum|CPICH Ec/No|MeasurementQuantity}}.
                    {{bibref|3GPP-TS.25.331|Section 8.6.7.2 and Section 10.3.7.9}}
                </description>
                <syntax>
                    <unsignedInt>
                        <range minInclusive="0" maxInclusive="9" />
                        <range minInclusive="11" maxInclusive="11" />
                        <range minInclusive="13" maxInclusive="13" />
                        <range minInclusive="15" maxInclusive="15" />
                        <range minInclusive="17" maxInclusive="17" />
                        <range minInclusive="19" maxInclusive="19" />
                    </unsignedInt>
                </syntax>
            </parameter>
            <parameter name="TriggeringCondition" access="readWrite">
                <description>
                    {{list}} Indicates which cells can trigger the event instance. {{enum}}
                    {{bibref|3GPP-TS.25.331|Section 14.1.2 and Section 10.3.7.39}}
                </description>
                <syntax>
                    <list />
                    <string>
                        <enumeration value="Active"/>
                        <enumeration value="Monitored"/>
                        <enumeration value="Active and Monitored"/>
                        <enumeration value="Detected"/>
                        <enumeration value="Detected and Monitored"/>
                    </string>
                </syntax>
            </parameter>
            <parameter name="ReportingRange" access="readWrite">
                <description>
                    Applicable to events 1a, 1b, otherwise not needed.
                    Defines a constant in the inequality criterion that needs to be satisfied for an Event 1b to occur.
                    Actual values of the range are 0.0 to 14.5 {{units}} in steps of 0.5 {{units}}. The value of {{param}} divided by 2 yields the actual value of the range.
                    {{bibref|3GPP-TS.25.331|Section 14.1.2 and Section 10.3.7.39}}
                </description>
                <syntax>
                    <unsignedInt>
                        <range minInclusive="0" maxInclusive="29" />
                        <units value="dB"/>
                    </unsignedInt>
                </syntax>
            </parameter>
            <parameter name="WeightingFactor" access="readWrite">
                <description>
                    Applicable to events 1a, 1b, otherwise not needed.
                    Defines the weighting factor for intra-freq HO measurement when the UE is in Cell-DCH state.
                    Actual values of the weighting factor are 0.0 to 2.0 in steps of 0.1. The value of {{param}} divided by 10 yields the actual value of the weighting factor.
                    {{bibref|3GPP-TS.25.331|Section 10.3.7.39}}
                </description>
                <syntax>
                    <unsignedInt>
                        <range minInclusive="0" maxInclusive="20" />
                    </unsignedInt>
                </syntax>
            </parameter>
            <parameter name="ReportDeactivationThreshold" access="readWrite">
                <description>
                    Applicable to events 1a, otherwise not needed.
                    Defines the maximum number of cells allowed in the "active cell set" for Event 1a to occur.
                    {{bibref|3GPP-TS.25.331|Section 14.1.2 and Section 10.3.7.39}}
                </description>
                <syntax>
                    <unsignedInt>
                        <range minInclusive="0" maxInclusive="7" />
                    </unsignedInt>
                </syntax>
            </parameter>
            <parameter name="ReportingAmount" access="readWrite">
                <description>
                    Applicable to events 1a, 1c, otherwise not needed.
                    Defines the maximum number of MEASUREMENT REPORT messages sent by the UE in case of periodic reporting triggered by an Event 1a
                    The value -1 is used to represent an unbounded maximum.
                    {{bibref|3GPP-TS.25.331|Section 14.1.2 and Section 10.3.7.39}}
                </description>
                <syntax>
                    <int>
                        <range minInclusive="-1" maxInclusive="-1" />
                        <range minInclusive="1" maxInclusive="2" />
                        <range minInclusive="4" maxInclusive="4" />
                        <range minInclusive="8" maxInclusive="8" />
                        <range minInclusive="16" maxInclusive="16" />
                        <range minInclusive="32" maxInclusive="32" />
                        <range minInclusive="64" maxInclusive="64" />
                    </int>
                </syntax>
            </parameter>
            <parameter name="ReportingInterval" access="readWrite">
                <description>
                    Applicable to events 1a, 1c, otherwise not needed.
                    Defines the transmission period in {{units}} of MEASUREMENT REPORT messages sent by the UE in case of periodic reporting triggered by an Event 1a.
                    {{bibref|3GPP-TS.25.331|Section 14.1.2 and Section 10.3.7.39}}
                </description>
                <syntax>
                    <unsignedInt>
                        <range minInclusive="0" maxInclusive="0" />
                        <range minInclusive="250" maxInclusive="250" />
                        <range minInclusive="500" maxInclusive="500" />
                        <range minInclusive="1000" maxInclusive="1000" />
                        <range minInclusive="2000" maxInclusive="2000" />
                        <range minInclusive="4000" maxInclusive="4000" />
                        <range minInclusive="8000" maxInclusive="8000" />
                        <range minInclusive="16000" maxInclusive="16000" />
                        <units value="milliseconds">
                        </units>
                    </unsignedInt>
                </syntax>
            </parameter>
            <parameter name="Hysteresis" access="readWrite">
                <description>
                    Defines the hysteresis for intra-freq HO measurement when the UE is in Cell-DCH state.
                    Actual values of the range are 0.0 to 7.5 in steps of 0.5. The value of {{param}} divided by 2 yields the actual value of the hysteresis.
                    {{bibref|3GPP-TS.25.331|Section 10.3.7.39 and Section 14.1.2}}
                </description>
                <syntax>
                    <unsignedInt>
                        <range minInclusive="0" maxInclusive="15" />
                    </unsignedInt>
                </syntax>
            </parameter>
            <parameter name="TimeToTrigger" access="readWrite">
                <description>
                    Defines the time-to-trigger in {{units}} for intra-freq HO measurement when the UE is in Cell-DCH state.
                    Only the specified values are considered valid, any value other than those and the CPE MUST reject the request.
                    {{bibref|3GPP-TS.25.331|Section 10.3.7.39 and Section 10.3.7.64}}
                </description>
                <syntax>
                    <unsignedInt>
                        <range minInclusive="0" maxInclusive="0" />
                        <range minInclusive="10" maxInclusive="10" />
                        <range minInclusive="20" maxInclusive="20" />
                        <range minInclusive="40" maxInclusive="40" />
                        <range minInclusive="60" maxInclusive="60" />
                        <range minInclusive="80" maxInclusive="80" />
                        <range minInclusive="100" maxInclusive="100" />
                        <range minInclusive="120" maxInclusive="120" />
                        <range minInclusive="160" maxInclusive="160" />
                        <range minInclusive="200" maxInclusive="200" />
                        <range minInclusive="240" maxInclusive="240" />
                        <range minInclusive="320" maxInclusive="320" />
                        <range minInclusive="640" maxInclusive="640" />
                        <range minInclusive="1280" maxInclusive="1280" />
                        <range minInclusive="2560" maxInclusive="2560" />
                        <range minInclusive="5000" maxInclusive="5000" />
                        <units value="milliseconds"/>
                    </unsignedInt>
                </syntax>
            </parameter>
            <parameter name="ThresholdUsedFrequency" access="readWrite">
                <description>
                    Applicable to events 1e, 1f, otherwise not needed.
                    Defines the reporting threshold for intra-freq HO measurement when the UE is in Cell-DCH state. This is the "Threshold used frequency" as defined in {{bibref|3GPP-TS.25.331|Section 10.3.7.39}}.
                    Each valid value of {{param|MeasurementQuantity}} has a different valid range.
                    {{enum|CPICH RSCP|MeasurementQuantity}} has a range of -120 dBm to -25 dBm
                    {{enum|CPICH Ec/No|MeasurementQuantity}} has a range of -24 dB to 0 dB
                    {{enum|Pathloss|MeasurementQuantity}} has a range of 30 dB to 165 dB
                </description>
                <syntax>
                    <int>
                        <range minInclusive="-120" maxInclusive="165" />
                    </int>
                </syntax>
            </parameter>
            <parameter name="ReplacementActivationThreshold" access="readWrite">
                <description>
                    Applicable only to event 1c
                    Defines the minimum number of cells allowed in the "active cell set" for Event 1c to occur.
                    {{bibref|3GPP-TS.25.331|Section 14.1.2 and Section 10.3.7.39}}
                </description>
                <syntax>
                    <unsignedInt>
                        <range minInclusive="0" maxInclusive="7" />
                    </unsignedInt>
                </syntax>
            </parameter>
        </object>
        <object name="FAPService.{i}.CellConfig.UMTS.RAN.InterFreqMeas." access="readOnly" minEntries="1" maxEntries="1">
            <description>This object contains parameters relating to the inter-freq HO related control parameters.</description>
            <parameter name="MeasurementQuantity" access="readWrite">
                <description>
                    Defines the measurement quantity for inter-freq HO measurement when the UE is in Cell-DCH state.
                    Enumeration of:
                    {{enum}}
                    {{bibref|3GPP-TS.25.331|Section 10.3.7.18}}
                </description>
                <syntax>
                    <string>
                        <enumeration value="CPICH Ec/No">
                        </enumeration>
                        <enumeration value="CPICH RSCP">
                        </enumeration>
                    </string>
                </syntax>
            </parameter>
            <parameter name="FilterCoefficient" access="readWrite">
                <description>
                    Defines the filter coefficient for inter-freq HO measurement when the UE is in Cell-DCH state.
                    {{bibref|3GPP-TS.25.331|Section 10.3.7.9 and Section 10.3.7.18}}
                </description>
                <syntax>
                    <unsignedInt>
                        <range minInclusive="0" maxInclusive="9" />
                        <range minInclusive="11" maxInclusive="11" />
                        <range minInclusive="13" maxInclusive="13" />
                        <range minInclusive="15" maxInclusive="15" />
                        <range minInclusive="17" maxInclusive="17" />
                        <range minInclusive="19" maxInclusive="19" />
                    </unsignedInt>
                </syntax>
            </parameter>
            <parameter name="InterFrequencyEventIdentity" access="readWrite">
                <description>
                    {{list}} Each entry is an Event ID from the list of: 2a, 2b, 2c, 2d, 2e,2f
                    Defines the identity of the event used to trigger inter-frequency UE reporting (in case of event-triggered reporting).
                    {{bibref|3GPP-TS.25.331|Section 10.3.7.14}}
                </description>
                <syntax>
                    <list>
                        <size maxLength="32">
                        </size>
                    </list>
                    <string />
                </syntax>
            </parameter>
            <parameter name="WeightingFactorEvent2a" access="readWrite">
                <description>
                    Defines the weighting factor for inter-freq HO measurement when the UE is in Cell-DCH state.
                    Actual values of the weighting factor are 0.0 to 2.0 in steps of 0.1. The value of {{param}} divided by 10 yields the actual value of the weighting factor.
                    {{bibref|3GPP-TS.25.331|Section 10.3.7.19}}
                </description>
                <syntax>
                    <unsignedInt>
                        <range minInclusive="0" maxInclusive="20" />
                    </unsignedInt>
                </syntax>
            </parameter>
            <parameter name="WeightingFactorEvent2b" access="readWrite">
                <description>
                    Defines the weighting factor for inter-freq HO measurement when the UE is in Cell-DCH state.
                    Actual values of the weighting factor are 0.0 to 2.0 in steps of 0.1. The value of {{param}} divided by 10 yields the actual value of the weighting factor.
                    {{bibref|3GPP-TS.25.331|Section 10.3.7.19}}
                </description>
                <syntax>
                    <unsignedInt>
                        <range minInclusive="0" maxInclusive="20" />
                    </unsignedInt>
                </syntax>
            </parameter>
            <parameter name="WeightingFactorEvent2d" access="readWrite">
                <description>
                    Defines the weighting factor for inter-freq HO measurement when the UE is in Cell-DCH state.
                    Actual values of the weighting factor are 0.0 to 2.0 in steps of 0.1. The value of {{param}} divided by 10 yields the actual value of the weighting factor.
                    {{bibref|3GPP-TS.25.331|Section 10.3.7.19}}
                </description>
                <syntax>
                    <unsignedInt>
                        <range minInclusive="0" maxInclusive="20" />
                    </unsignedInt>
                </syntax>
            </parameter>
            <parameter name="WeightingFactorEvent2f" access="readWrite">
                <description>
                    Defines the weighting factor for inter-freq HO measurement when the UE is in Cell-DCH state.
                    Actual values of the weighting factor are 0.0 to 2.0 in steps of 0.1. The value of {{param}} divided by 10 yields the actual value of the weighting factor.
                    {{bibref|3GPP-TS.25.331|Section 10.3.7.19}}
                </description>
                <syntax>
                    <unsignedInt>
                        <range minInclusive="0" maxInclusive="20" />
                    </unsignedInt>
                </syntax>
            </parameter>
            <parameter name="HysteresisEvent2a" access="readWrite">
                <description>
                    Defines the hysteresis for inter-freq HO measurement when the UE is in Cell-DCH state.
                    Actual values of the range are 0.0 to 14.5 in steps of 0.5. The value of {{param}} divided by 2 yields the actual value of the hysteresis.
                    {{bibref|3GPP-TS.25.331|Section 10.3.7.19}}
                </description>
                <syntax>
                    <unsignedInt>
                        <range minInclusive="0" maxInclusive="29" />
                    </unsignedInt>
                </syntax>
            </parameter>
            <parameter name="HysteresisEvent2b" access="readWrite">
                <description>
                    Defines the hysteresis for inter-freq HO measurement when the UE is in Cell-DCH state.
                    Actual values of the range are 0.0 to 14.5 in steps of 0.5. The value of {{param}} divided by 2 yields the actual value of the hysteresis.
                    {{bibref|3GPP-TS.25.331|Section 10.3.7.19}}
                </description>
                <syntax>
                    <unsignedInt>
                        <range minInclusive="0" maxInclusive="29" />
                    </unsignedInt>
                </syntax>
            </parameter>
            <parameter name="HysteresisEvent2d" access="readWrite">
                <description>
                    Defines the hysteresis for inter-freq HO measurement when the UE is in Cell-DCH state.
                    Actual values of the range are 0.0 to 14.5 in steps of 0.5. The value of {{param}} divided by 2 yields the actual value of the hysteresis.
                    {{bibref|3GPP-TS.25.331|Section 10.3.7.19}}
                </description>
                <syntax>
                    <unsignedInt>
                        <range minInclusive="0" maxInclusive="29" />
                    </unsignedInt>
                </syntax>
            </parameter>
            <parameter name="HysteresisEvent2f" access="readWrite">
                <description>
                    Defines the hysteresis for inter-freq HO measurement when the UE is in Cell-DCH state.
                    Actual values of the range are 0.0 to 14.5 in steps of 0.5. The value of {{param}} divided by 2 yields the actual value of the hysteresis.
                    {{bibref|3GPP-TS.25.331|Section 10.3.7.19}}
                </description>
                <syntax>
                    <unsignedInt>
                        <range minInclusive="0" maxInclusive="29" />
                    </unsignedInt>
                </syntax>
            </parameter>
            <parameter name="TimeToTriggerEvent2a" access="readWrite">
                <description>
                    Defines the time-to-trigger in {{units}} for inter-freq HO measurement when the UE is in Cell-DCH state.
                    Only the specified values are considered valid, any value other than those and the CPE MUST reject the request.
                    {{bibref|3GPP-TS.25.331|Section 10.3.7.19 and Section 10.3.7.64}}
                </description>
                <syntax>
                    <unsignedInt>
                        <range minInclusive="0" maxInclusive="0" />
                        <range minInclusive="10" maxInclusive="10" />
                        <range minInclusive="20" maxInclusive="20" />
                        <range minInclusive="40" maxInclusive="40" />
                        <range minInclusive="60" maxInclusive="60" />
                        <range minInclusive="80" maxInclusive="80" />
                        <range minInclusive="100" maxInclusive="100" />
                        <range minInclusive="120" maxInclusive="120" />
                        <range minInclusive="160" maxInclusive="160" />
                        <range minInclusive="200" maxInclusive="200" />
                        <range minInclusive="240" maxInclusive="240" />
                        <range minInclusive="320" maxInclusive="320" />
                        <range minInclusive="640" maxInclusive="640" />
                        <range minInclusive="1280" maxInclusive="1280" />
                        <range minInclusive="2560" maxInclusive="2560" />
                        <range minInclusive="5000" maxInclusive="5000" />
                        <units value="milliseconds"/>
                    </unsignedInt>
                </syntax>
            </parameter>
            <parameter name="TimeToTriggerEvent2b" access="readWrite">
                <description>
                    Defines the time-to-trigger in {{units}} for inter-freq HO measurement when the UE is in Cell-DCH state.
                    Only the specified values are considered valid, any value other than those and the CPE MUST reject the request.
                    {{bibref|3GPP-TS.25.331|Section 10.3.7.19 and Section 10.3.7.64}}
                </description>
                <syntax>
                    <unsignedInt>
                        <range minInclusive="0" maxInclusive="0" />
                        <range minInclusive="10" maxInclusive="10" />
                        <range minInclusive="20" maxInclusive="20" />
                        <range minInclusive="40" maxInclusive="40" />
                        <range minInclusive="60" maxInclusive="60" />
                        <range minInclusive="80" maxInclusive="80" />
                        <range minInclusive="100" maxInclusive="100" />
                        <range minInclusive="120" maxInclusive="120" />
                        <range minInclusive="160" maxInclusive="160" />
                        <range minInclusive="200" maxInclusive="200" />
                        <range minInclusive="240" maxInclusive="240" />
                        <range minInclusive="320" maxInclusive="320" />
                        <range minInclusive="640" maxInclusive="640" />
                        <range minInclusive="1280" maxInclusive="1280" />
                        <range minInclusive="2560" maxInclusive="2560" />
                        <range minInclusive="5000" maxInclusive="5000" />
                        <units value="milliseconds"/>
                    </unsignedInt>
                </syntax>
            </parameter>
            <parameter name="TimeToTriggerEvent2d" access="readWrite">
                <description>
                    Defines the time-to-trigger in {{units}} for inter-freq HO measurement when the UE is in Cell-DCH state.
                    Only the specified values are considered valid, any value other than those and the CPE MUST reject the request.
                    {{bibref|3GPP-TS.25.331|Section 10.3.7.19 and Section 10.3.7.64}}
                </description>
                <syntax>
                    <unsignedInt>
                        <range minInclusive="0" maxInclusive="0" />
                        <range minInclusive="10" maxInclusive="10" />
                        <range minInclusive="20" maxInclusive="20" />
                        <range minInclusive="40" maxInclusive="40" />
                        <range minInclusive="60" maxInclusive="60" />
                        <range minInclusive="80" maxInclusive="80" />
                        <range minInclusive="100" maxInclusive="100" />
                        <range minInclusive="120" maxInclusive="120" />
                        <range minInclusive="160" maxInclusive="160" />
                        <range minInclusive="200" maxInclusive="200" />
                        <range minInclusive="240" maxInclusive="240" />
                        <range minInclusive="320" maxInclusive="320" />
                        <range minInclusive="640" maxInclusive="640" />
                        <range minInclusive="1280" maxInclusive="1280" />
                        <range minInclusive="2560" maxInclusive="2560" />
                        <range minInclusive="5000" maxInclusive="5000" />
                        <units value="milliseconds"/>
                    </unsignedInt>
                </syntax>
            </parameter>
            <parameter name="TimeToTriggerEvent2f" access="readWrite">
                <description>
                    Defines the time-to-trigger in {{units}} for inter-freq HO measurement when the UE is in Cell-DCH state.
                    Only the specified values are considered valid, any value other than those and the CPE MUST reject the request.
                    {{bibref|3GPP-TS.25.331|Section 10.3.7.19 and Section 10.3.7.64}}
                </description>
                <syntax>
                    <unsignedInt>
                        <range minInclusive="0" maxInclusive="0" />
                        <range minInclusive="10" maxInclusive="10" />
                        <range minInclusive="20" maxInclusive="20" />
                        <range minInclusive="40" maxInclusive="40" />
                        <range minInclusive="60" maxInclusive="60" />
                        <range minInclusive="80" maxInclusive="80" />
                        <range minInclusive="100" maxInclusive="100" />
                        <range minInclusive="120" maxInclusive="120" />
                        <range minInclusive="160" maxInclusive="160" />
                        <range minInclusive="200" maxInclusive="200" />
                        <range minInclusive="240" maxInclusive="240" />
                        <range minInclusive="320" maxInclusive="320" />
                        <range minInclusive="640" maxInclusive="640" />
                        <range minInclusive="1280" maxInclusive="1280" />
                        <range minInclusive="2560" maxInclusive="2560" />
                        <range minInclusive="5000" maxInclusive="5000" />
                        <units value="milliseconds"/>
                    </unsignedInt>
                </syntax>
            </parameter>
            <parameter name="ThresholdUsedFrequencyEvent2b" access="readWrite">
                <description>
                    Defines the reporting threshold for inter-freq HO measurement when the UE is in Cell-DCH state. This is the "Threshold used frequency" as defined in {{bibref|3GPP-TS.25.331|Section 10.3.7.19}}.
                    Each valid value of {{param|MeasurementQuantity}} has a different valid range.
                    {{enum|CPICH RSCP|MeasurementQuantity}} has a range of -120 dBm to -25 dBm
                    {{enum|CPICH Ec/No|MeasurementQuantity}} has a range of -24 dB to 0 dB
                </description>
                <syntax>
                    <int>
                        <range minInclusive="-120" maxInclusive="0" />
                    </int>
                </syntax>
            </parameter>
            <parameter name="ThresholdUsedFrequencyEvent2d" access="readWrite">
                <description>
                    Defines the reporting threshold for inter-freq HO measurement when the UE is in Cell-DCH state. This is the "Threshold used frequency" as defined in {{bibref|3GPP-TS.25.331|Section 10.3.7.19}}.
                    Each valid value of {{param|MeasurementQuantity}} has a different valid range.
                    {{enum|CPICH RSCP|MeasurementQuantity}} has a range of -120 dBm to -25 dBm
                    {{enum|CPICH Ec/No|MeasurementQuantity}} has a range of -24 dB to 0 dB
                </description>
                <syntax>
                    <int>
                        <range minInclusive="-120" maxInclusive="0" />
                    </int>
                </syntax>
            </parameter>
            <parameter name="ThresholdUsedFrequencyEvent2f" access="readWrite">
                <description>
                    Defines the reporting threshold for inter-freq HO measurement when the UE is in Cell-DCH state. This is the "Threshold used frequency" as defined in {{bibref|3GPP-TS.25.331|Section 10.3.7.19}}.
                    Each valid value of {{param|MeasurementQuantity}} has a different valid range.
                    {{enum|CPICH RSCP|MeasurementQuantity}} has a range of -120 dBm to -25 dBm
                    {{enum|CPICH Ec/No|MeasurementQuantity}} has a range of -24 dB to 0 dB
                </description>
                <syntax>
                    <int>
                        <range minInclusive="-120" maxInclusive="0" />
                    </int>
                </syntax>
            </parameter>
            <parameter name="InstanceNumberOfEntries" access="readOnly">
                <description>{{numentries}}</description>
                <syntax>
                    <unsignedInt />
                </syntax>
            </parameter>
        </object>
        <object name="FAPService.{i}.CellConfig.UMTS.RAN.InterFreqMeas.Instance.{i}." access="readWrite" minEntries="0" maxEntries="unbounded" numEntriesParameter="InstanceNumberOfEntries" enableParameter="Enable">
            <description>Table containing parameters relating to a particular instance of inter-freq events.</description>
            <uniqueKey functional="false">
                <parameter ref="Alias" />
            </uniqueKey>
            <uniqueKey>
                <parameter ref="IntraFrequencyEventIdentity" />
            </uniqueKey>
            <parameter name="Enable" access="readWrite">
                <description>Enables or disables this {{object}} entry.</description>
                <syntax>
                    <boolean />
                    <default type="object" value="false" />
                </syntax>
            </parameter>
            <parameter name="Alias" access="readWrite">
                <description>{{datatype|expand}}</description>
                <syntax>
                    <dataType ref="Alias" />
                </syntax>
            </parameter>
            <parameter name="IntraFrequencyEventIdentity" access="readOnly">
                <description>
                    Each entry is an Event ID from the list of: {{enum}}
                    Defines the identity of the event used to trigger UE reporting (in case of event-triggered reporting).
                    {{bibref|3GPP-TS.25.331|Section 10.3.7.14}}
                    This attribute is readable, as it is highly dependent on how the FAP makes use of the event.
                </description>
                <syntax>
                    <string>
                        <enumeration value="2a"/>
                        <enumeration value="2b"/>
                        <enumeration value="2c"/>
                        <enumeration value="2d"/>
                        <enumeration value="2e"/>
                        <enumeration value="2f"/>
                    </string>
                </syntax>
            </parameter>
            <parameter name="EventDescription" access="readOnly">
                <description>
                    A free-form description of the way the event instance is meant to be used.
                    E.g. "detecting cell edge to prepare for hand-out", "cancel hand-out preparation".
                </description>
                <syntax>
                    <string>
                        <size maxLength="256" />
                    </string>
                </syntax>
            </parameter>
            <parameter name="MeasurementQuantity" access="readWrite">
                <description>
                    Defines the measurement quantity for inter-freq HO measurement when the UE is in Cell-DCH state.
                    Enumeration of:
                    {{enum}}
                    {{bibref|3GPP-TS.25.331|Section 10.3.7.18}}
                </description>
                <syntax>
                    <string>
                        <enumeration value="CPICH Ec/No">
                        </enumeration>
                        <enumeration value="CPICH RSCP">
                        </enumeration>
                    </string>
                </syntax>
            </parameter>
            <parameter name="FilterCoefficient" access="readWrite">
                <description>
                    Defines the filter coefficient for inter-freq HO measurement when the UE is in Cell-DCH state.
                    {{bibref|3GPP-TS.25.331|Section 10.3.7.9 and Section 10.3.7.18}}
                </description>
                <syntax>
                    <unsignedInt>
                        <range minInclusive="0" maxInclusive="9" />
                        <range minInclusive="11" maxInclusive="11" />
                        <range minInclusive="13" maxInclusive="13" />
                        <range minInclusive="15" maxInclusive="15" />
                        <range minInclusive="17" maxInclusive="17" />
                        <range minInclusive="19" maxInclusive="19" />
                    </unsignedInt>
                </syntax>
            </parameter>
            <parameter name="WeightingFactor" access="readWrite">
                <description>
                    Defines the weighting factor for inter-freq HO measurement when the UE is in Cell-DCH state.
                    Actual values of the weighting factor are 0.0 to 2.0 in steps of 0.1. The value of {{param}} divided by 10 yields the actual value of the weighting factor.
                    {{bibref|3GPP-TS.25.331|Section 10.3.7.19}}
                </description>
                <syntax>
                    <unsignedInt>
                        <range minInclusive="0" maxInclusive="20" />
                    </unsignedInt>
                </syntax>
            </parameter>
            <parameter name="Hysteresis" access="readWrite">
                <description>
                    Defines the hysteresis for inter-freq HO measurement when the UE is in Cell-DCH state.
                    Actual values of the range are 0.0 to 14.5 in steps of 0.5. The value of {{param}} divided by 2 yields the actual value of the hysteresis.
                    {{bibref|3GPP-TS.25.331|Section 10.3.7.19}}
                </description>
                <syntax>
                    <unsignedInt>
                        <range minInclusive="0" maxInclusive="15" />
                    </unsignedInt>
                </syntax>
            </parameter>
            <parameter name="TimeToTrigger" access="readWrite">
                <description>
                    Defines the time-to-trigger in {{units}} for inter-freq HO measurement when the UE is in Cell-DCH state.
                    Only the specified values are considered valid, any value other than those and the CPE MUST reject the request.
                    {{bibref|3GPP-TS.25.331|Section 10.3.7.39 and Section 10.3.7.64}}
                </description>
                <syntax>
                    <unsignedInt>
                        <range minInclusive="0" maxInclusive="0" />
                        <range minInclusive="10" maxInclusive="10" />
                        <range minInclusive="20" maxInclusive="20" />
                        <range minInclusive="40" maxInclusive="40" />
                        <range minInclusive="60" maxInclusive="60" />
                        <range minInclusive="80" maxInclusive="80" />
                        <range minInclusive="100" maxInclusive="100" />
                        <range minInclusive="120" maxInclusive="120" />
                        <range minInclusive="160" maxInclusive="160" />
                        <range minInclusive="200" maxInclusive="200" />
                        <range minInclusive="240" maxInclusive="240" />
                        <range minInclusive="320" maxInclusive="320" />
                        <range minInclusive="640" maxInclusive="640" />
                        <range minInclusive="1280" maxInclusive="1280" />
                        <range minInclusive="2560" maxInclusive="2560" />
                        <range minInclusive="5000" maxInclusive="5000" />
                        <units value="milliseconds"/>
                    </unsignedInt>
                </syntax>
            </parameter>
            <parameter name="ThresholdUsedFrequency" access="readWrite">
                <description>
                    Applicable to events 2b, 2d, 2f, otherwise not needed.
                    Defines the reporting threshold for inter-freq HO measurement when the UE is in Cell-DCH state. This is the "Threshold used frequency" as defined in {{bibref|3GPP-TS.25.331|Section 10.3.7.19}}.
                    Each valid value of {{param|MeasurementQuantity}} has a different valid range.
                    {{enum|CPICH RSCP|MeasurementQuantity}} has a range of -120 dBm to -25 dBm
                    {{enum|CPICH Ec/No|MeasurementQuantity}} has a range of -24 dB to 0 dB
                </description>
                <syntax>
                    <int>
                        <range minInclusive="-120" maxInclusive="0" />
                    </int>
                </syntax>
            </parameter>
            <parameter name="ThresholdNonUsedFrequency" access="readWrite">
                <description>
                    Applicable to events 2a, 2b, 2c, 2e otherwise not needed.
                    Defines the reporting threshold for inter-freq HO measurement when the UE is in Cell-DCH state. This is the "Threshold non used frequency" as defined in {{bibref|3GPP-TS.25.331|Section 10.3.7.19}}.
                    Each valid value of {{param|MeasurementQuantity}} has a different valid range.
                    {{enum|CPICH RSCP|MeasurementQuantity}} has a range of -120 dBm to -25 dBm
                    {{enum|CPICH Ec/No|MeasurementQuantity}} has a range of -24 dB to 0 dB
                </description>
                <syntax>
                    <int>
                        <range minInclusive="-120" maxInclusive="0" />
                    </int>
                </syntax>
            </parameter>
        </object>
        <object name="FAPService.{i}.CellConfig.UMTS.RAN.InterRATMeas." access="readOnly" minEntries="1" maxEntries="1">
            <description>This object contains parameters relating to the inter-RAT HO related control parameters. This is specifically for GERAN system.</description>
            <parameter name="GSMFilterCoefficient" access="readWrite">
                <description>
                    Defines the filter coefficient for inter-RAT HO measurement when the UE is in Cell-DCH state.
                    {{bibref|3GPP-TS.25.331|Section 10.3.7.9 and Section 10.3.7.29}}
                </description>
                <syntax>
                    <unsignedInt>
                        <range minInclusive="0" maxInclusive="9" />
                        <range minInclusive="11" maxInclusive="11" />
                        <range minInclusive="13" maxInclusive="13" />
                        <range minInclusive="15" maxInclusive="15" />
                        <range minInclusive="17" maxInclusive="17" />
                        <range minInclusive="19" maxInclusive="19" />
                    </unsignedInt>
                </syntax>
            </parameter>
            <parameter name="BSICVerificationRequired" access="readWrite">
                <description>
                    Indicates whether the BSIC verification is required or not for inter-RAT HO measurement when the UE is in Cell-DCH state.
                    {{bibref|3GPP-TS.25.331|Section 10.3.7.29}}
                </description>
                <syntax>
                    <boolean />
                </syntax>
            </parameter>
            <parameter name="WeightingFactor" access="readWrite">
                <description>
                    Defines the weighting factor for inter-RAT HO measurement when the UE is in Cell-DCH state.
                    Actual values of the weighting factor are 0.0 to 2.0 in steps of 0.1. The value of {{param}} divided by 10 yields the actual value of the weighting factor.
                    {{bibref|3GPP-TS.25.331|Section 10.3.7.30}}
                </description>
                <syntax>
                    <unsignedInt>
                        <range minInclusive="0" maxInclusive="20" />
                    </unsignedInt>
                </syntax>
            </parameter>
            <parameter name="Hysteresis" access="readWrite">
                <description>
                    Defines the hysteresis for inter-RAT HO measurement when the UE is in Cell-DCH state.
                    Actual values of the range are 0.0 to 7.5 in steps of 0.5. The value of {{param}} divided by 2 yields the actual value of the hysteresis.
                    {{bibref|3GPP-TS.25.331|Section 10.3.7.30}}
                </description>
                <syntax>
                    <unsignedInt>
                        <range minInclusive="0" maxInclusive="15" />
                    </unsignedInt>
                </syntax>
            </parameter>
            <parameter name="TimeToTrigger" access="readWrite">
                <description>
                    Defines the time-to-trigger in {{units}} for inter-RAT HO measurement when the UE is in Cell-DCH state.
                    Only the specified values are considered valid, any value other than those and the CPE MUST reject the request.
                    {{bibref|3GPP-TS.25.331|Section 10.3.7.39 and Section 10.3.7.64}}
                </description>
                <syntax>
                    <unsignedInt>
                        <range minInclusive="0" maxInclusive="0" />
                        <range minInclusive="10" maxInclusive="10" />
                        <range minInclusive="20" maxInclusive="20" />
                        <range minInclusive="40" maxInclusive="40" />
                        <range minInclusive="60" maxInclusive="60" />
                        <range minInclusive="80" maxInclusive="80" />
                        <range minInclusive="100" maxInclusive="100" />
                        <range minInclusive="120" maxInclusive="120" />
                        <range minInclusive="160" maxInclusive="160" />
                        <range minInclusive="200" maxInclusive="200" />
                        <range minInclusive="240" maxInclusive="240" />
                        <range minInclusive="320" maxInclusive="320" />
                        <range minInclusive="640" maxInclusive="640" />
                        <range minInclusive="1280" maxInclusive="1280" />
                        <range minInclusive="2560" maxInclusive="2560" />
                        <range minInclusive="5000" maxInclusive="5000" />
                        <units value="milliseconds"/>
                    </unsignedInt>
                </syntax>
            </parameter>
            <parameter name="ThresholdOwnSystem" access="readWrite">
                <description>Defines the reporting threshold for inter-RAT HO measurement when the UE is in Cell-DCH state. This is the "Threshold own system" as defined in {{bibref|3GPP-TS.25.331|Section 10.3.7.30}}.</description>
                <syntax>
                    <int>
                        <range minInclusive="-115" maxInclusive="0" />
                    </int>
                </syntax>
            </parameter>
            <parameter name="ThresholdOtherSystem" access="readWrite">
                <description>Defines the reporting threshold for inter-RAT HO measurement when the UE is in Cell-DCH state. This is the "Threshold other system" as defined in {{bibref|3GPP-TS.25.331|Section 10.3.7.30}}.</description>
                <syntax>
                    <int>
                        <range minInclusive="-115" maxInclusive="0" />
                    </int>
                </syntax>
            </parameter>
            <parameter name="InstanceNumberOfEntries" access="readOnly">
                <description>{{numentries}}</description>
                <syntax>
                    <unsignedInt />
                </syntax>
            </parameter>
        </object>
        <object name="FAPService.{i}.CellConfig.UMTS.RAN.InterRATMeas.Instance.{i}." access="readWrite" minEntries="0" maxEntries="unbounded" numEntriesParameter="InstanceNumberOfEntries" enableParameter="Enable">
            <description>Table containing parameters relating to a particular instance of inter-freq events.</description>
            <uniqueKey functional="false">
                <parameter ref="Alias" />
            </uniqueKey>
            <uniqueKey>
                <parameter ref="InterRATEventIdentity" />
            </uniqueKey>
            <parameter name="Enable" access="readWrite">
                <description>Enables or disables this {{object}} entry.</description>
                <syntax>
                    <boolean />
                    <default type="object" value="false" />
                </syntax>
            </parameter>
            <parameter name="Alias" access="readWrite">
                <description>{{datatype|expand}}</description>
                <syntax>
                    <dataType ref="Alias" />
                </syntax>
            </parameter>
            <parameter name="InterRATEventIdentity" access="readOnly">
                <description>
                    Each entry is an Event ID from the list of: {{enum}}
                    Defines the identity of the event used to trigger UE reporting (in case of event-triggered reporting).
                    {{bibref|3GPP-TS.25.331|Section 10.3.7.14}}
                    This attribute is readable, as it is highly dependent on how the FAP makes use of the event.
                </description>
                <syntax>
                    <string>
                        <enumeration value="3a">
                        </enumeration>
                        <enumeration value="3b">
                        </enumeration>
                        <enumeration value="3c">
                        </enumeration>
                        <enumeration value="3d">
                        </enumeration>
                    </string>
                </syntax>
            </parameter>
            <parameter name="EventDescription" access="readOnly">
                <description>
A free-form description of the way the event instance is meant to be used.
E.g. "hand-out to GSM macrocell", "cancel hand-out preparation due to decreasing macrocell quality".
                </description>
                <syntax>
                    <string>
                        <size maxLength="256" />
                    </string>
                </syntax>
            </parameter>
            <parameter name="FilterCoefficient" access="readWrite">
                <description>
                    Defines the filter coefficient for inter-freq HO measurement when the UE is in Cell-DCH state.
                    {{bibref|3GPP-TS.25.331|Section 10.3.7.9 and Section 10.3.7.18}}
                </description>
                <syntax>
                    <unsignedInt>
                        <range minInclusive="0" maxInclusive="9" />
                        <range minInclusive="11" maxInclusive="11" />
                        <range minInclusive="13" maxInclusive="13" />
                        <range minInclusive="15" maxInclusive="15" />
                        <range minInclusive="17" maxInclusive="17" />
                        <range minInclusive="19" maxInclusive="19" />
                    </unsignedInt>
                </syntax>
            </parameter>
            <parameter name="BSICVerificationRequired" access="readWrite">
                <description>
                    Applicable only to GSM events.
                    Indicates whether the BSIC verification is required or not for inter-RAT HO measurement when the UE is in Cell-DCH state.
                    {{bibref|3GPP-TS.25.331|Section 10.3.7.29}}
                </description>
                <syntax>
                    <boolean />
                </syntax>
            </parameter>
            <parameter name="WeightingFactor" access="readWrite">
                <description>
                    Defines the weighting factor for inter-RAT HO measurement when the UE is in Cell-DCH state.
                    Actual values of the weighting factor are 0.0 to 2.0 in steps of 0.1. The value of {{param}} divided by 10 yields the actual value of the weighting factor.
                    {{bibref|3GPP-TS.25.331|Section 10.3.7.30}}
                </description>
                <syntax>
                    <unsignedInt>
                        <range minInclusive="0" maxInclusive="20" />
                    </unsignedInt>
                </syntax>
            </parameter>
            <parameter name="Hysteresis" access="readWrite">
                <description>
                    Defines the hysteresis for inter-RAT HO measurement when the UE is in Cell-DCH state.
                    Actual values of the range are 0.0 to 7.5 in steps of 0.5. The value of {{param}} divided by 2 yields the actual value of the hysteresis.
                    {{bibref|3GPP-TS.25.331|Section 10.3.7.30}}
                </description>
                <syntax>
                    <unsignedInt>
                        <range minInclusive="0" maxInclusive="15" />
                    </unsignedInt>
                </syntax>
            </parameter>
            <parameter name="TimeToTrigger" access="readWrite">
                <description>
                    Defines the time-to-trigger in {{units}} for inter-RAT HO measurement when the UE is in Cell-DCH state.
                    Only the specified values are considered valid, any value other than those and the CPE MUST reject the request.
                    {{bibref|3GPP-TS.25.331|Section 10.3.7.39 and Section 10.3.7.64}}
                </description>
                <syntax>
                    <unsignedInt>
                        <range minInclusive="0" maxInclusive="0" />
                        <range minInclusive="10" maxInclusive="10" />
                        <range minInclusive="20" maxInclusive="20" />
                        <range minInclusive="40" maxInclusive="40" />
                        <range minInclusive="60" maxInclusive="60" />
                        <range minInclusive="80" maxInclusive="80" />
                        <range minInclusive="100" maxInclusive="100" />
                        <range minInclusive="120" maxInclusive="120" />
                        <range minInclusive="160" maxInclusive="160" />
                        <range minInclusive="200" maxInclusive="200" />
                        <range minInclusive="240" maxInclusive="240" />
                        <range minInclusive="320" maxInclusive="320" />
                        <range minInclusive="640" maxInclusive="640" />
                        <range minInclusive="1280" maxInclusive="1280" />
                        <range minInclusive="2560" maxInclusive="2560" />
                        <range minInclusive="5000" maxInclusive="5000" />
                        <units value="milliseconds"/>
                    </unsignedInt>
                </syntax>
            </parameter>
            <parameter name="ThresholdOwnSystem" access="readWrite">
                <description>
                   Applicable only to event 3a, otherwise not needed.
                   Defines the reporting threshold for inter-RAT HO measurement when the UE is in Cell-DCH state. This is the "Threshold own system" as defined in {{bibref|3GPP-TS.25.331|Section 10.3.7.30}}.</description>
                <syntax>
                    <int>
                        <range minInclusive="-115" maxInclusive="0" />
                    </int>
                </syntax>
            </parameter>
            <parameter name="ThresholdOtherSystem" access="readWrite">
                <description>
                    Applicable to events 3a, 3b, 3c, otherwise not needed.
                    Defines the reporting threshold for inter-RAT HO measurement when the UE is in Cell-DCH state. This is the "Threshold other system" as defined in {{bibref|3GPP-TS.25.331|Section 10.3.7.30}}.</description>
                <syntax>
                    <int>
                        <range minInclusive="-115" maxInclusive="0" />
                    </int>
                </syntax>
            </parameter>
        </object>
        <object name="FAPService.{i}.CellConfig.UMTS.RAN.UEInternalMeas." access="readOnly" minEntries="1" maxEntries="1">
            <description>This object contains parameters relating to the UE internal measurement control parameters.</description>
            <parameter name="FilterCoefficient" access="readWrite">
                <description>
                    Defines the filter coefficient for UE internal measurement.
                    {{bibref|3GPP-TS.25.331|Section 10.3.7.9 and Section 10.3.7.79}}
                </description>
                <syntax>
                    <unsignedInt>
                        <range minInclusive="0" maxInclusive="9" />
                        <range minInclusive="11" maxInclusive="11" />
                        <range minInclusive="13" maxInclusive="13" />
                        <range minInclusive="15" maxInclusive="15" />
                        <range minInclusive="17" maxInclusive="17" />
                        <range minInclusive="19" maxInclusive="19" />
                    </unsignedInt>
                </syntax>
            </parameter>
            <parameter name="UETxPwrThresholdEvent6a" access="readWrite">
                <description>
                    Defines the threshold for UE transmit power above which Event 6a is reported.
                    {{bibref|3GPP-TS.25.331|Section 10.3.7.80}}
                </description>
                <syntax>
                    <int>
                        <range minInclusive="-50" maxInclusive="33" />
                        <units value="dBm">
                        </units>
                    </int>
                </syntax>
            </parameter>
            <parameter name="TimeToTriggerEvent6a" access="readWrite">
                <description>
                    Defines the period in {{units}} between detection of Event 6a and sending of Measurement Report.
                    Only the specified values are considered valid, any value other than those and the CPE MUST reject the request.
                    {{bibref|3GPP-TS.25.331|Section 10.3.7.80}}
                </description>
                <syntax>
                    <unsignedInt>
                        <range minInclusive="0" maxInclusive="0" />
                        <range minInclusive="10" maxInclusive="10" />
                        <range minInclusive="20" maxInclusive="20" />
                        <range minInclusive="40" maxInclusive="40" />
                        <range minInclusive="60" maxInclusive="60" />
                        <range minInclusive="80" maxInclusive="80" />
                        <range minInclusive="100" maxInclusive="100" />
                        <range minInclusive="120" maxInclusive="120" />
                        <range minInclusive="160" maxInclusive="160" />
                        <range minInclusive="200" maxInclusive="200" />
                        <range minInclusive="240" maxInclusive="240" />
                        <range minInclusive="320" maxInclusive="320" />
                        <range minInclusive="640" maxInclusive="640" />
                        <range minInclusive="1280" maxInclusive="1280" />
                        <range minInclusive="2560" maxInclusive="2560" />
                        <range minInclusive="5000" maxInclusive="5000" />
                        <units value="milliseconds"/>
                    </unsignedInt>
                </syntax>
            </parameter>
            <parameter name="UETxPwrThresholdEvent6b" access="readWrite">
                <description>
                    Defines the threshold for UE transmit power above which Event 6b is reported.
                    {{bibref|3GPP-TS.25.331|Section 10.3.7.80}}
                </description>
                <syntax>
                    <int>
                        <range minInclusive="-50" maxInclusive="33" />
                        <units value="dBm">
                        </units>
                    </int>
                </syntax>
            </parameter>
            <parameter name="TimeToTriggerEvent6b" access="readWrite">
                <description>
                    Defines the period in {{units}} between detection of Event 6b and sending of Measurement Report.
                    Only the specified values are considered valid, any value other than those and the CPE MUST reject the request.
                    {{bibref|3GPP-TS.25.331|Section 10.3.7.80}}
                </description>
                <syntax>
                    <unsignedInt>
                        <range minInclusive="0" maxInclusive="0" />
                        <range minInclusive="10" maxInclusive="10" />
                        <range minInclusive="20" maxInclusive="20" />
                        <range minInclusive="40" maxInclusive="40" />
                        <range minInclusive="60" maxInclusive="60" />
                        <range minInclusive="80" maxInclusive="80" />
                        <range minInclusive="100" maxInclusive="100" />
                        <range minInclusive="120" maxInclusive="120" />
                        <range minInclusive="160" maxInclusive="160" />
                        <range minInclusive="200" maxInclusive="200" />
                        <range minInclusive="240" maxInclusive="240" />
                        <range minInclusive="320" maxInclusive="320" />
                        <range minInclusive="640" maxInclusive="640" />
                        <range minInclusive="1280" maxInclusive="1280" />
                        <range minInclusive="2560" maxInclusive="2560" />
                        <range minInclusive="5000" maxInclusive="5000" />
                        <units value="milliseconds"/>
                    </unsignedInt>
                </syntax>
            </parameter>
        </object>
        <object name="FAPService.{i}.CellConfig.UMTS.RAN.RF." access="readOnly" minEntries="1" maxEntries="1">
            <description>This object contains parameters relating to the RF configuration.</description>
            <parameter name="UARFCNDL" access="readWrite">
                <description>
                    {{list}} Each item is a DL UTRA Absolute Radio Frequency Channel Number (UARFCN) in an FDD mode cell.
                    {{bibref|3GPP-TS.25.433|Section 9.2.1.65}}
                    Self-configuration for UARFCN is controlled by {{param|.Capabilities.UMTS.SelfConfig.UARFCNConfig}} from an availability perspective and {{param|.FAPControl.UMTS.SelfConfig.UARFCNSelfConfigEnable}} from an enabled perspective.
                    If the FAP's self-configuration capability for UARFCN is available and enabled, this parameter MAY contain more than one item and the FAP is expected to select one from the list for {{param|UARFCNDLInUse}}.
                    If the self-configuration capability is not available or not enabled, then this parameter SHOULD contain only a single item.
                    The UARFCN values supplied to the list are derived based on the formula defined in {{bibref|3GPP-TS.25.104|Section 5.4.3}}
                    The order of the UARFCN entries has no significance.
                    The carrier spacing in FDD mode is fixed as defined in {{bibref|3GPP-TS.25.104}}. Therefore, the FAP can unambiguously derive the UL UARFCN value based on the selected DL UARFCN.
                </description>
                <syntax>
                    <list minItems="1">
                        <size maxLength="64">
                        </size>
                    </list>
                    <string />
                </syntax>
            </parameter>
            <parameter name="UARFCNDLInUse" access="readOnly">
                <description>
                    The DL UARFCN being used by the FAP.
                    Self-configuration for UARFCN is controlled by {{param|.Capabilities.UMTS.SelfConfig.UARFCNConfig}} from an availability perspective and {{param|.FAPControl.UMTS.SelfConfig.UARFCNSelfConfigEnable}} from an enabled perspective.
                    If the self-configuration capability is available and enabled, this parameter indicates the value selected by the FAP among the choices provided in {{param|UARFCNDL}}.
                    If the self-configuration capability is not available or not enabled, then this parameter contains the first value in {{param|UARFCNDL}}.
                </description>
                <syntax>
                    <unsignedInt />
                </syntax>
            </parameter>
            <parameter name="UARFCNULInUse" access="readOnly">
                <description>
                    The UL UARFCN being used by the FAP.
                    The UL UARFCN that corresponds to {{param|UARFCNDLInUse}}.
                </description>
                <syntax>
                    <unsignedInt />
                </syntax>
            </parameter>
            <parameter name="UARFCNDLToProtect" access="readWrite">
                <description>
                    {{list}} Each item is a DL UARFCNs to be protected from adjacent channel interference.  "Adjacent channel" in this context means offset from the FAP's UARFCN by 5MHz. {{bibref|3GPP-TS.25.104|Section 6.4.6}}
                    If any of the items in the list are adjacent to the FAP's own DL channel, the FAP MUST take the Primary CPICH code power measured on these channels into account as part of its maximum transmit power self-configuration.
                    The UARFCNs in the list can belong to any operator, allowing for protection of the FAP operator's own macro layer as well as that of other operators (only the latter is mandated by the {{bibref|3GPP-TS.25.104}} requirements).
                    The list SHOULD take into account the ability of the FAP to self-configure its own DL UARFCN and so SHOULD include any channels (requiring protection) which can potentially be adjacent to the UARFCN selected by the FAP.
                    For example, if only adjacent operator protection is required and the FAP has the ability to self-configure to any channel owned by its operator, this list would be populated with the UARFCNs immediately above and below the range of channels owned by the FAP operator. Adjacent channel protection can cause the FAP transmit power to be reduced down to as low as 8dBm.
                    If {{empty}} then it indicates that there are no channels adjacent to the FAP that require protection, or that self-configuration of the FAP transmit power is not enabled.
                </description>
                <syntax>
                    <list>
                        <size maxLength="64">
                        </size>
                    </list>
                    <string />
                </syntax>
            </parameter>
            <parameter name="PrimaryScramblingCode" access="readWrite">
                <description>
                    {{list}} Each item is a Primary DL Scrambling Code used by the FDD mode cell with a numeric range between 0 and 511 inclusive.
                    {{bibref|3GPP-TS.25.433|Section 9.2.2.34}}
                    Self-configuration for PSC is controlled by {{param|.Capabilities.UMTS.SelfConfig.PrimaryScramblingCodeConfig}} from an availability perspective and {{param|.FAPControl.UMTS.SelfConfig.PrimaryScramblingCodeSelfConfigEnable}} from an enabled perspective.
                    If the FAP's self-configuration capability for {{param}} is available and enabled, this parameter MAY contain more than one item and the FAP is expected to select one from the list for {{param|PrimaryScramblingCodeInUse}}.
                    If the self-configuration capability is not available or not enabled, then this parameter SHOULD contain only a single item.
                    The multiplicity of the PSC values can also be expressed by defining a range using ".." (two periods) between two values. In this case, the combination of two values defines the lower-bound and upper-bound of the range inclusive.
                    The following are examples of valid PSC string:
                    :"20"
                    ::(explicitly specifies a single PSC value)
                    :"20,30,40"
                    ::(specifies 3 possible PSC values to select from)
                    "20..40"
                    ::(specifies 21 possible values between 20 and 40, inclusive)
                    "20..40,50"
                    ::(specifies 22 possible values between 20 and 40 inclusive and a single value 50)
                    The order of the items has no significance.
                </description>
                <syntax>
                    <list minItems="1">
                        <size maxLength="32">
                        </size>
                    </list>
                    <string />
                </syntax>
            </parameter>
            <parameter name="PrimaryScramblingCodeInUse" access="readOnly">
                <description>
                    The PSC being used by the FAP.
                    Self-configuration for PSC is controlled by {{param|.Capabilities.UMTS.SelfConfig.PrimaryScramblingCodeConfig}} from an availability perspective and {{param|.FAPControl.UMTS.SelfConfig.PrimaryScramblingCodeSelfConfigEnable}} from an enabled perspective.
                    If the self-configuration capability is available and enabled, this parameter indicates the value selected by the FAP among the choices provided in {{param|PrimaryScramblingCode}}.
                    If the self-configuration capability is not available or not enabled, then this parameter contains the first value in {{param|PrimaryScramblingCode}}.
                </description>
                <syntax>
                    <unsignedInt />
                </syntax>
            </parameter>
            <parameter name="MaxFAPTxPowerExpanded" access="readWrite">
                <description>
                    Defines the maximum transmission power allowed on the FAP, maximum value for the linear sum of the power of all downlink physical channels, that is allowed to be used in a cell.
                    {{param}} is expressed as a range of allowed maximum power levels with ".." (two periods) between the upper and lower values, i.e. "&lt;Pmax_low&gt;..&lt;Pmax_high&gt;".
                    {{param}} identifies the limits between which the FAP can self-configure its maximum transmit power.
                    Self-configuration for maximum transmission power is controlled by {{param|.Capabilities.UMTS.SelfConfig.MaxFAPTxPowerExpandedConfig}} from an availability perspective and {{param|.FAPControl.UMTS.SelfConfig.MaxFAPTxPowerExpandedSelfConfigEnable}} from an enabled perspective.
                    &lt;Pmax_low&gt; and &lt;Pmax_high&gt; are measured in dBm and have a range of -30.0 to 20.0 incremented by 0.1 dB.
                    {{bibref|3GPP-TS.32.642|Section 6.3.9}} {{bibref|3GPP-TS.25.104|Section 6.2.1}}
                </description>
                <syntax>
                    <string>
                        <size maxLength="64">
                        </size>
                    </string>
                </syntax>
            </parameter>
            <parameter name="MaxFAPTxPowerInUseExpanded" access="readOnly">
                <description>
                    The maximum transmission power measured in {{units}} currently used by the FAP.
                    Actual values of the maximum transmission power are -30.0 {{units}} to 20.0 {{units}} in steps of 0.1 dB. The value of {{param}} divided by 10 yields the actual value of the maximum transmission power.
                    Self-configuration for maximum transmission power is controlled by {{param|.Capabilities.UMTS.SelfConfig.MaxFAPTxPowerExpandedConfig}} from an availability perspective and {{param|.FAPControl.UMTS.SelfConfig.MaxFAPTxPowerExpandedSelfConfigEnable}} from an enabled perspective.
                    If the self-configuration capability is available and enabled, this parameter indicates the value selected by the FAP among the range provided in {{param|MaxFAPTxPowerExpanded}}.
                    If the self-configuration capability is not available or not enabled, then this parameter contains a value selected by the ACS.
                </description>
                <syntax>
                    <int>
                        <range minInclusive="-300" maxInclusive="200" />
                        <units value="dBm">
                        </units>
                    </int>
                </syntax>
            </parameter>
            <parameter name="MaxULTxPower" access="readWrite">
                <description>
                    Defines the maximum transmission power level a UE can use on PRACH.
                    {{param}} is expressed as a range of allowed maximum power levels with ".." (two periods) between the upper and lower values, i.e. "&lt;Pmax_low&gt;..&lt;Pmax_high&gt;".
                    {{param}} identifies the limits between which the FAP can self-configure its maximum transmit power.
                    Self-configuration for maximum transmission power is controlled by {{param|.Capabilities.UMTS.SelfConfig.MaxULTxPowerConfig}} from an availability perspective and {{param|.FAPControl.UMTS.SelfConfig.MaxULTxPowerSelfConfigEnable}} from an enabled perspective.
                    &lt;Pmax_low&gt; and &lt;Pmax_high&gt; are measured in dBm and have a range of -50 to 33 incremented by 1.
                    {{bibref|3GPP-TS.25.331|Section 10.3.6.39}}
                </description>
                <syntax>
                    <string>
                        <size maxLength="64">
                        </size>
                    </string>
                </syntax>
            </parameter>
            <parameter name="MaxULTxPowerInUse" access="readOnly">
                <description>
                    The maximum transmission power level a UE can use on PRACH.
                    Self-configuration for maximum transmission power is controlled by {{param|.Capabilities.UMTS.SelfConfig.MaxULTxPowerConfig}} from an availability perspective and {{param|.FAPControl.UMTS.SelfConfig.MaxULTxPowerSelfConfigEnable}} from an enabled perspective.
                    If the self-configuration capability is available and enabled, this parameter indicates the value selected by the FAP among the range provided in {{param|MaxULTxPower}}.
                    If the self-configuration capability is not available or not enabled, then this parameter contains a value selected by the ACS.
                </description>
                <syntax>
                    <int>
                        <range minInclusive="-50" maxInclusive="33" />
                        <units value="dBm">
                        </units>
                    </int>
                </syntax>
            </parameter>
            <parameter name="PCPICHPower" access="readWrite">
                <description>
                    The value of the transmission power of the Primary Common PIlot CHannel (P-CPICH). The P-CPICH physical channel carries the common pilots of the cell. Parameter in SIB5.
                    {{param}} is expressed as a range of allowed transmission power levels with ".." (two periods) between the upper and lower values, i.e. "&lt;Pmax_low&gt;..&lt;Pmax_high&gt;".
                    {{param}} identifies the limits between which the FAP can self-configure its transmission power.
                    Self-configuration for transmission power is controlled by {{param|.Capabilities.UMTS.SelfConfig.PCPICHPowerConfig}} from an availability perspective and {{param|.FAPControl.UMTS.SelfConfig.PCPICHPowerSelfConfigEnable}} from an enabled perspective.
                    &lt;Pmax_low&gt; and &lt;Pmax_high&gt; are measured in dBm and have a range of -10.0 to 20.0 incremented by 0.1 dB.
                    {{bibref|3GPP-TS.32.642|Section 6.3.11}} {{bibref|3GPP-TS.25.104|Section 6.2.1}}
                </description>
                <syntax>
                    <string>
                        <size maxLength="64">
                        </size>
                    </string>
                </syntax>
            </parameter>
            <parameter name="PCPICHPowerInUse" access="readOnly">
                <description>
                    The P-CPICH power measured in {{units}} currently used by the FAP.
                    Actual values of the maximum transmission power are -10.0 {{units}} to 20.0 {{units}} in steps of 0.1 dB. The value of {{param}} divided by 10 yields the actual value of the maximum transmission power.
                    Self-configuration for transmission power is controlled by {{param|.Capabilities.UMTS.SelfConfig.PCPICHPowerConfig}} from an availability perspective and {{param|.FAPControl.UMTS.SelfConfig.PCPICHPowerSelfConfigEnable}} from an enabled perspective.
                    If the self-configuration capability is available and enabled, this parameter indicates the value selected by the FAP among the range provided in {{param|PCPICHPower}}.
                    If the self-configuration capability is not available or not enabled, then this parameter contains a value selected by the ACS.
                </description>
                <syntax>
                    <int>
                        <range minInclusive="-100" maxInclusive="200" />
                        <units value="dBm">
                        </units>
                    </int>
                </syntax>
            </parameter>
            <parameter name="PowerOffsetPilotDPDCH" access="readWrite">
                <description>
                    Defines the power offset between pilot channel and DPDCH.
                    Actual values of the offset are 0.0 {{units}} to 6.0 {{units}} in steps of 0.25 {{units}}. The value of {{param}} divided by 4 yields the actual value of the offset.
                    {{bibref|3GPP-TS.25.331|Section 10.3.6.18}} {{bibref|3GPP-TS.25.214|Section 5.2.1}}
                </description>
                <syntax>
                    <unsignedInt>
                        <range minInclusive="0" maxInclusive="24" />
                        <units value="dB">
                        </units>
                    </unsignedInt>
                </syntax>
            </parameter>
            <parameter name="FAPCoverageTarget" access="readWrite">
                <description>
                    Defines the target value measured in {{units}} for the range of the FAP's DL coverage, in terms of RF propagation loss.
                    This value can be used by the FAP's self-configuration algorithms to help derive transmit power levels in the presence of co-channel and adjacent channel interference.
                    {{bibref|3GPP-TS.25.967|Section 7.2.1}}
                </description>
                <syntax>
                    <unsignedInt>
                        <range minInclusive="50" maxInclusive="150" />
                        <units value="dB">
                        </units>
                    </unsignedInt>
                </syntax>
            </parameter>
            <parameter name="FAPQualityTargetEcIo" access="readWrite">
                <description>Defines the target value measured in dB for the downlink signal quality of the FAP in terms of CPICH Ec/Io, thereby clarifying the meaning of "FAPCoverageTarget".
Actual values of the FAPQualityTargetEcIo are -20 dB to 0 dB in steps of 0.1 dB.
</description>
                <syntax>
                    <int>
                        <range minInclusive="-200" maxInclusive="0" />
                        <units value="dB">
                        </units>
                    </int>
                </syntax>
            </parameter>
            <parameter name="PSCHPower" access="readWrite">
                <description>
                    Defines the transmission power offset measured in {{units}} of the Primary SCH relative to the Primary CPICH power.
                    Actual values of the transmission power offset are -35.0 {{units}} to 15.0 {{units}} in steps of 0.1 {{units}}. The value of {{param}} divided by 10 yields the actual value of the transmission power offset.
                    {{bibref|3GPP-TS.32.642|Section 6.3.11}} {{bibref|3GPP-TS.25.433|Section 9.1.24 and Section 9.2.1.21}}
                </description>
                <syntax>
                    <int>
                        <range minInclusive="-350" maxInclusive="150" />
                        <units value="dB">
                        </units>
                    </int>
                </syntax>
            </parameter>
            <parameter name="SSCHPower" access="readWrite">
                <description>
                    Defines the transmission power offset measured in {{units}} of the Secondary SCH relative to the Primary CPICH power.
                    Actual values of the transmission power offset are -35.0 {{units}} to 15.0 {{units}} in steps of 0.1 {{units}}. The value of {{param}} divided by 10 yields the actual value of the transmission power offset.
                    {{bibref|3GPP-TS.32.642|Section 6.3.11}} {{bibref|3GPP-TS.25.433|Section 9.1.24 and Section 9.2.1.21}}
                </description>
                <syntax>
                    <int>
                        <range minInclusive="-350" maxInclusive="150" />
                        <units value="dB">
                        </units>
                    </int>
                </syntax>
            </parameter>
            <parameter name="PICHPower" access="readWrite">
                <description>
                    Defines the maximum transmission power offset measured in {{units}} of the PICH channel relative to the Primary CPICH transmission power.
                    {{bibref|3GPP-TS.32.642|Section 6.3.9}} {{bibref|3GPP-TS.25.433|Section 9.2.1.49A}} {{bibref|3GPP-TS.25.331|Section 10.3.6.50}}
                </description>
                <syntax>
                    <int>
                        <range minInclusive="-10" maxInclusive="5" />
                        <units value="dB">
                        </units>
                    </int>
                </syntax>
            </parameter>
            <parameter name="PCHPower" access="readWrite">
                <description>
                    Defines the transmission power offset measured in {{units}} of the PCH relative to the Primary CPICH power.
                    Actual values of the transmission power offset are -35.0 {{units}} to 15.0 {{units}} in steps of 0.1 {{units}}. The value of {{param}} divided by 10 yields the actual value of the transmission power offset.
                    {{bibref|3GPP-TS.32.642|Section 6.3.9}} {{bibref|3GPP-TS.25.433|Section 9.1.3.1 and Section 9.2.1.21}}
                </description>
                <syntax>
                    <int>
                        <range minInclusive="-350" maxInclusive="150" />
                        <units value="dB">
                        </units>
                    </int>
                </syntax>
            </parameter>
            <parameter name="FACHPower" access="readWrite">
                <description>
                    Defines the transmission power offset measured in {{units}} of the FACH relative to the Primary CPICH power.
                    Actual values of the transmission power offset are -35.0 {{units}} to 15.0 {{units}} in steps of 0.1 {{units}}. The value of {{param}} divided by 10 yields the actual value of the transmission power offset.
                    {{bibref|3GPP-TS.32.642|Section 6.3.9}} {{bibref|3GPP-TS.25.433|Section 9.1.6.1 and Section 9.2.1.21}}
                </description>
                <syntax>
                    <int>
                        <range minInclusive="-350" maxInclusive="150" />
                        <units value="dB">
                        </units>
                    </int>
                </syntax>
            </parameter>
            <parameter name="BCHPower" access="readWrite">
                <description>
                    Defines the transmission power offset measured in {{units}} of the BCH relative to the Primary CPICH power.
                    Actual values of the transmission power offset are -35.0 {{units}} to 15.0 {{units}} in steps of 0.1 {{units}}. The value of {{param}} divided by 10 yields the actual value of the transmission power offset.
                    {{bibref|3GPP-TS.32.642|Section 9.3.11}} {{bibref|3GPP-TS.25.433|Section 9.1.24 and Section 9.2.1.21}}
                </description>
                <syntax>
                    <int>
                        <range minInclusive="-350" maxInclusive="150" />
                        <units value="dB">
                        </units>
                    </int>
                </syntax>
            </parameter>
            <parameter name="AICHPower" access="readWrite">
                <description>
                    Defines the transmission power offset measured in {{units}} of one AICH relative to the Primary CPICH power. Parameter defined in SIB5 {{bibref|3GPP-TS.25.331|Section 10.3.6.3}}.
                    Transmission power level of AICH, AP-AICH and CD/CA-ICH channels compared to CPICH.
                    {{bibref|3GPP-TS.32.642|Section 6.3.11}} {{bibref|3GPP-TS.25.433|Section 9.2.2.D}}
                </description>
                <syntax>
                    <int>
                        <range minInclusive="-22" maxInclusive="5" />
                        <units value="dB">
                        </units>
                    </int>
                </syntax>
            </parameter>
            <parameter name="CTCHAllocationPeriod" access="readWrite">
                <description>The value defines 'N' multiples of M(TTI) for CBS DRX calculations at the UE side.</description>
                <syntax>
                    <unsignedInt>
                        <range minInclusive="1" maxInclusive="255" />
                    </unsignedInt>
                </syntax>
            </parameter>
            <parameter name="CBSFrameOffset" access="readWrite">
                <description>Value of CBS frame offset (CTCH) on DL FACH.  Parameter in SIB5</description>
                <syntax>
                    <unsignedInt>
                        <range minInclusive="0" maxInclusive="255" />
                    </unsignedInt>
                </syntax>
            </parameter>
            <parameter name="MaxTTI" access="readWrite">
                <description>Defines the number of radio frames in the TTI of the FACH used for CTCH (MTTI).</description>
                <syntax>
                    <unsignedInt>
                        <range minInclusive="1" maxInclusive="255" />
                    </unsignedInt>
                </syntax>
            </parameter>
            <parameter name="NoiseRiseLimitLowerValue" access="readWrite">
                <description>
                    Defines the lower value of the Noise Rise Limit range that UMTS FAP is allowed to pick from.
                    The value is measured in dB and has a range of 0.0 to 50.0 incremented by 0.1 dB. the value MUST not exceed the value of {{param|.CellConfig.UMTS.RAN.RF.NoiseRiseLimitUpperValue}}
                    The Noise Rise Limit range identifies the limits between which the FAP can self-configure its uplink noise rise limit.
                    Self-configuration for noise rise limit is controlled by {{param|.Capabilities.UMTS.SelfConfig.NoiseRiseLimitConfig}} from an availability perspective and {{param|.FAPControl.UMTS.SelfConfig.NoiseRiseLimitConfigEnable}} from an enabled perspective.
                </description>
                <syntax>
                    <unsignedInt>
                        <range minInclusive="0" maxInclusive="500" />
                    </unsignedInt>
                </syntax>
            </parameter>
            <parameter name="NoiseRiseLimitUpperValue" access="readWrite">
                <description>
                    Defines the upper value of the Noise Rise Limit range that UMTS FAP is allowed to pick from.
                    The value is measured in dB and has a range of 0.0 to 50.0 incremented by 0.1 dB. the value MUST not be below the value of {{param|.CellConfig.UMTS.RAN.RF.NoiseRiseLimitLowerValue}}
                    NoiseRiseLimit identifies the limits between which the FAP can self-configure its uplink noise rise limit.
                    Self-configuration for noise rise limit is controlled by {{param|.Capabilities.UMTS.SelfConfig.NoiseRiseLimitConfig}} from an availability perspective and {{param|.FAPControl.UMTS.SelfConfig.NoiseRiseLimitConfigEnable}} from an enabled perspective.
                </description>
                <syntax>
                    <unsignedInt>
                        <range minInclusive="0" maxInclusive="500" />
                    </unsignedInt>
                </syntax>
            </parameter>
            <parameter name="NoiseRiseLimitInUse" access="readOnly">
                <description>
                    Actual value of the Noise Rise Limit that the FAP uses. The value is measured in dB and has a range of 0.0 to 50.0 incremented by 0.1 dB.
                </description>
                <syntax>
                    <unsignedInt>
                        <range minInclusive="0" maxInclusive="500" />
                    </unsignedInt>
                </syntax>
            </parameter>
        </object>
        <object name="FAPService.{i}.CellConfig.UMTS.RAN.NeighborList." access="readOnly" minEntries="1" maxEntries="1">
            <description>This object contains parameters relating to the neighbor list.</description>
            <parameter name="MaxIntraFreqCellEntries" access="readOnly">
                <description>The maximum number of entries in the {{object|.CellConfig.UMTS.RAN.NeighborList.IntraFreqCell.{i}.}} table.</description>
                <syntax>
                    <unsignedInt />
                </syntax>
            </parameter>
            <parameter name="MaxInterFreqCellEntries" access="readOnly">
                <description>The maximum number of entries in the {{object|.CellConfig.UMTS.RAN.NeighborList.InterFreqCell.{i}.}} table.</description>
                <syntax>
                    <unsignedInt />
                </syntax>
            </parameter>
            <parameter name="IntraFreqCellNumberOfEntries" access="readOnly">
                <description>{{numentries}}</description>
                <syntax>
                    <unsignedInt />
                </syntax>
            </parameter>
            <parameter name="InterFreqCellNumberOfEntries" access="readOnly">
                <description>{{numentries}}</description>
                <syntax>
                    <unsignedInt />
                </syntax>
            </parameter>
        </object>
        <object name="FAPService.{i}.CellConfig.UMTS.RAN.NeighborList.IntraFreqCell.{i}." access="readWrite" minEntries="0" maxEntries="unbounded" numEntriesParameter="IntraFreqCellNumberOfEntries" enableParameter="Enable">
            <description>Table containing the intra-frequency cell list provided by the ACS. The table contents MAY be added/deleted/modified during operation, in which case these changes shall be reflected in the broadcast information as soon as possible.</description>
            <uniqueKey>
                <parameter ref="PCPICHScramblingCode" />
            </uniqueKey>
            <uniqueKey functional="false">
                <parameter ref="Alias" />
            </uniqueKey>
            <parameter name="Enable" access="readWrite">
                <description>Enables or disables this entry.</description>
                <syntax>
                    <boolean />
                    <default type="object" value="false">
                    </default>
                </syntax>
            </parameter>
            <parameter name="Alias" access="readWrite">
                <description>{{datatype|expand}}</description>
                <syntax>
                    <dataType ref="Alias" />
                </syntax>
            </parameter>
            <parameter name="MustInclude" access="readWrite">
                <description>Indicates whether this instance of the neighbor shall be included or excluded in the FAP's NL configuration.</description>
                <syntax>
                    <boolean />
                    <default type="object" value="false">
                    </default>
                </syntax>
            </parameter>
            <parameter name="PLMNID" access="readWrite">
                <description>
                    PLMN ID consists of Mobile Country Code (MCC) and Mobile Network Code (MNC) {{bibref|3GPP-TS.23.003}}, {{bibref|3GPP-TS.24.008}}.
                    Mobile Country Code consists of three digits and uniquely identifies the country of domicile of the subscriber.
                    Mobile Network Code consists of two or three digits and identifies the Home PLMN within a country.
                    For a 2-digit MNC the total string length of {{param}} is 5.
                </description>
                <syntax>
                    <string>
                        <size maxLength="6">
                        </size>
                    </string>
                    <default type="object" value="">
                    </default>
                </syntax>
            </parameter>
            <parameter name="RNCID" access="readWrite">
                <description>
                    RNC-ID of an intra-freq neighbor cell. It uniquely identifies an RNC within a PLMN.
                    Normally, RNC-ID consists of 12 bits (i.e. a range of [0:4095]). However, if the value is larger than 4095, then Extended RNC-ID (range of [4096:65535]) is used in RANAP.
                    The RNC-ID and Extended RNC-ID are combined into a single parameter here as there is no explicit need to have them separated.
                    {{bibref|3GPP-TS.25.413|Section 9.2.1.39}}
                </description>
                <syntax>
                    <unsignedInt>
                        <range minInclusive="0" maxInclusive="65535" />
                    </unsignedInt>
                    <default type="object" value="0">
                    </default>
                </syntax>
            </parameter>
            <parameter name="CID" access="readWrite">
                <description>Cell Identifier (C-id) that identifies a cell within an RNS. This Cell Identifier together with the controlling RNC (RNC-ID) constitutes the UTRAN Cell ID (UC-ID) and is used to identify a cell uniquely within UTRAN. C-ID is either 12-bit or 16-bit value. {{bibref|3GPP-TS.25.401|Section 6.1.5}}.</description>
                <syntax>
                    <unsignedInt>
                        <range minInclusive="0" maxInclusive="65535" />
                    </unsignedInt>
                </syntax>
            </parameter>
            <parameter name="LAC" access="readWrite">
                <description>
                    Location Area Code (LAC). The concatenation of PLMN ID (MCC+MNC) and LAC uniquely identifies the Location Area ID (LAI).
                    {{bibref|3GPP-TS.23.003|Section 4.1}} {{bibref|3GPP-TS.25.413|Section 9.2.3.6}}.
                </description>
                <syntax>
                    <unsignedInt>
                        <range minInclusive="1" maxInclusive="65533"/>
                        <range minInclusive="65535" maxInclusive="65535"/>
                    </unsignedInt>
                    <default type="object" value="65535">
                    </default>
                </syntax>
            </parameter>
            <parameter name="RAC" access="readWrite">
                <description>
                    Routing Area Code (RAC). The concatenation of PLMN ID (MCC+MNC), LAC, and RAC uniquely identifies the Routing Area ID (RAI).
                    {{bibref|3GPP-TS.23.003|Section 4.2}} {{bibref|3GPP-TS.25.413|Section 9.2.3.7}}
                </description>
                <syntax>
                    <unsignedInt>
                        <range minInclusive="0" maxInclusive="255" />
                    </unsignedInt>
                    <default type="object" value="0">
                    </default>
                </syntax>
            </parameter>
            <parameter name="URA" access="readWrite">
                <description>
                    UTRAN Registration Area (URA) {{bibref|3GPP-TS.23.401}}.
                    Indicates to the UE which {{param}} it shall use in case of overlapping URAs.
                    {{bibref|3GPP-TS.25.331|Section 10.3.2.6}}
                </description>
                <syntax>
                    <unsignedInt>
                        <range minInclusive="0" maxInclusive="65535" />
                    </unsignedInt>
                    <default type="object" value="0">
                    </default>
                </syntax>
            </parameter>
            <parameter name="PCPICHScramblingCode" access="readWrite">
                <description>Primary CPICH scrambling code.</description>
                <syntax>
                    <unsignedInt>
                        <range minInclusive="0" maxInclusive="511" />
                    </unsignedInt>
                    <default type="object" value="0">
                    </default>
                </syntax>
            </parameter>
            <parameter name="PCPICHTxPower" access="readWrite">
                <description>
                    Primary CPICH Tx power in {{units}}.
                    Actual values of the power are -10.0 {{units}} to 50.0 {{units}} in steps of 0.1 dB. The value of {{param}} divided by 10 yields the actual value of the power.
                    {{bibref|3GPP-TS.32.642|Section 6.3.11}} {{bibref|3GPP-TS.25.433|Section 2.2.33}}
                </description>
                <syntax>
                    <int>
                        <range minInclusive="-100" maxInclusive="500" />
                        <units value="dBm">
                        </units>
                    </int>
                    <default type="object" value="0">
                    </default>
                </syntax>
            </parameter>
            <parameter name="CollocatedInterFreqCell" access="readWrite">
                <description>
                    Provides identity of collocated inter-frequency Cell. Needed for pathloss estimation, in case the femto environment masks intra-frequency neighbor.
                    Cell Identity. {{bibref|3GPP-TS.25.331|Section 10.3.2.2}}
                </description>
                <syntax>
                    <unsignedInt>
                        <range minInclusive="0" maxInclusive="268435455" />
                    </unsignedInt>
                </syntax>
            </parameter>
            <parameter name="MaxTxPower" access="readWrite">
                <description>
                    Cell Max Tx Power. Parameter needed in HNB power calibration, for protection of neighbour cells. Actual values of the power are -30.0 dBm to 60.0 dBm
                    in steps of 0.1 dB. The value of MaxTxPower
                    divided by 10 yields the actual value of the power.
                    C.f {{bibref|3GPP-TS.32.642|Section 6.3.11}} {{bibref|3GPP-TS.25.104|Section 6.2.1}}
                </description>
                <syntax>
                    <int>
                        <range minInclusive="-300" maxInclusive="600" />
                        <units value="0.1 dBm">
                        </units>
                    </int>
                    <default type="object" value="0">
                    </default>
                </syntax>
            </parameter>
            <parameter name="MaxDPCHtxPower" access="readWrite">
                <description>
                    Maximum DL DPCH Tx Power per UE configured in the cell (for CS UEs).
                    Parameter may be used by FAP to protect the DL budget allocated to neighbouring UEs served by neighbour cells.
                    C.f  (max 10 dB below max Tx power)
                    {{bibref|3GPP-TS.32.642|Section 6.3.11}} {{bibref|3GPP-TS.25.104|Section 6.2.1}}
                    Actual values of the power are -40.0 dBm to 50.0 dBm
                    in steps of 0.1 dB. The value of MaxDPCHtxPower
                    divided by 10 yields the actual value of the power.
                </description>
                <syntax>
                    <int>
                        <range minInclusive="-400" maxInclusive="500" />
                        <units value="0.1 dBm">
                        </units>
                    </int>
                    <default type="object" value="0">
                    </default>
                </syntax>
            </parameter>
        </object>
        <object name="FAPService.{i}.CellConfig.UMTS.RAN.NeighborList.InterFreqCell.{i}." access="readWrite" minEntries="0" maxEntries="unbounded" numEntriesParameter="InterFreqCellNumberOfEntries" enableParameter="Enable">
            <description>Table containing the inter-frequency cell list provided by the ACS. The table contents MAY be added/deleted/modified during operation, in which case these changes shall be reflected in the broadcast information as soon as possible.</description>
            <uniqueKey>
                <parameter ref="PCPICHScramblingCode" />
                <parameter ref="UARFCNDL" />
            </uniqueKey>
            <uniqueKey functional="false">
                <parameter ref="Alias" />
            </uniqueKey>
            <parameter name="Enable" access="readWrite">
                <description>Enables or disables this entry.</description>
                <syntax>
                    <boolean />
                    <default type="object" value="false">
                    </default>
                </syntax>
            </parameter>
            <parameter name="Alias" access="readWrite">
                <description>{{datatype|expand}}</description>
                <syntax>
                    <dataType ref="Alias" />
                </syntax>
            </parameter>
            <parameter name="MustInclude" access="readWrite">
                <description>Indicates whether this instance of the neighbor shall be included or excluded in the FAP's NL configuration.</description>
                <syntax>
                    <boolean />
                    <default type="object" value="false">
                    </default>
                </syntax>
            </parameter>
            <parameter name="PLMNID" access="readWrite">
                <description>
                    PLMN ID consists of Mobile Country Code (MCC) and Mobile Network Code (MNC) {{bibref|3GPP-TS.23.003}}, {{bibref|3GPP-TS.24.008}}.
                    Mobile Country Code consists of three digits and uniquely identifies the country of domicile of the subscriber.
                    Mobile Network Code consists of two or three digits and identifies the Home PLMN within a country.
                    For a 2-digit MNC the total string length of {{param}} is 5.
                </description>
                <syntax>
                    <string>
                        <size maxLength="6">
                        </size>
                    </string>
                    <default type="object" value="">
                    </default>
                </syntax>
            </parameter>
            <parameter name="RNCID" access="readWrite">
                <description>
                    RNC-ID of an intra-freq neighbor cell. It uniquely identifies an RNC within a PLMN.
                    Normally, RNC-ID consists of 12 bits (i.e. a range of [0:4095]). However, if the value is larger than 4095, then Extended RNC-ID (range of [4096:65535]) is used in RANAP.
                    The RNC-ID and Extended RNC-ID are combined into a single parameter here as there is no explicit need to have them separated.
                    {{bibref|3GPP-TS.25.413|Section 9.2.1.39}}
                </description>
                <syntax>
                    <unsignedInt>
                        <range minInclusive="0" maxInclusive="65535" />
                    </unsignedInt>
                    <default type="object" value="0">
                    </default>
                </syntax>
            </parameter>
            <parameter name="CID" access="readWrite">
                <description>Cell Identifier (C-id) that identifies a cell within an RNS. This Cell Identifier together with the controlling RNC (RNC-ID) constitutes the UTRAN Cell ID (UC-ID) and is used to identify a cell uniquely within UTRAN. C-ID is either 12-bit or 16-bit value. {{bibref|3GPP-TS.25.401|Section 6.1.5}}.</description>
                <syntax>
                    <unsignedInt>
                        <range minInclusive="0" maxInclusive="65535" />
                    </unsignedInt>
                </syntax>
            </parameter>
            <parameter name="LAC" access="readWrite">
                <description>
                    Location Area Code (LAC). The concatenation of PLMN ID (MCC+MNC) and LAC uniquely identifies the Location Area ID (LAI).
                    {{bibref|3GPP-TS.23.003|Section 4.1}} {{bibref|3GPP-TS.25.413|Section 9.2.3.6}}.
                </description>
                <syntax>
                    <unsignedInt>
                        <range minInclusive="1" maxInclusive="65533"/>
                        <range minInclusive="65535" maxInclusive="65535"/>
                    </unsignedInt>
                    <default type="object" value="65535">
                    </default>
                </syntax>
            </parameter>
            <parameter name="RAC" access="readWrite">
                <description>
                    Routing Area Code (RAC). The concatenation of PLMN ID (MCC+MNC), LAC, and RAC uniquely identifies the Routing Area ID (RAI).
                    {{bibref|3GPP-TS.23.003|Section 4.2}} {{bibref|3GPP-TS.25.413|Section 9.2.3.7}}
                </description>
                <syntax>
                    <unsignedInt>
                        <range minInclusive="0" maxInclusive="255" />
                    </unsignedInt>
                    <default type="object" value="0">
                    </default>
                </syntax>
            </parameter>
            <parameter name="URA" access="readWrite">
                <description>
                    UTRAN Registration Area (URA) {{bibref|3GPP-TS.23.401}}.
                    Indicates to the UE which {{param}} it shall use in case of overlapping URAs.
                    {{bibref|3GPP-TS.25.331|Section 10.3.2.6}}
                </description>
                <syntax>
                    <unsignedInt>
                        <range minInclusive="0" maxInclusive="65535" />
                    </unsignedInt>
                    <default type="object" value="0">
                    </default>
                </syntax>
            </parameter>
            <parameter name="UARFCNUL" access="readWrite">
                <description>The UL UTRA Absolute Radio Frequency Channel Number (UARFCN) in an FDD mode cell. {{bibref|3GPP-TS.25.433}}</description>
                <syntax>
                    <unsignedInt>
                        <range minInclusive="0" maxInclusive="16383" />
                    </unsignedInt>
                </syntax>
            </parameter>
            <parameter name="UARFCNDL" access="readWrite">
                <description>The DL UTRA Absolute Radio Frequency Channel Number (UARFCN) in an FDD mode cell. {{bibref|3GPP-TS.25.433}}</description>
                <syntax>
                    <unsignedInt>
                        <range minInclusive="0" maxInclusive="16383" />
                    </unsignedInt>
                </syntax>
            </parameter>
            <parameter name="PCPICHScramblingCode" access="readWrite">
                <description>Primary CPICH scrambling code.</description>
                <syntax>
                    <unsignedInt>
                        <range minInclusive="0" maxInclusive="511" />
                    </unsignedInt>
                    <default type="object" value="0">
                    </default>
                </syntax>
            </parameter>
            <parameter name="PCPICHTxPower" access="readWrite">
                <description>
                    Primary CPICH Tx power in {{units}}.
                    Actual values of the power are -10.0 {{units}} to 50.0 {{units}} in steps of 0.1 dB. The value of {{param}} divided by 10 yields the actual value of the power.
                    {{bibref|3GPP-TS.32.642|Section 6.3.11}} {{bibref|3GPP-TS.25.433|Section 2.2.33}}
                </description>
                <syntax>
                    <int>
                        <range minInclusive="-100" maxInclusive="500" />
                        <units value="dBm">
                        </units>
                    </int>
                    <default type="object" value="0">
                    </default>
                </syntax>
            </parameter>
        </object>
        <object name="FAPService.{i}.CellConfig.UMTS.RAN.NeighborList.InterRATCell." access="readOnly" minEntries="1" maxEntries="1">
            <description>The inter-RAT cell lists separated by technology. {{bibref|3GPP-TS.25.331|Section 10.3.7.23}}</description>
            <parameter name="MaxGSMEntries" access="readOnly">
                <description>The maximum number of entries in the {{object|.CellConfig.UMTS.RAN.NeighborList.InterRATCell.GSM.{i}.}} table.</description>
                <syntax>
                    <unsignedInt />
                </syntax>
            </parameter>
            <parameter name="GSMNumberOfEntries" access="readOnly">
                <description>{{numentries}}</description>
                <syntax>
                    <unsignedInt />
                </syntax>
            </parameter>
        </object>
        <object name="FAPService.{i}.CellConfig.UMTS.RAN.NeighborList.InterRATCell.GSM.{i}." access="readWrite" minEntries="0" maxEntries="unbounded" numEntriesParameter="GSMNumberOfEntries" enableParameter="Enable">
            <description>Table containing the inter-RAT cell list for GSM provided by the ACS. The table contents MAY be added/deleted/modified during operation, in which case these changes shall be reflected in the broadcast information as soon as possible.</description>
            <uniqueKey>
                <parameter ref="BCCHARFCN" />
            </uniqueKey>
            <uniqueKey functional="false">
                <parameter ref="Alias" />
            </uniqueKey>
            <parameter name="Enable" access="readWrite">
                <description>Enables or disables this entry.</description>
                <syntax>
                    <boolean />
                    <default type="object" value="false">
                    </default>
                </syntax>
            </parameter>
            <parameter name="Alias" access="readWrite">
                <description>{{datatype|expand}}</description>
                <syntax>
                    <dataType ref="Alias" />
                </syntax>
            </parameter>
            <parameter name="MustInclude" access="readWrite">
                <description>Indicates whether this instance of the neighbor shall be included or excluded in the FAP's NL configuration.</description>
                <syntax>
                    <boolean />
                    <default type="object" value="false">
                    </default>
                </syntax>
            </parameter>
            <parameter name="PLMNID" access="readWrite">
                <description>
                    PLMN ID consists of Mobile Country Code (MCC) and Mobile Network Code (MNC) {{bibref|3GPP-TS.23.003}}, {{bibref|3GPP-TS.24.008}}.
                    Mobile Country Code consists of three digits and uniquely identifies the country of domicile of the subscriber.
                    Mobile Network Code consists of two or three digits and identifies the Home PLMN within a country.
                    For a 2-digit MNC the total string length of {{param}} is 5.
                </description>
                <syntax>
                    <string>
                        <size maxLength="6">
                        </size>
                    </string>
                    <default type="object" value="">
                    </default>
                </syntax>
            </parameter>
            <parameter name="LAC" access="readWrite">
                <description>
                    Location Area Code (LAC). The concatenation of PLMN ID (MCC+MNC) and LAC uniquely identifies the Location Area ID (LAI).
                    {{bibref|3GPP-TS.23.003|Section 4.1}} {{bibref|3GPP-TS.25.413|Section 9.2.3.6}}. 
                </description>
                <syntax>
                    <unsignedInt>
                        <range minInclusive="0" maxInclusive="65535" />
                    </unsignedInt>
                    <default type="object" value="65535">
                    </default>
                </syntax>
            </parameter>
            <parameter name="BSIC" access="readWrite">
                <description>
                    BSIC of the cell per {{bibref|3GPP-TS.23.003}}, consisting of:
                    :Bit 7:6 - not used ("00")
                    :Bit 5:3 - NCC (PLMN Color Code)
                    :Bit 2:0 - BCC (BS color code)
                    For example, if NCC is 7 and BCC is 2 you would have 00111010 (binary) or 0x3A (hex), and the value of this parameter would be 58.
                </description>
                <syntax>
                    <unsignedInt>
                        <range minInclusive="0" maxInclusive="255" />
                    </unsignedInt>
                </syntax>
            </parameter>
            <parameter name="CI" access="readWrite">
                <description>Cell ID of the cell per {{bibref|3GPP-TS.23.003|Section 4.3.1}}.</description>
                <syntax>
                    <unsignedInt>
                        <range minInclusive="0" maxInclusive="65535" />
                    </unsignedInt>
                </syntax>
            </parameter>
            <parameter name="BandIndicator" access="readWrite">
                <description>Indicates how to interpret the BCCH ARFCN. {{enum}}</description>
                <syntax>
                    <string>
                        <enumeration value="GSM 850">
                        </enumeration>
                        <enumeration value="GSM 900">
                        </enumeration>
                        <enumeration value="DCS 1800">
                        </enumeration>
                        <enumeration value="PCS 1900">
                        </enumeration>
                    </string>
                </syntax>
            </parameter>
            <parameter name="BCCHARFCN" access="readWrite">
                <description>ARFCN of this cell.</description>
                <syntax>
                    <unsignedInt>
                        <range minInclusive="0" maxInclusive="1023" />
                    </unsignedInt>
                </syntax>
            </parameter>
        </object>
        <object name="FAPService.{i}.CellConfig.UMTS.RAN.NeighborListInUse." access="readOnly" minEntries="1" maxEntries="1">
            <description>This object contains parameters relating to the neighbor list used by the FAP based on its self-configuration capability and {{object|.CellConfig.UMTS.RAN.NeighborList.}} configuration of adding and excluding cells.</description>
            <parameter name="MaxIntraFreqCellEntries" access="readOnly">
                <description>The maximum number of entries in the {{object|.CellConfig.UMTS.RAN.NeighborList.IntraFreqCell.{i}.}} table.</description>
                <syntax>
                    <unsignedInt />
                </syntax>
            </parameter>
            <parameter name="MaxInterFreqCellEntries" access="readOnly">
                <description>The maximum number of entries in the {{object|.CellConfig.UMTS.RAN.NeighborList.InterFreqCell.{i}.}} table.</description>
                <syntax>
                    <unsignedInt />
                </syntax>
            </parameter>
            <parameter name="IntraFreqCellNumberOfEntries" access="readOnly">
                <description>{{numentries}}</description>
                <syntax>
                    <unsignedInt />
                </syntax>
            </parameter>
            <parameter name="InterFreqCellNumberOfEntries" access="readOnly">
                <description>{{numentries}}</description>
                <syntax>
                    <unsignedInt />
                </syntax>
            </parameter>
        </object>
        <object name="FAPService.{i}.CellConfig.UMTS.RAN.NeighborListInUse.IntraFreqCell.{i}." access="readOnly" minEntries="0" maxEntries="unbounded" numEntriesParameter="IntraFreqCellNumberOfEntries">
            <description>Table containing the intra-frequency cell list.</description>
            <uniqueKey>
                <parameter ref="PCPICHScramblingCode" />
            </uniqueKey>
            <parameter name="PLMNID" access="readOnly">
                <description>
                    PLMN ID consists of Mobile Country Code (MCC) and Mobile Network Code (MNC) {{bibref|3GPP-TS.23.003}}, {{bibref|3GPP-TS.24.008}}.
                    Mobile Country Code consists of three digits and uniquely identifies the country of domicile of the subscriber.
                    Mobile Network Code consists of two or three digits and identifies the Home PLMN within a country.
                    For a 2-digit MNC the total string length of {{param}} is 5.
                </description>
                <syntax>
                    <string>
                        <size maxLength="6">
                        </size>
                    </string>
                </syntax>
            </parameter>
            <parameter name="RNCID" access="readOnly">
                <description>
                    RNC-ID of an intra-freq neighbor cell. It uniquely identifies an RNC within a PLMN.
                    Normally, RNC-ID consists of 12 bits (i.e. a range of [0:4095]). However, if the value is larger than 4095, then Extended RNC-ID (range of [4096:65535]) is used in RANAP.
                    The RNC-ID and Extended RNC-ID are combined into a single parameter here as there is no explicit need to have them separated.
                    {{bibref|3GPP-TS.25.413|Section 9.2.1.39}}
                </description>
                <syntax>
                    <unsignedInt>
                        <range minInclusive="0" maxInclusive="65535" />
                    </unsignedInt>
                </syntax>
            </parameter>
            <parameter name="CID" access="readOnly">
                <description>
                    C-ID of the intra-freq neighbour cell {{bibref|3GPP-TS.25.401|Section 6.1.5}}.
                    If {{param|RNCID}} is larger than 4095, then {{param}} will be 12 bits (i.e. a range of [0:4095]), else {{param}} is 16 bits long (i.e. range of [4096:65535]).
                    This is needed to facilitate Femto to Macro handover.
                    Used in {{bibref|3GPP-TS.25.413|Section 9.2.1.28}} as part of Target Cell ID.
                </description>
                <syntax>
                    <unsignedInt>
                        <range minInclusive="0" maxInclusive="65535" />
                    </unsignedInt>
                </syntax>
            </parameter>
            <parameter name="LAC" access="readOnly">
                <description>
                    Location Area Code (LAC). The concatenation of PLMN ID (MCC+MNC) and LAC uniquely identifies the Location Area ID (LAI).
                    {{bibref|3GPP-TS.23.003|Section 4.1}} {{bibref|3GPP-TS.25.413|Section 9.2.3.6}}.
                </description>
                <syntax>
                    <unsignedInt>
                        <range minInclusive="1" maxInclusive="65533"/>
                        <range minInclusive="65535" maxInclusive="65535"/>
                    </unsignedInt>
                </syntax>
            </parameter>
            <parameter name="RAC" access="readOnly">
                <description>
                    Routing Area Code (RAC). The concatenation of PLMN ID (MCC+MNC), LAC, and RAC uniquely identifies the Routing Area ID (RAI).
                    {{bibref|3GPP-TS.23.003|Section 4.2}} {{bibref|3GPP-TS.25.413|Section 9.2.3.7}}
                </description>
                <syntax>
                    <unsignedInt>
                        <range minInclusive="0" maxInclusive="255" />
                    </unsignedInt>
                </syntax>
            </parameter>
            <parameter name="URA" access="readOnly">
                <description>
                    UTRAN Registration Area (URA) {{bibref|3GPP-TS.23.401}}.
                    Indicates to the UE which {{param}} it shall use in case of overlapping URAs.
                    {{bibref|3GPP-TS.25.331|Section 10.3.2.6}}
                </description>
                <syntax>
                    <unsignedInt>
                        <range minInclusive="0" maxInclusive="65535" />
                    </unsignedInt>
                </syntax>
            </parameter>
            <parameter name="PCPICHScramblingCode" access="readOnly">
                <description>Primary CPICH scrambling code.</description>
                <syntax>
                    <unsignedInt>
                        <range minInclusive="0" maxInclusive="511" />
                    </unsignedInt>
                </syntax>
            </parameter>
        </object>
        <object name="FAPService.{i}.CellConfig.UMTS.RAN.NeighborListInUse.InterFreqCell.{i}." access="readOnly" minEntries="0" maxEntries="unbounded" numEntriesParameter="InterFreqCellNumberOfEntries">
            <description>Table containing the inter-frequency cell list.</description>
            <uniqueKey>
                <parameter ref="PCPICHScramblingCode" />
                <parameter ref="UARFCNDL" />
            </uniqueKey>
            <parameter name="PLMNID" access="readOnly">
                <description>
                    PLMN ID consists of Mobile Country Code (MCC) and Mobile Network Code (MNC) {{bibref|3GPP-TS.23.003}}, {{bibref|3GPP-TS.24.008}}.
                    Mobile Country Code consists of three digits and uniquely identifies the country of domicile of the subscriber.
                    Mobile Network Code consists of two or three digits and identifies the Home PLMN within a country.
                    For a 2-digit MNC the total string length of {{param}} is 5.
                </description>
                <syntax>
                    <string>
                        <size maxLength="6">
                        </size>
                    </string>
                </syntax>
            </parameter>
            <parameter name="RNCID" access="readOnly">
                <description>
                    RNC-ID of an intra-freq neighbor cell. It uniquely identifies an RNC within a PLMN.
                    Normally, RNC-ID consists of 12 bits (i.e. a range of [0:4095]). However, if the value is larger than 4095, then Extended RNC-ID (range of [4096:65535]) is used in RANAP.
                    The RNC-ID and Extended RNC-ID are combined into a single parameter here as there is no explicit need to have them separated.
                    {{bibref|3GPP-TS.25.413|Section 9.2.1.39}}
                </description>
                <syntax>
                    <unsignedInt>
                        <range minInclusive="0" maxInclusive="65535" />
                    </unsignedInt>
                </syntax>
            </parameter>
            <parameter name="CID" access="readOnly">
                <description>
                    C-ID of the intra-freq neighbour cell {{bibref|3GPP-TS.25.401|Section 6.1.5}}.
                    If {{param|RNCID}} is larger than 4095, then {{param}} will be 12 bits (i.e. a range of [0:4095]), else {{param}} is 16 bits long (i.e. range of [4096:65535]).
                    This is needed to facilitate Femto to Macro handover.
                    Used in {{bibref|3GPP-TS.25.413|Section 9.2.1.28}} as part of Target Cell ID.
                </description>
                <syntax>
                    <unsignedInt>
                        <range minInclusive="0" maxInclusive="65535" />
                    </unsignedInt>
                </syntax>
            </parameter>
            <parameter name="LAC" access="readOnly">
                <description>
                    Location Area Code (LAC). The concatenation of PLMN ID (MCC+MNC) and LAC uniquely identifies the Location Area ID (LAI).
                    {{bibref|3GPP-TS.23.003|Section 4.1}} {{bibref|3GPP-TS.25.413|Section 9.2.3.6}}.
                </description>
                <syntax>
                    <unsignedInt>
                        <range minInclusive="1" maxInclusive="65533"/>
                        <range minInclusive="65535" maxInclusive="65535"/>
                    </unsignedInt>
                </syntax>
            </parameter>
            <parameter name="RAC" access="readOnly">
                <description>
                    Routing Area Code (RAC). The concatenation of PLMN ID (MCC+MNC), LAC, and RAC uniquely identifies the Routing Area ID (RAI).
                    {{bibref|3GPP-TS.23.003|Section 4.2}} {{bibref|3GPP-TS.25.413|Section 9.2.3.7}}
                </description>
                <syntax>
                    <unsignedInt>
                        <range minInclusive="0" maxInclusive="255" />
                    </unsignedInt>
                </syntax>
            </parameter>
            <parameter name="URA" access="readOnly">
                <description>
                    UTRAN Registration Area (URA) {{bibref|3GPP-TS.23.401}}.
                    Indicates to the UE which {{param}} it shall use in case of overlapping URAs.
                    {{bibref|3GPP-TS.25.331|Section 10.3.2.6}}
                </description>
                <syntax>
                    <unsignedInt>
                        <range minInclusive="0" maxInclusive="65535" />
                    </unsignedInt>
                </syntax>
            </parameter>
            <parameter name="UARFCNUL" access="readOnly">
                <description>The UL UTRA Absolute Radio Frequency Channel Number (UARFCN) in an FDD mode cell. {{bibref|3GPP-TS.25.433}}</description>
                <syntax>
                    <unsignedInt>
                        <range minInclusive="0" maxInclusive="16383" />
                    </unsignedInt>
                </syntax>
            </parameter>
            <parameter name="UARFCNDL" access="readOnly">
                <description>The DL UTRA Absolute Radio Frequency Channel Number (UARFCN) in an FDD mode cell. {{bibref|3GPP-TS.25.433}}</description>
                <syntax>
                    <unsignedInt>
                        <range minInclusive="0" maxInclusive="16383" />
                    </unsignedInt>
                </syntax>
            </parameter>
            <parameter name="PCPICHScramblingCode" access="readOnly">
                <description>Primary CPICH scrambling code.</description>
                <syntax>
                    <unsignedInt>
                        <range minInclusive="0" maxInclusive="511" />
                    </unsignedInt>
                </syntax>
            </parameter>
        </object>
        <object name="FAPService.{i}.CellConfig.UMTS.RAN.NeighborListInUse.InterRATCell." access="readOnly" minEntries="1" maxEntries="1">
            <description>The inter-RAT cell lists separated by technology. {{bibref|3GPP-TS.25.331|Section 10.3.7.23}}</description>
            <parameter name="MaxGSMEntries" access="readOnly">
                <description>The maximum number of entries in the {{object|.CellConfig.UMTS.RAN.NeighborList.InterRATCell.GSM.{i}.}} table.</description>
                <syntax>
                    <unsignedInt />
                </syntax>
            </parameter>
            <parameter name="GSMNumberOfEntries" access="readOnly">
                <description>{{numentries}}</description>
                <syntax>
                    <unsignedInt />
                </syntax>
            </parameter>
        </object>
        <object name="FAPService.{i}.CellConfig.UMTS.RAN.NeighborListInUse.InterRATCell.GSM.{i}." access="readOnly" minEntries="0" maxEntries="unbounded" numEntriesParameter="GSMNumberOfEntries">
            <description>Table containing the inter-RAT cell list for GSM.</description>
            <uniqueKey>
                <parameter ref="BCCHARFCN" />
            </uniqueKey>
            <parameter name="PLMNID" access="readOnly">
                <description>
                    PLMN ID consists of Mobile Country Code (MCC) and Mobile Network Code (MNC) {{bibref|3GPP-TS.23.003}}, {{bibref|3GPP-TS.24.008}}.
                    Mobile Country Code consists of three digits and uniquely identifies the country of domicile of the subscriber.
                    Mobile Network Code consists of two or three digits and identifies the Home PLMN within a country.
                    For a 2-digit MNC the total string length of {{param}} is 5.
                </description>
                <syntax>
                    <string>
                        <size maxLength="6">
                        </size>
                    </string>
                </syntax>
            </parameter>
            <parameter name="LAC" access="readOnly">
                <description>
                    Location Area Code (LAC). The concatenation of PLMN ID (MCC+MNC) and LAC uniquely identifies the Location Area ID (LAI).
                    {{bibref|3GPP-TS.23.003|Section 4.1}} {{bibref|3GPP-TS.25.413|Section 9.2.3.6}}
                </description>
                <syntax>
                    <unsignedInt>
                        <range minInclusive="0" maxInclusive="65535" />
                    </unsignedInt>
                </syntax>
            </parameter>
            <parameter name="BSIC" access="readOnly">
                <description>
                    BSIC of the cell per {{bibref|3GPP-TS.23.003}}, consisting of:
                    :Bit 7:6 - not used ("00")
                    :Bit 5:3 - NCC (PLMN Color Code)
                    :Bit 2:0 - BCC (BS color code)
                    For example, if NCC is 7 and BCC is 2 you would have 00111010 (binary) or 0x3A (hex), and the value of this parameter would be 58.
                </description>
                <syntax>
                    <unsignedInt>
                        <range minInclusive="0" maxInclusive="255" />
                    </unsignedInt>
                </syntax>
            </parameter>
            <parameter name="CI" access="readOnly">
                <description>Cell ID of the cell per {{bibref|3GPP-TS.23.003|Section 4.3.1}}.</description>
                <syntax>
                    <unsignedInt>
                        <range minInclusive="0" maxInclusive="65535" />
                    </unsignedInt>
                </syntax>
            </parameter>
            <parameter name="BandIndicator" access="readOnly">
                <description>Indicates how to interpret the BCCH ARFCN. {{enum}}</description>
                <syntax>
                    <string>
                        <enumeration value="GSM 850">
                        </enumeration>
                        <enumeration value="GSM 900">
                        </enumeration>
                        <enumeration value="DCS 1800">
                        </enumeration>
                        <enumeration value="PCS 1900">
                        </enumeration>
                    </string>
                </syntax>
            </parameter>
            <parameter name="BCCHARFCN" access="readOnly">
                <description>ARFCN of this cell.</description>
                <syntax>
                    <unsignedInt>
                        <range minInclusive="0" maxInclusive="1023" />
                    </unsignedInt>
                </syntax>
            </parameter>
        </object>
        <object name="FAPService.{i}.CellConfig.UMTS.RAB." access="readOnly" minEntries="1" maxEntries="1">
            <description>This object contains parameters relating to Radio Access layers {{bibref|3GPP-TS.32.405}}</description>
            <parameter name="RABSuccEstabCS" access="readOnly" activeNotify="canDeny">
                <description>The number of successfully established RABs (with or without queueing) for CS domain.</description>
                <syntax>
                    <unsignedInt />
                </syntax>
            </parameter>
            <parameter name="RABFailEstabCS" access="readOnly" activeNotify="canDeny">
                <description>The number of RAB establishment failures for CS domain.</description>
                <syntax>
                    <unsignedInt />
                </syntax>
            </parameter>
            <parameter name="RABSuccEstabPS" access="readOnly" activeNotify="canDeny">
                <description>The number of successfully established RABs for PS domain.</description>
                <syntax>
                    <unsignedInt />
                </syntax>
            </parameter>
            <parameter name="RABFailEstabPS" access="readOnly" activeNotify="canDeny">
                <description>The number of RABs failed to establish for PS domain.</description>
                <syntax>
                    <unsignedInt />
                </syntax>
            </parameter>
            <!-- removed due to conflict with new counters
            <parameter name="RABSuccModCS" access="readOnly" activeNotify="canDeny">
                <description>The number of successfully modified RABs for CS domain.</description>
                <syntax>
                    <unsignedInt />
                </syntax>
            </parameter>
            <parameter name="RABFailModCS" access="readOnly" activeNotify="canDeny">
                <description>The number of RABs failed to modify for CS domain.</description>
                <syntax>
                    <unsignedInt />
                </syntax>
            </parameter>
            <parameter name="RABSuccModPS" access="readOnly" activeNotify="canDeny">
                <description>The number of successfully modified RABs for PS domain.</description>
                <syntax>
                    <unsignedInt />
                </syntax>
            </parameter>
            <parameter name="RABFailModPS" access="readOnly" activeNotify="canDeny">
                <description>The number of RABs failed to modify for PS domain.</description>
                <syntax>
                    <unsignedInt />
                </syntax>
            </parameter>
            <parameter name="RABSuccRelCS" access="readOnly" activeNotify="canDeny">
                <description>The number of successfully released RABs for CS domain.</description>
                <syntax>
                    <unsignedInt />
                </syntax>
            </parameter>
            <parameter name="RABFailRelCS" access="readOnly" activeNotify="canDeny">
                <description>The number of RABs failed to release for CS domain.</description>
                <syntax>
                    <unsignedInt />
                </syntax>
            </parameter>
            <parameter name="RABSuccRelPS" access="readOnly" activeNotify="canDeny">
                <description>The number of successfully released RABs for PS domain.</description>
                <syntax>
                    <unsignedInt />
                </syntax>
            </parameter>
            <parameter name="RABFailRelPS" access="readOnly" activeNotify="canDeny">
                <description>The number of RABs failed to release for PS domain.</description>
                <syntax>
                    <unsignedInt />
                </syntax>
            </parameter>
            -->
            <parameter name="RABCSSetupTimeMean" access="readOnly" activeNotify="canDeny">
                <description>
                    The mean time in {{units}} for a FAP to establish a RAB CS connection.
                    This measurement is obtained by accumulating the time intervals for each successful RAB establishment between the receipt by the FAP of a RANAP "RAB ASSIGNMENT REQUEST" message to establish a RAB for CS domain, and the first corresponding (based on RAB ID) transmission by the FAP of a RANAP "RAB ASSIGNMENT RESPONSE" message for successfully established RABs over a granularity period (Sample Interval {{bibref|3GPP-TS.32.582|Section 6.3.2}}).
                    This end value of the time will then be divided by the number of successfully established RABs observed in the granularity period to give the arithmetic mean. The accumulator SHALL be reinitialized at the beginning of each granularity period.
                </description>
                <syntax>
                    <unsignedInt>
                        <units value="milliseconds">
                        </units>
                    </unsignedInt>
                </syntax>
            </parameter>
            <parameter name="RABCSSetupTimeMax" access="readOnly" activeNotify="canDeny">
                <description>
                    The maximum time in {{units}} for a FAP to establish a RAB CS connection.
                    This measurement is obtained by monitoring the time intervals for each successful RAB establishment between the receipt by the FAP of a RANAP "RAB ASSIGNMENT REQUEST" message to establish a RAB for CS domain, and the first corresponding (based on RAB ID) transmission by the FAP of a RANAP "RAB ASSIGNMENT RESPONSE" message for successfully established RABs.
                    The high tide mark of this time will be stored in a gauge; the gauge SHALL be reinitialized at the beginning of each granularity period (Sample Interval {{bibref|3GPP-TS.32.582|Section 6.3.2}}).
                </description>
                <syntax>
                    <unsignedInt>
                        <units value="milliseconds">
                        </units>
                    </unsignedInt>
                </syntax>
            </parameter>
            <parameter name="RABPSSetupTimeMean" access="readOnly" activeNotify="canDeny">
                <description>
                    The mean time in {{units}} for a FAP to establish a RAB PS connection.
                    This measurement is obtained by accumulating the time intervals for each successful RAB establishment between the receipt by the FAP of a RANAP "RAB ASSIGNMENT REQUEST" message to establish a RAB for PS domain, and the first corresponding (based on RAB ID) transmission by the FAP of a RANAP "RAB ASSIGNMENT RESPONSE" message for successfully established RABs over a granularity period (Sample Interval {{bibref|3GPP-TS.32.582|Section 6.3.2}}).
                    This end value of the time will then be divided by the number of successfully established RABs observed in the granularity period to give the arithmetic mean. The accumulator SHALL be reinitialized at the beginning of each granularity period.
                </description>
                <syntax>
                    <unsignedInt>
                        <units value="milliseconds">
                        </units>
                    </unsignedInt>
                </syntax>
            </parameter>
            <parameter name="RABPSSetupTimeMax" access="readOnly" activeNotify="canDeny">
                <description>
                    The maximum time in {{units}} for a FAP to establish a RAB PS connection.
                    This measurement is obtained by monitoring the time intervals for each successful RAB establishment between the receipt by the FAP of a RANAP "RAB ASSIGNMENT REQUEST" message to establish a RAB for PS domain, and the first corresponding (based on RAB ID) transmission by the FAP of a RANAP "RAB ASSIGNMENT RESPONSE" message for successfully established RABs.
                    The high tide mark of this time will be stored in a gauge; the gauge SHALL be reinitialized at the beginning of each granularity period (Sample Interval {{bibref|3GPP-TS.32.582|Section 6.3.2}}).
                </description>
                <syntax>
                    <unsignedInt>
                        <units value="milliseconds">
                        </units>
                    </unsignedInt>
                </syntax>
            </parameter>
            <parameter name="FailHO" access="readOnly" activeNotify="canDeny">
                <description>The number of failed Handovers.</description>
                <syntax>
                    <unsignedInt />
                </syntax>
            </parameter>
            <parameter name="SuccHO" access="readOnly" activeNotify="canDeny">
                <description>The number of successful Handovers.</description>
                <syntax>
                    <unsignedInt />
                </syntax>
            </parameter>
        </object>
        <object name="FAPService.{i}.CellConfig.LTE." access="readOnly" minEntries="1" maxEntries="1">
            <description>This object contains parameters relating to configuring the LTE FAP.</description>
            <parameter name="TunnelNumberOfEntries" access="readOnly">
                <description>{{numentries}}</description>
                <syntax>
                    <unsignedInt />
                </syntax>
            </parameter>
        </object>
        <object name="FAPService.{i}.CellConfig.LTE.Tunnel.{i}." access="readWrite" minEntries="0" maxEntries="unbounded" numEntriesParameter="TunnelNumberOfEntries" enableParameter="Enable">
            <description>This object contains a table of all tunnel instances configured for the LTE FAP.</description>
            <uniqueKey>
                <parameter ref="TunnelRef" />
            </uniqueKey>
            <uniqueKey functional="false">
                <parameter ref="Alias" />
            </uniqueKey>
            <parameter name="Enable" access="readWrite">
                <description>Enables or disables this entry.</description>
                <syntax>
                    <boolean />
                    <default type="object" value="false"/>
                </syntax>
            </parameter>
            <parameter name="Alias" access="readWrite">
                <description>{{datatype|expand}}</description>
                <syntax>
                    <dataType ref="Alias" />
                </syntax>
            </parameter>
            <parameter name="TunnelRef" access="readWrite">
            <description>
                This is the reference to an IPsec tunnel instance used by the LTE FAP.
                For all root data models, which use the tunnel definition provided in {{bibref|TR-262}} (InternetGatewayDevice:1 {{bibref|TR-098}} and Device:1 {{bibref|TR-181i1}}) the {{param}} MUST point to a row in the 'FAP.Tunnel.IKESA.{i}.' table, defined in {{bibref|TR-262}}.
                If the root data model used is Device:2 {{bibref|TR-181i2}} than the {{param}} MUST point to IPsec tunnel instance defined in {{bibref|TR-181i2}}.
                If the referenced object is deleted, the parameter value MUST be set to an empty string.
                In case of a multiple-radio-technology FAP product, each radio technology can have its own tunnels or share common tunnels. In the former case, {{param}} can contain a unique instance number. In the latter case, {{param}} under all radio technologies can have the same instance number.
             </description>
             <syntax>
                <string>
                    <size maxLength="256"/>
                </string>
            </syntax>
            </parameter><parameter name="PLMNID" access="readWrite"><description>
                    {{list}} Optional list of PLMM IDs associated with the tunnel, which can be used for selecting the tunnel.
                    Each PLMN ID consists of Mobile Country Code (MCC) and Mobile Network Code (MNC) {{bibref|3GPP-TS.23.003}}, {{bibref|3GPP-TS.24.008}}.  Mobile Country Code consists of three digits and uniquely identifies the country of domicile of the subscriber. Mobile Network Code consists of two or three digits and identifies the Home PLMN within a country.  For a 2-digit MNC the total string length of {{param}} is 5.
                </description><syntax><list /><string><size maxLength="256" /></string><default type="object" value=""></default></syntax></parameter></object>
        <object name="FAPService.{i}.CellConfig.LTE.EPC." access="readOnly" minEntries="1" maxEntries="1">
            <description>This object contains parameters relating to configuring LTE EPC.</description>
            <parameter name="AllowedCipheringAlgorithmList" access="readWrite">
                <description>{{list}} Each item is a ciphering algorithm allowed to be used for RRC and UP confidentiality protection as defined in {{bibref|3GPP-TS.33.401}}. If the list contains more than 1 item, it is in the order of the preferred algorithm to be used. {{enum}}</description>
                <syntax>
                    <list minItems="1"/>
                    <string>
                        <enumeration value="EEA0"/>
                        <enumeration value="128-EEA1"/>
                        <enumeration value="128-EEA2"/>
                    </string>
                </syntax>
            </parameter>
            <parameter name="AllowedIntegrityProtectionAlgorithmList" access="readWrite">
                <description>{{list}} Each item is a integrity protection algorithm allowed to be used for RRC as defined in {{bibref|3GPP-TS.33.401}}. If the list contains more than 1 item, it is in the order of the preferred algorithm to be used. {{enum}}</description>
                <syntax>
                    <list minItems="1"/>
                    <string>
                        <enumeration value="128-EIA1"/>
                        <enumeration value="128-EIA2"/>
                    </string>
                </syntax>
            </parameter>
            <parameter name="TAC" access="readWrite">
                <description>TAC (Tracking Area Code) for LTE FAP as specified in SystemInformationBlockType1 message in {{bibref|3GPP-TS.36.331|Section 6.2.2}}.</description>
                <syntax>
                    <unsignedInt>
                        <range minInclusive="0" maxInclusive="65535" />
                    </unsignedInt>
                </syntax>
            </parameter>
            <parameter name="EAID" access="readWrite">
                <description>Emergency Area ID that uniquely identifies the area of emergency for Earthquake and Tsunami Warning Services (ETWS). Corresponds to Emergency Area ID in {{bibref|3GPP-TS.36.413|Section 9.2.1.47}}.</description>
                <syntax>
                    <unsignedInt>
                        <range minInclusive="0" maxInclusive="16777216" />
                    </unsignedInt>
                </syntax>
            </parameter>
            <parameter name="MaxPLMNListEntries" access="readOnly">
                <description>The maximum number of entries available in the {{object|.CellConfig.LTE.EPC.PLMNList.{i}.}} table.</description>
                <syntax>
                    <unsignedInt />
                </syntax>
            </parameter>
            <parameter name="PLMNListNumberOfEntries" access="readOnly">
                <description>{{numentries}}</description>
                <syntax>
                    <unsignedInt />
                </syntax>
            </parameter>
            <parameter name="MaxQoSEntries" access="readOnly">
                <description>The maximum number of entries in the {{object|.CellConfig.LTE.EPC.QoS.{i}.}} table.</description>
                <syntax>
                    <unsignedInt />
                </syntax>
            </parameter>
            <parameter name="QoSNumberOfEntries" access="readOnly">
                <description>{{numentries}}</description>
                <syntax>
                    <unsignedInt />
                </syntax>
            </parameter>
        </object>
        <object name="FAPService.{i}.CellConfig.LTE.EPC.PLMNList.{i}." access="readWrite" minEntries="1" maxEntries="6" numEntriesParameter="PLMNListNumberOfEntries" enableParameter="Enable">
            <description>This object contains parameters relating to list of PLMN identity specific to LTE EPC definition, called PLMN-IdentityList, as specified in SystemInformationBlockType1 message in {{bibref|3GPP-TS.36.331|Section 6.2.2}}. Each instance in this object is a PLMN-IdentityInfo which consists of plmn-Identity and cellReservedForOperatorUse IEs.  At minimum 1 item MUST be present in this list, and maximum of 6 items.</description>
            <uniqueKey>
                <parameter ref="PLMNID" />
            </uniqueKey>
            <uniqueKey functional="false">
                <parameter ref="Alias" />
            </uniqueKey>
            <parameter name="Enable" access="readWrite">
                <description>Enables or disables this entry.</description>
                <syntax>
                    <boolean />
                    <default type="object" value="false">
                    </default>
                </syntax>
            </parameter>
            <parameter name="Alias" access="readWrite">
                <description>{{datatype|expand}}</description>
                <syntax>
                    <dataType ref="Alias" />
                </syntax>
            </parameter>
            <parameter name="IsPrimary" access="readWrite">
                <description>Indicates whether this {{param|PLMNID}} is a primary PLMN or not. If there is more than one instance in {{object|.CellConfig.LTE.EPC.PLMNList.{i}.}} table, then ACS MUST set this {{param}} set to {{true}} in only one instance.</description>
                <syntax>
                    <boolean />
                    <default type="object" value="false">
                    </default>
                </syntax>
            </parameter>
            <parameter name="PLMNID" access="readWrite">
                <description>PLMN ID consists of Mobile Country Code (MCC) and Mobile Network Code (MNC) {{bibref|3GPP-TS.23.003}}, {{bibref|3GPP-TS.24.008}}.
Mobile Country Code consists of three digits and uniquely identifies the country of domicile of the subscriber. Mobile Network Code consists of two or three digits and identifies the Home PLMN within a country.  For a 2-digit MNC the total string length of {{param}} is 5.</description>
                <syntax>
                    <string>
                        <size maxLength="6">
                        </size>
                    </string>
                    <default type="object" value="">
                    </default>
                </syntax>
            </parameter>
            <parameter name="CellReservedForOperatorUse" access="readWrite">
                <description>Indicates whether the cell is reserved for operator use or not. If {{true}}, it is reserved. If {{false}}, it is not reserved. Corresponds to "reserved" "notReserved" respectively as defined in PLMN-IdentityInfo in {{bibref|3GPP-TS.36.331|Section 6.2.2}}.</description>
                <syntax>
                    <boolean />
                    <default type="object" value="false" />
                </syntax>
            </parameter>
        </object>
        <object name="FAPService.{i}.CellConfig.LTE.EPC.QoS.{i}." access="readWrite" minEntries="0" maxEntries="unbounded" numEntriesParameter="QoSNumberOfEntries" enableParameter="Enable">
            <description>This object contains parameters relating to configuring QoS in LTE EPC.</description>
            <uniqueKey>
                <parameter ref="QCI" />
            </uniqueKey>
            <uniqueKey functional="false">
                <parameter ref="Alias" />
            </uniqueKey>
            <parameter name="Enable" access="readWrite">
                <description>Enables or disables this entry.</description>
                <syntax>
                    <boolean />
                    <default type="object" value="false">
                    </default>
                </syntax>
            </parameter>
            <parameter name="Alias" access="readWrite">
                <description>{{datatype|expand}}</description>
                <syntax>
                    <dataType ref="Alias" />
                </syntax>
            </parameter>
            <parameter name="QCI" access="readWrite">
                <description>QoS class identity as defined in {{bibref|3GPP-TS.23.203|Section 6.1.7.2}}.</description>
                <syntax>
                    <unsignedInt>
                        <range minInclusive="1" maxInclusive="20" />
                    </unsignedInt>
                    <default type="object" value="1">
                    </default>
                </syntax>
            </parameter>
            <parameter name="Type" access="readWrite">
                <description>Defines the type of the QoS class as defined in {{bibref|3GPP-TS.23.203|Section 6.1.7.2}}.</description>
                <syntax>
                    <string>
                        <enumeration value="GBR">
                        </enumeration>
                        <enumeration value="Non-GBR">
                        </enumeration>
                    </string>
                    <default type="object" value="Non-GBR">
                    </default>
                </syntax>
            </parameter>
            <parameter name="Priority" access="readWrite">
                <description>Priority of the QoS class as defined in {{bibref|3GPP-TS.23.203|Section 6.1.7.2}}.</description>
                <syntax>
                    <unsignedInt>
                        <range minInclusive="1" maxInclusive="20" />
                    </unsignedInt>
                    <default type="object" value="1">
                    </default>
                </syntax>
            </parameter>
            <parameter name="PacketDelayBudget" access="readWrite">
                <description>Defines the Packet delay budget, specified in {{units}}, as defined in {{bibref|3GPP-TS.23.203|Section 6.1.7.2}}.</description>
                <syntax>
                    <unsignedInt>
                        <range minInclusive="50" maxInclusive="50" />
                        <range minInclusive="100" maxInclusive="100" />
                        <range minInclusive="150" maxInclusive="150" />
                        <range minInclusive="200" maxInclusive="200" />
                        <range minInclusive="300" maxInclusive="300" />
                        <range minInclusive="400" maxInclusive="400" />
                        <range minInclusive="500" maxInclusive="500" />
                        <range minInclusive="600" maxInclusive="600" />
                        <range minInclusive="700" maxInclusive="700" />
                        <range minInclusive="800" maxInclusive="800" />
                        <range minInclusive="900" maxInclusive="900" />
                        <range minInclusive="1000" maxInclusive="1000" />
                        <range minInclusive="1500" maxInclusive="1500" />
                        <range minInclusive="2000" maxInclusive="2000" />
                        <units value="milliseconds">
                        </units>
                    </unsignedInt>
                    <default type="object" value="50">
                    </default>
                </syntax>
            </parameter>
        </object>
        <object name="FAPService.{i}.CellConfig.LTE.RAN." access="readOnly" minEntries="1" maxEntries="1">
            <description>This object contains parameters relating to the LTE RAN level configuration.</description>
        </object>
        <object name="FAPService.{i}.CellConfig.LTE.RAN.Common." access="readOnly" minEntries="1" maxEntries="1">
            <description>This object contains parameters relating to the common configuration in LTE RAN.</description>
            <parameter name="CellIdentity" access="readWrite">
                <description>Cell Identity as specified in {{bibref|3GPP-TS.36.331|Section 6.3.4}}.</description>
                <syntax>
                    <unsignedInt>
                        <range minInclusive="0" maxInclusive="268435455" />
                    </unsignedInt>
                </syntax>
            </parameter>
        </object>
        <object name="FAPService.{i}.CellConfig.LTE.RAN.S1AP." access="readOnly" minEntries="1" maxEntries="1">
            <description>This object contains parameters relating to the S1AP configuration.</description>
            <parameter name="TRelocPrep" access="readWrite">
				<description>{{list}} Each item is a maximum time for the Handover Preparation procedure in the source LTE FAP, specified in seconds, with a numeric range between 0 and 300 inclusive. Only values in multiple of 5 are valid; use of other values within the defined range MUST be rejected by the CPE. In case there is more than one item in the list, the first item contains the most preferred value. The value of {{param}} divided by 10 yields the actual value.
The timer is started when the LTE FAP sends the HANDOVER REQUIRED message. Upon reception of the HANDOVER COMMAND message the LTE FAP shall stop the timer. Corresponds to parameter TS1RELOCprep defined in {{bibref|3GPP-TS.36.413|Section 8.4.1.2}}.
The multiplicity of the {{param}} values can also be expressed by defining a range using ".." (two periods) between two values. In this case, the combination of two values defines the lower-bound and upper-bound of the range inclusive. If this notation is used, then the list contains at least 2 items: "&lt;preferred-value&gt;,&lt;lower-bound&gt;..&lt;upper-bound&gt;".
If the LTE FAP supports self-configuration capability for {{param}} and more than one item is configured, then the LTE FAP is expected to select one from the list and overwrite this parameter containing only the one selected.  If the LTE FAP does not support self-configuration capability for {{param}} and more than one item is configured, then the LTE FAP accepts the first value and ignore the rest. If only one item is configured regardless of the self-configuration capability of LTE FAP, LTE FAP accepts the value as an explicit configuration by the ACS.</description>
				<syntax>
					<list minItems="1"><size maxLength="512"></size></list>
					<string/>
				</syntax>
			</parameter>
            <parameter name="TRelocOverall" access="readWrite">
				<description>{{list}} Each item is a maximum time for the protection of the overall handover procedure in the source LTE FAP, specified in seconds, with a numeric range between 0 and 300 inclusive. Only values in multiple of 5 are valid; use of other values within the defined range MUST be rejected by the CPE. In case there is more than one item in the list, the first item contains the most preferred value. The value of {{param}} divided by 10 yields the actual value.
The timer is started reception of the HANDOVER COMMAND message. Corresponds to parameter TS1RELOCOverall defined in {{bibref|3GPP-TS.36.413|Section 8.4.1.2}}.
The multiplicity of the {{param}} values can also be expressed by defining a range using ".." (two periods) between two values. In this case, the combination of two values defines the lower-bound and upper-bound of the range inclusive. If this notation is used, then the list contains at least 2 items: "&lt;preferred-value&gt;,&lt;lower-bound&gt;..&lt;upper-bound&gt;".
If LTE FAP supports self-configuration capability for {{param}} and more than one item is configured, then LTE FAP is expected to select one from the list and overwrite this parameter containing only the one selected.  If LTE FAP does not support self-configuration capability for {{param}} and more than one item is configured, then LTE FAP accepts the first value and ignore the rest. If only one item is configured regardless of the self-configuration capability of LTE FAP, LTE FAP accepts the value as an explicit configuration by the ACS.</description>
				<syntax>
					<list minItems="1"><size maxLength="512"></size></list>
					<string/>
				</syntax>
			</parameter>
        </object>
        <object name="FAPService.{i}.CellConfig.LTE.RAN.S1U." access="readOnly" minEntries="1" maxEntries="1">
            <description>This object contains parameters relating to the S1-U configuration.</description>
            <parameter name="GTPUEchoInterval" access="readWrite">
                <description>Defines the interval in {{units}} between each GTP-U Echo Request that LTE FAP sends to the GTP-U peer, as specified in {{bibref|3GPP-TS.29.281|Section 7.2.1}}. If the value of {{param}} is equal to 0, then this functionality is supressed and thus LTE FAP does not send GTP-U Echo Request. If there is no GTP-U path in use, then no Echo Request is sent regardless of the value of {{param}}.</description>
                <syntax>
                    <unsignedInt>
                        <range minInclusive="0" maxInclusive="0" />
                        <range minInclusive="60" />
                        <units value="seconds">
                        </units>
                    </unsignedInt>
                </syntax>
            </parameter>
        </object>
        <object name="FAPService.{i}.CellConfig.LTE.RAN.RF." access="readOnly" minEntries="1" maxEntries="1">
            <description>This object contains parameters relating to the RF, see {{bibref|3GPP-TS.32.592|Section 6.1.7.1}}.</description>
			<parameter name="EARFCNDL" access="readWrite">
				<description>{{list}} Each item is an E-UTRA Absolute Radio Frequency Channel Number in the downlink direction. In case there is more than one item in the list, the first item contains the most preferred value.  Corresponds to parameter NDL specified in {{bibref|3GPP-TS.36.104|Table 5.7.3.1}}.
If LTE FAP supports self-configuration capability for {{param}} and more than one item is configured, then LTE FAP is expected to select one from the list and overwrite this parameter containing only the one selected.  If LTE FAP does not support self-configuration capability for {{param}} and more than one item is configured, then LTE FAP accepts the first value and ignore the rest. If only one item is configured regardless of the self-configuration capability of LTE FAP, LTE FAP accepts the value as an explicit configuration by the ACS.</description>
				<syntax>
					<list minItems="1"><size maxLength="128"></size></list>
					<unsignedInt>
						<range minInclusive="0" maxInclusive="65535"/>
					</unsignedInt>
				</syntax>
			</parameter>
			<parameter name="EARFCNUL" access="readWrite">
				<description>{{list}} Each item is an E-UTRA Absolute Radio Frequency Channel Number in the uplink direction. In case there is more than one item in the list, the first item contains the most preferred value.  Corresponds to parameter NUL specified in {{bibref|3GPP-TS.36.104|Table 5.7.3.1}}.
If LTE FAP supports self-configuration capability for {{param}} and more than one item is configured, then LTE FAP is expected to select one from the list and overwrite this parameter containing only the one selected.  If LTE FAP does not support self-configuration capability for {{param}} and more than one item is configured, then LTE FAP accepts the first value and ignore the rest. If only one item is configured regardless of the self-configuration capability of LTE FAP, LTE FAP accepts the value as an explicit configuration by the ACS.</description>
				<syntax>
					<list minItems="1"><size maxLength="128"></size></list>
					<unsignedInt>
						<range minInclusive="0" maxInclusive="65535"/>
					</unsignedInt>
				</syntax>
			</parameter>
            <parameter name="FreqBandIndicator" access="readWrite">
                <description>
                    Frequency band indicator. Corresponds to parameter freqBandIndicator in SIB1 in {{bibref|3GPP-TS.36.331|Section 6.2.2}}.
                </description>
                <syntax>
                    <unsignedInt>
                        <range minInclusive="1" maxInclusive="40" />
                    </unsignedInt>
                </syntax>
            </parameter>
            <parameter name="DLBandwidth" access="readWrite">
				<description>{{list}} Each item is a downlink transmission bandwidth, specified in number of Resource Blocks. In case there is more than one item in the list, the first item contains the most preferred value.  Corresponds to parameter dl_Bandwidth in MIB (Master Information Block) in {{bibref|3GPP-TS.36.331|Section 6.2.2}}. and to parameter NRB in {{bibref|3GPP-TS.36.101|Table 5.6-1}}.
If LTE FAP supports self-configuration capability for {{param}} and more than one item is configured, then LTE FAP is expected to select one from the list and overwrite this parameter containing only the one selected.  If LTE FAP does not support self-configuration capability for {{param}} and more than one item is configured, then LTE FAP accepts the first value and ignore the rest. If only one item is configured regardless of the self-configuration capability of LTE FAP, LTE FAP accepts the value as an explicit configuration by the ACS.</description>
				<syntax>
					<list minItems="1"><size maxLength="32"></size></list>
					<unsignedInt>
						<range minInclusive="6" maxInclusive="6"/>
						<range minInclusive="15" maxInclusive="15"/>
						<range minInclusive="25" maxInclusive="25"/>
						<range minInclusive="50" maxInclusive="50"/>
						<range minInclusive="75" maxInclusive="75"/>
						<range minInclusive="100" maxInclusive="100"/>
					</unsignedInt>
				</syntax>
			</parameter>
            <parameter name="ULBandwidth" access="readWrite">
				<description>{{list}} Each item is an uplink transmission bandwidth, specified in number of Resource Blocks. In case there is more than one item in the list, the first item contains the most preferred value.  Corresponds to parameter ul_Bandwidth in SIB2 in {{bibref|3GPP-TS.36.331|Section 6.3.1}}. and to parameter NRB in {{bibref|3GPP-TS.36.101|Table 5.6-1}}.
If LTE FAP supports self-configuration capability for {{param}} and more than one item is configured, then LTE FAP is expected to select one from the list and overwrite this parameter containing only the one selected.  If LTE FAP does not support self-configuration capability for {{param}} and more than one item is configured, then LTE FAP accepts the first value and ignore the rest. If only one item is configured regardless of the self-configuration capability of LTE FAP, LTE FAP accepts the value as an explicit configuration by the ACS.</description>
				<syntax>
					<list minItems="1"><size maxLength="32"></size></list>
					<unsignedInt>
						<range minInclusive="6" maxInclusive="6"/>
						<range minInclusive="15" maxInclusive="15"/>
						<range minInclusive="25" maxInclusive="25"/>
						<range minInclusive="50" maxInclusive="50"/>
						<range minInclusive="75" maxInclusive="75"/>
						<range minInclusive="100" maxInclusive="100"/>
					</unsignedInt>
				</syntax>
			</parameter>
            <parameter name="ReferenceSignalPower" access="readWrite">
				<description>{{list}} Each item is a downlink reference-signal transmit power, specified in dBm, with a numeric range between -60 and 50 inclusive. In case there is more than one item in the list, the first item contains the most preferred value. Defined as the linear average over the power contributions (in W) of all resource elements that carry cell-specific reference signals within the operating system bandwidth. Corresponds to parameter referenceSignalPower in PDSCH-Config IE in {{bibref|3GPP-TS.36.331|Section 6.3.2}}.
The multiplicity of the {{param}} values can also be expressed by defining a range using ".." (two periods) between two values. In this case, the combination of two values defines the lower-bound and upper-bound of the range inclusive. If this notation is used, then the list contains at least 2 items: "&lt;preferred-value&gt;,&lt;lower-bound&gt;..&lt;upper-bound&gt;".
If LTE FAP supports self-configuration capability for {{param}} and more than one item is configured, then LTE FAP is expected to select one from the list and overwrite this parameter containing only the one selected.  If LTE FAP does not support self-configuration capability for {{param}} and more than one item is configured, then LTE FAP accepts the first value and ignore the rest. If only one item is configured regardless of the self-configuration capability of LTE FAP, LTE FAP accepts the value as an explicit configuration by the ACS.</description>
				<syntax>
					<list minItems="1"><size maxLength="512"></size></list>
					<string/>
				</syntax>
			</parameter>
            <parameter name="PhyCellID" access="readWrite">
				<description>{{list}} Each item is a physical cell ID with a numeric range between 0 and 503 inclusive. Represents the list of physical cell identities LTE FAP to choose from. In case there is more than one item in the list, the first item contains the most preferred value. As specified in {{bibref|3GPP-TS.36.211|Section 6.11}}.
The multiplicity of the {{param}} values can also be expressed by defining a range using ".." (two periods) between two values. In this case, the combination of two values defines the lower-bound and upper-bound of the range inclusive. If this notation is used, then the list contains at least 2 items: "&lt;preferred-value&gt;,&lt;lower-bound&gt;..&lt;upper-bound&gt;".
If LTE FAP supports self-configuration capability for {{param}} and more than one item is configured, then LTE FAP is expected to select one from the list and overwrite this parameter containing only the one selected.  If LTE FAP does not support self-configuration capability for {{param}} and more than one item is configured, then  accepts the first value and ignore the rest. If only one item is configured regardless of the self-configuration capability of ,  accepts the value as an explicit configuration by the ACS.</description>
				<syntax>
					<list minItems="1"><size maxLength="512"></size></list>
					<string/>
				</syntax>
			</parameter>
            <parameter name="PSCHPowerOffset" access="readWrite">
				<description>{{list}} Each item is a power offset, specified in dB, of the Primary Synchronization Channel with respect to the ReferenceSignalPower, with a numeric range between -350 and 150 inclusive. In case there is more than one item in the list, the first item contains the most preferred value. The value of {{param}} divided by 10 yields the actual value.
The multiplicity of the {{param}} values can also be expressed by defining a range using ".." (two periods) between two values. In this case, the combination of two values defines the lower-bound and upper-bound of the range inclusive. If this notation is used, then the list contains at least 2 items: "&lt;preferred-value&gt;,&lt;lower-bound&gt;..&lt;upper-bound&gt;".
If  supports self-configuration capability for {{param}} and more than one item is configured, then  is expected to select one from the list and overwrite this parameter containing only the one selected.  If  does not support self-configuration capability for {{param}} and more than one item is configured, then  accepts the first value and ignore the rest. If only one item is configured regardless of the self-configuration capability of ,  accepts the value as an explicit configuration by the ACS.</description>
				<syntax>
					<list minItems="1"><size maxLength="512"></size></list>
					<string/>
				</syntax>
			</parameter>
            <parameter name="SSCHPowerOffset" access="readWrite">
				<description>{{list}} Each item is a power offset, specified in dB, of the Secondary Synchronization Channel with respect to the ReferenceSignalPower, with a numeric range between -350 and 150 inclusive. In case there is more than one item in the list, the first item contains the most preferred value. The value of {{param}} divided by 10 yields the actual value.
The multiplicity of the {{param}} values can also be expressed by defining a range using ".." (two periods) between two values. In this case, the combination of two values defines the lower-bound and upper-bound of the range inclusive. If this notation is used, then the list contains at least 2 items: "&lt;preferred-value&gt;,&lt;lower-bound&gt;..&lt;upper-bound&gt;".
If  supports self-configuration capability for {{param}} and more than one item is configured, then  is expected to select one from the list and overwrite this parameter containing only the one selected.  If  does not support self-configuration capability for {{param}} and more than one item is configured, then  accepts the first value and ignore the rest. If only one item is configured regardless of the self-configuration capability of ,  accepts the value as an explicit configuration by the ACS.</description>
				<syntax>
					<list minItems="1"><size maxLength="512"></size></list>
					<string/>
				</syntax>
			</parameter>
            <parameter name="PBCHPowerOffset" access="readWrite">
				<description>{{list}} Each item is a power offset, specified in dB, of the Physical Broadcast Channel with respect to the ReferenceSignalPower, with a numeric range between -350 and 150 inclusive. In case there is more than one item in the list, the first item contains the most preferred value. The value of {{param}} divided by 10 yields the actual value.
The multiplicity of the {{param}} values can also be expressed by defining a range using ".." (two periods) between two values. In this case, the combination of two values defines the lower-bound and upper-bound of the range inclusive. If this notation is used, then the list contains at least 2 items: "&lt;preferred-value&gt;,&lt;lower-bound&gt;..&lt;upper-bound&gt;".
If  supports self-configuration capability for {{param}} and more than one item is configured, then  is expected to select one from the list and overwrite this parameter containing only the one selected.  If  does not support self-configuration capability for {{param}} and more than one item is configured, then  accepts the first value and ignore the rest. If only one item is configured regardless of the self-configuration capability of ,  accepts the value as an explicit configuration by the ACS.</description>
				<syntax>
					<list minItems="1"><size maxLength="512"></size></list>
					<string/>
				</syntax>
			</parameter>
        </object>
        <object name="FAPService.{i}.CellConfig.LTE.RAN.PHY." access="readOnly" minEntries="1" maxEntries="1">
            <description>This object contains parameters relating to the physical layer level configuration.</description>
        </object>
        <object name="FAPService.{i}.CellConfig.LTE.RAN.PHY.AntennaInfo." access="readOnly" minEntries="1" maxEntries="1">
            <description>This object contains parameters relating to the antenna configuration (see {{bibref|3GPP-TS.32.592|Section 6.1.1.1}}).</description>
            <parameter name="AntennaPortsCount" access="readOnly">
                <description>
                    Defines the number of cell specific antenna ports according to {{bibref|3GPP-TS.36.211|Section 6.2.1}}. A UE in IDLE mode acquires the information about the number of transmit antenna ports according to {{bibref|3GPP-TS.36.212|Section 5.3.1.1}}. Corresponds to antennaPortsCount IE specified in {{bibref|3GPP-TS.36.331|Section 6.3.2}}.
                </description>
                <syntax>
                    <unsignedInt>
                        <range minInclusive="1" maxInclusive="1" />
                        <range minInclusive="2" maxInclusive="2" />
                        <range minInclusive="4" maxInclusive="4" />
                    </unsignedInt>
                </syntax>
            </parameter>
        </object>
        <object name="FAPService.{i}.CellConfig.LTE.RAN.PHY.PDSCH." access="readOnly" minEntries="1" maxEntries="1">
            <description>This object contains parameters relating to the PDSCH (Physical Downlink Shared Channel) configuration (see {{bibref|3GPP-TS.32.592|Section 6.1.1.2}}).</description>
            <parameter name="Pb" access="readWrite">
				<description>{{list}} Each item is a Eb/Ea value with a numeric range between 0 and 3 inclusive. In case there is more than one item in the list, the first item contains the most preferred value. The value of this parameter is the same for all UEs in the cell. Eb repsents EPRE of PDSCH REs type B, i.e. REs in OFDM symbols that include reference symbols, as specified in {{bibref|3GPP-TS.36.213|Section 5.2}}.
The multiplicity of the {{param}} values can also be expressed by defining a range using ".." (two periods) between two values. In this case, the combination of two values defines the lower-bound and upper-bound of the range inclusive. If this notation is used, then the list contains at least 2 items: "&lt;preferred-value&gt;,&lt;lower-bound&gt;..&lt;upper-bound&gt;".
If  supports self-configuration capability for {{param}} and more than one item is configured, then  is expected to select one from the list and overwrite this parameter containing only the one selected.  If  does not support self-configuration capability for {{param}} and more than one item is configured, then  accepts the first value and ignore the rest. If only one item is configured regardless of the self-configuration capability of ,  accepts the value as an explicit configuration by the ACS.</description>
				<syntax>
					<list minItems="1"><size maxLength="32"></size></list>
					<string/>
				</syntax>
			</parameter>
            <parameter name="Pa" access="readWrite">
				<description>{{list}} Each item is a Ea/Ers value. In case there is more than one item in the list, the first item contains the most preferred value. Ea represents EPRE of PDSCH REs type A, i.e. REs in OFDM symbols that do not include reference symbols.  Ers represents EPRE of reference symbols REs. Specified in {{bibref|3GPP-TS.36.213|Section 5.2}}. Actual values of range are -6.00 to 3.00dB. The value of each item in {{param}} divided by 100 yields the actual value.
If  supports self-configuration capability for {{param}} and more than one item is configured, then  is expected to select one from the list and overwrite this parameter containing only the one selected.  If  does not support self-configuration capability for {{param}} and more than one item is configured, then  accepts the first value and ignore the rest. If only one item is configured regardless of the self-configuration capability of ,  accepts the value as an explicit configuration by the ACS.</description>
				<syntax>
					<list minItems="1"><size maxLength="64"></size></list>
					<int>
						<range minInclusive="-600" maxInclusive="-600"/>
						<range minInclusive="-477" maxInclusive="-477"/>
						<range minInclusive="-300" maxInclusive="-300"/>
						<range minInclusive="-177" maxInclusive="-177"/>
						<range minInclusive="0" maxInclusive="0"/>
						<range minInclusive="100" maxInclusive="100"/>
						<range minInclusive="200" maxInclusive="200"/>
						<range minInclusive="300" maxInclusive="300"/>
					</int>
				</syntax>
			</parameter>
        </object>
        <object name="FAPService.{i}.CellConfig.LTE.RAN.PHY.SRS." access="readOnly" minEntries="1" maxEntries="1">
            <description>This object contains parameters relating to the UL SRS (Sounding Reference Signal) configuration (see {{bibref|3GPP-TS.32.592|Section 6.1.1.3}}).</description>
            <parameter name="SRSEnabled" access="readWrite">
                <description>
                    Indicates whether UL SRS (Sounding RS) is enabled or not.
                    If {{true}}, UL Sounding RS is enabled. If {{false}}, UL Sounding RS is disabled.
                    Corresponds to SoundingRS-UL-ConfigCommonIE defined in {{bibref|3GPP-TS.36.331|Section 6.3.2}}.
                </description>
                <syntax>
                    <boolean />
                </syntax>
            </parameter>
            <parameter name="SRSBandwidthConfig" access="readWrite">
				<description>{{list}} Each item is a index into tables of cell specific SRS Bandwidth Configuration, with a numeric range between 0 and 7 inclusive. In case there is more than one item in the list, the first item contains the most preferred value. SRS Bandwidth Configuration tables are specified in {{bibref|3GPP-TS.36.211|Table 5.5.3.2-1, 5.5.3.2-2, 5.5.3.2-3 and 5.5.3.2– 4}}. Corresponds to srs-BandwidthConfig IE specified in {{bibref|3GPP-TS.36.331|Section 6.3.2}}.
The multiplicity of the {{param}} values can also be expressed by defining a range using ".." (two periods) between two values. In this case, the combination of two values defines the lower-bound and upper-bound of the range inclusive. If this notation is used, then the list contains at least 2 items: "&lt;preferred-value&gt;,&lt;lower-bound&gt;..&lt;upper-bound&gt;".
If  supports self-configuration capability for {{param}} and more than one item is configured, then  is expected to select one from the list and overwrite this parameter containing only the one selected.  If  does not support self-configuration capability for {{param}} and more than one item is configured, then  accepts the first value and ignore the rest. If only one item is configured regardless of the self-configuration capability of ,  accepts the value as an explicit configuration by the ACS.</description>
				<syntax>
					<list minItems="1"><size maxLength="32"></size></list>
					<string/>
				</syntax>
			</parameter>
            <parameter name="SRSMaxUpPTS" access="readWrite">
                <description>
                    Defines whether reconfiguration of SRS applies to UpPTS or not.
                    If {{true}}, SRS applies to UpPTS. If {{false}}, SRS does not apply to UpPTS.
                    Corresponds to srs-MaxUpPts specified in {{bibref|3GPP-TS.36.331|Section 6.3.2}} and srsMaxUpPts specified in {{bibref|3GPP-TS.36.211|Section 5.5.3.2}}.
                    This parameter is applicable to TDD mode only.
                    </description>
                <syntax>
                    <boolean />
                </syntax>
            </parameter>
            <parameter name="AckNackSRSSimultaneousTransmission" access="readWrite">
                <description>
                    Defines whether a UE can simultaneously transmit SRS and HARQ ACK/NACK or not.
                    If {{true}}, simultaneous transmission is allowed. If {{false}}, simultaneous transmission is not allowed.
                    Corresponds to ackNackSRS-SimultaneousTransmission specfied in {{bibref|3GPP-TS.36.331|Section 6.3.2}} and Simultaneous-AN-and-SRS specified in {{bibref|3GPP-TS.36.213|Section 8.2}}. </description>
                <syntax>
                    <boolean />
                </syntax>
            </parameter>
        </object>
        <object name="FAPService.{i}.CellConfig.LTE.RAN.PHY.PRACH." access="readOnly" minEntries="1" maxEntries="1">
            <description>This object contains parameters relating to the PRACH (Physical Random Access Channel) configuration (see {{bibref|3GPP-TS.32.592|Section 6.1.1.4}}).</description>
            <parameter name="RootSequenceIndex" access="readWrite">
				<description>{{list}} Each item is a Logical root sequence index with a numeric range between 0 and 837 inclusive. In case there is more than one item in the list, the first item contains the most preferred value. Logical root sequence index is used to determine 64 physical RACH preamble sequences available in the cell. Corresponds to RACH_ROOT_SEQUENCE parameter defined in {{bibref|3GPP-TS.36.331|Section 6.3.2}} and {{bibref|3GPP-TS.36.211|Section 5.7.2}}.
The multiplicity of the {{param}} values can also be expressed by defining a range using ".." (two periods) between two values. In this case, the combination of two values defines the lower-bound and upper-bound of the range inclusive. If this notation is used, then the list contains at least 2 items: "&lt;preferred-value&gt;,&lt;lower-bound&gt;..&lt;upper-bound&gt;".
If  supports self-configuration capability for {{param}} and more than one item is configured, then  is expected to select one from the list and overwrite this parameter containing only the one selected.  If  does not support self-configuration capability for {{param}} and more than one item is configured, then  accepts the first value and ignore the rest. If only one item is configured regardless of the self-configuration capability of ,  accepts the value as an explicit configuration by the ACS.</description>
				<syntax>
					<list minItems="1"><size maxLength="512"></size></list>
					<string/>
				</syntax>
			</parameter>
            <parameter name="ConfigurationIndex" access="readWrite">
				<description>{{list}} Each item is an index to the table defining PRACH resources within the frame with a numeric range between 0 and 63 inclusive. In case there is more than one item in the list, the first item contains the most preferred value. Corresponds to PRACH-Configuration-Index parameter defined in {{bibref|3GPP-TS.36.331|Section 6.3.2}} and {{bibref|3GPP-TS.36.211|Section 5.7.1}}.
The multiplicity of the {{param}} values can also be expressed by defining a range using ".." (two periods) between two values. In this case, the combination of two values defines the lower-bound and upper-bound of the range inclusive. If this notation is used, then the list contains at least 2 items: "&lt;preferred-value&gt;,&lt;lower-bound&gt;..&lt;upper-bound&gt;".
If  supports self-configuration capability for {{param}} and more than one item is configured, then  is expected to select one from the list and overwrite this parameter containing only the one selected.  If  does not support self-configuration capability for {{param}} and more than one item is configured, then  accepts the first value and ignore the rest. If only one item is configured regardless of the self-configuration capability of ,  accepts the value as an explicit configuration by the ACS.</description>
				<syntax>
					<list minItems="1"><size maxLength="256"></size></list>
					<string/>
				</syntax>
			</parameter>
            <parameter name="HighSpeedFlag" access="readWrite">
                <description>
                    Indicates whether restricted set or unrestricted set of preambles is used.
                    If {{true}}, indicates restricted set. If {{false}}, indicates unrestricted set.
                    Corresponds to highSpeedFlag parameter defined in {{bibref|3GPP-TS.36.331|Section 6.3.2}} and high-speed-flag parameter defined in {{bibref|3GPP-TS.36.211|Section 5.7.2}}.
                </description>
                <syntax>
                    <boolean />
                </syntax>
            </parameter>
            <parameter name="ZeroCorrelationZoneConfig" access="readWrite">
				<description>{{list}} Each item is a value used for preamble sequence generation with a numeric range between 0 and 15 inclusive. In case there is more than one item in the list, the first item contains the most preferred value. Each item corresponds to zeroCorrelationZoneConfig parameter defined in {{bibref|3GPP-TS.36.331|Section 6.3.2}} and to NCS parameter  defined in {{bibref|3GPP-TS.36.211|Section 5.7.2}}.
The multiplicity of the {{param}} values can also be expressed by defining a range using ".." (two periods) between two values. In this case, the combination of two values defines the lower-bound and upper-bound of the range inclusive. If this notation is used, then the list contains at least 2 items: "&lt;preferred-value&gt;,&lt;lower-bound&gt;..&lt;upper-bound&gt;".
If  supports self-configuration capability for {{param}} and more than one item is configured, then  is expected to select one from the list and overwrite this parameter containing only the one selected.  If  does not support self-configuration capability for {{param}} and more than one item is configured, then  accepts the first value and ignore the rest. If only one item is configured regardless of the self-configuration capability of ,  accepts the value as an explicit configuration by the ACS.</description>
				<syntax>
					<list minItems="1"><size maxLength="64"></size></list>
					<string/>
				</syntax>
			</parameter>
            <parameter name="FreqOffset" access="readWrite">
				<description>{{list}} Each item represents the first available physical resource block number for PRACH. In case there is more than one item in the list, the first item contains the most preferred value. Corresponds to prach-FreqOffset parameter defined in {{bibref|3GPP-TS.36.331|Section 6.3.2}} and nPRBoffsetRA parameter defined {{bibref|3GPP-TS.36.211|Section 5.7.1}}.
The multiplicity of the {{param}} values can also be expressed by defining a range using ".." (two periods) between two values. In this case, the combination of two values defines the lower-bound and upper-bound of the range inclusive. If this notation is used, then the list contains at least 2 items: "&lt;preferred-value&gt;,&lt;lower-bound&gt;..&lt;upper-bound&gt;".
If  supports self-configuration capability for {{param}} and more than one item is configured, then  is expected to select one from the list and overwrite this parameter containing only the one selected.  If  does not support self-configuration capability for {{param}} and more than one item is configured, then  accepts the first value and ignore the rest. If only one item is configured regardless of the self-configuration capability of ,  accepts the value as an explicit configuration by the ACS.</description>
				<syntax>
					<list minItems="1"><size maxLength="256"></size></list>
					<string/>
				</syntax>
			</parameter>
        </object>
        <object name="FAPService.{i}.CellConfig.LTE.RAN.PHY.PUCCH." access="readOnly" minEntries="1" maxEntries="1">
            <description>This object contains parameters relating to the PUCCH (Physical Uplink Control Channel) configuration. (see {{bibref|3GPP-TS.32.592|Section 6.1.1.5}})</description>
            <parameter name="DeltaPUCCHShift" access="readWrite">
                <description>
                    Defines the cyclic shift used for PUCCH formats 1/1a/1b in a resource block used for a mix of formats 1/1a/1b and 2/2a/2b.
                    It is an integer multiple of deltaPUCCHShift  within the range of {0, 1, ., 7} .
                    Corresponds to deltaPUCCH-Shift parameter defined in {{bibref|3GPP-TS.36.331|Section 6.3.2}} and Delta-shiftPUCCH parameter defined {{bibref|3GPP-TS.36.211|Section 5.4}}.
                </description>
                <syntax>
                    <string>
                        <enumeration value="ds1"/>
                        <enumeration value="ds2"/>
                        <enumeration value="ds3"/>
                    </string>
                </syntax>
            </parameter>
            <parameter name="NRBCQI" access="readWrite">
				<description>{{list}} Each item is a value that defines the bandwidth in terms of resource blocks available for use by PUCCH formats 2/2a/2b transmission in each slot, with a numeric range between 0 and 98 inclusive. In case there is more than one item in the list, the first item contains the most preferred value. Corresponds to nRB-CQI parameter defined in {{bibref|3GPP-TS.36.331|Section 6.3.2}} and NRB(2) parameter defined {{bibref|3GPP-TS.36.211|Section 5.4}}.
The multiplicity of the {{param}} values can also be expressed by defining a range using ".." (two periods) between two values. In this case, the combination of two values defines the lower-bound and upper-bound of the range inclusive.If this notation is used, then the list contains at least 2 items: "&lt;preferred-value&gt;,&lt;lower-bound&gt;..&lt;upper-bound&gt;".
If  supports self-configuration capability for {{param}} and more than one item is configured, then  is expected to select one from the list and overwrite this parameter containing only the one selected.  If  does not support self-configuration capability for {{param}} and more than one item is configured, then  accepts the first value and ignore the rest. If only one item is configured regardless of the self-configuration capability of ,  accepts the value as an explicit configuration by the ACS.</description>
				<syntax>
					<list minItems="1"><size maxLength="256"></size></list>
					<string/>
				</syntax>
			</parameter>
            <parameter name="NCSAN" access="readOnly">
                <description>
                    Defines the number of cyclic shift used for PUCCH formats 1/1a/1b in a resource block used for a mix of formats 1/1a/1b and 2/2a/2b.
                    The value is an integer multiple of deltaPUCCHShift within the range of {0, 1, ., 7}.
                    Corresponds to nCS-AN parameter defined in {{bibref|3GPP-TS.36.331|Section 6.3.2}} and NRB(1) parameter defined {{bibref|3GPP-TS.36.211|Section 5.4}}.</description>
                <syntax>
                    <unsignedInt>
                        <range minInclusive="0" maxInclusive="7" />
                    </unsignedInt>
                </syntax>
            </parameter>
            <parameter name="N1PUCCHAN" access="readWrite">
				<description>{{list}} Each item is a value that determines resources used for transmission of PUCCH format 1/1a/1b and 2/2a/2b, with a numeric range between 0 and 2047 inclusive. In case there is more than one item in the list, the first item contains the most preferred value.  Corresponds to n1PUCCH-AN parameter defined in {{bibref|3GPP-TS.36.331|Section 6.3.2}} and NPUCCH(1) parameter defined {{bibref|3GPP-TS.36.213|Section 10.1}}.
The multiplicity of the {{param}} values can also be expressed by defining a range using ".." (two periods) between two values. In this case, the combination of two values defines the lower-bound and upper-bound of the range inclusive. If this notation is used, then the list contains at least 2 items: "&lt;preferred-value&gt;,&lt;lower-bound&gt;..&lt;upper-bound&gt;".
If  supports self-configuration capability for {{param}} and more than one item is configured, then  is expected to select one from the list and overwrite this parameter containing only the one selected.  If  does not support self-configuration capability for {{param}} and more than one item is configured, then  accepts the first value and ignore the rest. If only one item is configured regardless of the self-configuration capability of ,  accepts the value as an explicit configuration by the ACS.</description>
				<syntax>
					<list minItems="1"><size maxLength="512"></size></list>
					<string/>
				</syntax>
			</parameter>
            <parameter name="CQIPUCCHResourceIndex" access="readWrite">
				<description>{{list}} Each item is a value that indicates the position of PUCCH, with a numeric range between 0 and 1185 inclusive. In case there is more than one item in the list, the first item contains the most preferred value. . Corresponds to the cqi-PUCCH-ResourceIndex IE specified in {{bibref|3GPP-TS.36.331|Section 6.3.2}}. and to parameter nPUCCH(2) specified in {{bibref|3GPP-TS.36.213|Section 7.2}}.
The multiplicity of the {{param}} values can also be expressed by defining a range using ".." (two periods) between two values. In this case, the combination of two values defines the lower-bound and upper-bound of the range inclusive. If this notation is used, then the list contains at least 2 items: "&lt;preferred-value&gt;,&lt;lower-bound&gt;..&lt;upper-bound&gt;".
If  supports self-configuration capability for {{param}} and more than one item is configured, then  is expected to select one from the list and overwrite this parameter containing only the one selected.  If  does not support self-configuration capability for {{param}} and more than one item is configured, then  accepts the first value and ignore the rest. If only one item is configured regardless of the self-configuration capability of ,  accepts the value as an explicit configuration by the ACS.</description>
				<syntax>
					<list minItems="1"><size maxLength="512"></size></list>
					<string/>
				</syntax>
			</parameter>
            <parameter name="K" access="readOnly">
                <description>
                    Sub-band size for sub-band reporting mode expressed in units of physical {{units}}, see {{bibref|3GPP-TS.36.213|Section 7.2.2}}.
                    This parameter corresponds to the K IE specified in {{bibref|3GPP-TS.36.331|Section 6.3.2}}.</description>
                <syntax>
                    <unsignedInt>
                        <range minInclusive="1" maxInclusive="4" />
                        <units value="Resource Blocks"/>
                    </unsignedInt>
                </syntax>
            </parameter>
        </object>
        <object name="FAPService.{i}.CellConfig.LTE.RAN.PHY.PUSCH." access="readOnly" minEntries="1" maxEntries="1">
            <description>This object contains parameters relating to the PUSCH (Physical Uplink Shared Channel) configuration (see {{bibref|3GPP-TS.32.592|Section 6.1.1.6}}).</description>
            <parameter name="NSB" access="readWrite">
                <description>
                    Defines the number of sub-bands. This parameter corresponds to n-SB parameter specified in {{bibref|3GPP-TS.36.331|Section 6.3.2}} and NSB parameter specified in {{bibref|3GPP-TS.36.211|Section 5.3.4}}.
                </description>
                <syntax>
                    <unsignedInt>
                        <range minInclusive="1" maxInclusive="4" />
                    </unsignedInt>
                </syntax>
            </parameter>
            <parameter name="HoppingMode" access="readWrite">
                <description>
                    Indicates if hopping is "inter-subframe" or "intra and inter-subframe". Corresponds to hoppingMode parameter specified in {{bibref|3GPP-TS.36.331|Section 6.3.2}} and Hopping-mode parameter specified in {{bibref|3GPP-TS.36.211|Section 5.3.4}}.
                </description>
                <syntax>
                    <string>
                        <enumeration value="InterSubFrame"/>
                        <enumeration value="IntraAndInterSubFrame"/>
                    </string>
                </syntax>
            </parameter>
            <parameter name="HoppingOffset" access="readWrite">
				<description>{{list}} Each item is a value to compute the set of physical resource blocks to be used for transmission on PUSCH if uplink frequency hopping mode is enabled, with a numeric range between 0 and 98 inclusive. In case there is more than one item in the list, the first item contains the most preferred value.   This parameter corresponds to pusch-HoppingOffset parameter specified in {{bibref|3GPP-TS.36.331|Section 6.3.2}} and NRBHO parameter specified in {{bibref|3GPP-TS.36.211|Section 5.3.4}}.
The multiplicity of the {{param}} values can also be expressed by defining a range using ".." (two periods) between two values. In this case, the combination of two values defines the lower-bound and upper-bound of the range inclusive. If this notation is used, then the list contains at least 2 items: "&lt;preferred-value&gt;,&lt;lower-bound&gt;..&lt;upper-bound&gt;".
If  supports self-configuration capability for {{param}} and more than one item is configured, then  is expected to select one from the list and overwrite this parameter containing only the one selected.  If  does not support self-configuration capability for {{param}} and more than one item is configured, then  accepts the first value and ignore the rest. If only one item is configured regardless of the self-configuration capability of ,  accepts the value as an explicit configuration by the ACS.</description>
				<syntax>
					<list minItems="1"><size maxLength="256"></size></list>
					<string/>
				</syntax>
			</parameter>
            <parameter name="Enable64QAM" access="readOnly">
                <description>
                    Indicates whether 64QAM is allowed or not. If {{true}}, 64QAM is allowed. If {{false}}, 64QAM is not allowed.
                    Corresponds to enable64QAM parameter specified in {{bibref|3GPP-TS.36.331|Section 6.3.2}}.
                </description>
                <syntax>
                    <boolean />
                </syntax>
            </parameter>
        </object>
        <object name="FAPService.{i}.CellConfig.LTE.RAN.PHY.PUSCH.ULRS." access="readOnly" minEntries="1" maxEntries="1">
            <description>This object contains parameters relating to the ULRS (Uplink Reference Signal) of PUSCH (Physical Uplink Shared Channel) configuration (see {{bibref|3GPP-TS.32.592|Section 6.1.1.6.1}}).</description>
            <parameter name="GroupHoppingEnabled" access="readWrite">
                <description>
                    Indicates whether group hopping is enabled or not. If {{true}}, group hopping is enabled. If {{false}}, group hopping is not enabled.
                    Corresponds to groupHoppingEnabled parameter specified in {{bibref|3GPP-TS.36.331|Section 6.3.2}}.and in {{bibref|3GPP-TS.36.211|Section 5.5.1.3}}.</description>
                <syntax>
                    <boolean />
                </syntax>
            </parameter>
            <parameter name="GroupAssignmentPUSCH" access="readOnly">
                <description>Corresponds to parameter groupAssignmentPUSCH specified in {{bibref|3GPP-TS.36.331|Section 6.3.2}}.</description>
                <syntax>
                    <unsignedInt>
                        <range minInclusive="0" maxInclusive="29" />
                    </unsignedInt>
                </syntax>
            </parameter>
            <parameter name="SequenceHoppingEnabled" access="readWrite">
                <description>
                    Indicates whether sequence hopping is enabled or not. If {{true}}, sequence hopping is enabled. If {{false}}, sequence hopping is not enabled.
                    Corresponds to sequenceHoppingEnabled parameter specified in {{bibref|3GPP-TS.36.331|Section 6.3.2}}.and in {{bibref|3GPP-TS.36.211|Section 5.5.1.4}}.
                </description>
                <syntax>
                    <boolean />
                </syntax>
            </parameter>
            <parameter name="CyclicShift" access="readOnly">
                <description>Corresponds to parameter cyclcShift specified in {{bibref|3GPP-TS.36.331|Section 6.3.2}}.</description>
                <syntax>
                    <unsignedInt>
                        <range minInclusive="0" maxInclusive="7" />
                    </unsignedInt>
                </syntax>
            </parameter>
        </object>
        <object name="FAPService.{i}.CellConfig.LTE.RAN.PHY.ULPowerControl." access="readOnly" minEntries="1" maxEntries="1">
            <description>This object contains parameters relating to the uplink power control configuration (see {{bibref|3GPP-TS.32.592|Section 6.1.1.7}}).</description>
            <parameter name="P0NominalPUSCH" access="readWrite">
				<description>{{list}} Each item is a value to compute the UL UE transmit power for transmission on PUSCH for semi-persistant grants, with a numeric range between -126 and 24 inclusive. In case there is more than one item in the list, the first item contains the most preferred value. Corresponds to p0-NominalPUSCH parameter specified in {{bibref|3GPP-TS.36.331|Section 6.3.2}} and PO_NOMINAL_PUSCH(0) parameter specified in {{bibref|3GPP-TS.36.211|Section 5.1.1.1}}.
The multiplicity of the {{param}} values can also be expressed by defining a range using ".." (two periods) between two values. In this case, the combination of two values defines the lower-bound and upper-bound of the range inclusive. If this notation is used, then the list contains at least 2 items: "&lt;preferred-value&gt;,&lt;lower-bound&gt;..&lt;upper-bound&gt;".
If  supports self-configuration capability for {{param}} and more than one item is configured, then  is expected to select one from the list and overwrite this parameter containing only the one selected.  If  does not support self-configuration capability for {{param}} and more than one item is configured, then  accepts the first value and ignore the rest. If only one item is configured regardless of the self-configuration capability of ,  accepts the value as an explicit configuration by the ACS.</description>
				<syntax>
					<list minItems="1"><size maxLength="512"></size></list>
					<string/>
				</syntax>
			</parameter>
            <parameter name="Alpha" access="readWrite">
				<description>{{list}} Each item is a value used to compute the UL UE transmit power for transmission on PUSCH, from the list of 0, 4, 5, 6, 7, 8, 9, 100. In case there is more than one item in the list, the first item contains the most preferred value.  Actual values of range are from 0.00 to 1.00. The value of {{param}} divided by 100 yields the actual value. Corresponds to alpha parameter specified in {{bibref|3GPP-TS.36.331|Section 6.3.2}} and to α parameter specified in {{bibref|3GPP-TS.36.211|Section 5.1.1.1}}.
The multiplicity of the {{param}} values can also be expressed by defining a range using ".." (two periods) between two values. In this case, the combination of two values defines the lower-bound and upper-bound of the range inclusive. If this notation is used, then the list contains at least 2 items: "&lt;preferred-value&gt;,&lt;lower-bound&gt;..&lt;upper-bound&gt;".
If  supports self-configuration capability for {{param}} and more than one item is configured, then  is expected to select one from the list and overwrite this parameter containing only the one selected.  If  does not support self-configuration capability for {{param}} and more than one item is configured, then  accepts the first value and ignore the rest. If only one item is configured regardless of the self-configuration capability of ,  accepts the value as an explicit configuration by the ACS.</description>
				<syntax>
					<list minItems="1"><size maxLength="32"></size></list>
					<string/>
				</syntax>
			</parameter>
            <parameter name="P0NominalPUCCH" access="readWrite">
				<description>{{list}} Each item is a value to compute the UL UE transmit power for transmission on PUCCH, with a numeric range between -126 and 24 inclusive. In case there is more than one item in the list, the first item contains the most preferred value. Corresponds to p0-NominalPUCCH parameter specified in {{bibref|3GPP-TS.36.331|Section 6.3.2}} and PO_NOMINAL_PUCCH parameter specified in {{bibref|3GPP-TS.36.211|Section 5.1.2.1}}.
The multiplicity of the {{param}} values can also be expressed by defining a range using ".." (two periods) between two values. In this case, the combination of two values defines the lower-bound and upper-bound of the range inclusive. If this notation is used, then the list contains at least 2 items: "&lt;preferred-value&gt;,&lt;lower-bound&gt;..&lt;upper-bound&gt;".
If  supports self-configuration capability for {{param}} and more than one item is configured, then  is expected to select one from the list and overwrite this parameter containing only the one selected.  If  does not support self-configuration capability for {{param}} and more than one item is configured, then  accepts the first value and ignore the rest. If only one item is configured regardless of the self-configuration capability of ,  accepts the value as an explicit configuration by the ACS.</description>
				<syntax>
					<list minItems="1"><size maxLength="512"></size></list>
					<string/>
				</syntax>
			</parameter>
            <parameter name="DeltaFPUCCHFormat1" access="readOnly">
                <description>
                    Defines deltaF-PUCCH-Format1 to derive the UE transmit power.
                    Corresponds to parameter ?F_PUCCH(1) in {{units}} as specified in {{bibref|3GPP-TS.36.331|Section 6.3.2}} and in {{bibref|3GPP-TS.36.213|Section 5.1.2}}.
                </description>
                <syntax>
                    <int>
                        <range minInclusive="-2" maxInclusive="-2" />
                        <range minInclusive="0" maxInclusive="0" />
                        <range minInclusive="2" maxInclusive="2" />
                        <units value="dB">
                        </units>
                    </int>
                </syntax>
            </parameter>
            <parameter name="DeltaFPUCCHFormat1b" access="readOnly">
                <description>
                    Defines deltaF-PUCCH-Format1b to derive the UE transmit power.
                    Corresponds to parameter ?F_PUCCH(1b) in {{units}} dB as specified in {{bibref|3GPP-TS.36.331|Section 6.3.2}} and in {{bibref|3GPP-TS.36.213|Section 5.1.2}}.
                </description>
                <syntax>
                    <unsignedInt>
                        <range minInclusive="1" maxInclusive="1" />
                        <range minInclusive="3" maxInclusive="3" />
                        <range minInclusive="5" maxInclusive="5" />
                        <units value="dB">
                        </units>
                    </unsignedInt>
                </syntax>
            </parameter>
            <parameter name="DeltaFPUCCHFormat2" access="readOnly">
                <description>
                    Defines deltaF-PUCCH-Format2 to derive the UE transmit power.
                    Corresponds to parameter ?F_PUCCH(2) in {{units}} as specified in {{bibref|3GPP-TS.36.331|Section 6.3.2}} and in {{bibref|3GPP-TS.36.213|Section 5.1.2}}.
                </description>
                <syntax>
                    <int>
                        <range minInclusive="-2" maxInclusive="-2" />
                        <range minInclusive="0" maxInclusive="2" />
                        <units value="dB">
                        </units>
                    </int>
                </syntax>
            </parameter>
            <parameter name="DeltaFPUCCHFormat2a" access="readOnly">
                <description>
                    Defines deltaF-PUCCH-Format2a to derive the UE transmit power.
                    Corresponds to parameter ?F_PUCCH(2a) in {{units}} as specified in {{bibref|3GPP-TS.36.331|Section 6.3.2}} and in {{bibref|3GPP-TS.36.213|Section 5.1.2}}.
                </description>
                <syntax>
                    <int>
                        <range minInclusive="-2" maxInclusive="-2" />
                        <range minInclusive="0" maxInclusive="0" />
                        <range minInclusive="2" maxInclusive="2" />
                        <units value="dB">
                        </units>
                    </int>
                </syntax>
            </parameter>
            <parameter name="DeltaFPUCCHFormat2b" access="readOnly">
                <description>
                    Defines deltaF-PUCCH-Format2b to derive the UE transmit power.
                    Corresponds to parameter ?F_PUCCH(2b) in {{units}} as specified in {{bibref|3GPP-TS.36.331|Section 6.3.2}} and in {{bibref|3GPP-TS.36.213|Section 5.1.2}}.
                </description>
                <syntax>
                    <int>
                        <range minInclusive="-2" maxInclusive="-2" />
                        <range minInclusive="0" maxInclusive="0" />
                        <range minInclusive="2" maxInclusive="2" />
                        <units value="dB">
                        </units>
                    </int>
                </syntax>
            </parameter>
            <parameter name="DeltaPreambleMsg3" access="readOnly">
                <description>
                    Defines the parameter in {{units}} used to compute the UL UE transmit power for transmission of random access response grant.
                    This parameter corresponds to deltaPreambleMsg3 parameter specified in {{bibref|3GPP-TS.36.331|Section 6.3.2}} and to ?PREAMBLE_Msg3  parameter specified in {{bibref|3GPP-TS.36.213|Section 5.1.1.1}}. Actual value is 2x the value of this parameter.
                </description>
                <syntax>
                    <int>
                        <range minInclusive="-1" maxInclusive="6" />
                        <units value="dB">
                        </units>
                    </int>
                </syntax>
            </parameter>
        </object>
        <object name="FAPService.{i}.CellConfig.LTE.RAN.PHY.MBSFN." access="readOnly" minEntries="1" maxEntries="1">
            <description>This object contains parameters relating to the MBSFN (Multimedia Broadcast multicast service Single Frequency Network) configuration (see {{bibref|3GPP-TS.32.592|Section 6.1.1.8}}).</description>
            <parameter name="NeighCellConfig" access="readWrite">
                <description>Defines the information related to MBSFN and TDD UL/DL configuration of neighbour cells. Corresponds to NeighCellConfig IE specified in {{bibref|3GPP-TS.36.331|Section 6.3.6}}.
Value 0: Not all neighbour cells have the same MBSFN sub-frame allocation as serving cell.
Value 1: No MBSFN sub-frames are present in all neighbour cells.
Value 2: The MBSFN sub-frame allocations of all neighbour cells are identical to or subsets of that in the serving cell.
Value 3: Different UL/DL allocation in neighbouring cells for TDD compared to the serving cell. </description>
                <syntax>
                    <unsignedInt>
                        <range minInclusive="0" maxInclusive="3" />
                    </unsignedInt>
                </syntax>
            </parameter>
            <parameter name="MaxSFConfigListEntries" access="readOnly">
                <description>The maximum number of entries in the {{object|.CellConfig.LTE.RAN.PHY.MBSFN.SFConfigList.{i}.}} table.</description>
                <syntax>
                    <unsignedInt />
                </syntax>
            </parameter>
            <parameter name="SFConfigListNumberOfEntries" access="readOnly">
                <description>{{numentries}}</description>
                <syntax>
                    <unsignedInt />
                </syntax>
            </parameter>
        </object>
        <object name="FAPService.{i}.CellConfig.LTE.RAN.PHY.MBSFN.SFConfigList.{i}." access="readWrite" minEntries="0" maxEntries="unbounded" numEntriesParameter="SFConfigListNumberOfEntries" enableParameter="Enable">
            <description>This object contains parameters relating to the sub-frame that are reserved for MBSFN (Multimedia Broadcast multicast service Single Frequency Network) in downlink direction.  For FDD mode, only one entry can exist in this table. For TDD mode, at most one entry can exist with a given value of stratumID (see {{bibref|3GPP-TS.32.592|Section 6.1.1.8}}).</description>
            <uniqueKey>
                <parameter ref="RadioFrameAllocationPeriod" />
                <parameter ref="RadioframeAllocationOffset" />
                <parameter ref="RadioFrameAllocationSize" />
            </uniqueKey>
            <uniqueKey functional="false">
                <parameter ref="Alias" />
            </uniqueKey>
            <parameter name="Enable" access="readWrite">
                <description>Enables or disables this entry.</description>
                <syntax>
                    <boolean />
                    <default type="object" value="false">
                    </default>
                </syntax>
            </parameter>
            <parameter name="Alias" access="readWrite">
                <description>{{datatype|expand}}</description>
                <syntax>
                    <dataType ref="Alias" />
                </syntax>
            </parameter>
            <parameter name="SyncStratumID" access="readWrite">
                <description>This parameter is applicable to TDD mode only. Defines the synchronization stratum level to which the MBSFN configuration applies.</description>
                <syntax>
                    <unsignedInt>
                        <range minInclusive="1" maxInclusive="8" />
                    </unsignedInt>
                </syntax>
            </parameter>
            <parameter name="RadioFrameAllocationPeriod" access="readWrite">
                <description>Defines the period where MBSFN sub-frames occur in the radio frames. Radio frames contain MBSFN sub-frame when the following condition is met: ((SFN mod {{param}}) = {{param|RadioframeAllocationOffset}}). The value of 1 and 2 are only meaningful when the value of {{param|RadioFrameAllocationSize}} parameter is 1.
Corresponds to radioFrameAllocationPeriod IE specified in {{bibref|3GPP-TS.36.331|Section 6.3.1}}.</description>
                <syntax>
                    <unsignedInt>
                        <range minInclusive="1" maxInclusive="2" />
                        <range minInclusive="4" maxInclusive="4" />
                        <range minInclusive="8" maxInclusive="8" />
                        <range minInclusive="16" maxInclusive="16" />
                        <range minInclusive="32" maxInclusive="32" />
                    </unsignedInt>
                </syntax>
            </parameter>
            <parameter name="RadioframeAllocationOffset" access="readWrite">
                <description>Defines the offset where MBSFN sub-frames occur in the radio frames. Radio frames contain MBSFN sub-frame when the following condition is met: ((SFN mod {{param|RadioFrameAllocationPeriod}}) = {{param}}). Corresponds to radioFrameAllocationOffset IE specified in {{bibref|3GPP-TS.36.331|Section 6.3.1}}.</description>
                <syntax>
                    <unsignedInt>
                        <range minInclusive="0" maxInclusive="7" />
                    </unsignedInt>
                </syntax>
            </parameter>
            <parameter name="RadioFrameAllocationSize" access="readWrite">
                <description>Defines the number of connsecutive frames that the MBSFN allocation pertains to defined by the combination of {{param|RadioFrameAllocationPeriod}} and {{param|RadioframeAllocationOffset}} parameters.</description>
                <syntax>
                    <unsignedInt>
                        <range minInclusive="1" maxInclusive="1" />
                        <range minInclusive="4" maxInclusive="4" />
                    </unsignedInt>
                </syntax>
            </parameter>
            <parameter name="SubFrameAllocations" access="readWrite">
                <description>{{list}} The value of "1" indicates the position of sub-frames that is allocated to MBSFN  within the radio frame.  First item defines the MBSFN allocation for sub-frame #1, second item for #2, third item for #3, fourth item for #6, fifth item for #7, sixth item for #8. If the value of {{param|RadioFrameAllocationSize}} is 4, then this pattern repeats in the sequence of the four radio frames.
The actual size of this parameter depends on the value of  {{param|RadioFrameAllocationSize}} parameter. If the value of {{param|RadioFrameAllocationSize}} is 1, then the size of this parameter is 6; if the size {{param|RadioFrameAllocationSize}} is 4, then the size of this parameter is 24.
Corresponds to subframeAllocation IE specified in {{bibref|3GPP-TS.36.331|Section 6.3.1}}.</description>
                <syntax>
                    <list>
                        <size maxLength="64">
                        </size>
                    </list>
                    <unsignedInt>
                        <range minInclusive="0" maxInclusive="0" />
                        <range minInclusive="1" maxInclusive="1" />
                    </unsignedInt>
                </syntax>
            </parameter>
        </object>
        <object name="FAPService.{i}.CellConfig.LTE.RAN.PHY.PRS." access="readOnly" minEntries="1" maxEntries="1">
            <description>This object contains parameters relating to the PRS (Positioning Reference Signal) configuration (see {{bibref|3GPP-TS.32.592|Section 6.1.1.9}}).</description>
            <parameter name="NumPRSResourceBlocks" access="readWrite">
                <description>Defines the number of RBs ({{units}}) used for PRS. Corresponds to the parameter NRBPRS in {{bibref|3GPP-TS.36.211|Section 6.10.4.1}}.</description>
                <syntax>
                    <unsignedInt>
                        <units value="Resource Blocks"/>
                    </unsignedInt>
                </syntax>
            </parameter>
            <parameter name="PRSConfigurationIndex" access="readWrite">
                <description>Corresponds to the PRS configuration index defined as parameter IPRS in {{bibref|3GPP-TS.36.211|Section 6.10.4.3 and Table 6.10.4.3.-1}}.</description>
                <syntax>
                    <unsignedInt>
                        <range minInclusive="0" maxInclusive="4095" />
                    </unsignedInt>
                </syntax>
            </parameter>
            <parameter name="NumConsecutivePRSSubfames" access="readWrite">
                <description>Defines the number of consecutive positioning sub-frames. Corresponds to the parameter NPRS in {{bibref|3GPP-TS.36.211|Section 6.10.4.3}}.</description>
                <syntax>
                    <unsignedInt>
                        <range minInclusive="1" maxInclusive="2" />
                        <range minInclusive="4" maxInclusive="4" />
                        <range minInclusive="6" maxInclusive="6" />
                    </unsignedInt>
                </syntax>
            </parameter>
        </object>
        <object name="FAPService.{i}.CellConfig.LTE.RAN.PHY.TDDFrame." access="readOnly" minEntries="1" maxEntries="1">
            <description>This object is applicable to TDD mode only. This object contains parameters relating to the TDD frame structure configuration (see {{bibref|3GPP-TS.32.592|Section 6.1.1.10}}).</description>
            <parameter name="SubFrameAssignment" access="readWrite">
                <description>Defines the DL/UL sub-frame configuration. Corresponds to subframAssignment specified in {{bibref|3GPP-TS.36.331|Section 6.3.2}} and {{bibref|3GPP-TS.36.211|Table 4.2.2}}.</description>
                <syntax>
                    <unsignedInt>
                        <range minInclusive="0" maxInclusive="6" />
                    </unsignedInt>
                </syntax>
            </parameter>
            <parameter name="SpecialSubframePatterns" access="readWrite">
                <description>Defines the configuration of the special sub-frame that contains the guard period between the downlink and uplink transmissions. Corresponds to the specialSubframePatterns specified in {{bibref|3GPP-TS.36.331|Section 6.3.2}} and {{bibref|3GPP-TS.36.211|Table 4.2.1}}.</description>
                <syntax>
                    <unsignedInt>
                        <range minInclusive="0" maxInclusive="8" />
                    </unsignedInt>
                </syntax>
            </parameter>
        </object>
        <object name="FAPService.{i}.CellConfig.LTE.RAN.MAC." access="readOnly" minEntries="1" maxEntries="1">
            <description>This object contains parameters relating to the MAC (Medium Access Control) configuration.</description>
        </object>
        <object name="FAPService.{i}.CellConfig.LTE.RAN.MAC.RACH." access="readOnly" minEntries="1" maxEntries="1">
            <description>This object contains parameters relating to the RACH (Random Access Channel) configuration (see {{bibref|3GPP-TS.32.592|Section 6.1.2.1}}).</description>
            <parameter name="NumberOfRaPreambles" access="readWrite">
				<description>{{list}} Each item is a number of non-dedicated random access preambles. Only values in multiple of 4 are valid (i.e. 4, 8, 12, 16,...64); use of other values within the defined range MUST be rejected by the CPE. In case there is more than one item in the list, the first item contains the most preferred value. Corresponds to parameter numberOfRA-Preambles specified in {{bibref|3GPP-TS.36.331|Section 6.3.2}} and in {{bibref|3GPP-TS.36.321|Section 5.1.1}}.
If  supports self-configuration capability for {{param}} and more than one item is configured, then  is expected to select one from the list and overwrite this parameter containing only the one selected.  If  does not support self-configuration capability for {{param}} and more than one item is configured, then  accepts the first value and ignore the rest. If only one item is configured regardless of the self-configuration capability of ,  accepts the value as an explicit configuration by the ACS.</description>
					<syntax>
						<list minItems="1"><size maxLength="64"></size></list>
						<unsignedInt>
							<range minInclusive="4" maxInclusive="64"/>
						</unsignedInt>
					</syntax>
			</parameter>
            <parameter name="SizeOfRaGroupA" access="readWrite">
				<description>{{list}} Each item is a number of non-dedicated random access preambles in Random Acces Preambles group A. Only values in multiple of 4 are valid (i.e. 4, 8, 12, 16,...60); use of other values within the defined range MUST be rejected by the CPE. In case there is more than one item in the list, the first item contains the most preferred value. Corresponds to parameter sizeOfRA-PreamblesGroupA specified in {{bibref|3GPP-TS.36.331|Section 6.3.2}} and in {{bibref|3GPP-TS.36.321|Section 5.1.1}}.
If  supports self-configuration capability for {{param}} and more than one item is configured, then  is expected to select one from the list and overwrite this parameter containing only the one selected.  If  does not support self-configuration capability for {{param}} and more than one item is configured, then  accepts the first value and ignore the rest. If only one item is configured regardless of the self-configuration capability of ,  accepts the value as an explicit configuration by the ACS.</description>
				<syntax>
					<list minItems="1"><size maxLength="64"></size></list>
					<unsignedInt>
						<range minInclusive="4" maxInclusive="60"/>
					</unsignedInt>
				</syntax>
			</parameter>
            <parameter name="MessageSizeGroupA" access="readWrite">
				<description>{{list}} Each item is a threshold for preamble selection, specified in bits. In case there is more than one item in the list, the first item contains the most preferred value. Defined in {{bibref|3GPP-TS.36.321|Section 5.1.2}}.  Corresponds to parameter messageSizeGroupA specified in {{bibref|3GPP-TS.36.331|Section 6.3.2}}.
If  supports self-configuration capability for {{param}} and more than one item is configured, then  is expected to select one from the list and overwrite this parameter containing only the one selected.  If  does not support self-configuration capability for {{param}} and more than one item is configured, then  accepts the first value and ignore the rest. If only one item is configured regardless of the self-configuration capability of ,  accepts the value as an explicit configuration by the ACS.</description>
				<syntax>
					<list minItems="1"><size maxLength="32"></size></list>
					<unsignedInt>
						<range minInclusive="56" maxInclusive="56"/>
						<range minInclusive="144" maxInclusive="144"/>
						<range minInclusive="208" maxInclusive="208"/>
						<range minInclusive="256" maxInclusive="256"/>
					</unsignedInt>
				</syntax>
			</parameter>
            <parameter name="MessagePowerOffsetGroupB" access="readWrite">
				<description>{{list}} Each item is a threshold for preamble selection, specified in dB. In case there is more than one item in the list, the first item contains the most preferred value. Defined in {{bibref|3GPP-TS.36.321|Section 5.1.2}}.  Corresponds to parameter messagePowerOffsetGroupB specified in {{bibref|3GPP-TS.36.331|Section 6.3.2}}.  Value of -1 indicates "minusinfinity."
If  supports self-configuration capability for {{param}} and more than one item is configured, then  is expected to select one from the list and overwrite this parameter containing only the one selected.  If  does not support self-configuration capability for {{param}} and more than one item is configured, then  accepts the first value and ignore the rest. If only one item is configured regardless of the self-configuration capability of ,  accepts the value as an explicit configuration by the ACS.</description>
				<syntax>
					<list minItems="1"><size maxLength="32"></size></list>
					<int>
						<range minInclusive="-1" maxInclusive="-1"/>
						<range minInclusive="5" maxInclusive="5"/>
						<range minInclusive="8" maxInclusive="8"/>
						<range minInclusive="10" maxInclusive="10"/>
						<range minInclusive="12" maxInclusive="12"/>
						<range minInclusive="15" maxInclusive="15"/>
						<range minInclusive="18" maxInclusive="18"/>
					</int>
				</syntax>
			</parameter>
            <parameter name="PowerRampingStep" access="readWrite">
				<description>{{list}} Each item is a power increase factor between subsequent random access preamble transmissions, specified in dB. In case there is more than one item in the list, the first item contains the most preferred value. Corresponds to parameter powerRampingStep specified in {{bibref|3GPP-TS.36.331|Section 6.3.2}} and in {{bibref|3GPP-TS.36.321|Section 5.1.3}}.
If  supports self-configuration capability for {{param}} and more than one item is configured, then  is expected to select one from the list and overwrite this parameter containing only the one selected.  If  does not support self-configuration capability for {{param}} and more than one item is configured, then  accepts the first value and ignore the rest. If only one item is configured regardless of the self-configuration capability of ,  accepts the value as an explicit configuration by the ACS.</description>
				<syntax>
					<list minItems="1"><size maxLength="16"></size></list>
					<unsignedInt>
						<range minInclusive="0" maxInclusive="0"/>
						<range minInclusive="2" maxInclusive="2"/>
						<range minInclusive="4" maxInclusive="4"/>
						<range minInclusive="6" maxInclusive="6"/>
					</unsignedInt>
				</syntax>
			</parameter>
            <parameter name="PreambleInitialReceivedTargetPower" access="readWrite">
				<description>{{list}} Each item is a value used as the baseline for computation for random access transmission power, specified in dBm. Also used as a parameter in the criteria for preamble selection. Only even values are valid (i.e. -120, -118, -116,...-90); use of other values within the defined range MUST be rejected by the CPE.  In case there is more than one item in the list, the first item contains the most preferred value.  Corresponds to parameter preambleInitialReceivedTargetPower specified in {{bibref|3GPP-TS.36.331|Section 6.3.2}} and in {{bibref|3GPP-TS.36.321|Section 5.1.2}}. and section 5.1.3.
If  supports self-configuration capability for {{param}} and more than one item is configured, then  is expected to select one from the list and overwrite this parameter containing only the one selected.  If  does not support self-configuration capability for {{param}} and more than one item is configured, then  accepts the first value and ignore the rest. If only one item is configured regardless of the self-configuration capability of ,  accepts the value as an explicit configuration by the ACS.</description>
				<syntax>
					<list minItems="1"><size maxLength="128"></size></list>
					<int>
						<range minInclusive="-120" maxInclusive="-90"/>
					</int>
				</syntax>
			</parameter>
            <parameter name="PreambleTransMax" access="readWrite">
				<description>{{list}} Each item is a maximum number of random access preamble transmissions, from the list of 3, 4, 5, 6, 7, 8, 10, 20, 50, 100, 200. In case there is more than one item in the list, the first item contains the most preferred value. Corresponds to parameter preambleTransMax specified in {{bibref|3GPP-TS.36.331|Section 6.3.2}} and in {{bibref|3GPP-TS.36.321|Section 5.1.4 and section 5.1.5}}.
The multiplicity of the {{param}} values can also be expressed by defining a range using ".." (two periods) between two values. In this case, the combination of two values defines the lower-bound and upper-bound of the range inclusive. If this notation is used, then the list contains at least 2 items: "&lt;preferred-value&gt;,&lt;lower-bound&gt;..&lt;upper-bound&gt;".
If  supports self-configuration capability for {{param}} and more than one item is configured, then  is expected to select one from the list and overwrite this parameter containing only the one selected.  If  does not support self-configuration capability for {{param}} and more than one item is configured, then  accepts the first value and ignore the rest. If only one item is configured regardless of the self-configuration capability of ,  accepts the value as an explicit configuration by the ACS.</description>
				<syntax>
					<list minItems="1"><size maxLength="64"></size></list>
					<string/>
				</syntax>
			</parameter>
            <parameter name="ResponseWindowSize" access="readWrite">
				<description>{{list}} Each item is a duration of the random access response window, specified in sub-frames, with a numeric range between 2 and 10 inclusive (except value of 9). In case there is more than one item in the list, the first item contains the most preferred value. Corresponds to parameter ra-ResponseWindowSize specified in {{bibref|3GPP-TS.36.331|Section 6.3.2}} and in {{bibref|3GPP-TS.36.321|Section 5.1.4}}.
The multiplicity of the {{param}} values can also be expressed by defining a range using ".." (two periods) between two values. In this case, the combination of two values defines the lower-bound and upper-bound of the range inclusive. If this notation is used, then the list contains at least 2 items: "&lt;preferred-value&gt;,&lt;lower-bound&gt;..&lt;upper-bound&gt;".
If  supports self-configuration capability for {{param}} and more than one item is configured, then  is expected to select one from the list and overwrite this parameter containing only the one selected.  If  does not support self-configuration capability for {{param}} and more than one item is configured, then  accepts the first value and ignore the rest. If only one item is configured regardless of the self-configuration capability of ,  accepts the value as an explicit configuration by the ACS.</description>
				<syntax>
					<list minItems="1"><size maxLength="32"></size></list>
					<string/>
				</syntax>
			</parameter>
            <parameter name="ContentionResolutionTimer" access="readWrite">
				<description>{{list}} Each item is a contention resolution timer, specified in sub-frames. Only values multiple of 8 are valid (i.e. 8, 16, 24,...64); use of other values within the defined range MUST be rejected by the CPE. In case there is more than one item in the list, the first item contains the most preferred value. Corresponds to parameter mac-ContentionResolutionTimer specified in {{bibref|3GPP-TS.36.331|Section 6.3.2}} and in {{bibref|3GPP-TS.36.321|Section 5.1.5}}.
If  supports self-configuration capability for {{param}} and more than one item is configured, then  is expected to select one from the list and overwrite this parameter containing only the one selected.  If  does not support self-configuration capability for {{param}} and more than one item is configured, then  accepts the first value and ignore the rest. If only one item is configured regardless of the self-configuration capability of ,  accepts the value as an explicit configuration by the ACS.</description>
				<syntax>
					<list minItems="1"><size maxLength="32"></size></list>
					<unsignedInt>
						<range minInclusive="8" maxInclusive="64"/>
					</unsignedInt>
				</syntax>
			</parameter>
            <parameter name="MaxHARQMsg3Tx" access="readWrite">
				<description>{{list}} Each item is a maximum number of Msg3 HARQ transmissions by RRC, with a numeric range between 1 and 8 inclusive. In case there is more than one item in the list, the first item contains the most preferred value. Corresponds to parameter maxHARQ-Msg3Tx specified in {{bibref|3GPP-TS.36.331|Section 6.3.2}} and in {{bibref|3GPP-TS.36.321|Section 5.4.2.2}}.
The multiplicity of the {{param}} values can also be expressed by defining a range using ".." (two periods) between two values. In this case, the combination of two values defines the lower-bound and upper-bound of the range inclusive. If this notation is used, then the list contains at least 2 items: "&lt;preferred-value&gt;,&lt;lower-bound&gt;..&lt;upper-bound&gt;".
If  supports self-configuration capability for {{param}} and more than one item is configured, then  is expected to select one from the list and overwrite this parameter containing only the one selected.  If  does not support self-configuration capability for {{param}} and more than one item is configured, then  accepts the first value and ignore the rest. If only one item is configured regardless of the self-configuration capability of ,  accepts the value as an explicit configuration by the ACS.</description>
				<syntax>
					<list minItems="1"><size maxLength="32"></size></list>
					<string/>
				</syntax>
			</parameter>
        </object>
        <object name="FAPService.{i}.CellConfig.LTE.RAN.MAC.DRX." access="readOnly" minEntries="1" maxEntries="1">
            <description>This object contains parameters relating to the DRX (Discontinuous Reception) configuration (see {{bibref|3GPP-TS.32.592|Section 6.1.2.2}}).</description>
            <parameter name="DRXEnabled" access="readWrite">
                <description>
                    Specifies whether DRX operation is enabled or not. If {{true}}, DRX operation is enabled. If {{false}}, DRX operation is not enabled.
                    Corresponds to drx-Configuration IE defined in {{bibref|3GPP-TS.36.331|Section 6.3.2}}.
                </description>
                <syntax>
                    <boolean />
                </syntax>
            </parameter>
            <parameter name="OnDurationTimer" access="readWrite">
				<description>{{list}} Each item is the DRX cycle during which UE actively monitors PDCCH, specified in number of PDCCH sub-frames, from the list of 1, 2, 3, 4, 5, 6, 8, 10, 20, 30, 40, 50, 60, 80, 100, 200. In case there is more than one item in the list, the first item contains the most preferred value.  Corresponds to parameter onDurationTimer specified in {{bibref|3GPP-TS.36.331|Section 6.3.2}} and in {{bibref|3GPP-TS.36.321|Section 5.7}}.
The multiplicity of the {{param}} values can also be expressed by defining a range using ".." (two periods) between two values. In this case, the combination of two values defines the lower-bound and upper-bound of the range inclusive. If this notation is used, then the list contains at least 2 items: "&lt;preferred-value&gt;,&lt;lower-bound&gt;..&lt;upper-bound&gt;".
If  supports self-configuration capability for {{param}} and more than one item is configured, then  is expected to select one from the list and overwrite this parameter containing only the one selected.  If  does not support self-configuration capability for {{param}} and more than one item is configured, then  accepts the first value and ignore the rest. If only one item is configured regardless of the self-configuration capability of ,  accepts the value as an explicit configuration by the ACS.</description>
				<syntax>
					<list minItems="1"><size maxLength="64"></size></list>
					<string/>
				</syntax>
			</parameter>
            <parameter name="DRXInactivityTimer" access="readWrite">
				<description>{{list}} Each item defines the number of inactive consecutive PDCCH sub-frame(s) that will activate short DRX cycle, specified in number of PDCCH sub-frames, from the list of 1, 2, 3, 4, 5, 6, 8, 10, 20, 30, 40, 50, 60, 80, 100, 200, 300, 500, 750, 1280, 1920, 2560.  In case there is more than one item in the list, the first item contains the most preferred value. Corresponds to parameter drx-InactivityTimer specified in {{bibref|3GPP-TS.36.331|Section 6.3.2}} and in {{bibref|3GPP-TS.36.321|Section 5.7}}.
The multiplicity of the {{param}} values can also be expressed by defining a range using ".." (two periods) between two values. In this case, the combination of two values defines the lower-bound and upper-bound of the range inclusive. If this notation is used, then the list contains at least 2 items: "&lt;preferred-value&gt;,&lt;lower-bound&gt;..&lt;upper-bound&gt;".
If  supports self-configuration capability for {{param}} and more than one item is configured, then  is expected to select one from the list and overwrite this parameter containing only the one selected.  If  does not support self-configuration capability for {{param}} and more than one item is configured, then  accepts the first value and ignore the rest. If only one item is configured regardless of the self-configuration capability of ,  accepts the value as an explicit configuration by the ACS.</description>
				<syntax>
					<list minItems="1"><size maxLength="128"></size></list>
					<string/>
				</syntax>
			</parameter>
            <parameter name="DRXRetransmissionTimer" access="readWrite">
				<description>{{list}} Each item defines the maximum number of consecutive PDCCH sub-frame(s) UE MUST remain active expecting a DL retransmission, specified in number of PDCCH sub-frames. In case there is more than one item in the list, the first item contains the most preferred value. The timer is started when a HARQ RTT Timer expires and the data in the soft buffer of the corresponding HARQ process was not successfully decoded. There is one timer for each active HARQ process.  Corresponds to parameter drx-RetransmissionTimer specified in {{bibref|3GPP-TS.36.331|Section 6.3.2}} and in {{bibref|3GPP-TS.36.321|Section 5.7}}.
If  supports self-configuration capability for {{param}} and more than one item is configured, then  is expected to select one from the list and overwrite this parameter containing only the one selected.  If  does not support self-configuration capability for {{param}} and more than one item is configured, then  accepts the first value and ignore the rest. If only one item is configured regardless of the self-configuration capability of ,  accepts the value as an explicit configuration by the ACS.</description>
				<syntax>
					<list minItems="1"><size maxLength="32"></size></list>
					<unsignedInt>
						<range minInclusive="1" maxInclusive="1"/>
						<range minInclusive="2" maxInclusive="2"/>
						<range minInclusive="4" maxInclusive="4"/>
						<range minInclusive="6" maxInclusive="6"/>
						<range minInclusive="8" maxInclusive="8"/>
						<range minInclusive="16" maxInclusive="16"/>
						<range minInclusive="24" maxInclusive="24"/>
						<range minInclusive="33" maxInclusive="33"/>
					</unsignedInt>
				</syntax>
			</parameter>
            <parameter name="LongDRXCycle" access="readWrite">
				<description>{{list}} Each item is long DRX Cycle value, specified in number of sub-frames.  In case there is more than one item in the list, the first item contains the most preferred value. If shortDRX-Cycle is configured, this value MUST be a multiple of the {{param|ShortDRXCycle}} value. Corresponds to longDRX-Cycle parameter specified in {{bibref|3GPP-TS.36.321|Section 5.7}} and longDRX-CycleStartOffset specified in {{bibref|3GPP-TS.36.331|Section 6.3.2}}.
If  supports self-configuration capability for {{param}} and more than one item is configured, then  is expected to select one from the list and overwrite this parameter containing only the one selected.  If  does not support self-configuration capability for {{param}} and more than one item is configured, then  accepts the first value and ignore the rest. If only one item is configured regardless of the self-configuration capability of ,  accepts the value as an explicit configuration by the ACS.</description>
				<syntax>
					<list minItems="1"><size maxLength="128"></size></list>
					<unsignedInt>
						<range minInclusive="10" maxInclusive="10"/>
						<range minInclusive="20" maxInclusive="20"/>
						<range minInclusive="32" maxInclusive="32"/>
						<range minInclusive="40" maxInclusive="40"/>
						<range minInclusive="64" maxInclusive="64"/>
						<range minInclusive="80" maxInclusive="80"/>
						<range minInclusive="128" maxInclusive="128"/>
						<range minInclusive="160" maxInclusive="160"/>
						<range minInclusive="256" maxInclusive="256"/>
						<range minInclusive="320" maxInclusive="320"/>
						<range minInclusive="512" maxInclusive="512"/>
						<range minInclusive="640" maxInclusive="640"/>
						<range minInclusive="1024" maxInclusive="1024"/>
						<range minInclusive="1280" maxInclusive="1280"/>
						<range minInclusive="2048" maxInclusive="2048"/>
						<range minInclusive="2560" maxInclusive="2560"/>
					</unsignedInt>
				</syntax>
			</parameter>
            <parameter name="DRXStartOffset" access="readWrite">
				<description>{{list}} Each item defines the starting frame of the DRX cycle within the long DRX cycle, with a numeric range between 0 and 2559 inclusive. In case there is more than one item in the list, the first item contains the most preferred value. The valid value range is dependent on {{param|LongDRXCycle}} parameter which defines the upper bound of this range, i.e., range definition is [0: ({{param|LongDRXCycle}}-1)]. Corresponds to drxStartOffset parameter specified in {{bibref|3GPP-TS.36.321|Section 5.7}}. 
Use of values bigger than ({{param|LongDRXCycle}}-1) MUST be rejected by the CPE.
The multiplicity of the {{param}} values can also be expressed by defining a range using ".." (two periods) between two values. In this case, the combination of two values defines the lower-bound and upper-bound of the range inclusive. If this notation is used, then the list contains at least 2 items: "&lt;preferred-value&gt;,&lt;lower-bound&gt;..&lt;upper-bound&gt;".
If  supports self-configuration capability for {{param}} and more than one item is configured, then  is expected to select one from the list and overwrite this parameter containing only the one selected.  If  does not support self-configuration capability for {{param}} and more than one item is configured, then  accepts the first value and ignore the rest. If only one item is configured regardless of the self-configuration capability of ,  accepts the value as an explicit configuration by the ACS.</description>
				<syntax>
					<list minItems="1"><size maxLength="512"></size></list>
					<string/>
				</syntax>
			</parameter>
            <parameter name="ShortDRXCycle" access="readWrite">
				<description>{{list}} Each item is the short DRX Cycle value, specified in number of sub-frames.  In case there is more than one item in the list, the first item contains the most preferred value. If shortDRX-Cycle is configured, the value of {{param|LongDRXCycle}} MUST be a multiple of the {{param}} value. Corresponds to shortDRX-Cycle parameter specified in {{bibref|3GPP-TS.36.321|Section 5.7}}.
If  supports self-configuration capability for {{param}} and more than one item is configured, then  is expected to select one from the list and overwrite this parameter containing only the one selected.  If  does not support self-configuration capability for {{param}} and more than one item is configured, then  accepts the first value and ignore the rest. If only one item is configured regardless of the self-configuration capability of ,  accepts the value as an explicit configuration by the ACS.</description>
				<syntax>
					<list minItems="1"><size maxLength="64"></size></list>
					<unsignedInt>
						<range minInclusive="2" maxInclusive="2"/>
						<range minInclusive="5" maxInclusive="5"/>
						<range minInclusive="8" maxInclusive="8"/>
						<range minInclusive="10" maxInclusive="10"/>
						<range minInclusive="16" maxInclusive="16"/>
						<range minInclusive="20" maxInclusive="20"/>
						<range minInclusive="32" maxInclusive="32"/>
						<range minInclusive="40" maxInclusive="40"/>
						<range minInclusive="64" maxInclusive="64"/>
						<range minInclusive="80" maxInclusive="80"/>
						<range minInclusive="128" maxInclusive="128"/>
						<range minInclusive="160" maxInclusive="160"/>
						<range minInclusive="256" maxInclusive="256"/>
						<range minInclusive="320" maxInclusive="320"/>
						<range minInclusive="512" maxInclusive="512"/>
						<range minInclusive="640" maxInclusive="640"/>
					</unsignedInt>
				</syntax>
			</parameter>
            <parameter name="DRXShortCycleTimer" access="readWrite">
				<description>{{list}} Each item defined the duration of the short DRX cycle in multiples of {{param|ShortDRXCycle}} parameter, specified in number of sub-frames, with a numeric range between 1 and 16 inclusive. In case there is more than one item in the list, the first item contains the most preferred value.  Denotes the number of consecutive sub-frame(s)the UE shall follow the short DRX cycle after the DRX Inactivity Timer has expired. Corresponds to drxShortCycleTimer parameter specified in {{bibref|3GPP-TS.36.321|Section 5.7}}.
The multiplicity of the {{param}} values can also be expressed by defining a range using ".." (two periods) between two values. In this case, the combination of two values defines the lower-bound and upper-bound of the range inclusive. If this notation is used, then the list contains at least 2 items: "&lt;preferred-value&gt;,&lt;lower-bound&gt;..&lt;upper-bound&gt;".
If  supports self-configuration capability for {{param}} and more than one item is configured, then  is expected to select one from the list and overwrite this parameter containing only the one selected.  If  does not support self-configuration capability for {{param}} and more than one item is configured, then  accepts the first value and ignore the rest. If only one item is configured regardless of the self-configuration capability of ,  accepts the value as an explicit configuration by the ACS.</description>
				<syntax>
					<list minItems="1"><size maxLength="64"></size></list>
					<string/>
				</syntax>
			</parameter>
        </object>
        <object name="FAPService.{i}.CellConfig.LTE.RAN.MAC.ULSCH." access="readOnly" minEntries="1" maxEntries="1">
            <description>This object contains parameters relating to the ULSCH (Uplink Shared Channel) configuration (see {{bibref|3GPP-TS.32.592|Section 6.1.2.3}}).</description>
            <parameter name="MaxHARQTx" access="readOnly">
                <description>
                    Maximum number of UL HARQ transmissions.
                    Corresponds to parameter maxHARQ-Tx specified in {{bibref|3GPP-TS.36.331|Section 6.3.2}} and in {{bibref|3GPP-TS.36.321|Section 5.4.2.2}}.
                </description>
                <syntax>
                    <unsignedInt>
                        <range minInclusive="1" maxInclusive="8" />
                        <range minInclusive="10" maxInclusive="10" />
                        <range minInclusive="12" maxInclusive="12" />
                        <range minInclusive="16" maxInclusive="16" />
                        <range minInclusive="20" maxInclusive="20" />
                        <range minInclusive="24" maxInclusive="24" />
                        <range minInclusive="28" maxInclusive="28" />
                    </unsignedInt>
                </syntax>
            </parameter>
            <parameter name="PeriodicBSRTimer" access="readOnly">
                <description>
                    Timer for Periodic BSR (Buffer Status Report) reporting, specified in number of {{units}}. UE transmits periodic BSR at the expiration of this timer.
                    Corresponds to parameter periodicBSR-Timer specified in {{bibref|3GPP-TS.36.331|Section 6.3.2}} and in {{bibref|3GPP-TS.36.321|Section 5.4.5}}. Value of 0 indicates "infinity."
                </description>
                <syntax>
                    <unsignedInt>
                        <range minInclusive="0" maxInclusive="0" />
                        <range minInclusive="5" maxInclusive="5" />
                        <range minInclusive="10" maxInclusive="10" />
                        <range minInclusive="16" maxInclusive="16" />
                        <range minInclusive="20" maxInclusive="20" />
                        <range minInclusive="32" maxInclusive="32" />
                        <range minInclusive="40" maxInclusive="40" />
                        <range minInclusive="64" maxInclusive="64" />
                        <range minInclusive="80" maxInclusive="80" />
                        <range minInclusive="128" maxInclusive="128" />
                        <range minInclusive="160" maxInclusive="160" />
                        <range minInclusive="320" maxInclusive="320" />
                        <range minInclusive="640" maxInclusive="640" />
                        <range minInclusive="1280" maxInclusive="1280" />
                        <range minInclusive="2560" maxInclusive="2560" />
                        <units value="subframes">
                        </units>
                    </unsignedInt>
                </syntax>
            </parameter>
            <parameter name="RetxBSRTimer" access="readOnly">
                <description>
                    Timer for Regular BSR reporting, specified in number of {{units}}. UE transmits a Regular BSR at the expiration of this timer if data is available in the buffer.
                    Corresponds to parameter retxBSR-Timer specified in {{bibref|3GPP-TS.36.331|Section 6.3.2}} and in {{bibref|3GPP-TS.36.321|Section 5.4.5}}.
                </description>
                <syntax>
                    <unsignedInt>
                        <range minInclusive="320" maxInclusive="320" />
                        <range minInclusive="640" maxInclusive="640" />
                        <range minInclusive="1280" maxInclusive="1280" />
                        <range minInclusive="2560" maxInclusive="2560" />
                        <range minInclusive="5120" maxInclusive="5120" />
                        <range minInclusive="10240" maxInclusive="10240" />
                        <units value="subframes">
                        </units>
                    </unsignedInt>
                </syntax>
            </parameter>
            <parameter name="TTIBundling" access="readOnly">
                <description>
                    Enables/disables TTI bundling. If {{true}}, TTI bundling is enabled. If {{false}}, TTI bundling is disabled.
                    Corresponds to parameter ttiBundling specified in {{bibref|3GPP-TS.36.331|Section 6.3.2}} and in {{bibref|3GPP-TS.36.321|Section 5.4.2.1}}.
                </description>
                <syntax>
                    <boolean />
                </syntax>
            </parameter>
        </object>
        <object name="FAPService.{i}.CellConfig.LTE.RAN.RLC." access="readOnly" minEntries="1" maxEntries="1">
            <description>This object contains parameters relating to the RLC (Radio Link Control) configuration.</description>
        </object>
        <object name="FAPService.{i}.CellConfig.LTE.RAN.RLC.SRB1." access="readOnly" minEntries="1" maxEntries="1">
            <description>This object contains parameters relating to the SRB1 (Signaling Radio Bearer 1) configuration (see {{bibref|3GPP-TS.32.592|Section 6.1.3.1}}).</description>
            <parameter name="DefaultConfiguration" access="readWrite">
                <description>
                    Indicates the whether default RLC configuration for SRB1 is used or not.
                    If {{true}}, the default RLC configuration is used as specified in {{bibref|3GPP-TS.36.331|Section 9.2.1.1}}. In this case, rest of the parameters defined under the current object are ignored by the CPE.
                    If {{false}}, rest of the parameters defined under the current object are used by the CPE for RLC configuration.
                 </description>
                <syntax>
                    <boolean />
                </syntax>
            </parameter>
            <parameter name="TPollRetransmit" access="readWrite">
				<description>{{list}} Each item is a timer between successive poll transmissions, specified in milliseconds, specified in milliseconds, with a numeric range between 5 and 500 inclusive.  Only the multiple of 5 are valid in the range between 5 and 250 inclusive (i.e. 5, 10, 15, 20,... 250), and only the multiple of 50 are valid in the range between 300 and 500 inclusive (i.e., 300, 350, 400, 450, 500). If the value is other than these, the CPE MUST reject the value. In case there is more than one item in the list, the first item contains the most preferred value.
This parameter is valid only if {{param|DefaultConfiguration}} paramter under the current object is set to {{false}}. Corresponds to t-PollRetransmit IE specified in {{bibref|3GPP-TS.36.331|Section 6.3.2}} and in {{bibref|3GPP-TS.36.322|Section 5.2.2}}.
The multiplicity of the {{param}} values can also be expressed by defining a range using ".." (two periods) between two values. In this case, the combination of two values defines the lower-bound and upper-bound of the range inclusive. If this notation is used, then the list contains at least 2 items: "&lt;preferred-value&gt;,&lt;lower-bound&gt;..&lt;upper-bound&gt;".
If  supports self-configuration capability for {{param}} and more than one item is configured, then  is expected to select one from the list and overwrite this parameter containing only the one selected.  If  does not support self-configuration capability for {{param}} and more than one item is configured, then  accepts the first value and ignore the rest. If only one item is configured regardless of the self-configuration capability of ,  accepts the value as an explicit configuration by the ACS.</description>
				<syntax>
					<list minItems="1"><size maxLength="256"></size></list>
					<string/>
				</syntax>
			</parameter>
            <parameter name="PollPDU" access="readWrite">
				<description>{{list}} Each item is a counter of PDUs between successive poll transmissions, specified in the number of PDUs. In case there is more than one item in the list, the first item contains the most preferred value.
This parameter is valid only if {{param|DefaultConfiguration}} paramter under the current object is set to {{false}}. Corresponds to pollPDU IE specified in {{bibref|3GPP-TS.36.331|Section 6.3.2}} and in {{bibref|3GPP-TS.36.322|Section 5.2.2.1}}.  Value of 0 indicates "infinity."
If  supports self-configuration capability for {{param}} and more than one item is configured, then  is expected to select one from the list and overwrite this parameter containing only the one selected.  If  does not support self-configuration capability for {{param}} and more than one item is configured, then  accepts the first value and ignore the rest. If only one item is configured regardless of the self-configuration capability of ,  accepts the value as an explicit configuration by the ACS.</description>
				<syntax>
					<list minItems="1"><size maxLength="32"></size></list>
					<unsignedInt>
						<range minInclusive="0" maxInclusive="0"/>
						<range minInclusive="4" maxInclusive="4"/>
						<range minInclusive="8" maxInclusive="8"/>
						<range minInclusive="16" maxInclusive="16"/>
						<range minInclusive="32" maxInclusive="32"/>
						<range minInclusive="64" maxInclusive="64"/>
						<range minInclusive="128" maxInclusive="128"/>
						<range minInclusive="256" maxInclusive="256"/>
					</unsignedInt>
				</syntax>
			</parameter>
            <parameter name="PollByte" access="readWrite">
				<description>{{list}} Each item is a counter of PDU bytes transmitted between successive poll transmissions, specified in kilobytes. In case there is more than one item in the list, the first item contains the most preferred value.
This parameter is valid only if {{param|DefaultConfiguration}} paramter under the current object is set to {{false}}.  Corresponds to pollByte IE specified in {{bibref|3GPP-TS.36.331|Section 6.3.2}} and in {{bibref|3GPP-TS.36.322|Section 5.2.2.1}}.  Value of 0 indicates infinite amount of kilobytes.
If  supports self-configuration capability for {{param}} and more than one item is configured, then  is expected to select one from the list and overwrite this parameter containing only the one selected.  If  does not support self-configuration capability for {{param}} and more than one item is configured, then  accepts the first value and ignore the rest. If only one item is configured regardless of the self-configuration capability of ,  accepts the value as an explicit configuration by the ACS.</description>
				<syntax>
					<list minItems="1"><size maxLength="64"></size></list>
					<unsignedInt>
						<range minInclusive="0" maxInclusive="0"/>
						<range minInclusive="25" maxInclusive="25"/>
						<range minInclusive="50" maxInclusive="50"/>
						<range minInclusive="75" maxInclusive="75"/>
						<range minInclusive="100" maxInclusive="100"/>
						<range minInclusive="125" maxInclusive="125"/>
						<range minInclusive="250" maxInclusive="250"/>
						<range minInclusive="375" maxInclusive="375"/>
						<range minInclusive="500" maxInclusive="500"/>
						<range minInclusive="750" maxInclusive="750"/>
						<range minInclusive="1000" maxInclusive="1000"/>
						<range minInclusive="1250" maxInclusive="1250"/>
						<range minInclusive="1500" maxInclusive="1500"/>
						<range minInclusive="2000" maxInclusive="2000"/>
						<range minInclusive="3000" maxInclusive="3000"/>
					</unsignedInt>
				</syntax>
			</parameter>
            <parameter name="MaxRetxThreshold" access="readWrite">
				<description>{{list}} Each item defines the maximum number of transmission retry used by the RLC entity to limit the number of retransmissions of an AMD PDU. In case there is more than one item in the list, the first item contains the most preferred value.
This parameter is valid only if {{param|DefaultConfiguration}} paramter under the current object is set to {{false}}. Corresponds to maxRetxThreshold IE specified in {{bibref|3GPP-TS.36.331|Section 6.3.2}} and in {{bibref|3GPP-TS.36.322|Section 5.2.1}}.
If  supports self-configuration capability for {{param}} and more than one item is configured, then  is expected to select one from the list and overwrite this parameter containing only the one selected.  If  does not support self-configuration capability for {{param}} and more than one item is configured, then  accepts the first value and ignore the rest. If only one item is configured regardless of the self-configuration capability of ,  accepts the value as an explicit configuration by the ACS.</description>
				<syntax>
					<list minItems="1"><size maxLength="32"></size></list>
					<unsignedInt>
						<range minInclusive="1" maxInclusive="4"/>
						<range minInclusive="6" maxInclusive="6"/>
						<range minInclusive="8" maxInclusive="8"/>
						<range minInclusive="16" maxInclusive="16"/>
						<range minInclusive="32" maxInclusive="32"/>
					</unsignedInt>
				</syntax>
			</parameter>
            <parameter name="TReordering" access="readWrite">
				<description>{{list}} Each item defines a timer used by the receiving side of an RLC entity in order to detect loss of RLC PDUs at lower layer, specified in milliseconds, with a numeric range between 0 and 200 inclusive. Only the multiple of 5 are valid in the range between 0 and 100 inclusive (i.e. 0, 5, 10, 15,...,100), and only the multiple of 10 are valid in the range between 110 and 200 inclusive (110, 120, 130,...,200). If the value is other than these, the CPE MUST reject the value. In case there is more than one item in the list, the first item contains the most preferred value.
This parameter is valid only if {{param|DefaultConfiguration}} paramter under the current object is set to {{false}}. Corresponds to t-Reordering IE specified in {{bibref|3GPP-TS.36.331|Section 6.3.2}} and in {{bibref|3GPP-TS.36.322|Section 5.1.2.2. and 5.1.3.2}}.
The multiplicity of the {{param}} values can also be expressed by defining a range using ".." (two periods) between two values. In this case, the combination of two values defines the lower-bound and upper-bound of the range inclusive. If this notation is used, then the list contains at least 2 items: "&lt;preferred-value&gt;,&lt;lower-bound&gt;..&lt;upper-bound&gt;".
If  supports self-configuration capability for {{param}} and more than one item is configured, then  is expected to select one from the list and overwrite this parameter containing only the one selected.  If  does not support self-configuration capability for {{param}} and more than one item is configured, then  accepts the first value and ignore the rest. If only one item is configured regardless of the self-configuration capability of ,  accepts the value as an explicit configuration by the ACS.</description>
				<syntax>
					<list minItems="1"><size maxLength="128"></size></list>
					<string/>
				</syntax>
			</parameter>
            <parameter name="TStatusProhibit" access="readWrite">
				<description>{{list}} Each item defines a timer used by the receiving side of an AM RLC entity in order to prohibit transmission of a STATUS PDU, specified in milliseconds, with a numeric range between 0 and 500 inclusive. Only the multiple of 5 are valid in the range between 0 and 250 inclusive (i.e. 0, 5, 10, 15,...,250), and only the multiple of 50 are valid in the range between 300 and 500 inclusive (i.e. 300, 350, 400, 450, 500). If the value is other than these, the CPE MUST reject the value. In case there is more than one item in the list, the first item contains the most preferred value.
This parameter is valid only if {{param|DefaultConfiguration}} paramter under the current object is set to {{false}}. Corresponds to t-StatusProhibit IE specified in {{bibref|3GPP-TS.36.331|Section 6.3.2}} and in {{bibref|3GPP-TS.36.322|Section 5.2.3}}.
The multiplicity of the {{param}} values can also be expressed by defining a range using ".." (two periods) between two values. In this case, the combination of two values defines the lower-bound and upper-bound of the range inclusive. If this notation is used, then the list contains at least 2 items: "&lt;preferred-value&gt;,&lt;lower-bound&gt;..&lt;upper-bound&gt;".
If  supports self-configuration capability for {{param}} and more than one item is configured, then  is expected to select one from the list and overwrite this parameter containing only the one selected.  If  does not support self-configuration capability for {{param}} and more than one item is configured, then  accepts the first value and ignore the rest. If only one item is configured regardless of the self-configuration capability of ,  accepts the value as an explicit configuration by the ACS.</description>
				<syntax>
					<list minItems="1"><size maxLength="256"></size></list>
					<string/>
				</syntax>
			</parameter>
        </object>
        <object name="FAPService.{i}.CellConfig.LTE.RAN.RLC.SRB2." access="readOnly" minEntries="1" maxEntries="1">
            <description>This object contains parameters relating to the SRB2 (Signaling Radio Bearer 2) configuration (see {{bibref|3GPP-TS.32.592|Section 6.1.3.1}}).</description>
            <parameter name="DefaultConfiguration" access="readWrite">
                <description>
                    Indicates the whether default RLC configuration for SRB1 is used or not.
                    If {{true}}, the default RLC configuration is used as specified in {{bibref|3GPP-TS.36.331|Section 9.2.1.1}}. In this case, rest of the parameters defined under the current object are ignored by the CPE.
                    If {{false}}, rest of the parameters defined under the current object are used by the CPE for RLC configuration.
                 </description>
                <syntax>
                    <boolean />
                </syntax>
            </parameter>
            <parameter name="TPollRetransmit" access="readWrite">
				<description>{{list}} Each item is a timer between successive poll transmissions, specified in milliseconds, with a numeric range between 5 and 500 inclusive.  Only the multiple of 5 are valid in the range between 5 and 250 inclusive (i.e. 5, 10, 15, 20,... 250), and only the multiple of 50 are valid in the range between 300 and 500 inclusive (i.e., 300, 350, 400, 450, 500). If the value is other than these, the CPE MUST reject the value. In case there is more than one item in the list, the first item contains the most preferred value.
This parameter is valid only if {{param|DefaultConfiguration}} paramter under the current object is set to {{false}}. Corresponds to t-PollRetransmit IE specified in {{bibref|3GPP-TS.36.331|Section 6.3.2}} and in {{bibref|3GPP-TS.36.322|Section 5.2.2}}.
The multiplicity of the {{param}} values can also be expressed by defining a range using ".." (two periods) between two values. In this case, the combination of two values defines the lower-bound and upper-bound of the range inclusive. If this notation is used, then the list contains at least 2 items: "&lt;preferred-value&gt;,&lt;lower-bound&gt;..&lt;upper-bound&gt;".
If  supports self-configuration capability for {{param}} and more than one item is configured, then  is expected to select one from the list and overwrite this parameter containing only the one selected.  If  does not support self-configuration capability for {{param}} and more than one item is configured, then  accepts the first value and ignore the rest. If only one item is configured regardless of the self-configuration capability of ,  accepts the value as an explicit configuration by the ACS.</description>
				<syntax>
					<list minItems="1"><size maxLength="256"></size></list>
					<string/>
				</syntax>
			</parameter>
            <parameter name="PollPDU" access="readWrite">
				<description>{{list}} Each item is a counter of PDUs between successive poll transmissions, specified in the number of PDUs. In case there is more than one item in the list, the first item contains the most preferred value.
This parameter is valid only if {{param|DefaultConfiguration}} paramter under the current object is set to {{false}}. Corresponds to pollPDU IE specified in {{bibref|3GPP-TS.36.331|Section 6.3.2}} and in {{bibref|3GPP-TS.36.322|Section 5.2.2.1}}.  Value of 0 indicates "infinity."
If  supports self-configuration capability for {{param}} and more than one item is configured, then  is expected to select one from the list and overwrite this parameter containing only the one selected.  If  does not support self-configuration capability for {{param}} and more than one item is configured, then  accepts the first value and ignore the rest. If only one item is configured regardless of the self-configuration capability of ,  accepts the value as an explicit configuration by the ACS.</description>
				<syntax>
					<list minItems="1"><size maxLength="32"></size></list>
					<unsignedInt>
						<range minInclusive="0" maxInclusive="0"/>
						<range minInclusive="4" maxInclusive="4"/>
						<range minInclusive="8" maxInclusive="8"/>
						<range minInclusive="16" maxInclusive="16"/>
						<range minInclusive="32" maxInclusive="32"/>
						<range minInclusive="64" maxInclusive="64"/>
						<range minInclusive="128" maxInclusive="128"/>
						<range minInclusive="256" maxInclusive="256"/>
					</unsignedInt>
				</syntax>
			</parameter>
            <parameter name="PollByte" access="readWrite">
				<description>{{list}} Each item is a counter of PDU bytes transmitted between successive poll transmissions, specified in kilobytes. In case there is more than one item in the list, the first item contains the most preferred value.
This parameter is valid only if {{param|DefaultConfiguration}} paramter under the current object is set to {{false}}.  Corresponds to pollByte IE specified in {{bibref|3GPP-TS.36.331|Section 6.3.2}} and in {{bibref|3GPP-TS.36.322|Section 5.2.2.1}}.  Value of 0 indicates infinite amount of kilobytes.
If  supports self-configuration capability for {{param}} and more than one item is configured, then  is expected to select one from the list and overwrite this parameter containing only the one selected.  If  does not support self-configuration capability for {{param}} and more than one item is configured, then  accepts the first value and ignore the rest. If only one item is configured regardless of the self-configuration capability of ,  accepts the value as an explicit configuration by the ACS.</description>
				<syntax>
					<list minItems="1"><size maxLength="64"></size></list>
					<unsignedInt>
						<range minInclusive="0" maxInclusive="0"/>
						<range minInclusive="25" maxInclusive="25"/>
						<range minInclusive="50" maxInclusive="50"/>
						<range minInclusive="75" maxInclusive="75"/>
						<range minInclusive="100" maxInclusive="100"/>
						<range minInclusive="125" maxInclusive="125"/>
						<range minInclusive="250" maxInclusive="250"/>
						<range minInclusive="375" maxInclusive="375"/>
						<range minInclusive="500" maxInclusive="500"/>
						<range minInclusive="750" maxInclusive="750"/>
						<range minInclusive="1000" maxInclusive="1000"/>
						<range minInclusive="1250" maxInclusive="1250"/>
						<range minInclusive="1500" maxInclusive="1500"/>
						<range minInclusive="2000" maxInclusive="2000"/>
						<range minInclusive="3000" maxInclusive="3000"/>
					</unsignedInt>
				</syntax>
			</parameter>
            <parameter name="MaxRetxThreshold" access="readWrite">
				<description>{{list}} Each item defines the maximum number of transmission retry used by the RLC entity to limit the number of retransmissions of an AMD PDU. In case there is more than one item in the list, the first item contains the most preferred value.
This parameter is valid only if {{param|DefaultConfiguration}} paramter under the current object is set to {{false}}. Corresponds to maxRetxThreshold IE specified in {{bibref|3GPP-TS.36.331|Section 6.3.2}} and in {{bibref|3GPP-TS.36.322|Section 5.2.1}}.
If  supports self-configuration capability for {{param}} and more than one item is configured, then  is expected to select one from the list and overwrite this parameter containing only the one selected.  If  does not support self-configuration capability for {{param}} and more than one item is configured, then  accepts the first value and ignore the rest. If only one item is configured regardless of the self-configuration capability of ,  accepts the value as an explicit configuration by the ACS.</description>
				<syntax>
					<list minItems="1"><size maxLength="32"></size></list>
					<unsignedInt>
						<range minInclusive="1" maxInclusive="4"/>
						<range minInclusive="6" maxInclusive="6"/>
						<range minInclusive="8" maxInclusive="8"/>
						<range minInclusive="16" maxInclusive="16"/>
						<range minInclusive="32" maxInclusive="32"/>
					</unsignedInt>
				</syntax>
			</parameter>
            <parameter name="TReordering" access="readWrite">
				<description>{{list}} Each item defines a timer used by the receiving side of an RLC entity in order to detect loss of RLC PDUs at lower layer, specified in milliseconds, with a numeric range between 0 and 200 inclusive. Only the multiple of 5 are valid in the range between 0 and 100 inclusive (i.e. 0, 5, 10, 15,...,100), and only the multiple of 10 are valid in the range between 110 and 200 inclusive (110, 120, 130,...,200). If the value is other than these, the CPE MUST reject the value. In case there is more than one item in the list, the first item contains the most preferred value.
This parameter is valid only if {{param|DefaultConfiguration}} paramter under the current object is set to {{false}}. Corresponds to t-Reordering IE specified in {{bibref|3GPP-TS.36.331|Section 6.3.2}} and in {{bibref|3GPP-TS.36.322|Section 5.1.2.2. and 5.1.3.2}}.
The multiplicity of the {{param}} values can also be expressed by defining a range using ".." (two periods) between two values. In this case, the combination of two values defines the lower-bound and upper-bound of the range inclusive. If this notation is used, then the list contains at least 2 items: "&lt;preferred-value&gt;,&lt;lower-bound&gt;..&lt;upper-bound&gt;".
If  supports self-configuration capability for {{param}} and more than one item is configured, then  is expected to select one from the list and overwrite this parameter containing only the one selected.  If  does not support self-configuration capability for {{param}} and more than one item is configured, then  accepts the first value and ignore the rest. If only one item is configured regardless of the self-configuration capability of ,  accepts the value as an explicit configuration by the ACS.</description>
				<syntax>
					<list minItems="1"><size maxLength="128"></size></list>
					<string/>
				</syntax>
			</parameter>
            <parameter name="TStatusProhibit" access="readWrite">
				<description>{{list}} Each item defines a timer used by the receiving side of an AM RLC entity in order to prohibit transmission of a STATUS PDU, specified in milliseconds, with a numeric range between 0 and 500 inclusive. Only the multiple of 5 are valid in the range between 0 and 250 inclusive (i.e. 0, 5, 10, 15,...,250), and only the multiple of 50 are valid in the range between 300 and 500 inclusive (i.e. 300, 350, 400, 450, 500). If the value is other than these, the CPE MUST reject the value. In case there is more than one item in the list, the first item contains the most preferred value.
This parameter is valid only if {{param|DefaultConfiguration}} paramter under the current object is set to {{false}}. Corresponds to t-StatusProhibit IE specified in {{bibref|3GPP-TS.36.331|Section 6.3.2}} and in {{bibref|3GPP-TS.36.322|Section 5.2.3}}.
The multiplicity of the {{param}} values can also be expressed by defining a range using ".." (two periods) between two values. In this case, the combination of two values defines the lower-bound and upper-bound of the range inclusive. If this notation is used, then the list contains at least 2 items: "&lt;preferred-value&gt;,&lt;lower-bound&gt;..&lt;upper-bound&gt;".
If  supports self-configuration capability for {{param}} and more than one item is configured, then  is expected to select one from the list and overwrite this parameter containing only the one selected.  If  does not support self-configuration capability for {{param}} and more than one item is configured, then  accepts the first value and ignore the rest. If only one item is configured regardless of the self-configuration capability of ,  accepts the value as an explicit configuration by the ACS.</description>
				<syntax>
					<list minItems="1"><size maxLength="256"></size></list>
					<string/>
				</syntax>
			</parameter>
        </object>
        <object name="FAPService.{i}.CellConfig.LTE.RAN.RRCTimers." access="readOnly" minEntries="1" maxEntries="1">
            <description>This object contains parameters relating to the RRC timers and constants (see {{bibref|3GPP-TS.32.592|Section 6.1.6.1}}) and (see {{bibref|3GPP-TS.32.592|Section 6.1.6.2}}).</description>
            <parameter name="T300" access="readWrite">
				<description>{{list}} Each item is an interval, in milliseconds, between subsequent transmissions of RRCConnectionRequest. In case there is more than one item in the list, the first item contains the most preferred value. Corresponds to parameter t300 specified in UE-TimersAndConstants IE in {{bibref|3GPP-TS.36.331|Section 6.3.6}}.  Start/stop/expirary condition is defined in {{bibref|3GPP-TS.36.331|Section 7.3}}.
If  supports self-configuration capability for {{param}} and more than one item is configured, then  is expected to select one from the list and overwrite this parameter containing only the one selected.  If  does not support self-configuration capability for {{param}} and more than one item is configured, then  accepts the first value and ignore the rest. If only one item is configured regardless of the self-configuration capability of ,  accepts the value as an explicit configuration by the ACS.</description>
				<syntax>
					<list minItems="1"><size maxLength="64"></size></list>
					<unsignedInt>
						<range minInclusive="100" maxInclusive="100"/>
						<range minInclusive="200" maxInclusive="200"/>
						<range minInclusive="300" maxInclusive="300"/>
						<range minInclusive="400" maxInclusive="400"/>
						<range minInclusive="600" maxInclusive="600"/>
						<range minInclusive="1000" maxInclusive="1000"/>
						<range minInclusive="1500" maxInclusive="1500"/>
						<range minInclusive="2000" maxInclusive="2000"/>
					</unsignedInt>
				</syntax>
			</parameter>
            <parameter name="T301" access="readWrite">
				<description>{{list}} Each item is an interval, in milliseconds, between subsequent transmissions of RRCConnectionReestablishmentRequest. In case there is more than one item in the list, the first item contains the most preferred value. Corresponds to parameter t301 specified in UE-TimersAndConstants IE in {{bibref|3GPP-TS.36.331|Section 6.3.6}}.  Start/stop/expirary condition is defined in {{bibref|3GPP-TS.36.331|Section 7.3}}.
If  supports self-configuration capability for {{param}} and more than one item is configured, then  is expected to select one from the list and overwrite this parameter containing only the one selected.  If  does not support self-configuration capability for {{param}} and more than one item is configured, then  accepts the first value and ignore the rest. If only one item is configured regardless of the self-configuration capability of ,  accepts the value as an explicit configuration by the ACS.</description>
				<syntax>
					<list minItems="1"><size maxLength="64"></size></list>
					<unsignedInt>
						<range minInclusive="100" maxInclusive="100"/>
						<range minInclusive="200" maxInclusive="200"/>
						<range minInclusive="300" maxInclusive="300"/>
						<range minInclusive="400" maxInclusive="400"/>
						<range minInclusive="600" maxInclusive="600"/>
						<range minInclusive="1000" maxInclusive="1000"/>
						<range minInclusive="1500" maxInclusive="1500"/>
						<range minInclusive="2000" maxInclusive="2000"/>
					</unsignedInt>
				</syntax>
			</parameter>
            <parameter name="T302" access="readWrite">
                <description>
                    Time to wait in {{units}} for cell re-selection or RRConnectionSetup after RRCConnectionReject. Start/stop/expirary condition is defined in {{bibref|3GPP-TS.36.331|Section 7.3}}.</description>
                <syntax>
                    <unsignedInt>
                        <range minInclusive="100" maxInclusive="100" />
                        <range minInclusive="200" maxInclusive="200" />
                        <range minInclusive="300" maxInclusive="300" />
                        <range minInclusive="400" maxInclusive="400" />
                        <range minInclusive="600" maxInclusive="600" />
                        <range minInclusive="1000" maxInclusive="1000" />
                        <range minInclusive="1500" maxInclusive="1500" />
                        <range minInclusive="2000" maxInclusive="2000" />
                        <units value="milliseconds"/>
                    </unsignedInt>
                </syntax>
            </parameter>
            <parameter name="T304EUTRA" access="readWrite">
				<description>{{list}} Each item is a HO failure timer, in milliseconds. In case there is more than one item in the list, the first item contains the most preferred value. Corresponds to t304 defined within IE MobilityControlInfo in RRCConnectionReconfiguration message in {{bibref|3GPP-TS.36.331|Section 5.3.5.4 and Section 6.3.4}}. Start/stop/expirary condition is defined in {{bibref|3GPP-TS.36.331|Section 7.3}}.
If  supports self-configuration capability for {{param}} and more than one item is configured, then  is expected to select one from the list and overwrite this parameter containing only the one selected.  If  does not support self-configuration capability for {{param}} and more than one item is configured, then  accepts the first value and ignore the rest. If only one item is configured regardless of the self-configuration capability of ,  accepts the value as an explicit configuration by the ACS.</description>
				<syntax>
					<list minItems="1"><size maxLength="64"></size></list>
					<unsignedInt>
						<range minInclusive="50" maxInclusive="50"/>
						<range minInclusive="100" maxInclusive="100"/>
						<range minInclusive="150" maxInclusive="150"/>
						<range minInclusive="200" maxInclusive="200"/>
						<range minInclusive="500" maxInclusive="500"/>
						<range minInclusive="1000" maxInclusive="1000"/>
						<range minInclusive="2000" maxInclusive="2000"/>
					</unsignedInt>
				</syntax>
			</parameter>
            <parameter name="T304IRAT" access="readWrite">
				<description>{{list}} Each item is a HO failure timer, in milliseconds. In case there is more than one item in the list, the first item contains the most preferred value. Corresponds to t304 defined within IE CellChangeOrder in MobilityFromEUTRACommand message in {{bibref|3GPP-TS.36.331|Section 6.2.2}}. Start/stop/expirary condition is defined in {{bibref|3GPP-TS.36.331|Section 7.3}}.
If  supports self-configuration capability for {{param}} and more than one item is configured, then  is expected to select one from the list and overwrite this parameter containing only the one selected.  If  does not support self-configuration capability for {{param}} and more than one item is configured, then  accepts the first value and ignore the rest. If only one item is configured regardless of the self-configuration capability of ,  accepts the value as an explicit configuration by the ACS.</description>
				<syntax>
					<list minItems="1"><size maxLength="64"></size></list>
					<unsignedInt>
						<range minInclusive="100" maxInclusive="100"/>
						<range minInclusive="200" maxInclusive="200"/>
						<range minInclusive="500" maxInclusive="500"/>
						<range minInclusive="1000" maxInclusive="1000"/>
						<range minInclusive="2000" maxInclusive="2000"/>
						<range minInclusive="4000" maxInclusive="4000"/>
						<range minInclusive="8000" maxInclusive="8000"/>
					</unsignedInt>
				</syntax>
			</parameter>
            <parameter name="T310" access="readWrite">
				<description>{{list}} Each item is a RLF declaration timer, in milliseconds. In case there is more than one item in the list, the first item contains the most preferred value. Corresponds to parameter t310 specified in RLF-TimersAndConstants IE in {{bibref|3GPP-TS.36.331|Section 6.3.6}}. Start/stop/expirary condition is defined in {{bibref|3GPP-TS.36.331|Section 7.3}}.
If  supports self-configuration capability for {{param}} and more than one item is configured, then  is expected to select one from the list and overwrite this parameter containing only the one selected.  If  does not support self-configuration capability for {{param}} and more than one item is configured, then  accepts the first value and ignore the rest. If only one item is configured regardless of the self-configuration capability of ,  accepts the value as an explicit configuration by the ACS.</description>
				<syntax>
					<list minItems="1"><size maxLength="64"></size></list>
					<unsignedInt>
						<range minInclusive="0" maxInclusive="0"/>
						<range minInclusive="50" maxInclusive="50"/>
						<range minInclusive="100" maxInclusive="100"/>
						<range minInclusive="200" maxInclusive="200"/>
						<range minInclusive="500" maxInclusive="500"/>
						<range minInclusive="1000" maxInclusive="1000"/>
						<range minInclusive="2000" maxInclusive="2000"/>
					</unsignedInt>
				</syntax>
			</parameter>
            <parameter name="T311" access="readWrite">
				<description>{{list}} Each item is a RLF recovery timer, in milliseconds. In case there is more than one item in the list, the first item contains the most preferred value. Corresponds to parameter t311 specified in RLF-TimersAndConstants IE in {{bibref|3GPP-TS.36.331|Section 6.3.6}}. Start/stop/expirary condition is defined in {{bibref|3GPP-TS.36.331|Section 7.3}}.
If  supports self-configuration capability for {{param}} and more than one item is configured, then  is expected to select one from the list and overwrite this parameter containing only the one selected.  If  does not support self-configuration capability for {{param}} and more than one item is configured, then  accepts the first value and ignore the rest. If only one item is configured regardless of the self-configuration capability of ,  accepts the value as an explicit configuration by the ACS.</description>
				<syntax>
					<list minItems="1"><size maxLength="64"></size></list>
					<unsignedInt>
						<range minInclusive="1000" maxInclusive="1000"/>
						<range minInclusive="3000" maxInclusive="3000"/>
						<range minInclusive="5000" maxInclusive="5000"/>
						<range minInclusive="10000" maxInclusive="10000"/>
						<range minInclusive="15000" maxInclusive="15000"/>
						<range minInclusive="20000" maxInclusive="20000"/>
						<range minInclusive="30000" maxInclusive="30000"/>
					</unsignedInt>
				</syntax>
			</parameter>
            <parameter name="T320" access="readWrite">
                <description>
                    Time in {{units}} after RRCConnection Release in which cell re-selection priority info supplied in RRCConnectionRelease MUST be observed. Start/stop/expirary condition is defined in {{bibref|3GPP-TS.36.331|Section 7.3}}.
                    Corresponds to parameter t320 specified in RRCConnectionRelease message in {{bibref|3GPP-TS.36.331|Section 6.2.2}}. S</description>
                <syntax>
                    <unsignedInt>
                        <range minInclusive="5" maxInclusive="5" />
                        <range minInclusive="10" maxInclusive="10" />
                        <range minInclusive="20" maxInclusive="20" />
                        <range minInclusive="30" maxInclusive="30" />
                        <range minInclusive="60" maxInclusive="60" />
                        <range minInclusive="120" maxInclusive="120" />
                        <range minInclusive="180" maxInclusive="180" />
                        <units value="minutes"/>
                    </unsignedInt>
                </syntax>
            </parameter>
            <parameter name="N310" access="readWrite">
                <description>
                    Number of consecutive "out-of-sync" indications received from lower layers that triggers timer T310.
                    Corresponds to parameter n310 specified in UE-TimersAndConstants IE in {{bibref|3GPP-TS.36.331|Section 6.3.6 and Section 7.3}}.
                </description>
                <syntax>
                    <unsignedInt>
                        <range minInclusive="1" maxInclusive="4" />
                        <range minInclusive="6" maxInclusive="6" />
                        <range minInclusive="8" maxInclusive="8" />
                        <range minInclusive="10" maxInclusive="10" />
                        <range minInclusive="20" maxInclusive="20" />
                    </unsignedInt>
                </syntax>
            </parameter>
            <parameter name="N311" access="readWrite">
                <description>
                    Number of consecutive "in-sync" indications received from lower layers that stops timer T310.
                    Corresponds to parameter n311 specified in UE-TimersAndConstants IE in {{bibref|3GPP-TS.36.331|Section 6.3.6 and Section 7.3}}.
                </description>
                <syntax>
                    <unsignedInt>
                        <range minInclusive="1" maxInclusive="6" />
                        <range minInclusive="8" maxInclusive="8" />
                        <range minInclusive="10" maxInclusive="10" />
                    </unsignedInt>
                </syntax>
            </parameter>
        </object>
        <object name="FAPService.{i}.CellConfig.LTE.RAN.CellRestriction." access="readOnly" minEntries="1" maxEntries="1">
            <description>This object contains parameters relating to the cell restriction configuration.</description>
            <parameter name="CellBarred" access="readWrite">
                <description>Indicates whether the  is barred or not. If {{true}}, the cell is barred. If {{false}}, the cell is not barred.
Corresponds to parameter CellBarred specified in SIB1 in {{bibref|3GPP-TS.36.331|Section 6.2.2}}.</description>
                <syntax>
                    <boolean />
                </syntax>
            </parameter>
            <parameter name="CellReservedForOperatorUse" access="readWrite">
                <description>Indicates whether the  is reserved for operator's use or not. If {{true}}, the cell is reserved for operator use. If {{false}}, the cell is not reserved for operator use.
Corresponds to parameter cellReservedForOperatorUse specified in SIB1 in {{bibref|3GPP-TS.36.331|Section 6.2.2}}.</description>
                <syntax>
                    <boolean />
                </syntax>
            </parameter>
            <parameter name="BarringForEmergency" access="readWrite">
                <description>Indicates whether the  is barred for Access Class 10 or not.
If {{true}}, the cell is barred for Access Class 10.
If {{false}}, the cell is not barred for Access Class 10.
Corresponds to parameter ac-BarringForEmergency specified in SIB2 in {{bibref|3GPP-TS.36.331|Section 6.3.1}}.</description>
                <syntax>
                    <boolean />
                </syntax>
            </parameter>
        </object>
        <object name="FAPService.{i}.CellConfig.LTE.RAN.Mobility." access="readOnly" minEntries="1" maxEntries="1">
            <description>This object contains parameters relating to the UE's mobility configuration. It covers both idle mode and connected mode.</description>
        </object>
        <object name="FAPService.{i}.CellConfig.LTE.RAN.Mobility.IdleMode." access="readOnly" minEntries="1" maxEntries="1">
            <description>This object contains parameters relating to the UE's mobility while it is in idle mode (cell (re-)selection). Parameters under this object determines the content in the SIB (System Information Block) that is broadcast by LTE .</description>
        </object>
        <object name="FAPService.{i}.CellConfig.LTE.RAN.Mobility.IdleMode.Common." access="readOnly" minEntries="1" maxEntries="1">
            <description>This object contains parameters relating to the idle mode mobility configuration that is common to all cell re-selection scenarios (intra/inter-freq, inter-RAT to UTRA (UMTS), GERAN (GSM) and CDMA2000) (see {{bibref|3GPP-TS.32.592|Section 6.1.5.1.1}}).</description>
            <parameter name="Qhyst" access="readWrite">
				<description>{{list}} Each item is a hysteresis value applied to serving cell for evaluating cell ranking criteria specified in dB, with a numeric range between 0 and 24 inclusive. For the value greater than 6, only even numbers are valid. If the value is other than these, the CPE MUST reject the value. In case there is more than one item in the list, the first item contains the most preferred value. Corresponds to parameter q-Hyst specified in SIB3 in {{bibref|3GPP-TS.36.331|Section 6.3.1}} and in {{bibref|3GPP-TS.36.304|Section 5.2.4.7}}.
The multiplicity of the {{param}} values can also be expressed by defining a range using ".." (two periods) between two values. In this case, the combination of two values defines the lower-bound and upper-bound of the range inclusive. If this notation is used, then the list contains at least 2 items: "&lt;preferred-value&gt;,&lt;lower-bound&gt;..&lt;upper-bound&gt;".
If  supports self-configuration capability for {{param}} and more than one item is configured, then  is expected to select one from the list and overwrite this parameter containing only the one selected.  If  does not support self-configuration capability for {{param}} and more than one item is configured, then  accepts the first value and ignore the rest. If only one item is configured regardless of the self-configuration capability of ,  accepts the value as an explicit configuration by the ACS.</description>
				<syntax>
					<list minItems="1"><size maxLength="64"></size></list>
					<string/>
				</syntax>
			</parameter>
            <parameter name="QHystSFMedium" access="readWrite">
                <description>
                    Speed-dependent scaling factor for Qhyst in Medium-mobility state, specified in {{units}}.
                    Corresponds to parameter q-HystSF:sf-Medium specified in SIB3 in {{bibref|3GPP-TS.36.331|Section 6.3.1}} and in {{bibref|3GPP-TS.36.304|Section 5.2.4.3}}.
                </description>
                <syntax>
                    <int>
                        <range minInclusive="-6" maxInclusive="-6" />
                        <range minInclusive="-4" maxInclusive="-4" />
                        <range minInclusive="-2" maxInclusive="-2" />
                        <range minInclusive="0" maxInclusive="0" />
                        <units value="dB"/>
                    </int>
                </syntax>
            </parameter>
            <parameter name="QHystSFHigh" access="readWrite">
                <description>
                    Speed-dependent scaling factor for Qhyst in High-mobility state, specified in {{units}}.
                    Corresponds to parameter q-HystSF:sf-High specified in SIB3 in {{bibref|3GPP-TS.36.331|Section 6.3.1}} and in {{bibref|3GPP-TS.36.304|Section 5.2.4.3}}.</description>
                <syntax>
                    <int>
                        <range minInclusive="-6" maxInclusive="-6" />
                        <range minInclusive="-4" maxInclusive="-4" />
                        <range minInclusive="-2" maxInclusive="-2" />
                        <range minInclusive="0" maxInclusive="0" />
                        <units value="dB"/>
                    </int>
                </syntax>
            </parameter>
            <parameter name="TEvaluation" access="readWrite">
                <description>
                    Duration for evaluating allowed amount of cell re-selection(s) required to enter mobility states, specified in {{units}}.
                    Corresponds to parameter t-Evaluation specified in SIB3 in {{bibref|3GPP-TS.36.331|Section 6.3.4}} and to parameter TCRmax specified in {{bibref|3GPP-TS.36.304|Section 5.2.4.3}}.
                </description>
                <syntax>
                    <unsignedInt>
                        <range minInclusive="30" maxInclusive="30" />
                        <range minInclusive="60" maxInclusive="60" />
                        <range minInclusive="120" maxInclusive="120" />
                        <range minInclusive="180" maxInclusive="180" />
                        <range minInclusive="240" maxInclusive="240" />
                        <units value="seconds">
                        </units>
                    </unsignedInt>
                </syntax>
            </parameter>
            <parameter name="THystNormal" access="readWrite">
                <description>
                    Additional duration for evaluating criteria to enter normal mobility state, specified in {{units}}. Specifies the additional time period for evaluating criteria to enter Normal-mobility state.
                    Corresponds to parameter t-HystNormal specified in SIB3 in {{bibref|3GPP-TS.36.331|Section 6.3.4}} and to parameter TCRmaxHyst specified in {{bibref|3GPP-TS.36.304|Section 5.2.4.3}}.
                </description>
                <syntax>
                    <unsignedInt>
                        <range minInclusive="30" maxInclusive="30" />
                        <range minInclusive="60" maxInclusive="60" />
                        <range minInclusive="120" maxInclusive="120" />
                        <range minInclusive="180" maxInclusive="180" />
                        <range minInclusive="240" maxInclusive="240" />
                        <units value="seconds"/>
                    </unsignedInt>
                </syntax>
            </parameter>
            <parameter name="NCellChangeMedium" access="readWrite">
                <description>
                    Defines the number of cell re-selections within TEvaluation to enter Medium-mobility state.
                    Corresponds to parameter n-cellChangeMedium specified in SIB3 in {{bibref|3GPP-TS.36.331|Section 6.3.4}} and to parameter NCR_M specified in {{bibref|3GPP-TS.36.304|Section 5.2.4.3}}.
                </description>
                <syntax>
                    <unsignedInt>
                        <range minInclusive="1" maxInclusive="16" />
                    </unsignedInt>
                </syntax>
            </parameter>
            <parameter name="NCellChangeHigh" access="readWrite">
                <description>
                    Defines the number of cell re-selections within TEvaluation to enter High-mobility state.
                    Corresponds to parameter n-cellChangeHigh specified in SIB3 in {{bibref|3GPP-TS.36.331|Section 6.3.4}} and to parameter NCR_H specified in {{bibref|3GPP-TS.36.304|Section 5.2.4.3}}.
                </description>
                <syntax>
                    <unsignedInt>
                        <range minInclusive="1" maxInclusive="16" />
                    </unsignedInt>
                </syntax>
            </parameter>
        </object>
        <object name="FAPService.{i}.CellConfig.LTE.RAN.Mobility.IdleMode.IntraFreq." access="readOnly" minEntries="1" maxEntries="1">
            <description>This object contains parameters relating to the idle mode mobility configuration for intra-freq re-selection scenario (see {{bibref|3GPP-TS.32.592|Section 6.1.5.1.2}}).</description>
            <parameter name="QRxLevMinSIB1" access="readWrite">
				<description>{{list}} Each item is a required minimum received RSRP level of a E-UTRA cell for cell selection, specified in dBm, with a numeric range between -70 and -22 inclusive. In case there is more than one item in the list, the first item contains the most preferred value. The value of ({{param}} * 2) yields the actual value. Corresponds to parameter q-rxLevMin in SIB1 in {{bibref|3GPP-TS.36.331|Section 6.2.2}} and in {{bibref|3GPP-TS.36.304|Section 5.2.3.2}}.
The multiplicity of the {{param}} values can also be expressed by defining a range using ".." (two periods) between two values. In this case, the combination of two values defines the lower-bound and upper-bound of the range inclusive. If this notation is used, then the list contains at least 2 items: "&lt;preferred-value&gt;,&lt;lower-bound&gt;..&lt;upper-bound&gt;".
If  supports self-configuration capability for {{param}} and more than one item is configured, then  is expected to select one from the list and overwrite this parameter containing only the one selected.  If  does not support self-configuration capability for {{param}} and more than one item is configured, then  accepts the first value and ignore the rest. If only one item is configured regardless of the self-configuration capability of ,  accepts the value as an explicit configuration by the ACS.</description>
				<syntax>
					<list minItems="1"><size maxLength="256"></size></list>
					<string/>
				</syntax>
			</parameter>
            <parameter name="QRxLevMinSIB3" access="readWrite">
				<description>{{list}} Each item is a required minimum received RSRP level for intra-frequency E-UTRA cell re-selection, specified in dBm, with a numeric range between -70 and -22 inclusive. In case there is more than one item in the list, the first item contains the most preferred value. The value of ({{param}} * 2) yields the actual value.  Corresponds to parameter q-rxLevMin in SIB3 in {{bibref|3GPP-TS.36.331|Section 6.3.1}} and in {{bibref|3GPP-TS.36.304|Section 5.2.3.2}}.
The multiplicity of the {{param}} values can also be expressed by defining a range using ".." (two periods) between two values. In this case, the combination of two values defines the lower-bound and upper-bound of the range inclusive. If this notation is used, then the list contains at least 2 items: "&lt;preferred-value&gt;,&lt;lower-bound&gt;..&lt;upper-bound&gt;".
If  supports self-configuration capability for {{param}} and more than one item is configured, then  is expected to select one from the list and overwrite this parameter containing only the one selected.  If  does not support self-configuration capability for {{param}} and more than one item is configured, then  accepts the first value and ignore the rest. If only one item is configured regardless of the self-configuration capability of ,  accepts the value as an explicit configuration by the ACS.</description>
				<syntax>
					<list minItems="1"><size maxLength="256"></size></list>
					<string/>
				</syntax>
			</parameter>
            <parameter name="QRxLevMinOffset" access="readWrite">
                <description>
                    Defines offset with respect to QrxLevMin, specified in {{units}}. This offset is taken into account in the computation of Srxlev for cell selection evaluation of cells detected during a periodic search for a higher priority PLMN while camped normally in a VPLMN. The value of ({{param}} * 2) yields the actual value.
                    Corresponds to parameter q-rxLevMinOffset in SIB1 specified in {{bibref|3GPP-TS.36.331|Section 6.2.2}} and in {{bibref|3GPP-TS.36.304|Section 5.2.3.2}}.
                </description>
                <syntax>
                    <unsignedInt>
                        <range minInclusive="1" maxInclusive="8" />
                        <units value="dBm"/>
                    </unsignedInt>
                </syntax>
            </parameter>
            <parameter name="SIntraSearch" access="readWrite">
				<description>{{list}} Each item is a threshold for intra-frequency measurements, specified in dB, with a numeric range between 0 and 31 inclusive. In case there is more than one item in the list, the first item contains the most preferred value. The value of ({{param}} * 2) yields the actual value. Corresponds to parameter s-IntraSearch specified in SIB3 in {{bibref|3GPP-TS.36.331|Section 6.3.1}} and in {{bibref|3GPP-TS.36.304|Section 5.2.4.7}}.
The multiplicity of the {{param}} values can also be expressed by defining a range using ".." (two periods) between two values. In this case, the combination of two values defines the lower-bound and upper-bound of the range inclusive. If this notation is used, then the list contains at least 2 items: "&lt;preferred-value&gt;,&lt;lower-bound&gt;..&lt;upper-bound&gt;".
If  supports self-configuration capability for {{param}} and more than one item is configured, then  is expected to select one from the list and overwrite this parameter containing only the one selected.  If  does not support self-configuration capability for {{param}} and more than one item is configured, then  accepts the first value and ignore the rest. If only one item is configured regardless of the self-configuration capability of ,  accepts the value as an explicit configuration by the ACS.</description>
				<syntax>
					<list minItems="1"><size maxLength="128"></size></list>
					<string/>
				</syntax>
			</parameter>
            <parameter name="TReselectionEUTRA" access="readWrite">
				<description>{{list}} Each item is a cell re-selection timer for intra-frequency E-UTRA cell re-selection, specified in seconds, with a numeric range between 0 and 7 inclusive. In case there is more than one item in the list, the first item contains the most preferred value. Corresponds to parameter t-ReselectionEUTRA specified in SIB3 in {{bibref|3GPP-TS.36.331|Section 6.3.1}} and in {{bibref|3GPP-TS.36.304|Section 5.2.4.7}}.
The multiplicity of the {{param}} values can also be expressed by defining a range using ".." (two periods) between two values. In this case, the combination of two values defines the lower-bound and upper-bound of the range inclusive. If this notation is used, then the list contains at least 2 items: "&lt;preferred-value&gt;,&lt;lower-bound&gt;..&lt;upper-bound&gt;".
If  supports self-configuration capability for {{param}} and more than one item is configured, then  is expected to select one from the list and overwrite this parameter containing only the one selected.  If  does not support self-configuration capability for {{param}} and more than one item is configured, then  accepts the first value and ignore the rest. If only one item is configured regardless of the self-configuration capability of ,  accepts the value as an explicit configuration by the ACS.</description>
				<syntax>
					<list minItems="1"><size maxLength="32"></size></list>
					<string/>
				</syntax>
			</parameter>
            <parameter name="SNonIntraSearch" access="readWrite">
				<description>{{list}} Each item is a threshold for inter-frequency and inter-RAT measurements with lower or equal priority, specified in dB, with a numeric range between 0 and 31 inclusive. In case there is more than one item in the list, the first item contains the most preferred value. The value of ({{param}} * 2) yields the actual value. Corresponds to parameter s-NonIntraSearch specified in SIB3 in {{bibref|3GPP-TS.36.331|Section 6.3.1}} and in {{bibref|3GPP-TS.36.304|Section 5.2.4.7}}.
The multiplicity of the {{param}} values can also be expressed by defining a range using ".." (two periods) between two values. In this case, the combination of two values defines the lower-bound and upper-bound of the range inclusive. If this notation is used, then the list contains at least 2 items: "&lt;preferred-value&gt;,&lt;lower-bound&gt;..&lt;upper-bound&gt;".
If  supports self-configuration capability for {{param}} and more than one item is configured, then  is expected to select one from the list and overwrite this parameter containing only the one selected.  If  does not support self-configuration capability for {{param}} and more than one item is configured, then  accepts the first value and ignore the rest. If only one item is configured regardless of the self-configuration capability of ,  accepts the value as an explicit configuration by the ACS.</description>
				<syntax>
					<list minItems="1"><size maxLength="128"></size></list>
					<string/>
				</syntax>
			</parameter>
            <parameter name="CellReselectionPriority" access="readWrite">
                <description>
                    Absolute priority of the E-UTRAN serving carrier frequency used in the inter-frequency and inter-RAT cell re-selection procedure.
                    Corresponds to parameter CellReselectionPriority specified in SIB3 in {{bibref|3GPP-TS.36.331|Section 6.3.1}} and in {{bibref|3GPP-TS.36.304|Section 5.2.4.7}}.
                 </description>
                <syntax>
                    <unsignedInt>
                        <range minInclusive="0" maxInclusive="7" />
                    </unsignedInt>
                </syntax>
            </parameter>
            <parameter name="PMax" access="readWrite">
                <description>
                    Used to limit the allowed UE uplink transmission power on the serving frequency, specified in {{units}}. It is used to calculate the parameter Pcompensation defined in {{bibref|3GPP-TS.36.304|Section 5.2.3.2}}.
                    Corresponds to parameter p-Max specified in SIB1 and SIB3 in {{bibref|3GPP-TS.36.331|Section 6.3.1 and Section 6.3.4}}.
                </description>
                <syntax>
                    <int>
                        <range minInclusive="-30" maxInclusive="33" />
                        <units value="dBm">
                        </units>
                    </int>
                </syntax>
            </parameter>
            <parameter name="ThreshServingLow" access="readWrite">
                <description>
                    Threshold for serving frequency used in evaluation of re-selection towards lower priority E-UTRAN frequency or inter-RAT, specified in {{units}}. The value of ({{param}} * 2) yields the actual value.
                    Corresponds to parameter threshServingLow specified in SIB3 in {{bibref|3GPP-TS.36.331|Section 6.3.1}} and in {{bibref|3GPP-TS.36.304|Section 5.2.4.7}}.
                </description>
                <syntax>
                    <unsignedInt>
                        <range minInclusive="0" maxInclusive="31" />
                        <units value="dB">
                        </units>
                    </unsignedInt>
                </syntax>
            </parameter>
            <parameter name="TReselectionEUTRASFMedium" access="readWrite">
                <description>
                    Scaling factor for intra-frequency TreselectionEUTRA in Medium-mobility state. The value of {{param}} divided by 100 yields the actual SF value.
                    Corresponds to parameter t-ReselectionEUTRA-SF:sf-Medium specified in SIB3 in {{bibref|3GPP-TS.36.331|Section 6.3.1}} and in {{bibref|3GPP-TS.36.304|Section 5.2.4.3}}.
                </description>
                <syntax>
                    <unsignedInt>
                        <range minInclusive="25" maxInclusive="25" />
                        <range minInclusive="50" maxInclusive="50" />
                        <range minInclusive="75" maxInclusive="75" />
                        <range minInclusive="100" maxInclusive="100" />
                    </unsignedInt>
                </syntax>
            </parameter>
            <parameter name="TReselectionEUTRASFHigh" access="readWrite">
                <description>
                    Scaling factor for intra-frequency TreselectionEUTRA in High-mobility state. The value of {{param}} divided by 100 yields the actual SF value.
                    Corresponds to parameter t-ReselectionEUTRA-SF:sf-High specified in SIB3 in {{bibref|3GPP-TS.36.331|Section 6.3.1}} and in {{bibref|3GPP-TS.36.304|Section 5.2.4.3}}.
                </description>
                <syntax>
                    <unsignedInt>
                        <range minInclusive="25" maxInclusive="25" />
                        <range minInclusive="50" maxInclusive="50" />
                        <range minInclusive="75" maxInclusive="75" />
                        <range minInclusive="100" maxInclusive="100" />
                    </unsignedInt>
                </syntax>
            </parameter>
        </object>
        <object name="FAPService.{i}.CellConfig.LTE.RAN.Mobility.IdleMode.InterFreq." access="readOnly" minEntries="1" maxEntries="1">
            <description>This object contains parameters relating to the idle mode mobility configuration for inter-freq re-selection scenario .</description>
            <parameter name="MaxCarrierEntries" access="readOnly">
                <description>The maximum number of entries in the {{object|.CellConfig.LTE.RAN.Mobility.IdleMode.InterFreq.Carrier.{i}.}} table.</description>
                <syntax>
                    <unsignedInt />
                </syntax>
            </parameter>
            <parameter name="CarrierNumberOfEntries" access="readOnly">
                <description>{{numentries}}</description>
                <syntax>
                    <unsignedInt />
                </syntax>
            </parameter>
        </object>
        <object name="FAPService.{i}.CellConfig.LTE.RAN.Mobility.IdleMode.InterFreq.Carrier.{i}." access="readWrite" minEntries="0" maxEntries="unbounded" numEntriesParameter="CarrierNumberOfEntries" enableParameter="Enable">
            <description>This object contains parameters relating to the carrier information for inter-freq re-selection scenario (see {{bibref|3GPP-TS.32.592|Section 6.1.5.1.3}}).</description>
            <uniqueKey>
                <parameter ref="EUTRACarrierARFCN" />
            </uniqueKey>
            <uniqueKey functional="false">
                <parameter ref="Alias" />
            </uniqueKey>
            <parameter name="Enable" access="readWrite">
                <description>Enables or disables this entry.</description>
                <syntax>
                    <boolean />
                    <default type="object" value="false">
                    </default>
                </syntax>
            </parameter>
            <parameter name="Alias" access="readWrite">
                <description>{{datatype|expand}}</description>
                <syntax>
                    <dataType ref="Alias" />
                </syntax>
            </parameter>
            <parameter name="EUTRACarrierARFCN" access="readWrite">
                <description>Indicates the ARFCN of this frequency carrier. Corresponds to parameter dl-CarrierFreq in SIB5 in {{bibref|3GPP-TS.36.331|Section 6.3.1}}.</description>
                <syntax>
                    <unsignedInt>
                        <range minInclusive="0" maxInclusive="65535" />
                    </unsignedInt>
                    <default type="object" value="0">
                    </default>
                </syntax>
            </parameter>
            <parameter name="QRxLevMinSIB5" access="readWrite">
				<description>{{list}} Each item is a required minimum received RSRP level on this E-UTRA frequency carrier, spcified in dBm, with a numeric range between -70 and -22 inclusive. In case there is more than one item in the list, the first item contains the most preferred value.  The value of ({{param}} * 2) yields the actual value. Corresponds to parameter q-rxLevMin in SIB5 in {{bibref|3GPP-TS.36.331|Section 6.3.1}} and in {{bibref|3GPP-TS.36.304|Section 5.2.3.2}}.
The multiplicity of the {{param}} values can also be expressed by defining a range using ".." (two periods) between two values. In this case, the combination of two values defines the lower-bound and upper-bound of the range inclusive. If this notation is used, then the list contains at least 2 items: "&lt;preferred-value&gt;,&lt;lower-bound&gt;..&lt;upper-bound&gt;".
If  supports self-configuration capability for {{param}} and more than one item is configured, then  is expected to select one from the list and overwrite this parameter containing only the one selected.  If  does not support self-configuration capability for {{param}} and more than one item is configured, then  accepts the first value and ignore the rest. If only one item is configured regardless of the self-configuration capability of ,  accepts the value as an explicit configuration by the ACS.</description>
				<syntax>
					<list minItems="1"><size maxLength="256"></size></list>
					<string/>
					<default type="object" value="0"></default>
				</syntax>
			</parameter>
            <parameter name="QOffsetFreq" access="readWrite">
				<description>{{list}} Each item is an offset applicable between serving and this frequency carrier, specified in dBm, with a numeric range between -24 and 24 inclusive. For values less than or equal to -6, or values greater than or equal to 6, only the even values are valid. If the value is other than these, the CPE MUST reject the value. In case there is more than one item in the list, the first item contains the most preferred value. The value of ({{param}} * 2) yields the actual value. Corresponds to parameter q-OffsetFreq in SIB5 specified in {{bibref|3GPP-TS.36.331|Section 6.3.1}} and in {{bibref|3GPP-TS.36.304|Section 5.4.2.6}}.
The multiplicity of the {{param}} values can also be expressed by defining a range using ".." (two periods) between two values. In this case, the combination of two values defines the lower-bound and upper-bound of the range inclusive. If this notation is used, then the list contains at least 2 items: "&lt;preferred-value&gt;,&lt;lower-bound&gt;..&lt;upper-bound&gt;".
If  supports self-configuration capability for {{param}} and more than one item is configured, then  is expected to select one from the list and overwrite this parameter containing only the one selected.  If  does not support self-configuration capability for {{param}} and more than one item is configured, then  accepts the first value and ignore the rest. If only one item is configured regardless of the self-configuration capability of ,  accepts the value as an explicit configuration by the ACS.</description>
				<syntax>
					<list minItems="1"><size maxLength="128"></size></list>
					<string/>
					<default type="object" value="0"></default>
				</syntax>
			</parameter>
            <parameter name="TReselectionEUTRA" access="readWrite">
				<description>{{list}} Each item is a cell re-selection timer for inter-frequency cell re-selection to this E-UTRA frequency carrier, specified in seconds, with a numeric range between 0 and 7 inclusive. In case there is more than one item in the list, the first item contains the most preferred value.  Corresponds to parameter t-ReselectionEUTRA specified in SIB5 in {{bibref|3GPP-TS.36.331|Section 6.3.1}} and in {{bibref|3GPP-TS.36.304|Section 5.2.4.7}}.
The multiplicity of the {{param}} values can also be expressed by defining a range using ".." (two periods) between two values. In this case, the combination of two values defines the lower-bound and upper-bound of the range inclusive. If this notation is used, then the list contains at least 2 items: "&lt;preferred-value&gt;,&lt;lower-bound&gt;..&lt;upper-bound&gt;".
If  supports self-configuration capability for {{param}} and more than one item is configured, then  is expected to select one from the list and overwrite this parameter containing only the one selected.  If  does not support self-configuration capability for {{param}} and more than one item is configured, then  accepts the first value and ignore the rest. If only one item is configured regardless of the self-configuration capability of ,  accepts the value as an explicit configuration by the ACS.</description>
				<syntax>
					<list minItems="1"><size maxLength="32"></size></list>
					<string/>
					<default type="object" value="0"></default>
				</syntax>
			</parameter>
            <parameter name="CellReselectionPriority" access="readWrite">
                <description>
                    Absolute priority of this E-UTRA frequency carrier, as used by the inter-frequency cell re-selection procedure.
                    Corresponds to parameter CellReselectionPriority specified in SIB5 in {{bibref|3GPP-TS.36.331|Section 6.3.1}} and in {{bibref|3GPP-TS.36.304|Section 5.2.4.7}}.
                </description>
                <syntax>
                    <unsignedInt>
                        <range minInclusive="0" maxInclusive="7" />
                    </unsignedInt>
                    <default type="object" value="0">
                    </default>
                </syntax>
            </parameter>
            <parameter name="ThreshXHigh" access="readWrite">
                <description>
                    Threshold used when re-selecting from a lower priority E-UTRAN frequency, specified in {{units}}. The value of ({{param}} * 2) yields the actual value.
                    Corresponds to parameter threshX-High specified in SIB5 in {{bibref|3GPP-TS.36.331|Section 6.3.1}} and in {{bibref|3GPP-TS.36.304|Section 5.2.4.5}}.
                </description>
                <syntax>
                    <unsignedInt>
                        <range minInclusive="0" maxInclusive="31" />
                        <units value="dB">
                        </units>
                    </unsignedInt>
                    <default type="object" value="0">
                    </default>
                </syntax>
            </parameter>
            <parameter name="ThreshXLow" access="readWrite">
                <description>
                    Threshold used when re-selecting from a higher priority E-UTRAN frequency, specified in {{units}}. The value of ({{param}} * 2) yields the actual value.
                    Corresponds to parameter threshX-Low specified in SIB5 in {{bibref|3GPP-TS.36.331|Section 6.3.1}} and in {{bibref|3GPP-TS.36.304|Section 5.2.4.5}}.
                </description>
                <syntax>
                    <unsignedInt>
                        <range minInclusive="0" maxInclusive="31" />
                        <units value="dB">
                        </units>
                    </unsignedInt>
                    <default type="object" value="0">
                    </default>
                </syntax>
            </parameter>
            <parameter name="PMax" access="readWrite">
                <description>
                    Used to limit the allowed UE uplink transmission power on this carrier frequency, specified in {{units}}. It is used to calculate the parameter Pcompensation defined in {{bibref|3GPP-TS.36.304|Section 5.2.3.2}}.
                    Corresponds to parameter p-Max specified in SIB5 in {{bibref|3GPP-TS.36.331|Section 6.3.1}}.
                </description>
                <syntax>
                    <int>
                        <range minInclusive="-30" maxInclusive="33" />
                        <units value="dBm">
                        </units>
                    </int>
                    <default type="object" value="0">
                    </default>
                </syntax>
            </parameter>
            <parameter name="TReselectionEUTRASFMedium" access="readWrite">
                <description>
                    Scaling factor for TreselectionEUTRA for inter-frequency re-selection to this frequency carrier in Medium-mobility state. The value of {{param}} divided by 100 yields the actual SF value.
                    Corresponds to parameter t-ReselectionEUTRA-SF:sf-Medium specified in SIB5 in {{bibref|3GPP-TS.36.331|Section 6.3.1}} and in {{bibref|3GPP-TS.36.304|Section 5.2.4.3}}.
                </description>
                <syntax>
                    <unsignedInt>
                        <range minInclusive="25" maxInclusive="25" />
                        <range minInclusive="50" maxInclusive="50" />
                        <range minInclusive="75" maxInclusive="75" />
                        <range minInclusive="100" maxInclusive="100" />
                    </unsignedInt>
                    <default type="object" value="25">
                    </default>
                </syntax>
            </parameter>
            <parameter name="TReselectionEUTRASFHigh" access="readWrite">
                <description>
                    Scaling factor for TreselectionEUTRA for inter-frequency re-selection to this frequency carrier in High-mobility state. The value of {{param}} divided by 100 yields the actual SF value.
                    Corresponds to parameter t-ReselectionEUTRA-SF:sf-High specified in SIB5 in {{bibref|3GPP-TS.36.331|Section 6.3.1}} and in {{bibref|3GPP-TS.36.304|Section 5.2.4.3}}.
                </description>
                <syntax>
                    <unsignedInt>
                        <range minInclusive="25" maxInclusive="25" />
                        <range minInclusive="50" maxInclusive="50" />
                        <range minInclusive="75" maxInclusive="75" />
                        <range minInclusive="100" maxInclusive="100" />
                    </unsignedInt>
                    <default type="object" value="25">
                    </default>
                </syntax>
            </parameter>
        </object>
        <object name="FAPService.{i}.CellConfig.LTE.RAN.Mobility.IdleMode.IRAT." access="readOnly" minEntries="1" maxEntries="1">
            <description>This object contains parameters relating to the idle mode mobility configuration for inter-RAT (Radio Access Technology) re-selection scenario.</description>
        </object>
        <object name="FAPService.{i}.CellConfig.LTE.RAN.Mobility.IdleMode.IRAT.UTRA." access="readOnly" minEntries="1" maxEntries="1">
            <description>This object contains parameters relating to the idle mode mobility configuration for inter-RAT (Radio Access Technology) re-selection, specifically for re-selection to UTRA (UMTS) scenario (see {{bibref|3GPP-TS.32.592|Section 6.1.5.1.4}}).</description>
            <parameter name="TReselectionUTRA" access="readWrite">
				<description>{{list}} Each item is a cell re-selection timer for re-selection to a UTRA frequency carrier, specified in seconds, with a numeric range between 0 and 7 inclusive. In case there is more than one item in the list, the first item contains the most preferred value. Corresponds to parameter t-ReselectionUTRA specified in SIB6 in {{bibref|3GPP-TS.36.331|Section 6.3.1}} and in {{bibref|3GPP-TS.36.304|Section 5.2.4.7}}.
The multiplicity of the {{param}} values can also be expressed by defining a range using ".." (two periods) between two values. In this case, the combination of two values defines the lower-bound and upper-bound of the range inclusive. If this notation is used, then the list contains at least 2 items: "&lt;preferred-value&gt;,&lt;lower-bound&gt;..&lt;upper-bound&gt;".
If  supports self-configuration capability for {{param}} and more than one item is configured, then  is expected to select one from the list and overwrite this parameter containing only the one selected.  If  does not support self-configuration capability for {{param}} and more than one item is configured, then  accepts the first value and ignore the rest. If only one item is configured regardless of the self-configuration capability of ,  accepts the value as an explicit configuration by the ACS.</description>
				<syntax>
					<list minItems="1"><size maxLength="32"></size></list>
					<string/>
				</syntax>
			</parameter>
            <parameter name="TReselectionUTRASFMedium" access="readWrite">
                <description>
                    Scaling factor for TreselectionUTRA for inter-RAT re-selection to UTRA in Medium-mobility state. The value of {{param}} divided by 100 yields the actual SF value.
                    Corresponds to parameter t-ReselectionUTRA-SF:sf-Medium specified in SIB6 in {{bibref|3GPP-TS.36.331|Section 6.3.1}} and in {{bibref|3GPP-TS.36.304|Section 5.2.4.3}}.
                </description>
                <syntax>
                    <unsignedInt>
                        <range minInclusive="25" maxInclusive="25" />
                        <range minInclusive="50" maxInclusive="50" />
                        <range minInclusive="75" maxInclusive="75" />
                        <range minInclusive="100" maxInclusive="100" />
                    </unsignedInt>
                </syntax>
            </parameter>
            <parameter name="TReselectionUTRASFHigh" access="readWrite">
                <description>
                    Scaling factor for TreselectionEUTRA for inter-frequency re-selection to this frequency carrier in High-mobility state. The value of {{param}} divided by 100 yields the actual SF value.
                    Corresponds to parameter t-ReselectionUTRA-SF:sf-High specified in SIB6 in {{bibref|3GPP-TS.36.331|Section 6.3.1}} and in {{bibref|3GPP-TS.36.304|Section 5.2.4.3}}.
                </description>
                <syntax>
                    <unsignedInt>
                        <range minInclusive="25" maxInclusive="25" />
                        <range minInclusive="50" maxInclusive="50" />
                        <range minInclusive="75" maxInclusive="75" />
                        <range minInclusive="100" maxInclusive="100" />
                    </unsignedInt>
                </syntax>
            </parameter>
            <parameter name="MaxUTRANFDDFreqEntries" access="readOnly">
                <description>The maximum number of entries in the {{object|.CellConfig.LTE.RAN.Mobility.IdleMode.IRAT.UTRA.UTRANFDDFreq.{i}.}} table.</description>
                <syntax>
                    <unsignedInt />
                </syntax>
            </parameter>
            <parameter name="UTRANFDDFreqNumberOfEntries" access="readOnly">
                <description>{{numentries}}</description>
                <syntax>
                    <unsignedInt />
                </syntax>
            </parameter>
        </object>
        <object name="FAPService.{i}.CellConfig.LTE.RAN.Mobility.IdleMode.IRAT.UTRA.UTRANFDDFreq.{i}." access="readWrite" minEntries="0" maxEntries="unbounded" numEntriesParameter="UTRANFDDFreqNumberOfEntries" enableParameter="Enable">
            <description>This object contains parameters relating to the channel frequncy related information of UTRA (UMTS) system (see {{bibref|3GPP-TS.32.592|Section 6.1.5.1.5, 6.1.5.1.6}}).</description>
            <uniqueKey>
                <parameter ref="UTRACarrierARFCN" />
            </uniqueKey>
            <uniqueKey functional="false">
                <parameter ref="Alias" />
            </uniqueKey>
            <parameter name="Enable" access="readWrite">
                <description>Enables or disables this entry.</description>
                <syntax>
                    <boolean />
                    <default type="object" value="false">
                    </default>
                </syntax>
            </parameter>
            <parameter name="Alias" access="readWrite">
                <description>{{datatype|expand}}</description>
                <syntax>
                    <dataType ref="Alias" />
                </syntax>
            </parameter>
            <parameter name="UTRACarrierARFCN" access="readWrite">
                <description>
                    Indicates the ARFCN of the frequency carrier. Corresponds to parameter CarrierFreq in SIB6 in {{bibref|3GPP-TS.36.331|Section 6.3.1}}.
                </description>
                <syntax>
                    <unsignedInt>
                        <range minInclusive="0" maxInclusive="16383" />
                    </unsignedInt>
                    <default type="object" value="0">
                    </default>
                </syntax>
            </parameter>
            <parameter name="QRxLevMin" access="readWrite">
				<description>{{list}} Each item is a required minimum received RSCP level on this UTRA frequency carrier, specified in dBm, with a numeric range between -60 and -13 inclusive. In case there is more than one item in the list, the first item contains the most preferred value.  The value of ({{param}} * 2 + 1) yields the actual value. Corresponds to parameter q-RxLevMin in SIB6 in {{bibref|3GPP-TS.36.331|Section 6.3.1}} and in {{bibref|3GPP-TS.25.304|Section 5.2.3.1.2}}.
The multiplicity of the {{param}} values can also be expressed by defining a range using ".." (two periods) between two values. In this case, the combination of two values defines the lower-bound and upper-bound of the range inclusive. If this notation is used, then the list contains at least 2 items: "&lt;preferred-value&gt;,&lt;lower-bound&gt;..&lt;upper-bound&gt;".
If  supports self-configuration capability for {{param}} and more than one item is configured, then  is expected to select one from the list and overwrite this parameter containing only the one selected.  If  does not support self-configuration capability for {{param}} and more than one item is configured, then  accepts the first value and ignore the rest. If only one item is configured regardless of the self-configuration capability of ,  accepts the value as an explicit configuration by the ACS.</description>
				<syntax>
					<list minItems="1"><size maxLength="256"></size></list>
					<string/>
					<default type="object" value="-60"></default>
				</syntax>
			</parameter>
            <parameter name="QQualMin" access="readWrite">
				<description>{{list}} Each item is a required minimum received Ec/Io level on this UTRA FDD carrier, specified in dB, with a numeric range between -24 and 0 inclusive. In case there is more than one item in the list, the first item contains the most preferred value. Corresponds to parameter q-QualMin in SIB6 in {{bibref|3GPP-TS.36.331|Section 6.3.1}} and in {{bibref|3GPP-TS.25.304|Section 5.2.3.1.2}}.
The multiplicity of the {{param}} values can also be expressed by defining a range using ".." (two periods) between two values. In this case, the combination of two values defines the lower-bound and upper-bound of the range inclusive. If this notation is used, then the list contains at least 2 items: "&lt;preferred-value&gt;,&lt;lower-bound&gt;..&lt;upper-bound&gt;".
If  supports self-configuration capability for {{param}} and more than one item is configured, then  is expected to select one from the list and overwrite this parameter containing only the one selected.  If  does not support self-configuration capability for {{param}} and more than one item is configured, then  accepts the first value and ignore the rest. If only one item is configured regardless of the self-configuration capability of ,  accepts the value as an explicit configuration by the ACS.</description>
				<syntax>
					<list minItems="1"><size maxLength="128"></size></list>
					<string/>
					<default type="object" value="0"></default>
				</syntax>
			</parameter>
            <parameter name="CellReselectionPriority" access="readWrite">
                <description>Absolute priority of this UTRA FDD frequency carrier, as used by the inter-frequency cell re-selection procedure. Corresponds to parameter CellReselectionPriority specified in SIB6 in {{bibref|3GPP-TS.36.331|Section 6.3.1}} and in {{bibref|3GPP-TS.36.304|Section 5.2.4.7}}.</description>
                <syntax>
                    <unsignedInt>
                        <range minInclusive="0" maxInclusive="7" />
                    </unsignedInt>
                    <default type="object" value="0"/>
                </syntax>
            </parameter>
            <parameter name="ThreshXHigh" access="readWrite">
                <description>Threshold used when re-selecting towards a higher priority UTRA FDD frequency, specified in {{units}}. The value of ({{param}} * 2) yields the actual value. Corresponds to parameter threshX-High specified in SIB6 in {{bibref|3GPP-TS.36.331|Section 6.3.1}} and in {{bibref|3GPP-TS.36.304|Section 5.2.4.5}}.</description>
                <syntax>
                    <unsignedInt>
                        <range minInclusive="0" maxInclusive="31" />
                        <units value="dB"/>
                    </unsignedInt>
                    <default type="object" value="0"/>
                </syntax>
            </parameter>
            <parameter name="ThreshXLow" access="readWrite">
                <description>Threshold used when re-selecting towards a lower priority UTRA FDD frequency, specified in {{units}}. The value of ({{param}} * 2) yields the actual value. Corresponds to parameter threshX-Low specified in SIB6 in {{bibref|3GPP-TS.36.331|Section 6.3.1}} and in {{bibref|3GPP-TS.36.304|Section 5.2.4.5}}.</description>
                <syntax>
                    <unsignedInt>
                        <range minInclusive="0" maxInclusive="31" />
                        <units value="dB"/>
                    </unsignedInt>
                    <default type="object" value="0"/>
                </syntax>
            </parameter>
            <parameter name="PMaxUTRA" access="readWrite">
                <description>Used to limit the allowed UE uplink transmission power on this UTRA FDD carrier frequency, specified in {{units}}. It is used to calculate the parameter Pcompensation defined in {{bibref|3GPP-TS.25.304|Section 5.2.3.1.2}}.  Corresponds to parameter p-MaxUTRA specified in SIB6 in {{bibref|3GPP-TS.36.331|Section 6.3.1}}.</description>
                <syntax>
                    <int>
                        <range minInclusive="-50" maxInclusive="33" />
                        <units value="dBm"/>
                    </int>
                    <default type="object" value="0"/>
                </syntax>
            </parameter>
        </object>
        <object name="FAPService.{i}.CellConfig.LTE.RAN.Mobility.IdleMode.IRAT.GERAN." access="readOnly" minEntries="1" maxEntries="1">
            <description>This object contains parameters relating to the idle mode mobility configuration for inter-RAT (Radio Access Technology) re-selection, specifically for re-selection to GERAN (GSM) scenario (see {{bibref|3GPP-TS.32.592|Section 6.1.5.1.6}}).</description>
            <parameter name="TReselectionGERAN" access="readWrite">
				<description>{{list}} Each item is a cell re-selection timer for re-selection to a GERAN frequency carrier, specified in seconds, with a numeric range between 0 and 7 inclusive. In case there is more than one item in the list, the first item contains the most preferred value. Corresponds to parameter t-ReselectionGERAN specified in SIB7 in {{bibref|3GPP-TS.36.331|Section 6.3.1}} and to TreselectionGERA in {{bibref|3GPP-TS.36.304|Section 5.2.4.7}}.
The multiplicity of the {{param}} values can also be expressed by defining a range using ".." (two periods) between two values. In this case, the combination of two values defines the lower-bound and upper-bound of the range inclusive. If this notation is used, then the list contains at least 2 items: "&lt;preferred-value&gt;,&lt;lower-bound&gt;..&lt;upper-bound&gt;".
If  supports self-configuration capability for {{param}} and more than one item is configured, then  is expected to select one from the list and overwrite this parameter containing only the one selected.  If  does not support self-configuration capability for {{param}} and more than one item is configured, then  accepts the first value and ignore the rest. If only one item is configured regardless of the self-configuration capability of ,  accepts the value as an explicit configuration by the ACS.</description>
				<syntax>
					<list minItems="1"><size maxLength="32"></size></list>
					<string/>
				</syntax>
			</parameter>
            <parameter name="TReselectionGERANSFMedium" access="readWrite">
                <description>
                    Scaling factor for TreselectionGERAN for inter-RAT re-selection to GERAN in Medium-mobility state. The value of {{param}} divided by 100 yields the actual SF value.
                    Corresponds to parameter t-ReselectionGERAN-SF:sf-Medium specified in SIB7 in {{bibref|3GPP-TS.36.331|Section 6.3.1}} and in {{bibref|3GPP-TS.36.304|Section 5.2.4.3}}.
                </description>
                <syntax>
                    <unsignedInt>
                        <range minInclusive="25" maxInclusive="25" />
                        <range minInclusive="50" maxInclusive="50" />
                        <range minInclusive="75" maxInclusive="75" />
                        <range minInclusive="100" maxInclusive="100" />
                    </unsignedInt>
                </syntax>
            </parameter>
            <parameter name="TReselectionGERANSFHigh" access="readWrite">
                <description>
                    Scaling factor for TreselectionGERAN for inter-RAT re-selection to GERAN in High-mobility state. The value of {{param}} divided by 100 yields the actual SF value.
                    Corresponds to parameter t-ReselectionGERAN-SF:sf-High specified in SIB7 in {{bibref|3GPP-TS.36.331|Section 6.3.1}} and in {{bibref|3GPP-TS.36.304|Section 5.2.4.3}}.
                </description>
                <syntax>
                    <unsignedInt>
                        <range minInclusive="25" maxInclusive="25" />
                        <range minInclusive="50" maxInclusive="50" />
                        <range minInclusive="75" maxInclusive="75" />
                        <range minInclusive="100" maxInclusive="100" />
                    </unsignedInt>
                </syntax>
            </parameter>
            <parameter name="MaxGERANFreqGroupEntries" access="readOnly">
                <description>The maximum number of entries in the {{object|.CellConfig.LTE.RAN.Mobility.IdleMode.IRAT.GERAN.GERANFreqGroup.{i}.}} table.</description>
                <syntax>
                    <unsignedInt />
                </syntax>
            </parameter>
            <parameter name="GERANFreqGroupNumberOfEntries" access="readOnly">
                <description>{{numentries}}</description>
                <syntax>
                    <unsignedInt />
                </syntax>
            </parameter>
        </object>
        <object name="FAPService.{i}.CellConfig.LTE.RAN.Mobility.IdleMode.IRAT.GERAN.GERANFreqGroup.{i}." access="readWrite" minEntries="0" maxEntries="unbounded" numEntriesParameter="GERANFreqGroupNumberOfEntries" enableParameter="Enable">
            <description>This object contains parameters relating to the channel frequncy related information of GERAN (GSM) system (see {{bibref|3GPP-TS.32.592|Section 6.1.5.1.7}}).</description>
            <uniqueKey>
                <parameter ref="BCCHARFCN" />
            </uniqueKey>
            <uniqueKey functional="false">
                <parameter ref="Alias" />
            </uniqueKey>
            <parameter name="Enable" access="readWrite">
                <description>Enables or disables this entry.</description>
                <syntax>
                    <boolean />
                    <default type="object" value="false"/>
                </syntax>
            </parameter>
            <parameter name="Alias" access="readWrite">
                <description>{{datatype|expand}}</description>
                <syntax>
                    <dataType ref="Alias" />
                </syntax>
            </parameter>
            <parameter name="BandIndicator" access="readWrite">
                <description>Indicates how to interpret the BCCH ARFCN. {{enum}}</description>
                <syntax>
                    <string>
                        <enumeration value="GSM850"/>
                        <enumeration value="GSM900"/>
                        <enumeration value="DCS1800"/>
                        <enumeration value="PCS1900"/>
                    </string>
                    <default type="object" value="GSM850"/>
                </syntax>
            </parameter>
            <parameter name="BCCHARFCN" access="readWrite">
                <description>ARFCN of this cell.</description>
                <syntax>
                    <unsignedInt>
                        <range minInclusive="0" maxInclusive="1023" />
                    </unsignedInt>
                    <default type="object" value="0"/>
                </syntax>
            </parameter>
            <parameter name="QRxLevMin" access="readWrite">
				<description>{{list}} Each item is a required minimum received RSSI level on this GERAN frequency carrier for re-selection to this UTRA FDD carrier, specified in dBm, with a numeric range between 0 and 63 inclusive. In case there is more than one item in the list, the first item contains the most preferred value.  The value of ({{param}} * 2 - 115) yields the actual value.  Corresponds to parameter q-rxLevMin in SIB7 in {{bibref|3GPP-TS.36.331|Section 6.3.1}} and to RXLEV_ACCESS_MIN in {{bibref|3GPP-TS.45.008}}.
The multiplicity of the {{param}} values can also be expressed by defining a range using ".." (two periods) between two values. In this case, the combination of two values defines the lower-bound and upper-bound of the range inclusive. If this notation is used, then the list contains at least 2 items: "&lt;preferred-value&gt;,&lt;lower-bound&gt;..&lt;upper-bound&gt;".
If  supports self-configuration capability for {{param}} and more than one item is configured, then  is expected to select one from the list and overwrite this parameter containing only the one selected.  If  does not support self-configuration capability for {{param}} and more than one item is configured, then  accepts the first value and ignore the rest. If only one item is configured regardless of the self-configuration capability of ,  accepts the value as an explicit configuration by the ACS.</description>
				<syntax>
					<list minItems="1"><size maxLength="256"></size></list>
					<string/>
					<default type="object" value="0"></default>
				</syntax>
			</parameter>
            <parameter name="CellReselectionPriority" access="readWrite">
                <description>
                    Absolute priority of this GERAN frequency group, as used by the inter-frequency cell re-selection procedure.
                    Corresponds to parameter CellReselectionPriority specified in SIB7 in {{bibref|3GPP-TS.36.331|Section 6.3.1}} and in {{bibref|3GPP-TS.36.304|Section 5.2.4.7}}.
                </description>
                <syntax>
                    <unsignedInt>
                        <range minInclusive="0" maxInclusive="7" />
                    </unsignedInt>
                    <default type="object" value="0"/>
                </syntax>
            </parameter>
            <parameter name="ThreshXHigh" access="readWrite">
                <description>
                    Threshold used when re-selecting towards a higher priority GERAN frequency group than current serving E-UTRA frequency, specified in {{units}}. The value of ({{param}} * 2) yields the actual value.
                    Corresponds to parameter threshX-High specified in SIB7 in {{bibref|3GPP-TS.36.331|Section 6.3.1}} and in {{bibref|3GPP-TS.36.304|Section 5.2.4.5}}.
                </description>
                <syntax>
                    <unsignedInt>
                        <range minInclusive="0" maxInclusive="31" />
                        <units value="dB"/>
                    </unsignedInt>
                    <default type="object" value="0"/>
                </syntax>
            </parameter>
            <parameter name="ThreshXLow" access="readWrite">
                <description>Threshold used when re-selecting towards a lower priority GERAN frequency group than current serving E-UTRA frequency, specified in {{units}} dB. The value of ({{param}} * 2) yields the actual value. Corresponds to parameter threshX-Low specified in SIB7 in {{bibref|3GPP-TS.36.331|Section 6.3.1}} and in {{bibref|3GPP-TS.36.304|Section 5.2.4.5}}.</description>
                <syntax>
                    <unsignedInt>
                        <range minInclusive="0" maxInclusive="31" />
                        <units value="dB"/>
                    </unsignedInt>
                    <default type="object" value="0">
                    </default>
                </syntax>
            </parameter>
        </object>
        <object name="FAPService.{i}.CellConfig.LTE.RAN.Mobility.IdleMode.IRAT.CDMA2000." access="readOnly" minEntries="1" maxEntries="1">
            <description>This object contains parameters relating to the idle mode mobility configuration for inter-RAT (Radio Access Technology) re-selection, specifically for re-selection to CDMA2000 system scenario (see {{bibref|3GPP-TS.32.592|Section 6.1.5.1.8}}).</description>
            <parameter name="SearchWindowSize" access="readWrite">
				<description>{{list}} Each item is a CDMA2000 parameter affecting the search for neighbouring pilots, with a numeric range between 0 and 15 inclusive. In case there is more than one item in the list, the first item contains the most preferred value. Corresponds to parameter searchWindowSize in SIB8 in {{bibref|3GPP-TS.36.331|Section 6.3.1}} and in {{bibref|3GPP2-C.S0005-A|Table 2.6.6.2.1-1}} and {{bibref|3GPP2-C.S0024-A|Table 8.7.6.2-4}}.
The multiplicity of the {{param}} values can also be expressed by defining a range using ".." (two periods) between two values. In this case, the combination of two values defines the lower-bound and upper-bound of the range inclusive. If this notation is used, then the list contains at least 2 items: "&lt;preferred-value&gt;,&lt;lower-bound&gt;..&lt;upper-bound&gt;".
If  supports self-configuration capability for {{param}} and more than one item is configured, then  is expected to select one from the list and overwrite this parameter containing only the one selected.  If  does not support self-configuration capability for {{param}} and more than one item is configured, then  accepts the first value and ignore the rest. If only one item is configured regardless of the self-configuration capability of ,  accepts the value as an explicit configuration by the ACS.</description>
				<syntax>
					<list minItems="1"><size maxLength="64"></size></list>
					<string/>
				</syntax>
			</parameter>
            <parameter name="TReselectionCDMA2000" access="readWrite">
				<description>{{list}} Each item is a cell re-selection timer for a CDMA2000 band, specified in seconds, with a numeric range between 0 and 7 inclusive. In case there is more than one item in the list, the first item contains the most preferred value. Corresponds to parameter t-ReselectionCDMA2000 specified in SIB8 in {{bibref|3GPP-TS.36.331|Section 6.3.1}} and to TreselectionCDMA_HRPD or TreselectionCDMA_1xRTT in {{bibref|3GPP-TS.36.304|Section 5.2.4.7}}.
The multiplicity of the {{param}} values can also be expressed by defining a range using ".." (two periods) between two values. In this case, the combination of two values defines the lower-bound and upper-bound of the range inclusive. If this notation is used, then the list contains at least 2 items: "&lt;preferred-value&gt;,&lt;lower-bound&gt;..&lt;upper-bound&gt;".
If  supports self-configuration capability for {{param}} and more than one item is configured, then  is expected to select one from the list and overwrite this parameter containing only the one selected.  If  does not support self-configuration capability for {{param}} and more than one item is configured, then  accepts the first value and ignore the rest. If only one item is configured regardless of the self-configuration capability of ,  accepts the value as an explicit configuration by the ACS.</description>
				<syntax>
					<list minItems="1"><size maxLength="32"></size></list>
					<string/>
				</syntax>
			</parameter>
            <parameter name="TReselectionCDMA2000SFMedium" access="readWrite">
                <description>Scaling factor for TReselectionCDMA2000 for inter-RAT re-selection to CDMA2000 in Medium-mobility state. The value of {{param}} divided by 100 yields the actual SF value. Corresponds to parameter t-ReselectionCDMA2000-SF:sf-Medium specified in SIB8 in {{bibref|3GPP-TS.36.331|Section 6.3.1}} and in {{bibref|3GPP-TS.36.304|Section 5.2.4.3}}.</description>
                <syntax>
                    <unsignedInt>
                        <range minInclusive="25" maxInclusive="25" />
                        <range minInclusive="50" maxInclusive="50" />
                        <range minInclusive="75" maxInclusive="75" />
                        <range minInclusive="100" maxInclusive="100" />
                    </unsignedInt>
                </syntax>
            </parameter>
            <parameter name="TReselectionCDMA2000SFHigh" access="readWrite">
                <description>Scaling factor for TReselectionCDMA2000 for inter-RAT re-selection to CDMA2000 in High-mobility state. The value of {{param}} divided by 100 yields the actual SF value.  Corresponds to parameter t-ReselectionCDMA2000-SF:sf-High specified in SIB8 in {{bibref|3GPP-TS.36.331|Section 6.3.1}} and in {{bibref|3GPP-TS.36.304|Section 5.2.4.3}}.</description>
                <syntax>
                    <unsignedInt>
                        <range minInclusive="25" maxInclusive="25" />
                        <range minInclusive="50" maxInclusive="50" />
                        <range minInclusive="75" maxInclusive="75" />
                        <range minInclusive="100" maxInclusive="100" />
                    </unsignedInt>
                </syntax>
            </parameter>
            <parameter name="MaxCDMA2000BandEntries" access="readOnly">
                <description>The maximum number of entries in the {{object|.CellConfig.LTE.RAN.Mobility.IdleMode.IRAT.CDMA2000.CDMA2000Band.{i}.}} table.</description>
                <syntax>
                    <unsignedInt />
                </syntax>
            </parameter>
            <parameter name="CDMA2000BandNumberOfEntries" access="readOnly">
                <description>{{numentries}}</description>
                <syntax>
                    <unsignedInt />
                </syntax>
            </parameter>
        </object>
        <object name="FAPService.{i}.CellConfig.LTE.RAN.Mobility.IdleMode.IRAT.CDMA2000.CDMA2000Band.{i}." access="readWrite" minEntries="0" maxEntries="unbounded" numEntriesParameter="CDMA2000BandNumberOfEntries" enableParameter="Enable">
            <description>This object contains parameters relating to the channel frequncy related information of CDMA2000 system (see {{bibref|3GPP-TS.32.592|Section 6.1.5.1.8}}).</description>
            <uniqueKey>
                <parameter ref="BandClass" />
            </uniqueKey>
            <uniqueKey functional="false">
                <parameter ref="Alias" />
            </uniqueKey>
            <parameter name="Enable" access="readWrite">
                <description>Enables or disables this entry.</description>
                <syntax>
                    <boolean />
                    <default type="object" value="false">
                    </default>
                </syntax>
            </parameter>
            <parameter name="Alias" access="readWrite">
                <description>{{datatype|expand}}</description>
                <syntax>
                    <dataType ref="Alias" />
                </syntax>
            </parameter>
            <parameter name="BandClass" access="readWrite">
                <description>
                    Defines the CDMA2000 band in which the CDMA2000 carrier frequency can be found, specified in {{units}}. BandClass is defined in 3GPP2 C.S0057-B Table 1.5-1.
                    Corresponds to parameter bandClass specified in SIB8 in {{bibref|3GPP-TS.36.331|Section 6.3.1}}.
                </description>
                <syntax>
                    <unsignedInt>
                        <range minInclusive="0" maxInclusive="17" />
                        <units value="bandclass number" />
                    </unsignedInt>
                    <default type="object" value="0" />
                </syntax>
            </parameter>
            <parameter name="CellReselectionPriority" access="readWrite">
                <description>Absolute priority of this CDMA2000 band used by the inter-frequency cell re-selection procedure. Corresponds to parameter CellReselectionPriority specified in SIB8 in {{bibref|3GPP-TS.36.331|Section 6.3.1}} and in {{bibref|3GPP-TS.36.304|Section 5.2.4.7}}.</description>
                <syntax>
                    <unsignedInt>
                        <range minInclusive="0" maxInclusive="7" />
                    </unsignedInt>
                    <default type="object" value="0">
                    </default>
                </syntax>
            </parameter>
            <parameter name="ThreshXHigh" access="readWrite">
                <description>Threshold used when re-selecting towards a higher priority CDMA2000 band than current serving E-UTRA frequency, specified in {{units}}. The value of ({{param}} * 2) yields the actual value. Corresponds to parameter threshX-High specified in SIB8 in {{bibref|3GPP-TS.36.331|Section 6.3.1}} and in {{bibref|3GPP-TS.36.304|Section 5.2.4.5}}.</description>
                <syntax>
                    <unsignedInt>
                        <range minInclusive="0" maxInclusive="63" />
                        <units value="dB">
                        </units>
                    </unsignedInt>
                    <default type="object" value="0">
                    </default>
                </syntax>
            </parameter>
            <parameter name="ThreshXLow" access="readWrite">
                <description>Threshold used when re-selecting towards a lower priority CDMA2000 band than current serving E-UTRA frequency, specified in {{units}}. The value of ({{param}} * 2) yields the actual value.  Corresponds to parameter threshX-Low specified in SIB8 in {{bibref|3GPP-TS.36.331|Section 6.3.1}} and in {{bibref|3GPP-TS.36.304|Section 5.2.4.5}}.</description>
                <syntax>
                    <unsignedInt>
                        <range minInclusive="0" maxInclusive="63" />
                        <units value="dB">
                        </units>
                    </unsignedInt>
                    <default type="object" value="0">
                    </default>
                </syntax>
            </parameter>
        </object>
        <object name="FAPService.{i}.CellConfig.LTE.RAN.Mobility.ConnMode." access="readOnly" minEntries="1" maxEntries="1">
            <description>This object contains parameters relating to the UE's mobility while it is in connected mode (handover). Parameters under this object determines the content in the SIB (System Information Block) that is broadcast by LTE .</description>
        </object>
        <object name="FAPService.{i}.CellConfig.LTE.RAN.Mobility.ConnMode.EUTRA." access="readOnly" minEntries="1" maxEntries="1">
            <description>This object contains parameters relating to the connected mode mobility (handover) configuration within LTE system (see {{bibref|3GPP-TS.32.592|Section 6.1.5.2.1}}).</description>
            <parameter name="FilterCoefficientRSRP" access="readWrite">
				<description>{{list}} Each item is a filtering coefficient used for RSRP measurements, with a numeric range between 0 and 19 inclusive. For values greater than 9, only odd values are valid. If the value is other than these, the CPE MUST reject the value. In case there is more than one item in the list, the first item contains the most preferred value. Corresponds to filterCoefficientRSRP parameter specified in  QuantityConfigEUTRA IE in {{bibref|3GPP-TS.36.331|Section 6.3.5}}.
The multiplicity of the {{param}} values can also be expressed by defining a range using ".." (two periods) between two values. In this case, the combination of two values defines the lower-bound and upper-bound of the range inclusive. If this notation is used, then the list contains at least 2 items: "&lt;preferred-value&gt;,&lt;lower-bound&gt;..&lt;upper-bound&gt;".
If  supports self-configuration capability for {{param}} and more than one item is configured, then  is expected to select one from the list and overwrite this parameter containing only the one selected.  If  does not support self-configuration capability for {{param}} and more than one item is configured, then  accepts the first value and ignore the rest. If only one item is configured regardless of the self-configuration capability of ,  accepts the value as an explicit configuration by the ACS.</description>
				<syntax>
					<list minItems="1"><size maxLength="64"></size></list>
					<string/>
				</syntax>
			</parameter>
            <parameter name="FilterCoefficientRSRQ" access="readWrite">
				<description>{{list}} Each item is a filtering coefficient used for RSRQ measurements, with a numeric range between 0 and 19 inclusive. For values greater than 9, only odd values are valid. If the value is other than these, the CPE MUST reject the value. In case there is more than one item in the list, the first item contains the most preferred value. Corresponds to filterCoefficientRSRQ parameter specified in  QuantityConfigEUTRA IE in {{bibref|3GPP-TS.36.331|Section 6.3.5}}.
The multiplicity of the {{param}} values can also be expressed by defining a range using ".." (two periods) between two values. In this case, the combination of two values defines the lower-bound and upper-bound of the range inclusive. If this notation is used, then the list contains at least 2 items: "&lt;preferred-value&gt;,&lt;lower-bound&gt;..&lt;upper-bound&gt;".
If  supports self-configuration capability for {{param}} and more than one item is configured, then  is expected to select one from the list and overwrite this parameter containing only the one selected.  If  does not support self-configuration capability for {{param}} and more than one item is configured, then  accepts the first value and ignore the rest. If only one item is configured regardless of the self-configuration capability of ,  accepts the value as an explicit configuration by the ACS.</description>
				<syntax>
					<list minItems="1"><size maxLength="64"></size></list>
					<string/>
				</syntax>
			</parameter>
            <parameter name="A1ThresholdRSRP" access="readWrite">
                <description>Threshold to be used in EUTRA measurement report triggering condition for event A1. Valid only if {{param|TriggerQuantity}} is {{enum|RSRP|TriggerQuantity}}. Mapping to actual values is specified in {{bibref|3GPP-TS.36.133|Table 9.1.4-1}}. Corresponds to parameter a1-Threshold:threshold-RSRP specified in ReportConfigEUTRA IE in {{bibref|3GPP-TS.36.331|Section 6.3.5}}.</description>
                <syntax>
                    <unsignedInt>
                        <range minInclusive="0" maxInclusive="97" />
                    </unsignedInt>
                </syntax>
            </parameter>
            <parameter name="A1ThresholdRSRQ" access="readWrite">
                <description>Threshold to be used in EUTRA measurement report triggering condition for event A1. Valid only if {{param|TriggerQuantity}} is {{enum|RSRQ|TriggerQuantity}}. Mapping to actual values is specified in 3GPP TS 36.133}} table 9.1.7-1. Corresponds to parameter a1-Threshold:threshold-RSRQ specified in ReportConfigEUTRA IE in {{bibref|3GPP-TS.36.331|Section 6.3.5}}.</description>
                <syntax>
                    <unsignedInt>
                        <range minInclusive="0" maxInclusive="34" />
                    </unsignedInt>
                </syntax>
            </parameter>
            <parameter name="A2ThresholdRSRP" access="readWrite">
                <description>Threshold to be used in EUTRA measurement report triggering condition for event A2. Valid only if {{param|TriggerQuantity}} is {{enum|RSRP|TriggerQuantity}}. Mapping to actual values is specified in {{bibref|3GPP-TS.36.133|Table 9.1.4-1}}. Corresponds to parameter a2-Threshold:threshold-RSRP specified in ReportConfigEUTRA IE in {{bibref|3GPP-TS.36.331|Section 6.3.5}}.</description>
                <syntax>
                    <unsignedInt>
                        <range minInclusive="0" maxInclusive="97" />
                    </unsignedInt>
                </syntax>
            </parameter>
            <parameter name="A2ThresholdRSRQ" access="readWrite">
                <description>Threshold to be used in EUTRA measurement report triggering condition for event A2. Valid only if {{param|TriggerQuantity}} is {{enum|RSRQ|TriggerQuantity}}. Mapping to actual values is specified in {{bibref|3GPP-TS.36.133|Table 9.1.7-1}}. Corresponds to parameter a2-Threshold:threshold-RSRQ specified in ReportConfigEUTRA IE in {{bibref|3GPP-TS.36.331|Section 6.3.5}}.</description>
                <syntax>
                    <unsignedInt>
                        <range minInclusive="0" maxInclusive="34" />
                    </unsignedInt>
                </syntax>
            </parameter>
            <parameter name="A3Offset" access="readWrite">
				<description>{{list}} Each item is an offset to be used in evaluation of EUTRA measurement report triggering condition for event A3, with a numeric range between -30 and 30 inclusive. In case there is more than one item in the list, the first item contains the most preferred value.  Mapping to actual values is specified in {{bibref|3GPP-TS.36.133}}. Corresponds to parameter a3-Offset specified in ReportConfigEUTRA IE in {{bibref|3GPP-TS.36.331|Section 6.3.5}}.
The multiplicity of the {{param}} values can also be expressed by defining a range using ".." (two periods) between two values. In this case, the combination of two values defines the lower-bound and upper-bound of the range inclusive. If this notation is used, then the list contains at least 2 items: "&lt;preferred-value&gt;,&lt;lower-bound&gt;..&lt;upper-bound&gt;".
If  supports self-configuration capability for {{param}} and more than one item is configured, then  is expected to select one from the list and overwrite this parameter containing only the one selected.  If  does not support self-configuration capability for {{param}} and more than one item is configured, then  accepts the first value and ignore the rest. If only one item is configured regardless of the self-configuration capability of ,  accepts the value as an explicit configuration by the ACS.</description>
				<syntax>
					<list minItems="1"><size maxLength="256"></size></list>
					<string/>
				</syntax>
			</parameter>
            <parameter name="ReportOnLeave" access="readWrite">
                <description>Indicates whether or not the UE shall initiate the measurement reporting procedure when the leaving condition is met for event A3 for a cell in cellsTriggeredList, as specified in {{bibref|3GPP-TS.36.331|Section 5.5.4.1 and Section 6.3.5}}.</description>
                <syntax>
                    <boolean />
                </syntax>
            </parameter>
            <parameter name="A4ThresholdRSRP" access="readWrite">
                <description>Threshold to be used in EUTRA measurement report triggering condition for event A4. Valid only if {{param|TriggerQuantity}} is {{enum|RSRP|TriggerQuantity}}. Mapping to actual values is specified in {{bibref|3GPP-TS.36.133}}. Corresponds to parameter a4-Threshold:threshold-RSRP specified in ReportConfigEUTRA IE in {{bibref|3GPP-TS.36.331|Section 6.3.5}}.</description>
                <syntax>
                    <unsignedInt>
                        <range minInclusive="0" maxInclusive="97" />
                    </unsignedInt>
                </syntax>
            </parameter>
            <parameter name="A4ThresholdRSRQ" access="readWrite">
                <description>Threshold to be used in EUTRA measurement report triggering condition for event A4. Valid only if {{param|TriggerQuantity}} is {{enum|RSRQ|TriggerQuantity}}. Mapping to actual values is specified in {{bibref|3GPP-TS.36.133}}. Corresponds to parameter a4-Threshold:threshold-RSRQ specified in ReportConfigEUTRA IE in {{bibref|3GPP-TS.36.331|Section 6.3.5}}.</description>
                <syntax>
                    <unsignedInt>
                        <range minInclusive="0" maxInclusive="34" />
                    </unsignedInt>
                </syntax>
            </parameter>
            <parameter name="A5Threshold1RSRP" access="readWrite">
                <description>Threshold1 to be used in EUTRA measurement report triggering condition for event A5. Valid only if {{param|TriggerQuantity}} is {{enum|RSRP|TriggerQuantity}}. Mapping to actual values is specified in {{bibref|3GPP-TS.36.133}}. Corresponds to parameter a5-Threshold1:threshold-RSRP specified in ReportConfigEUTRA IE in {{bibref|3GPP-TS.36.331|Section 6.3.5}}.</description>
                <syntax>
                    <unsignedInt>
                        <range minInclusive="0" maxInclusive="97" />
                    </unsignedInt>
                </syntax>
            </parameter>
            <parameter name="A5Threshold1RSRQ" access="readWrite">
                <description>Threshold1 to be used in EUTRA measurement report triggering condition for event A5. Valid only if {{param|TriggerQuantity}} is {{enum|RSRQ|TriggerQuantity}}. Mapping to actual values is specified in {{bibref|3GPP-TS.36.133}}. Corresponds to parameter a5-Threshold1:threshold-RSRQ specified in ReportConfigEUTRA IE in {{bibref|3GPP-TS.36.331|Section 6.3.5}}.</description>
                <syntax>
                    <unsignedInt>
                        <range minInclusive="0" maxInclusive="34" />
                    </unsignedInt>
                </syntax>
            </parameter>
            <parameter name="A5Threshold2RSRP" access="readWrite">
                <description>Threshold2 to be used in EUTRA measurement report triggering condition for event A5. Valid only if {{param|TriggerQuantity}} is {{enum|RSRP|TriggerQuantity}}. Mapping to actual values is specified in {{bibref|3GPP-TS.36.133}}. Corresponds to parameter a5-Threshold2:threshold-RSRP specified in ReportConfigEUTRA IE in {{bibref|3GPP-TS.36.331|Section 6.3.5}}.</description>
                <syntax>
                    <unsignedInt>
                        <range minInclusive="0" maxInclusive="97" />
                    </unsignedInt>
                </syntax>
            </parameter>
            <parameter name="A5Threshold2RSRQ" access="readWrite">
                <description>Threshold2 to be used in EUTRA measurement report triggering condition for event A5. Valid only if {{param|TriggerQuantity}} is {{enum|RSRQ|TriggerQuantity}}. Mapping to actual values is specified in {{bibref|3GPP-TS.36.133}}. Corresponds to parameter a5-Threshold2:threshold-RSRQ specified in ReportConfigEUTRA IE in {{bibref|3GPP-TS.36.331|Section 6.3.5}}.</description>
                <syntax>
                    <unsignedInt>
                        <range minInclusive="0" maxInclusive="34" />
                    </unsignedInt>
                </syntax>
            </parameter>
            <parameter name="Hysteresis" access="readWrite">
				<description>{{list}} Each item is a hysteresis value applied to entry and leave condition of a report triggering event, with a numeric range between 0 and 30 inclusive. In case there is more than one item in the list, the first item contains the most preferred value. Corresponds to parameter hysteresis specified in ReportConfigEUTRA IE in {{bibref|3GPP-TS.36.331|Section 6.3.5}}.
The multiplicity of the {{param}} values can also be expressed by defining a range using ".." (two periods) between two values. In this case, the combination of two values defines the lower-bound and upper-bound of the range inclusive. If this notation is used, then the list contains at least 2 items: "&lt;preferred-value&gt;,&lt;lower-bound&gt;..&lt;upper-bound&gt;".
If  supports self-configuration capability for {{param}} and more than one item is configured, then  is expected to select one from the list and overwrite this parameter containing only the one selected.  If  does not support self-configuration capability for {{param}} and more than one item is configured, then  accepts the first value and ignore the rest. If only one item is configured regardless of the self-configuration capability of ,  accepts the value as an explicit configuration by the ACS.</description>
				<syntax>
					<list minItems="1"><size maxLength="128"></size></list>
					<string/>
				</syntax>
			</parameter>
            <parameter name="TimeToTrigger" access="readWrite">
				<description>{{list}} Each item is a time period during which measurement report triggering condition needs to be met in order to trigger a measurement report, specified in milliseconds. In case there is more than one item in the list, the first item contains the most preferred value. Corresponds to parameter timeToTrigger specified in ReportConfigEUTRA IE in {{bibref|3GPP-TS.36.331|Section 6.3.5}}.
If  supports self-configuration capability for {{param}} and more than one item is configured, then  is expected to select one from the list and overwrite this parameter containing only the one selected.  If  does not support self-configuration capability for {{param}} and more than one item is configured, then  accepts the first value and ignore the rest. If only one item is configured regardless of the self-configuration capability of ,  accepts the value as an explicit configuration by the ACS.</description>
				<syntax>
					<list minItems="1"><size maxLength="128"></size></list>
					<unsignedInt>
						<range minInclusive="0" maxInclusive="0"/>
						<range minInclusive="40" maxInclusive="40"/>
						<range minInclusive="64" maxInclusive="64"/>
						<range minInclusive="80" maxInclusive="80"/>
						<range minInclusive="100" maxInclusive="100"/>
						<range minInclusive="128" maxInclusive="128"/>
						<range minInclusive="160" maxInclusive="160"/>
						<range minInclusive="256" maxInclusive="256"/>
						<range minInclusive="320" maxInclusive="320"/>
						<range minInclusive="480" maxInclusive="480"/>
						<range minInclusive="512" maxInclusive="512"/>
						<range minInclusive="640" maxInclusive="640"/>
						<range minInclusive="1024" maxInclusive="1024"/>
						<range minInclusive="1280" maxInclusive="1280"/>
						<range minInclusive="2560" maxInclusive="2560"/>
						<range minInclusive="5120" maxInclusive="5120"/>
					</unsignedInt>
				</syntax>
			</parameter>
            <parameter name="TriggerQuantity" access="readWrite">
                <description>Quantities used to evaluate a measurement report triggering condition.  Corresponds to parameter triggerQuantity specified in ReportConfigEUTRA IE in {{bibref|3GPP-TS.36.331|Section 6.3.5}}.</description>
                <syntax>
                    <string>
                        <enumeration value="RSRP"/>
                        <enumeration value="RSRQ"/>
                    </string>
                </syntax>
            </parameter>
            <parameter name="ReportQuantity" access="readWrite">
                <description>Measrument quantities to be included in the measurement report. Corresponds to parameter reportQuantity specified in ReportConfigEUTRA IE in {{bibref|3GPP-TS.36.331|Section 6.3.5}}. The value {{enum|Both}} specifies that both the RSRP and RSRQ quantities are to be included in the measurement report.</description>
                <syntax>
                    <string>
                        <enumeration value="SameAsTriggerQuantity"/>
                        <enumeration value="Both"/>
                    </string>
                </syntax>
            </parameter>
            <parameter name="MaxReportCells" access="readOnly">
                <description>Maximum number of cells that can be included in a measurement report.  Corresponds to parameter maxReportCells specified in ReportConfigEUTRA IE in {{bibref|3GPP-TS.36.331|Section 6.3.5}}.</description>
                <syntax>
                    <unsignedInt>
                        <range minInclusive="1" maxInclusive="8" />
                    </unsignedInt>
                </syntax>
            </parameter>
            <parameter name="ReportInterval" access="readWrite">
                <description>Interval between successive measurement reports, specified in {{units}}.  Corresponds to parameter reportInterval specified in ReportConfigEUTRA IE in {{bibref|3GPP-TS.36.331|Section 6.3.5}}. </description>
                <syntax>
                    <unsignedInt>
                        <range minInclusive="120" maxInclusive="120" />
                        <range minInclusive="240" maxInclusive="240" />
                        <range minInclusive="480" maxInclusive="480" />
                        <range minInclusive="640" maxInclusive="640" />
                        <range minInclusive="1024" maxInclusive="1024" />
                        <range minInclusive="2048" maxInclusive="2048" />
                        <range minInclusive="5120" maxInclusive="5120" />
                        <range minInclusive="10240" maxInclusive="10240" />
                        <range minInclusive="60000" maxInclusive="60000" />
                        <range minInclusive="360000" maxInclusive="360000" />
                        <range minInclusive="720000" maxInclusive="720000" />
                        <range minInclusive="1800000" maxInclusive="1800000" />
                        <range minInclusive="3600000" maxInclusive="3600000" />
                        <units value="milliseconds"/>
                    </unsignedInt>
                </syntax>
            </parameter>
            <parameter name="ReportAmount" access="readWrite">
                <description>Number of times a measurement report is sent. Corresponds to parameter reportAmount specified in ReportConfigEUTRA IE in {{bibref|3GPP-TS.36.331|Section 6.3.5}}.  Value of 0 indicates "infinity."</description>
                <syntax>
                    <unsignedInt>
                        <range minInclusive="0" maxInclusive="2" />
                        <range minInclusive="4" maxInclusive="4" />
                        <range minInclusive="8" maxInclusive="8" />
                        <range minInclusive="16" maxInclusive="16" />
                        <range minInclusive="32" maxInclusive="32" />
                        <range minInclusive="64" maxInclusive="64" />
                    </unsignedInt>
                </syntax>
            </parameter>
        </object>
        <object name="FAPService.{i}.CellConfig.LTE.RAN.Mobility.ConnMode.IRAT." access="readOnly" minEntries="1" maxEntries="1">
            <description>This object contains parameters relating to the connected mode mobility (handover) configuration that is common to all inter-RAT handover scenarios (UTRA (UMTS), GERAN (GSM) and CDMA2000) (see {{bibref|3GPP-TS.32.592|Section 6.1.5.2.2}}).</description>
            <parameter name="QoffsettUTRA" access="readWrite">
				<description>{{list}} Each item is a UTRA-specific offset to be applied when evaluating triggering conditions for measurement reporting in connected mode, with a numeric range between -15 and 15 inclusive. In case there is more than one item in the list, the first item contains the most preferred value. Corresponds to parameter offsetFreq included in the IE MeasObjectUTRA specified in {{bibref|3GPP-TS.36.331}}.
The multiplicity of the {{param}} values can also be expressed by defining a range using ".." (two periods) between two values. In this case, the combination of two values defines the lower-bound and upper-bound of the range inclusive. If this notation is used, then the list contains at least 2 items: "&lt;preferred-value&gt;,&lt;lower-bound&gt;..&lt;upper-bound&gt;".
If  supports self-configuration capability for {{param}} and more than one item is configured, then  is expected to select one from the list and overwrite this parameter containing only the one selected.  If  does not support self-configuration capability for {{param}} and more than one item is configured, then  accepts the first value and ignore the rest. If only one item is configured regardless of the self-configuration capability of ,  accepts the value as an explicit configuration by the ACS.</description>
					<syntax>
						<list minItems="1"><size maxLength="128"></size></list>
						<string/>
					</syntax>
			</parameter>
            <parameter name="FilterCoefficientUTRA" access="readWrite">
				<description>{{list}} Each item is a filtering coefficient used for UTRA measurements, with a numeric range between 0 and 19 inclusive. For values greater than 9, only odd values are valid. If the value is other than these, the CPE MUST reject the value. In case there is more than one item in the list, the first item contains the most preferred value.  Corresponds to filterCoefficient parameter specified in  QuantityConfigUTRA IE in {{bibref|3GPP-TS.36.331|Section 6.3.5}}.
The multiplicity of the {{param}} values can also be expressed by defining a range using ".." (two periods) between two values. In this case, the combination of two values defines the lower-bound and upper-bound of the range inclusive. If this notation is used, then the list contains at least 2 items: "&lt;preferred-value&gt;,&lt;lower-bound&gt;..&lt;upper-bound&gt;".
If  supports self-configuration capability for {{param}} and more than one item is configured, then  is expected to select one from the list and overwrite this parameter containing only the one selected.  If  does not support self-configuration capability for {{param}} and more than one item is configured, then  accepts the first value and ignore the rest. If only one item is configured regardless of the self-configuration capability of ,  accepts the value as an explicit configuration by the ACS.</description>
				<syntax>
					<list minItems="1"><size maxLength="64"></size></list>
					<string/>
				</syntax>
			</parameter>
            <parameter name="MeasQuantityUTRAFDD" access="readWrite">
                <description>Measurement quantity used for UTRA measurements. Corresponds to measQuantityUTRA-FDD parameter specified in QuantityConfigUTRA IE in {{bibref|3GPP-TS.36.331|Section 6.3.5}}.</description>
                <syntax>
                    <string>
                        <enumeration value="CPICH-RSCP"/>
                        <enumeration value="CPICH-EcN0"/>
                    </string>
                </syntax>
            </parameter>
            <parameter name="B1ThresholdUTRARSCP" access="readWrite">
                <description>RSCP threshold to be used in UTRA measurement report triggering condition for event B1. Mapping to actual {{units}} values is specified in 3GPP TS 25.133}}. Corresponds to parameter b1-ThresholdUTRA:utra-RSCP specified in ReportConfigInterRAT IE in {{bibref|3GPP-TS.36.331|Section 6.3.5}}.</description>
                <syntax>
                    <int>
                        <range minInclusive="-5" maxInclusive="91" />
                        <units value="dBm"/>
                    </int>
                </syntax>
            </parameter>
            <parameter name="B1ThresholdUTRAEcN0" access="readWrite">
                <description>EcNo threshold to be used in UTRA measurement report triggering condition for event B1. Mapping to actual {{units}} values is specified in 3GPP TS 25.133}}. Corresponds to parameter b1-ThresholdUTRA:utra-EcNo specified in ReportConfigInterRAT IE in {{bibref|3GPP-TS.36.331|Section 6.3.5}}.</description>
                <syntax>
                    <unsignedInt>
                        <range minInclusive="0" maxInclusive="49" />
                        <units value="dBm"/>
                    </unsignedInt>
                </syntax>
            </parameter>
            <parameter name="QoffsetGERAN" access="readWrite">
				<description>{{list}} Each item is a GERAN-specific offset to be applied when evaluating triggering conditions for measurement reporting in connected mode, with a numeric range between -15 and 15 inclusive. In case there is more than one item in the list, the first item contains the most preferred value. Corresponds to parameter offsetFreq included in the IE MeasObjectGERAN specified in {{bibref|3GPP-TS.36.331}}.
The multiplicity of the {{param}} values can also be expressed by defining a range using ".." (two periods) between two values. In this case, the combination of two values defines the lower-bound and upper-bound of the range inclusive. If this notation is used, then the list contains at least 2 items: "&lt;preferred-value&gt;,&lt;lower-bound&gt;..&lt;upper-bound&gt;".
If  supports self-configuration capability for {{param}} and more than one item is configured, then  is expected to select one from the list and overwrite this parameter containing only the one selected.  If  does not support self-configuration capability for {{param}} and more than one item is configured, then  accepts the first value and ignore the rest. If only one item is configured regardless of the self-configuration capability of ,  accepts the value as an explicit configuration by the ACS.</description>
					<syntax>
						<list minItems="1"><size maxLength="128"></size></list>
						<string/>
					</syntax>
			</parameter>
            <parameter name="FilterCoefficientGERAN" access="readWrite">
				<description>{{list}} Each item is a filtering coefficient used for GERAN measurements, with a numeric range between 0 and 19 inclusive. For values greater than 9, only odd values are valid. If the value is other than these, the CPE MUST reject the value. In case there is more than one item in the list, the first item contains the most preferred value. Corresponds to filterCoefficient parameter specified in QuantityConfigGERAN IE in {{bibref|3GPP-TS.36.331|Section 6.3.5}}.
The multiplicity of the {{param}} values can also be expressed by defining a range using ".." (two periods) between two values. In this case, the combination of two values defines the lower-bound and upper-bound of the range inclusive. If this notation is used, then the list contains at least 2 items: "&lt;preferred-value&gt;,&lt;lower-bound&gt;..&lt;upper-bound&gt;".
If  supports self-configuration capability for {{param}} and more than one item is configured, then  is expected to select one from the list and overwrite this parameter containing only the one selected.  If  does not support self-configuration capability for {{param}} and more than one item is configured, then  accepts the first value and ignore the rest. If only one item is configured regardless of the self-configuration capability of ,  accepts the value as an explicit configuration by the ACS.</description>
				<syntax>
					<list minItems="1"><size maxLength="64"></size></list>
					<string/>
				</syntax>
			</parameter>
            <parameter name="B1ThresholdGERAN" access="readWrite">
                <description>Threshold to be used in GERAN measurement report triggering condition for event B1. Mapping to actual {{units}} values is specified in 3GPP TS 45.008}}. Corresponds to parameter b1-ThresholdGERAN specified in ReportConfigInterRAT IE in {{bibref|3GPP-TS.36.331|Section 6.3.5}}.</description>
                <syntax>
                    <unsignedInt>
                        <range minInclusive="0" maxInclusive="63" />
                        <units value="dBm">
                        </units>
                    </unsignedInt>
                </syntax>
            </parameter>
            <parameter name="QoffsetCDMA2000" access="readWrite">
				<description>{{list}} Each item is a CDMA2000-specific offset to be applied when evaluating triggering conditions for measurement reporting in connected mode, with a numeric range between -15 and 15 inclusive. In case there is more than one item in the list, the first item contains the most preferred value. Corresponds to parameter offsetFreq included in the IE MeasObjectCDMA2000 specified in {{bibref|3GPP-TS.36.331}}.
The multiplicity of the {{param}} values can also be expressed by defining a range using ".." (two periods) between two values. In this case, the combination of two values defines the lower-bound and upper-bound of the range inclusive. If this notation is used, then the list contains at least 2 items: "&lt;preferred-value&gt;,&lt;lower-bound&gt;..&lt;upper-bound&gt;".
If  supports self-configuration capability for {{param}} and more than one item is configured, then  is expected to select one from the list and overwrite this parameter containing only the one selected.  If  does not support self-configuration capability for {{param}} and more than one item is configured, then  accepts the first value and ignore the rest. If only one item is configured regardless of the self-configuration capability of ,  accepts the value as an explicit configuration by the ACS.</description>
					<syntax>
						<list minItems="1"><size maxLength="128"/></list>
						<string/>
					</syntax>
			</parameter>
            <parameter name="MeasQuantityCDMA2000" access="readWrite">
                <description>Measurement quantity used for CDMA2000 measurements. Corresponds to measQuantityCDMA2000 parameter specified in QuantityConfigCDMA2000 IE in {{bibref|3GPP-TS.36.331|Section 6.3.5}}.</description>
                <syntax>
                    <string>
                        <enumeration value="PilotStrength">
                        </enumeration>
                        <enumeration value="PilotPnPhaseAndPilotStrength">
                        </enumeration>
                    </string>
                </syntax>
            </parameter>
            <parameter name="B1ThresholdCDMA2000" access="readWrite">
                <description>Threshold to be used in CDMA2000 measurement report triggering condition for event B1. Mapping to actual {{units}} values is specified in {{bibref|3GPP-TS.45.008}}. Corresponds to parameter b1-ThresholdCDMA2000 specified in ReportConfigInterRAT IE in {{bibref|3GPP-TS.36.331|Section 6.3.5}}.</description>
                <syntax>
                    <unsignedInt>
                        <range minInclusive="0" maxInclusive="63" />
                        <units value="dBm">
                        </units>
                    </unsignedInt>
                </syntax>
            </parameter>
            <parameter name="B2Threshold2UTRARSCP" access="readWrite">
                <description>RSCP threshold to be used in UTRA measurement report triggering condition for event B2. Mapping to actual {{units}} values is specified in {{bibref|3GPP-TS.25.133}}. Corresponds to parameter b2-Threshold2UTRA:utra-RSCP specified in ReportConfigInterRAT IE in {{bibref|3GPP-TS.36.331|Section 6.3.5}}.</description>
                <syntax>
                    <int>
                        <range minInclusive="-5" maxInclusive="91" />
                        <units value="dBm">
                        </units>
                    </int>
                </syntax>
            </parameter>
            <parameter name="B2Threshold2UTRAEcN0" access="readWrite">
                <description>EcNo threshold to be used in UTRA measurement report triggering condition for event B2. Mapping to actual {{units}} values is specified in 3GPP TS 25.133}}. Corresponds to parameter b2-Threshold2UTRA:utra-EcNo specified in ReportConfigInterRAT IE in {{bibref|3GPP-TS.36.331|Section 6.3.5}}.</description>
                <syntax>
                    <unsignedInt>
                        <range minInclusive="0" maxInclusive="49" />
                        <units value="dBm">
                        </units>
                    </unsignedInt>
                </syntax>
            </parameter>
            <parameter name="B2Threshold2GERAN" access="readWrite">
                <description>Threshold to be used in GERAN measurement report triggering condition for event B2. Mapping to actual {{units}} values is specified in 3GPP TS 45.008}}. Corresponds to parameter b2-Threshold2GERAN specified in ReportConfigInterRAT IE in {{bibref|3GPP-TS.36.331|Section 6.3.5}}.</description>
                <syntax>
                    <unsignedInt>
                        <range minInclusive="0" maxInclusive="63" />
                        <units value="dBm">
                        </units>
                    </unsignedInt>
                </syntax>
            </parameter>
            <parameter name="B2Threshold2CDMA2000" access="readWrite">
                <description>Threshold to be used in CDMA2000 measurement report triggering condition for event B2. Mapping to actual {{units}} values is specified in 3GPP TS 45.008}}. Corresponds to parameter b2-Threshold2CDMA2000 specified in ReportConfigInterRAT IE in {{bibref|3GPP-TS.36.331|Section 6.3.5}}.</description>
                <syntax>
                    <unsignedInt>
                        <range minInclusive="0" maxInclusive="63" />
                        <units value="dBm">
                        </units>
                    </unsignedInt>
                </syntax>
            </parameter>
            <parameter name="Hysteresis" access="readWrite">
				<description>{{list}} Each item is a hysteresis value applied to entry and leave condition of an IRAT report triggering event, with a numeric range between 0 and 30 inclusive. In case there is more than one item in the list, the first item contains the most preferred value. Corresponds to parameter hysteresis specified in ReportConfigInterRAT IE in {{bibref|3GPP-TS.36.331|Section 6.3.5}}.
The multiplicity of the {{param}} values can also be expressed by defining a range using ".." (two periods) between two values. In this case, the combination of two values defines the lower-bound and upper-bound of the range inclusive. If this notation is used, then the list contains at least 2 items: "&lt;preferred-value&gt;,&lt;lower-bound&gt;..&lt;upper-bound&gt;".
If  supports self-configuration capability for {{param}} and more than one item is configured, then  is expected to select one from the list and overwrite this parameter containing only the one selected.  If  does not support self-configuration capability for {{param}} and more than one item is configured, then  accepts the first value and ignore the rest. If only one item is configured regardless of the self-configuration capability of ,  accepts the value as an explicit configuration by the ACS.</description>
				<syntax>
					<list minItems="1"><size maxLength="128"></size></list>
					<string/>
				</syntax>
			</parameter>
            <parameter name="TimeToTrigger" access="readWrite">
				<description>{{list}} Each item is a time period during which IRAT measurement report triggering condition needs to be met in order to trigger IRAT measurement report, specified in milliseconds. In case there is more than one item in the list, the first item contains the most preferred value.. Corresponds to parameter timeToTrigger specified in ReportConfigInterRAT IE in {{bibref|3GPP-TS.36.331|Section 6.3.5}}.
If  supports self-configuration capability for {{param}} and more than one item is configured, then  is expected to select one from the list and overwrite this parameter containing only the one selected.  If  does not support self-configuration capability for {{param}} and more than one item is configured, then  accepts the first value and ignore the rest. If only one item is configured regardless of the self-configuration capability of ,  accepts the value as an explicit configuration by the ACS.</description>
				<syntax>
					<list minItems="1"><size maxLength="128"></size></list>
					<unsignedInt>
						<range minInclusive="0" maxInclusive="0"/>
						<range minInclusive="40" maxInclusive="40"/>
						<range minInclusive="64" maxInclusive="64"/>
						<range minInclusive="80" maxInclusive="80"/>
						<range minInclusive="100" maxInclusive="100"/>
						<range minInclusive="128" maxInclusive="128"/>
						<range minInclusive="160" maxInclusive="160"/>
						<range minInclusive="256" maxInclusive="256"/>
						<range minInclusive="320" maxInclusive="320"/>
						<range minInclusive="480" maxInclusive="480"/>
						<range minInclusive="512" maxInclusive="512"/>
						<range minInclusive="640" maxInclusive="640"/>
						<range minInclusive="1024" maxInclusive="1024"/>
						<range minInclusive="1280" maxInclusive="1280"/>
						<range minInclusive="2560" maxInclusive="2560"/>
						<range minInclusive="5120" maxInclusive="5120"/>
					</unsignedInt>
				</syntax>
			</parameter>
            <parameter name="MaxReportCells" access="readOnly">
                <description>Maximum number of IRAT cells that can be included in a measurement report.  Corresponds to parameter maxReportCells specified in ReportConfigInterRAT IE in {{bibref|3GPP-TS.36.331|Section 6.3.5}}.</description>
                <syntax>
                    <unsignedInt>
                        <range minInclusive="1" maxInclusive="8" />
                    </unsignedInt>
                </syntax>
            </parameter>
            <parameter name="ReportInterval" access="readWrite">
                <description>Interval between successive IRAT measurement reports, specified in {{units}}.  Corresponds to parameter reportInterval specified in ReportConfigInterRAT IE in {{bibref|3GPP-TS.36.331|Section 6.3.5}}. </description>
                <syntax>
                    <unsignedInt>
                        <range minInclusive="120" maxInclusive="120" />
                        <range minInclusive="240" maxInclusive="240" />
                        <range minInclusive="480" maxInclusive="480" />
                        <range minInclusive="640" maxInclusive="640" />
                        <range minInclusive="1024" maxInclusive="1024" />
                        <range minInclusive="2048" maxInclusive="2048" />
                        <range minInclusive="5120" maxInclusive="5120" />
                        <range minInclusive="10240" maxInclusive="10240" />
                        <range minInclusive="60000" maxInclusive="60000" />
                        <range minInclusive="360000" maxInclusive="360000" />
                        <range minInclusive="720000" maxInclusive="720000" />
                        <range minInclusive="1800000" maxInclusive="1800000" />
                        <range minInclusive="3600000" maxInclusive="3600000" />
                        <units value="milliseconds">
                        </units>
                    </unsignedInt>
                </syntax>
            </parameter>
            <parameter name="ReportAmount" access="readWrite">
                <description>Number of times an IRAT measurement report is sent. Corresponds to parameter reportAmount specified in ReportConfigInterRAT IE in {{bibref|3GPP-TS.36.331|Section 6.3.5}}. Value of 0 indicates "infinity."</description>
                <syntax>
                    <unsignedInt>
                        <range minInclusive="0" maxInclusive="2" />
                        <range minInclusive="4" maxInclusive="4" />
                        <range minInclusive="8" maxInclusive="8" />
                        <range minInclusive="16" maxInclusive="16" />
                        <range minInclusive="32" maxInclusive="32" />
                        <range minInclusive="64" maxInclusive="64" />
                    </unsignedInt>
                </syntax>
            </parameter>
        </object>
        <object name="FAPService.{i}.CellConfig.LTE.RAN.NeighborList." access="readOnly" minEntries="1" maxEntries="1">
            <description>This object contains parameters relating to the neighbor list.</description>
            <parameter name="MaxLTECellEntries" access="readOnly">
                <description>The maximum number of entries in the {{object|.CellConfig.LTE.RAN.NeighborList.LTECell.{i}.}} table.</description>
                <syntax>
                    <unsignedInt />
                </syntax>
            </parameter>
            <parameter name="LTECellNumberOfEntries" access="readOnly">
                <description>{{numentries}}</description>
                <syntax>
                    <unsignedInt />
                </syntax>
            </parameter>
        </object>
        <object name="FAPService.{i}.CellConfig.LTE.RAN.NeighborList.LTECell.{i}." access="readWrite" minEntries="0" maxEntries="unbounded" numEntriesParameter="LTECellNumberOfEntries" enableParameter="Enable">
            <description>Table containing the E-UTRA (i.e. intra-RAT) cell list provided by the ACS. The table contents MAY be added/deleted/modified during operation, in which case these changes shall be reflected in the broadcast information as soon as possible.</description>
            <uniqueKey>
                <parameter ref="PLMNID" />
                <parameter ref="CID" />
            </uniqueKey>
            <uniqueKey functional="false">
                <parameter ref="Alias" />
            </uniqueKey>
            <parameter name="Enable" access="readWrite">
                <description>Enables or disables this entry.</description>
                <syntax>
                    <boolean />
                    <default type="object" value="false">
                    </default>
                </syntax>
            </parameter>
            <parameter name="Alias" access="readWrite">
                <description>{{datatype|expand}}</description>
                <syntax>
                    <dataType ref="Alias" />
                </syntax>
            </parameter>
            <parameter name="MustInclude" access="readWrite">
                <description>Indicates whether this instance of the neighbor shall be included or excluded in the FAP's NL configuration.</description>
                <syntax>
                    <boolean />
                    <default type="object" value="false">
                    </default>
                </syntax>
            </parameter>
            <parameter name="PLMNID" access="readWrite">
                <description>
                    PLMN ID consists of Mobile Country Code (MCC) and Mobile Network Code (MNC) {{bibref|3GPP-TS.23.003}}, {{bibref|3GPP-TS.24.008}}.
                    Mobile Country Code consists of three digits and uniquely identifies the country of domicile of the subscriber.
                    Mobile Network Code consists of two or three digits and identifies the Home PLMN within a country.
                    For a 2-digit MNC the total string length of {{param}} is 5.
                </description>
                <syntax>
                    <string>
                        <size maxLength="6">
                        </size>
                    </string>
                    <default type="object" value="">
                    </default>
                </syntax>
            </parameter>
            <parameter name="CID" access="readWrite">
                <description>Cell Identity. {{bibref|3GPP-TS.36.331|Section 6.3.4}}. Combination of {{param|PLMNID}} and {{param}} constitutes the Cell Global ID (CGI).</description>
                <syntax>
                    <unsignedInt>
                        <range minInclusive="0" maxInclusive="268435455" />
                    </unsignedInt>
                    <default type="object" value="0">
                    </default>
                </syntax>
            </parameter>
            <parameter name="EUTRACarrierARFCN" access="readWrite">
                <description>Indicates the ARFCN of this carrier frequency. Corresponds to parameter dl-CarrierFreq in SIB5 in {{bibref|3GPP-TS.36.331|Section 6.3.1}}, and  and parameter NDL in {{bibref|3GPP-TS.36.101|Section 5.7.3}}. If the value of {{param}} is the same with the one currently being used by the, then it implies that this neighbor cell is an intra-frequency cell; otherwise, it is an inter-frequency cell.</description>
                <syntax>
                    <unsignedInt>
                        <range minInclusive="0" maxInclusive="65535" />
                    </unsignedInt>
                    <default type="object" value="0">
                    </default>
                </syntax>
            </parameter>
            <parameter name="PhyCellID" access="readWrite">
                <description>Physical cell ID, as specified in {{bibref|3GPP-TS.36.211|Section 6.11}}.</description>
                <syntax>
                    <unsignedInt>
                        <range minInclusive="0" maxInclusive="503" />
                    </unsignedInt>
                    <default type="object" value="0">
                    </default>
                </syntax>
            </parameter>
            <parameter name="QOffset" access="readWrite">
                <description>Indicate a cell-specific offset applicable to a specific neighbouring cell. It is used for evaluating the cell as a candidate for cell re-selection in idle mode. Corresponds to parameter q-OffsetCell broadcast in SIB4 for intra-frequency cells and in SIB5 for inter-frequency cells, specified in {{bibref|3GPP-TS.36.331|Section 6.3.1}}. For the value less than or equal to -8, and bigger than or equal to 8, only even numbers are valid. If the value is other than these, the CPE MUST reject the value.</description>
                <syntax>
                    <int>
                        <range minInclusive="-24" maxInclusive="-8" />
                        <range minInclusive="-6" maxInclusive="6" />
                        <range minInclusive="8" maxInclusive="24" />
                    </int>
                    <default type="object" value="0">
                    </default>
                </syntax>
            </parameter>
            <parameter name="CIO" access="readWrite">
                <description>Cell individual offset applicable to a specific neighbouring cell. It is used for evaluating triggering conditions for measurement reporting in connected mode. Specified by cellIndividualOffset in MeasObjectEUTRA IE in {{bibref|3GPP-TS.36.331|Section 6.3.5}}.  For the value less than or equal to -8, and bigger than or equal to 8, only even numbers are valid. If the value is other than these, the CPE MUST reject the value. </description>
                <syntax>
                    <int>
                        <range minInclusive="-24" maxInclusive="-8" />
                        <range minInclusive="-6" maxInclusive="6" />
                        <range minInclusive="8" maxInclusive="24" />
                    </int>
                    <default type="object" value="0">
                    </default>
                </syntax>
            </parameter>
            <parameter name="RSTxPower" access="readWrite">
                <description>The downlink reference-signal transmit power, specified in {{units}}. Defined as the linear average over the power contributions (in W) of all resource elements that carry cell-specific reference signals within the operating system bandwidth. Corresponds to parameter referenceSignalPower in SIB4 as a part of PDSCH-Config IE in {{bibref|3GPP-TS.36.331|Section 6.3.2}}.</description>
                <syntax>
                    <int>
                        <range minInclusive="-60" maxInclusive="50" />
                        <units value="dBm">
                        </units>
                    </int>
                    <default type="object" value="0">
                    </default>
                </syntax>
            </parameter>
            <parameter name="Blacklisted" access="readWrite">
                <description>Indicates whether this neighbor cell is allowed for UEs as handover target or not. If {{true}}, handover is prohibited towards this cell. If {{false}}, handover is allowed toward this cell. The {{param}} parameter allows this cell to be prohibited as a handover target, while still allowing this cell to be included in the BCCH SIB4 or 5.</description>
                <syntax>
                    <boolean />
                    <default type="object" value="false">
                    </default>
                </syntax>
            </parameter>
        </object>
        <object name="FAPService.{i}.CellConfig.LTE.RAN.NeighborList.InterRATCell." access="readOnly" minEntries="1" maxEntries="1">
            <description>The inter-RAT cell lists separated by technology. {{bibref|3GPP-TS.36.331|Section 6.3.1 (SIB6, 7, 8)}}.</description>
            <parameter name="MaxUMTSEntries" access="readOnly">
                <description>The maximum number of entries in the {{object|.CellConfig.LTE.RAN.NeighborList.InterRATCell.UMTS.{i}.}} table. There can be maximum of 16 UTRAN (UMTS) neighbor cells, as specified by carrierFreqListUTRA-FDD in SIB6 in {{bibref|3GPP-TS.36.331|Section 6.3.1}}.</description>
                <syntax>
                    <unsignedInt />
                </syntax>
            </parameter>
            <parameter name="MaxGSMEntries" access="readOnly">
                <description>The maximum number of entries in the {{object|.CellConfig.LTE.RAN.NeighborList.InterRATCell.GSM.{i}.}} table. There can be maximum of 16 GERAN (GSM) neighbor cells, as specified by carrierFreqsInfoList in SIB7 in {{bibref|3GPP-TS.36.331|Section 6.3.1}}.</description>
                <syntax>
                    <unsignedInt />
                </syntax>
            </parameter>
            <parameter name="MaxCDMA2000Entries" access="readOnly">
                <description>The maximum number of entries in the {{object|.CellConfig.LTE.RAN.NeighborList.InterRATCell.CDMA2000.{i}.}} table. There can be maximum of 32 bandclasses. In each bandclass, there can be maximum of 16 CDMA2000 carrier frequencies. In each carrier, there can be maximum of 16 CDMA2000 neighbor cells (PN offset). It is specified by neighCellList in SIB8 in {{bibref|3GPP-TS.36.331|Section 6.3.1}}.</description>
                <syntax>
                    <unsignedInt />
                </syntax>
            </parameter>
            <parameter name="UMTSNumberOfEntries" access="readOnly">
                <description>{{numentries}}</description>
                <syntax>
                    <unsignedInt />
                </syntax>
            </parameter>
            <parameter name="GSMNumberOfEntries" access="readOnly">
                <description>{{numentries}}</description>
                <syntax>
                    <unsignedInt />
                </syntax>
            </parameter>
            <parameter name="CDMA2000NumberOfEntries" access="readOnly">
                <description>{{numentries}}</description>
                <syntax>
                    <unsignedInt />
                </syntax>
            </parameter>
        </object>
        <object name="FAPService.{i}.CellConfig.LTE.RAN.NeighborList.InterRATCell.UMTS.{i}." access="readWrite" minEntries="0" maxEntries="unbounded" numEntriesParameter="UMTSNumberOfEntries" enableParameter="Enable">
            <description>Table containing the inter-RAT cell list for UTRA (UMTS) provided by the ACS. The table contents MAY be added/deleted/modified during operation, in which case these changes shall be reflected in the broadcast information as soon as possible.</description>
            <uniqueKey>
                <parameter ref="PLMNID" />
                <parameter ref="CID" />
            </uniqueKey>
            <uniqueKey functional="false">
                <parameter ref="Alias" />
            </uniqueKey>
            <parameter name="Enable" access="readWrite">
                <description>Enables or disables this entry.</description>
                <syntax>
                    <boolean />
                    <default type="object" value="false">
                    </default>
                </syntax>
            </parameter>
            <parameter name="Alias" access="readWrite">
                <description>{{datatype|expand}}</description>
                <syntax>
                    <dataType ref="Alias" />
                </syntax>
            </parameter>
            <parameter name="MustInclude" access="readWrite">
                <description>Indicates whether this instance of the neighbor shall be included or excluded in the FAP's NL configuration.</description>
                <syntax>
                    <boolean />
                    <default type="object" value="false">
                    </default>
                </syntax>
            </parameter>
            <parameter name="PLMNID" access="readWrite">
                <description>
                    PLMN ID consists of Mobile Country Code (MCC) and Mobile Network Code (MNC) {{bibref|3GPP-TS.23.003}}, {{bibref|3GPP-TS.24.008}}.
                    Mobile Country Code consists of three digits and uniquely identifies the country of domicile of the subscriber.
                    Mobile Network Code consists of two or three digits and identifies the Home PLMN within a country.
                    For a 2-digit MNC the total string length of {{param}} is 5.
                </description>
                <syntax>
                    <string>
                        <size maxLength="6">
                        </size>
                    </string>
                    <default type="object" value="">
                    </default>
                </syntax>
            </parameter>
            <parameter name="RNCID" access="readWrite">
                <description>
                    RNC-ID of an intra-RAT UMTS neighbor cell. It uniquely identifies an RNC within a PLMN.
                    Normally, RNC-ID consists of 12 bits (i.e. a range of [0:4095]). However, if the value is larger than 4095, then Extended RNC-ID (range of [4096:65535]) is used in RANAP.
                    The RNC-ID and Extended RNC-ID are combined into a single parameter here as there is no explicit need to have them separated.
                    {{bibref|3GPP-TS.25.413|Section 9.2.1.39}}
                </description>
                <syntax>
                    <unsignedInt>
                        <range minInclusive="0" maxInclusive="65535" />
                    </unsignedInt>
                    <default type="object" value="0">
                    </default>
                </syntax>
            </parameter>
            <parameter name="CID" access="readWrite">
                <description>Cell Identifier (C-id) that identifies a cell within an RNS. This Cell Identifier together with the controlling RNC (RNC-ID) constitutes the UTRAN Cell ID (UC-ID) and is used to identify a cell uniquely within UTRAN. C-ID is either 12-bit or 16-bit value. {{bibref|3GPP-TS.25.401|Section 6.1.5}}.</description>
                <syntax>
                    <unsignedInt>
                        <range minInclusive="0" maxInclusive="65535" />
                    </unsignedInt>
                    <default type="object" value="0">
                    </default>
                </syntax>
            </parameter>
            <parameter name="LAC" access="readWrite">
                <description>
                    Location Area Code (LAC). The concatenation of PLMN ID (MCC+MNC) and LAC uniquely identifies the Location Area ID (LAI).
                    {{bibref|3GPP-TS.23.003|Section 4.1}} {{bibref|3GPP-TS.25.413|Section 9.2.3.6}}.
                </description>
                <syntax>
                    <unsignedInt>
                        <range minInclusive="1" maxInclusive="65533"/>
                        <range minInclusive="65535" maxInclusive="65535"/>
                    </unsignedInt>
                    <default type="object" value="65535">
                    </default>
                </syntax>
            </parameter>
            <parameter name="RAC" access="readWrite">
                <description>
                    Routing Area Code (RAC). The concatenation of PLMN ID (MCC+MNC), LAC, and RAC uniquely identifies the Routing Area ID (RAI).
                    {{bibref|3GPP-TS.23.003|Section 4.2}} {{bibref|3GPP-TS.25.413|Section 9.2.3.7}}
                </description>
                <syntax>
                    <unsignedInt>
                        <range minInclusive="0" maxInclusive="255" />
                    </unsignedInt>
                    <default type="object" value="0">
                    </default>
                </syntax>
            </parameter>
            <parameter name="URA" access="readWrite">
                <description>
                    UTRAN Registration Area (URA) {{bibref|3GPP-TS.23.401}}.
                    Indicates to the UE which {{param}} it shall use in case of overlapping URAs.
                    {{bibref|3GPP-TS.25.331|Section 10.3.2.6}}
                </description>
                <syntax>
                    <unsignedInt>
                        <range minInclusive="0" maxInclusive="65535" />
                    </unsignedInt>
                    <default type="object" value="0">
                    </default>
                </syntax>
            </parameter>
            <parameter name="UARFCNUL" access="readWrite">
                <description>The UL UTRA Absolute Radio Frequency Channel Number (UARFCN) in an FDD mode cell. {{bibref|3GPP-TS.25.433}}</description>
                <syntax>
                    <unsignedInt>
                        <range minInclusive="0" maxInclusive="16383" />
                    </unsignedInt>
                    <default type="object" value="0">
                    </default>
                </syntax>
            </parameter>
            <parameter name="UARFCNDL" access="readWrite">
                <description>The DL UTRA Absolute Radio Frequency Channel Number (UARFCN) in an FDD mode cell. {{bibref|3GPP-TS.25.433}}</description>
                <syntax>
                    <unsignedInt>
                        <range minInclusive="0" maxInclusive="16383" />
                    </unsignedInt>
                    <default type="object" value="0">
                    </default>
                </syntax>
            </parameter>
            <parameter name="PCPICHScramblingCode" access="readWrite">
                <description>Primary CPICH scrambling code.</description>
                <syntax>
                    <unsignedInt>
                        <range minInclusive="0" maxInclusive="511" />
                    </unsignedInt>
                    <default type="object" value="0">
                    </default>
                </syntax>
            </parameter>
            <parameter name="PCPICHTxPower" access="readWrite">
                <description>
                    Primary CPICH Tx power in {{units}}.
                    Actual values of the power are -10.0 {{units}} to 50.0 {{units}} in steps of 0.1 dB. The value of {{param}} divided by 10 yields the actual value of the power.
                    {{bibref|3GPP-TS.32.642|Section 6.3.11}} {{bibref|3GPP-TS.25.433|Section 2.2.33}}
                </description>
                <syntax>
                    <int>
                        <range minInclusive="-100" maxInclusive="500" />
                        <units value="dBm">
                        </units>
                    </int>
                    <default type="object" value="0">
                    </default>
                </syntax>
            </parameter>
        </object>
        <object name="FAPService.{i}.CellConfig.LTE.RAN.NeighborList.InterRATCell.GSM.{i}." access="readWrite" minEntries="0" maxEntries="unbounded" numEntriesParameter="GSMNumberOfEntries" enableParameter="Enable">
            <description>Table containing the inter-RAT cell list for GERAN (GSM) provided by the ACS. The table contents MAY be added/deleted/modified during operation, in which case these changes shall be reflected in the broadcast information as soon as possible.</description>
            <uniqueKey>
                <parameter ref="PLMNID" />
                <parameter ref="LAC" />
                <parameter ref="CI" />
            </uniqueKey>
            <uniqueKey functional="false">
                <parameter ref="Alias" />
            </uniqueKey>
            <parameter name="Enable" access="readWrite">
                <description>Enables or disables this entry.</description>
                <syntax>
                    <boolean />
                    <default type="object" value="false">
                    </default>
                </syntax>
            </parameter>
            <parameter name="Alias" access="readWrite">
                <description>{{datatype|expand}}</description>
                <syntax>
                    <dataType ref="Alias" />
                </syntax>
            </parameter>
            <parameter name="MustInclude" access="readWrite">
                <description>Indicates whether this instance of the neighbor shall be included or excluded in the FAP's NL configuration.</description>
                <syntax>
                    <boolean />
                    <default type="object" value="false">
                    </default>
                </syntax>
            </parameter>
            <parameter name="PLMNID" access="readWrite">
                <description>
                    PLMN ID consists of Mobile Country Code (MCC) and Mobile Network Code (MNC) {{bibref|3GPP-TS.23.003}}, {{bibref|3GPP-TS.24.008}}.
                    Mobile Country Code consists of three digits and uniquely identifies the country of domicile of the subscriber.
                    Mobile Network Code consists of two or three digits and identifies the Home PLMN within a country.
                    For a 2-digit MNC the total string length of {{param}} is 5.
                </description>
                <syntax>
                    <string>
                        <size maxLength="6">
                        </size>
                    </string>
                    <default type="object" value="">
                    </default>
                </syntax>
            </parameter>
            <parameter name="LAC" access="readWrite">
                <description>
                    Location Area Code (LAC). The concatenation of PLMN ID (MCC+MNC) and LAC uniquely identifies the Location Area ID (LAI).
                    {{bibref|3GPP-TS.23.003|Section 4.1}} {{bibref|3GPP-TS.25.413|Section 9.2.3.6}}.
                </description>
                <syntax>
                    <unsignedInt>
                        <range minInclusive="0" maxInclusive="65535" />
                    </unsignedInt>
                    <default type="object" value="0">
                    </default>
                </syntax>
            </parameter>
            <parameter name="BSIC" access="readWrite">
                <description>
                    BSIC of the cell per {{bibref|3GPP-TS.23.003}}, consisting of:
                    :Bit 7:6 - not used ("00")
                    :Bit 5:3 - NCC (PLMN Color Code)
                    :Bit 2:0 - BCC (BS color code)
                    For example, if NCC is 7 and BCC is 2 you would have 00111010 (binary) or 0x3A (hex), and the value of this parameter would be 58.
                </description>
                <syntax>
                    <unsignedInt>
                        <range minInclusive="0" maxInclusive="255" />
                    </unsignedInt>
                    <default type="object" value="0">
                    </default>
                </syntax>
            </parameter>
            <parameter name="CI" access="readWrite">
                <description>Cell ID of the cell per {{bibref|3GPP-TS.23.003|Section 4.3.1}}.</description>
                <syntax>
                    <unsignedInt>
                        <range minInclusive="0" maxInclusive="65535" />
                    </unsignedInt>
                    <default type="object" value="0">
                    </default>
                </syntax>
            </parameter>
            <parameter name="BandIndicator" access="readWrite">
                <description>Indicates how to interpret the BCCH ARFCN. {{enum}}</description>
                <syntax>
                    <string>
                        <enumeration value="GSM850">
                        </enumeration>
                        <enumeration value="GSM900">
                        </enumeration>
                        <enumeration value="DCS1800">
                        </enumeration>
                        <enumeration value="PCS1900">
                        </enumeration>
                    </string>
                    <default type="object" value="GSM850">
                    </default>
                </syntax>
            </parameter>
            <parameter name="BCCHARFCN" access="readWrite">
                <description>ARFCN of this cell.</description>
                <syntax>
                    <unsignedInt>
                        <range minInclusive="0" maxInclusive="1023" />
                    </unsignedInt>
                    <default type="object" value="0">
                    </default>
                </syntax>
            </parameter>
        </object>
        <object name="FAPService.{i}.CellConfig.LTE.RAN.NeighborList.InterRATCell.CDMA2000.{i}." access="readWrite" minEntries="0" maxEntries="unbounded" numEntriesParameter="CDMA2000NumberOfEntries" enableParameter="Enable">
            <description>Table containing the inter-RAT cell list for CDMA2000 provided by the ACS. The table contents MAY be added/deleted/modified during operation, in which case these changes shall be reflected in the broadcast information as soon as possible.</description>
            <uniqueKey>
                <parameter ref="CID" />
            </uniqueKey>
            <uniqueKey functional="false">
                <parameter ref="Alias" />
            </uniqueKey>
            <parameter name="Enable" access="readWrite">
                <description>Enables or disables this entry.</description>
                <syntax>
                    <boolean />
                    <default type="object" value="false">
                    </default>
                </syntax>
            </parameter>
            <parameter name="Alias" access="readWrite">
                <description>{{datatype|expand}}</description>
                <syntax>
                    <dataType ref="Alias" />
                </syntax>
            </parameter>
            <parameter name="MustInclude" access="readWrite">
                <description>Indicates whether this instance of the neighbor shall be included or excluded in the FAP's NL configuration.</description>
                <syntax>
                    <boolean />
                    <default type="object" value="false">
                    </default>
                </syntax>
            </parameter>
            <parameter name="BandClass" access="readWrite">
                <description>
                    Defines the CDMA2000 band in which the CDMA2000 frequency carrier can be found, specified in bandclass number. BandClass is defined in {{bibref|3GPP2-C.S0057-B}} Table 1.5-1.
                    Corresponds to parameter bandClass specified in SIB8 in {{bibref|3GPP-TS.36.331|Section 6.3.1}}.
                </description>
                <syntax>
                    <unsignedInt>
                        <range minInclusive="0" maxInclusive="17" />
                    </unsignedInt>
                    <default type="object" value="0">
                    </default>
                </syntax>
            </parameter>
            <parameter name="ARFCN" access="readWrite">
                <description>Defines the CDMA2000 frequency carrier within a CDMA2000 band, as specified by ARFCN-ValueCDMA2000 in SIB8 in {{bibref|3GPP-TS.36.331|Section 6.3.1}}, and {{bibref|3GPP2-C.S0002-A}}.</description>
                <syntax>
                    <unsignedInt>
                        <range minInclusive="0" maxInclusive="2047" />
                    </unsignedInt>
                    <default type="object" value="0">
                    </default>
                </syntax>
            </parameter>
            <parameter name="PNOffset" access="readWrite">
                <description>Defines the PN offset that represents the "Physical cell identity" in CDMA2000 system, as specified by PhysCellIdCDMA2000 in SIB8 in {{bibref|3GPP-TS.36.331|Section 6.3.1}}.</description>
                <syntax>
                    <unsignedInt>
                        <range minInclusive="0" maxInclusive="511" />
                    </unsignedInt>
                    <default type="object" value="0">
                    </default>
                </syntax>
            </parameter>
            <parameter name="Type" access="readWrite">
                <description>Indicates the type of the cell. This parameter determines the length of the CID parameter.</description>
                <syntax>
                    <string>
                        <enumeration value="1xRTT">
                        </enumeration>
                        <enumeration value="HRPD">
                        </enumeration>
                    </string>
                    <default type="object" value="1xRTT">
                    </default>
                </syntax>
            </parameter>
            <parameter name="CID" access="readWrite">
                <description>Defines the global cell identity of the cell. For a 1xRTT cell, the cell identity is a binary string 47 bits long. For a HRPD cell, the cell identity is a binary string 128 bits long. The value of {{param}} parameter is interpreted as 128-bit long unsigned integer. If {{param|Type}} is {{enum|1xRTT|Type}}, the first 47 bits (6 octet) is used and the rest of this {{param}} parameter MUST be ignored by the CPE. If {{param|Type}} is {{enum|HRPD|Type}}, the entire 16 octet is used as {{param}}. Corresponds to IE CellGlobalIdCDMA2000 specified in {{bibref|3GPP-TS.36.331|Section 6.3.4}}. </description>
                <syntax>
                    <string>
                        <size maxLength="16" />
                    </string>
                    <default type="object" value="0">
                    </default>
                </syntax>
            </parameter>
        </object>
        <object name="FAPService.{i}.CellConfig.LTE.RAN.NeighborListInUse." access="readOnly" minEntries="1" maxEntries="1">
            <description>This object contains parameters relating to the neighbor list used by the FAP based on its self-configuration capability and {{object|.CellConfig.LTE.RAN.NeighborList.}} configuration of adding and excluding cells.</description>
            <parameter name="MaxLTECellEntries" access="readOnly">
                <description>The maximum number of entries in the {{object|.CellConfig.LTE.RAN.NeighborListInUse.LTECell.{i}.}} table.</description>
                <syntax>
                    <unsignedInt />
                </syntax>
            </parameter>
            <parameter name="LTECellNumberOfEntries" access="readOnly">
                <description>{{numentries}}</description>
                <syntax>
                    <unsignedInt />
                </syntax>
            </parameter>
        </object>
        <object name="FAPService.{i}.CellConfig.LTE.RAN.NeighborListInUse.LTECell.{i}." access="readOnly" minEntries="0" maxEntries="unbounded" numEntriesParameter="LTECellNumberOfEntries">
            <description>Table containing the LTE EUTRA (i.e. intra-RAT) cell list.</description>
            <uniqueKey>
                <parameter ref="PLMNID" />
                <parameter ref="CID" />
            </uniqueKey>
            <parameter name="PLMNID" access="readOnly">
                <description>
                    PLMN ID consists of Mobile Country Code (MCC) and Mobile Network Code (MNC) {{bibref|3GPP-TS.23.003}}, {{bibref|3GPP-TS.24.008}}.
                    Mobile Country Code consists of three digits and uniquely identifies the country of domicile of the subscriber.
                    Mobile Network Code consists of two or three digits and identifies the Home PLMN within a country.
                    For a 2-digit MNC the total string length of {{param}} is 5.
                </description>
                <syntax>
                    <string>
                        <size maxLength="6">
                        </size>
                    </string>
                </syntax>
            </parameter>
            <parameter name="CID" access="readOnly">
                <description>Cell Identity. {{bibref|3GPP-TS.36.331|Section 6.3.4}}. Combination of {{param|PLMNID}} and {{param}} constitutes the Cell Global ID (CGI).</description>
                <syntax>
                    <unsignedInt>
                        <range minInclusive="0" maxInclusive="268435455" />
                    </unsignedInt>
                </syntax>
            </parameter>
            <parameter name="EUTRACarrierARFCN" access="readOnly">
                <description>Indicates the ARFCN of this carrier frequency. Corresponds to parameter dl-CarrierFreq in SIB5 in {{bibref|3GPP-TS.36.331|Section 6.3.1}}, and  and parameter NDL in {{bibref|3GPP-TS.36.101|Section 5.7.3}}. If the value of {{param}} is the same with the one currently being used by the, then it implies that this neighbor cell is an intra-frequency cell; otherwise, it is an inter-frequency cell.</description>
                <syntax>
                    <unsignedInt>
                        <range minInclusive="0" maxInclusive="65535" />
                    </unsignedInt>
                </syntax>
            </parameter>
            <parameter name="PhyCellID" access="readOnly">
                <description>Physical cell ID, as specified in {{bibref|3GPP-TS.36.211|Section 6.11}}.</description>
                <syntax>
                    <unsignedInt>
                        <range minInclusive="0" maxInclusive="503" />
                    </unsignedInt>
                </syntax>
            </parameter>
            <parameter name="QOffset" access="readOnly">
                <description>
                    Indicate a cell-specific offset applicable to a specific neighbouring cell. It is used for evaluating the cell as a candidate for cell re-selection in idle mode.
                    Corresponds to parameter q-OffsetCell broadcast in SIB4 for intra-frequency cells and in SIB5 for inter-frequency cells, specified in {{bibref|3GPP-TS.36.331|Section 6.3.1}}.
                </description>
                <syntax>
                    <int>
                        <range minInclusive="-24" maxInclusive="-8" />
                        <range minInclusive="-6" maxInclusive="6" />
                        <range minInclusive="8" maxInclusive="24" />
                    </int>
                </syntax>
            </parameter>
            <parameter name="CIO" access="readOnly">
                <description>
                    Cell individual offset applicable to a specific neighbouring cell. It is used for evaluating triggering conditions for measurement reporting in connected mode.
                    Specified by cellIndividualOffset in MeasObjectEUTRA IE in {{bibref|3GPP-TS.36.331|Section 6.3.5}}.
                </description>
                <syntax>
                    <int>
                        <range minInclusive="-24" maxInclusive="-8" />
                        <range minInclusive="-6" maxInclusive="6" />
                        <range minInclusive="8" maxInclusive="24" />
                    </int>
                </syntax>
            </parameter>
            <parameter name="RSTxPower" access="readOnly">
                <description>The downlink reference-signal transmit power, specified in {{units}}. Defined as the linear average over the power contributions (in W) of all resource elements that carry cell-specific reference signals within the operating system bandwidth. Corresponds to parameter referenceSignalPower in SIB4 as a part of PDSCH-Config IE in {{bibref|3GPP-TS.36.331|Section 6.3.2}}.</description>
                <syntax>
                    <int>
                        <range minInclusive="-60" maxInclusive="50" />
                        <units value="dBm">
                        </units>
                    </int>
                </syntax>
            </parameter>
            <parameter name="Blacklisted" access="readOnly">
                <description>Indicates whether this neighbor cell is allowed for UEs as handover target or not. If {{true}}, handover is prohibited towards this cell. If {{false}}, handover is allowed toward this cell. The {{param}} parameter allows this cell to be prohibited as a handover target, while still allowing this cell to be included in the BCCH SIB4 or 5.</description>
                <syntax>
                    <boolean />
                </syntax>
            </parameter>
        </object>
        <object name="FAPService.{i}.CellConfig.LTE.RAN.NeighborListInUse.InterRATCell." access="readOnly" minEntries="1" maxEntries="1">
            <description>Table containing the inter-RAT cell lists separated by technology. {{bibref|3GPP-TS.36.331|Section 6.3.1 (SIB6, 7, 8)}}.</description>
            <parameter name="MaxUMTSEntries" access="readOnly">
                <description>The maximum number of entries in the {{object|.CellConfig.LTE.RAN.NeighborListInUse.InterRATCell.UMTS.{i}.}} table. There can be maximum of 16 UTRAN (UMTS) neighbor cells, as specified by carrierFreqListUTRA-FDD in SIB6 in {{bibref|3GPP-TS.36.331|Section 6.3.1}}.</description>
                <syntax>
                    <unsignedInt />
                </syntax>
            </parameter>
            <parameter name="MaxGSMEntries" access="readOnly">
                <description>The maximum number of entries in the {{object|.CellConfig.LTE.RAN.NeighborListInUse.InterRATCell.GSM.{i}.}} table. There can be maximum of 16 GERAN (GSM) neighbor cells, as specified by carrierFreqsInfoList in SIB7 in {{bibref|3GPP-TS.36.331|Section 6.3.1}}.</description>
                <syntax>
                    <unsignedInt />
                </syntax>
            </parameter>
            <parameter name="MaxCDMA2000Entries" access="readOnly">
                <description>The maximum number of entries in the {{object|.CellConfig.LTE.RAN.NeighborListInUse.InterRATCell.CDMA2000.{i}.}} table. There can be maximum of 32 banclasses. In each bandclass, there can be maximum of 16 CDMA2000 carrier frequencies. In each carrier, there can be maximum of 16 CDMA2000 neighbor cells (PN offset). It is specified by neighCellList in SIB8 in {{bibref|3GPP-TS.36.331|Section 6.3.1}}.</description>
                <syntax>
                    <unsignedInt />
                </syntax>
            </parameter>
            <parameter name="UMTSNumberOfEntries" access="readOnly">
                <description>{{numentries}}</description>
                <syntax>
                    <unsignedInt />
                </syntax>
            </parameter>
            <parameter name="GSMNumberOfEntries" access="readOnly">
                <description>{{numentries}}</description>
                <syntax>
                    <unsignedInt />
                </syntax>
            </parameter>
            <parameter name="CDMA2000NumberOfEntries" access="readOnly">
                <description>{{numentries}}</description>
                <syntax>
                    <unsignedInt />
                </syntax>
            </parameter>
        </object>
        <object name="FAPService.{i}.CellConfig.LTE.RAN.NeighborListInUse.InterRATCell.UMTS.{i}." access="readOnly" minEntries="0" maxEntries="unbounded" numEntriesParameter="UMTSNumberOfEntries">
            <description>Table containing the inter-RAT cell list for UTRA (UMTS) cell.</description>
            <uniqueKey>
                <parameter ref="PLMNID" />
                <parameter ref="CID" />
            </uniqueKey>
            <parameter name="PLMNID" access="readOnly">
                <description>
                    PLMN ID consists of Mobile Country Code (MCC) and Mobile Network Code (MNC) {{bibref|3GPP-TS.23.003}}, {{bibref|3GPP-TS.24.008}}.
                    Mobile Country Code consists of three digits and uniquely identifies the country of domicile of the subscriber.
                    Mobile Network Code consists of two or three digits and identifies the Home PLMN within a country.
                    For a 2-digit MNC the total string length of {{param}} is 5.
                </description>
                <syntax>
                    <string>
                        <size maxLength="6">
                        </size>
                    </string>
                </syntax>
            </parameter>
            <parameter name="RNCID" access="readOnly">
                <description>
                    RNC-ID of an intra-RAT UMTS neighbor cell. It uniquely identifies an RNC within a PLMN.
                    Normally, RNC-ID consists of 12 bits (i.e. a range of [0:4095]). However, if the value is larger than 4095, then Extended RNC-ID (range of [4096:65535]) is used in RANAP.
                    The RNC-ID and Extended RNC-ID are combined into a single parameter here as there is no explicit need to have them separated.
                    {{bibref|3GPP-TS.25.413|Section 9.2.1.39}}
                </description>
                <syntax>
                    <unsignedInt>
                        <range minInclusive="0" maxInclusive="65535" />
                    </unsignedInt>
                </syntax>
            </parameter>
            <parameter name="CID" access="readOnly">
                <description>Cell Identifier (C-id) that identifies a cell within an RNS. This Cell Identifier together with the controlling RNC (RNC-ID) constitutes the UTRAN Cell ID (UC-ID) and is used to identify a cell uniquely within UTRAN. C-ID is either 12-bit or 16-bit value. {{bibref|3GPP-TS.25.401|Section 6.1.5}}.</description>
                <syntax>
                    <unsignedInt>
                        <range minInclusive="0" maxInclusive="65535" />
                    </unsignedInt>
                </syntax>
            </parameter>
            <parameter name="LAC" access="readOnly">
                <description>
                    Location Area Code (LAC). The concatenation of PLMN ID (MCC+MNC) and LAC uniquely identifies the Location Area ID (LAI).
                    {{bibref|3GPP-TS.23.003|Section 4.1}} {{bibref|3GPP-TS.25.413|Section 9.2.3.6}}.
                </description>
                <syntax>
                    <unsignedInt>
                        <range minInclusive="1" maxInclusive="65533"/>
                        <range minInclusive="65535" maxInclusive="65535"/>
                    </unsignedInt>
                </syntax>
            </parameter>
            <parameter name="RAC" access="readOnly">
                <description>
                    Routing Area Code (RAC). The concatenation of PLMN ID (MCC+MNC), LAC, and RAC uniquely identifies the Routing Area ID (RAI).
                    {{bibref|3GPP-TS.23.003|Section 4.2}} {{bibref|3GPP-TS.25.413|Section 9.2.3.7}}
                </description>
                <syntax>
                    <unsignedInt>
                        <range minInclusive="0" maxInclusive="255" />
                    </unsignedInt>
                </syntax>
            </parameter>
            <parameter name="URA" access="readOnly">
                <description>
                    UTRAN Registration Area (URA) {{bibref|3GPP-TS.23.401}}.
                    Indicates to the UE which {{param}} it shall use in case of overlapping URAs.
                    {{bibref|3GPP-TS.25.331|Section 10.3.2.6}}
                </description>
                <syntax>
                    <unsignedInt>
                        <range minInclusive="0" maxInclusive="65535" />
                    </unsignedInt>
                </syntax>
            </parameter>
            <parameter name="UARFCNUL" access="readOnly">
                <description>The UL UTRA Absolute Radio Frequency Channel Number (UARFCN) in an FDD mode cell. {{bibref|3GPP-TS.25.433}}</description>
                <syntax>
                    <unsignedInt>
                        <range minInclusive="0" maxInclusive="16383" />
                    </unsignedInt>
                </syntax>
            </parameter>
            <parameter name="UARFCNDL" access="readOnly">
                <description>The DL UTRA Absolute Radio Frequency Channel Number (UARFCN) in an FDD mode cell. {{bibref|3GPP-TS.25.433}}</description>
                <syntax>
                    <unsignedInt>
                        <range minInclusive="0" maxInclusive="16383" />
                    </unsignedInt>
                </syntax>
            </parameter>
            <parameter name="PCPICHScramblingCode" access="readOnly">
                <description>Primary CPICH scrambling code.</description>
                <syntax>
                    <unsignedInt>
                        <range minInclusive="0" maxInclusive="511" />
                    </unsignedInt>
                </syntax>
            </parameter>
            <parameter name="PCPICHTxPower" access="readOnly">
                <description>
                    Primary CPICH Tx power in {{units}}.
                    Actual values of the power are -10.0 {{units}} to 50.0 {{units}} in steps of 0.1 dB. The value of {{param}} divided by 10 yields the actual value of the power.
                    {{bibref|3GPP-TS.32.642|Section 6.3.11}} {{bibref|3GPP-TS.25.433|Section 2.2.33}}
                </description>
                <syntax>
                    <int>
                        <range minInclusive="-100" maxInclusive="500" />
                        <units value="dBm">
                        </units>
                    </int>
                </syntax>
            </parameter>
        </object>
        <object name="FAPService.{i}.CellConfig.LTE.RAN.NeighborListInUse.InterRATCell.GSM.{i}." access="readOnly" minEntries="0" maxEntries="unbounded" numEntriesParameter="GSMNumberOfEntries">
            <description>Table containing the inter-RAT cell list for GERAN (GSM) cell.</description>
            <uniqueKey>
                <parameter ref="PLMNID" />
                <parameter ref="LAC" />
                <parameter ref="CI" />
            </uniqueKey>
            <parameter name="PLMNID" access="readOnly">
                <description>
                    PLMN ID consists of Mobile Country Code (MCC) and Mobile Network Code (MNC) {{bibref|3GPP-TS.23.003}}, {{bibref|3GPP-TS.24.008}}.
                    Mobile Country Code consists of three digits and uniquely identifies the country of domicile of the subscriber.
                    Mobile Network Code consists of two or three digits and identifies the Home PLMN within a country.
                    For a 2-digit MNC the total string length of {{param}} is 5.
                </description>
                <syntax>
                    <string>
                        <size maxLength="6">
                        </size>
                    </string>
                </syntax>
            </parameter>
            <parameter name="LAC" access="readOnly">
                <description>
                    Location Area Code (LAC). The concatenation of PLMN ID (MCC+MNC) and LAC uniquely identifies the Location Area ID (LAI).
                    {{bibref|3GPP-TS.23.003|Section 4.1}} {{bibref|3GPP-TS.25.413|Section 9.2.3.6}}
                </description>
                <syntax>
                    <unsignedInt>
                        <range minInclusive="0" maxInclusive="65535" />
                    </unsignedInt>
                </syntax>
            </parameter>
            <parameter name="BSIC" access="readOnly">
                <description>
                    BSIC of the cell per {{bibref|3GPP-TS.23.003}}, consisting of:
                    :Bit 7:6 - not used ("00")
                    :Bit 5:3 - NCC (PLMN Color Code)
                    :Bit 2:0 - BCC (BS color code)
                    For example, if NCC is 7 and BCC is 2 you would have 00111010 (binary) or 0x3A (hex), and the value of this parameter would be 58.
                </description>
                <syntax>
                    <unsignedInt>
                        <range minInclusive="0" maxInclusive="255" />
                    </unsignedInt>
                </syntax>
            </parameter>
            <parameter name="CI" access="readOnly">
                <description>Cell ID of the cell per {{bibref|3GPP-TS.23.003|Section 4.3.1}}.</description>
                <syntax>
                    <unsignedInt>
                        <range minInclusive="0" maxInclusive="65535" />
                    </unsignedInt>
                </syntax>
            </parameter>
            <parameter name="BandIndicator" access="readOnly">
                <description>Indicates how to interpret the BCCH ARFCN. {{enum}}</description>
                <syntax>
                    <string>
                        <enumeration value="GSM850">
                        </enumeration>
                        <enumeration value="GSM900">
                        </enumeration>
                        <enumeration value="DCS1800">
                        </enumeration>
                        <enumeration value="PCS1900">
                        </enumeration>
                    </string>
                </syntax>
            </parameter>
            <parameter name="BCCHARFCN" access="readOnly">
                <description>ARFCN of this cell.</description>
                <syntax>
                    <unsignedInt>
                        <range minInclusive="0" maxInclusive="1023" />
                    </unsignedInt>
                </syntax>
            </parameter>
        </object>
        <object name="FAPService.{i}.CellConfig.LTE.RAN.NeighborListInUse.InterRATCell.CDMA2000.{i}." access="readOnly" minEntries="0" maxEntries="unbounded" numEntriesParameter="CDMA2000NumberOfEntries">
            <description>Table containing the inter-RAT cell list for CDMA2000 cell.</description>
            <uniqueKey>
                <parameter ref="CID" />
            </uniqueKey>
            <parameter name="BandClass" access="readOnly">
                <description>
                    Defines the CDMA2000 band in which the CDMA2000 frequency carrier can be found, specified in bandclass number. BandClass is defined in {{bibref|3GPP2-C.S0057-B|Table 1.5-1}}.
                    Corresponds to parameter bandClass specified in SIB8 in {{bibref|3GPP-TS.36.331|Section 6.3.1}}.
                </description>
                <syntax>
                    <unsignedInt>
                        <range minInclusive="0" maxInclusive="17" />
                    </unsignedInt>
                </syntax>
            </parameter>
            <parameter name="ARFCN" access="readOnly">
                <description>Defines the CDMA2000 frequency carrier within a CDMA2000 band, as specified by ARFCN-ValueCDMA2000 in SIB8 in {{bibref|3GPP-TS.36.331|Section 6.3.1}}, and {{bibref|3GPP2-C.S0002-A}}.</description>
                <syntax>
                    <unsignedInt>
                        <range minInclusive="0" maxInclusive="2047" />
                    </unsignedInt>
                </syntax>
            </parameter>
            <parameter name="PNOffset" access="readOnly">
                <description>Defines the PN offset that represents the "Physical cell identity" in CDMA2000 system, as specified by PhysCellIdCDMA2000 in SIB8 in {{bibref|3GPP-TS.36.331|Section 6.3.1}}.</description>
                <syntax>
                    <unsignedInt>
                        <range minInclusive="0" maxInclusive="511" />
                    </unsignedInt>
                </syntax>
            </parameter>
            <parameter name="Type" access="readOnly">
                <description>Indicates the type of the cell. This parameter determines the length of the CID parameter.</description>
                <syntax>
                    <string>
                        <enumeration value="1xRTT">
                        </enumeration>
                        <enumeration value="HRPD">
                        </enumeration>
                    </string>
                </syntax>
            </parameter>
            <parameter name="CID" access="readOnly">
                <description>Defines the global cell identity of the cell. For a 1xRTT cell, the cell identity is a binary string 47 bits long. For a HRPD cell, the cell identity is a binary string 128 bits long. The value of {{param}} parameter is interpreted as 128-bit long unsigned integer. If {{param|Type}} is {{enum|1xRTT|Type}}, the first 47 bits (6 octet) is used and the rest of this {{param}} parameter MUST be ignored by the CPE. If {{param|Type}} is {{enum|HRPD|Type}}, the entire 16 octet is used as {{param}}. Corresponds to IE CellGlobalIdCDMA2000 specified in {{bibref|3GPP-TS.36.331|Section 6.3.4}}. </description>
                <syntax>
                    <string>
                        <size maxLength="16" />
                    </string>
                </syntax>
            </parameter>
        </object>
        <object name="FAPService.{i}.CellConfig.CDMA2000." access="readOnly" minEntries="1" maxEntries="1">
            <description>This object contains parameters relating to configuring the CDMA2000 FAP.</description>
            <parameter name="TunnelInstance" access="readWrite">
                <description>
                    This is the reference to the IPsec tunnel instance used by the CDMA2000 FAP.
                    For all root data models, which use the tunnel definition provided in {{bibref|TR-262}} (InternetGatewayDevice:1 {{bibref|TR-098}} and Device:1 {{bibref|TR-181i1}}) the {{param}} MUST point to a row in the 'FAP.Tunnel.IKESA.{i}.' table, defined in {{bibref|TR-262}}.
                    If the root data model used is Device:2 {{bibref|TR-181i2}} than the {{param}} MUST point to IPsec tunnel instance defined in {{bibref|TR-181i2}}.
                    If the referenced object is deleted, the parameter value MUST be set to an empty string.
                    In case of a multiple-radio-technology FAP product, each radio technology can have its own tunnels or share common tunnels. In the former case, {{param}} can contain a unique instance number. In the latter case, {{param}} under all radio technologies can have the same instance number.
                </description>
                <syntax>
                    <string>
                        <size maxLength="256">
                        </size>
                    </string>
                </syntax>
            </parameter>
        </object>
        <object name="FAPService.{i}.CellConfig.CDMA2000.OneX." access="readOnly" minEntries="1" maxEntries="1">
            <description>This object contains parameters relating to configuring the CDMA2000 1x FAP.</description>
            <parameter name="PCFPDSNNumberOfEntries" access="readOnly">
                <description>{{numentries}}</description>
                <syntax>
                    <unsignedInt />
                </syntax>
            </parameter>
            <parameter name="MaxBatchPCFPDSNEntries" access="readOnly">
                <description>Maximum number of entries in the {{object|.CellConfig.CDMA2000.OneX.BatchPCFPDSN.{i}.}} table.</description>
                <syntax>
                    <unsignedInt />
                </syntax>
            </parameter>
            <parameter name="BatchPCFPDSNNumberOfEntries" access="readOnly">
                <description>{{numentries}}</description>
                <syntax>
                    <unsignedInt />
                </syntax>
            </parameter>
        </object>
        <object name="FAPService.{i}.CellConfig.CDMA2000.OneX.RAN." access="readOnly" minEntries="1" maxEntries="1">
            <description>This object contains parameters relating to RAN configuring the CDMA2000 1x FAP.</description>
            <parameter name="OneXSectorNID" access="readWrite">
                <description>SID for 1x. See {{bibref|3GPP2-C.S0005}}.</description>
                <syntax>
                    <int>
                        <range minInclusive="0" maxInclusive="65535" />
                    </int>
                </syntax>
            </parameter>
            <parameter name="OneXSectorSID" access="readWrite">
                <description>NID for 1x . See {{bibref|3GPP2-C.S0005}}.</description>
                <syntax>
                    <int>
                        <range minInclusive="0" maxInclusive="32767" />
                    </int>
                </syntax>
            </parameter>
            <parameter name="OneXPZID" access="readWrite">
                <description>packet Zone ID for 1x packet calls</description>
                <syntax>
                    <int>
                    </int>
                </syntax>
            </parameter>
            <parameter name="BaseID" access="readWrite">
                <description>Base station ID (needed in SPM). This is also the CellID. See {{bibref|3GPP2-C.S0005}}.</description>
                <syntax>
                    <int>
                    </int>
                </syntax>
            </parameter>
            <parameter name="MaxNeighborListEntries" access="readOnly">
                <description>Maximum number of entries avaiable in  {{object|.CellConfig.CDMA2000.OneX.RAN.NeighborList.{i}.}}.</description>
                <syntax>
                    <unsignedInt />
                </syntax>
            </parameter>
            <parameter name="NeighborListNumberOfEntries" access="readOnly">
                <description>{{numentries}}</description>
                <syntax>
                    <unsignedInt />
                </syntax>
            </parameter>
        </object>
        <object name="FAPService.{i}.CellConfig.CDMA2000.OneX.RAN.RF." access="readOnly" minEntries="1" maxEntries="1">
            <description>This object contains parameters relating to RF configuration of the FAP.</description>
            <parameter name="RFCNFL" access="readWrite">
                <description>{{list}} Each item is a pair of 2-digit Band class number (as defined in {{bibref|3GPP2-C.S0057}}) followed by 4-digit FL Radio Frequency Channel Number (RFCN). Self-configuration for RFCN is controlled by {{param|.FAPControl.CDMA2000.OneX.SelfConfig.RFCNFLSelfConfigEnable}}. If the FAP's self-configuration capability for RFCN is available and enabled, this parameter MAY contain more than one item and the FAP is expected to select one from the list for RFCNFLInUse.
If the self-configuration capability is not available or not enabled, then  this parameter SHOULD contain only a single item.
An example value is "010001, 030500". If multiple items are specified, they are done in the order of preference.</description>
                <syntax>
                    <list minItems="1" />
                    <string>
                        <size maxLength="256" />
                    </string>
                </syntax>
            </parameter>
            <parameter name="RFCNFLBandInUse" access="readOnly">
                <description>The FL Band being used by the FAP. Self-configuration for Band and RFCN is controlled by {{param|.Capabilities.CDMA2000.OneX.SelfConfig.RFCNFLConfig}} from an availability perspective and {{param|.FAPControl.CDMA2000.OneX.SelfConfig.RFCNFLSelfConfigEnable}} from an enabled perspective. If the self-configuration capability is available and enabled, this parameter indicates the value selected by the FAP among the choices provided in RFCNFL. If the self-configuration capability is not available or not enabled, then this parameter contains the first band class value in RFCNFL.</description>
                <syntax>
                    <string>
                        <size maxLength="16" />
                    </string>
                </syntax>
            </parameter>
            <parameter name="RFCNFLInUse" access="readOnly">
                <description>The FL RFCN being used by the FAP. Self-configuration for RFCN is controlled by {{param|.Capabilities.CDMA2000.OneX.SelfConfig.RFCNFLConfig}} from an availability perspective and {{param|.FAPControl.CDMA2000.OneX.SelfConfig.RFCNFLSelfConfigEnable}} from an enabled perspective. If the self-configuration capability is available and enabled, this parameter indicates the value selected by the FAP among the choices provided in RFCNFL. If the self-configuration capability is not available or not enabled, then this parameter contains the first RFCN value in RFCNFL.</description>
                <syntax>
                    <unsignedInt />
                </syntax>
            </parameter>
            <parameter name="PilotPN" access="readWrite">
                <description>{{list}} Each item is a pilot PN offset in units of 64 PN chips. Self-configuration for pilot PN is controlled by {{param|.Capabilities.CDMA2000.OneX.SelfConfig.PilotPNConfig}} from an availability perspective and {{param|.FAPControl.CDMA2000.OneX.SelfConfig.PilotPNSelfConfigEnable}} from an enabled perspective.
If the FAP's self-configuration capability for Pilot PN Offset is available and enabled, this parameter MAY contain more than one item and the FAP is expected to select one from the list for PilotPNInUse. If the self-configuration capability is not available or not enabled, then this parameter SHOULD contain only a single item.
The multiplicity of the PN offset values can also be expressed by defining a range using ".." (two periods) between two values. In this case, the combination of two values defines the lower-bound and upper-bound of the range inclusive.
The order of the items has no significance. </description>
                <syntax>
                    <list />
                    <string>
                        <size maxLength="256" />
                    </string>
                </syntax>
            </parameter>
            <parameter name="PilotPNInUse" access="readOnly">
                <description>The Pilot PN Offset being used by the FAP in {{units}}. Self-configuration for Pilot PN Offset is controlled by {{param|.Capabilities.CDMA2000.OneX.SelfConfig.PilotPNConfig}} from an availability perspective and {{param|.FAPControl.CDMA2000.OneX.SelfConfig.PilotPNSelfConfigEnable}} from an enabled perspective. If the self-configuration capability is available and enabled, this parameter indicates the value selected by the FAP among the choices provided in PilotPN.
If the self-configuration capability is not available or not enabled, then this parameter contains the first value in PilotPN.</description>
                <syntax>
                    <unsignedInt>
                        <range minInclusive="0" maxInclusive="511" />
                        <units value="64 PN chips" />
                    </unsignedInt>
                </syntax>
            </parameter>
            <parameter name="MaxFAPTxPower" access="readWrite">
                <description>Defines the maximum transmission power allowed on the FAP. MaxFAPTxPower is expressed as a range of allowed maximum power levels with ".." (two periods)
between the upper and lower values, i.e. "&lt;Pmax_low&gt;;..&lt;Pmax_high&gt;;".
{{param}} identifies the limits between which the FAP can self-configure its maximum transmit power.
Self-configuration for maximum transmission power is controlled by {{param|.Capabilities.CDMA2000.OneX.SelfConfig.MaxFAPTxPowerConfig}} from an availability perspective and {{param|.FAPControl.CDMA2000.OneX.SelfConfig.MaxFAPTxPowerSelfConfigEnable}} from an enabled perspective. &lt;Pmax_low&gt;; and &lt;Pmax_high&gt;; are measured in dBm and have a range of -40.0 to 20.0 incremented by 0.1 dB. </description>
                <syntax>
                    <string>
                        <size maxLength="64" />
                    </string>
                </syntax>
            </parameter>
            <parameter name="MaxFAPTxPowerInUse" access="readOnly">
                <description>The maximum transmission power measured in {{units}} currently used by the FAP.
Actual values of the maximum transmission power are -40.0 dBm to 20.0 dBm in steps of 0.1 dB. The value of {{param}} divided by 10 yields the
actual value of the maximum transmission power.
Self-configuration for maximum transmission power is controlled by {{param|.Capabilities.CDMA2000.OneX.SelfConfig.MaxFAPTxPowerConfig}} from an availability perspective and {{param|.FAPControl.CDMA2000.OneX.SelfConfig.MaxFAPTxPowerSelfConfigEnable}} from an enabled perspective. If the self-configuration capability is available and enabled, this parameter indicates the value selected by the FAP among the range provided in {{param|MaxFAPTxPower}}. If the self-configuration capability is not available or not enabled, then this parameter contains a value selected by the ACS. </description>
                <syntax>
                    <int>
                        <range minInclusive="-400" maxInclusive="200" />
                        <units value="0.1 dBm" />
                    </int>
                </syntax>
            </parameter>
            <parameter name="PchPwrPercentage" access="readWrite">
                <description>Percentage of Max Sector Power Used By Paging Channel (expressed in {{units}}). For example, 93333 means 93.333% of the max sector power.</description>
                <syntax>
                    <unsignedInt>
                        <range minInclusive="1000" maxInclusive="1000000" />
                        <units value="0.001 percent" />
                    </unsignedInt>
                </syntax>
            </parameter>
            <parameter name="PilotPwrPercentage" access="readWrite">
                <description>Percentage of Max Sector Power Used By Pilot Channel (expressed in {{units}}). For example, 19950 means 19.95% of total.</description>
                <syntax>
                    <unsignedInt>
                        <range minInclusive="1000" maxInclusive="1000000" />
                        <units value="0.001 percent" />
                    </unsignedInt>
                </syntax>
            </parameter>
            <parameter name="SyncPwrPercentage" access="readWrite">
                <description>Percentage of Max Sector Power Used By Sync Channel (expressed in {{units}}). For example, 23458 means 23.4% of the max sector power.</description>
                <syntax>
                    <unsignedInt>
                        <range minInclusive="1000" maxInclusive="1000000" />
                        <units value="0.001 percent" />
                    </unsignedInt>
                </syntax>
            </parameter>
        </object>
        <object name="FAPService.{i}.CellConfig.CDMA2000.OneX.RAN.NetworkListenModeConfig." access="readOnly" minEntries="1" maxEntries="1">
            <description>This object contains parameters relating to self-configuration of the MaxFAPTxPower of the FAP.</description>
            <parameter name="RFCNFLMargin" access="readWrite">
                <description>If self-configuration of RFCNFL is enabled, this value indicates the total received signal strength margin to be applied to the entries in RFCNFL when the FAP decides on the RFCNInUse in order to bias the selection of the most preferred frequency.</description>
                <syntax>
                    <unsignedInt />
                </syntax>
            </parameter>
            <parameter name="FAPCoverageTarget" access="readWrite">
                <description>Defines the target value measured in dB for the range of the FAP's FL coverage, in terms of RF propagation loss. This value can be used by the FAP's selfconfiguration algorithms to help derive transmit power levels in the presence of co-channel and adjacent channel interference.

{{param}} is expressed as a range of the minimum coverage path loss and the maximum coverage path loss with ".." (two periods) between the minimum and maximum values, i.e., "&lt;FAPCoverageTarget_min&gt;..&lt;FAPCoverageTarget_max&gt;". These values can be used by the FAP's selfconfiguration algorithms to help derive transmit power levels in the presence of co-channel and adjacent channel interference.
&lt;FAPCoverageTarget_min&gt; and &lt;FAPCoverageTarget_max&gt; are measured in dB and have a range of [50,150] incremented by 1 dB.</description>
                <syntax>
                    <string>
                        <size maxLength="32" />
                    </string>
                </syntax>
            </parameter>
            <parameter name="FAPBeaconCoverageTarget" access="readWrite">
                <description>Defines the target value measured in dB for the range of the FAP's FL Beacon coverage, in terms of RF propagation loss. This value can be used by the FAP's selfconfiguration algorithms to help derive beacon transmit power levels.

{{param}} is expressed as a range of the minimum coverage path loss and the maximum coverage path loss with ".." (two periods)
between the minimum and maximum values, i.e., "&lt;BeaconCoverageTarget_min&gt;..&lt;BeaconCoverageTarget_max&gt;". These values can be used by the FAP's selfconfiguration algorithms to help derive transmit power levels for the beacon(s) in the presence of co-channel and adjacent channel interference."
&lt;BeaconCoverageTarget_min&gt; and &lt;BeaconCoverageTarget_max&gt; are measured in dB and have a range of [50,150] incremented by 1 dB.</description>
                <syntax>
                    <string>
                        <size maxLength="32" />
                    </string>
                </syntax>
            </parameter>
            <parameter name="MaxCoverageEdgePilotStrength" access="readWrite">
                <description>The maximum strength of the received pilot energy per chip, Ec, to total received spectral density, Io (signal and noise) desired for FAP users at the edge of the FAP coverage target in units of {{units}}. This value can be used by the FAP's self configuration algorithms to help prevent aggressive transmit power level settings .</description>
                <syntax>
                    <int>
                        <range minInclusive="-300" maxInclusive="0" />
                        <units value="0.1 dB" />
                    </int>
                </syntax>
            </parameter>
            <parameter name="MaxAllowablePilotStrengthDegradation" access="readWrite">
                <description>The maximum amount in dB by which the strength of the received pilot energy per chip, Ec, to total received spectral density, Io (signal and
noise) for alien users can be degraded in the presence of FAP interference at the edge of FAP coverage, in {{units}} units.</description>
                <syntax>
                    <int>
                        <range minInclusive="0" maxInclusive="150" />
                        <units value="0.1 dB" />
                    </int>
                </syntax>
            </parameter>
            <parameter name="RFCNFLToProtect" access="readWrite">
                <description>{{list}} Each item is a FL RFCN corresponding to a CDMA2000 carrier that is adjacent to the RFCNFLInUse to be protected from adjacent channel interference. If any of the items in the list are adjacent to the FAP's own FL channel, the FAP MUST take the PilotStrength and total received power spectral density (Io) measured on these channels into account as part of its maximum transmit power selfconfiguration.
The RFCNs in the list can belong to any operator, allowing for protection of the FAP operator's own macro layer as well as that of other operators.
The list should take into account the ability of the FAP to self-configure its own FL RFCN and so SHOULD include any channels (requiring protection) which can potentially be adjacent to the RFCN selected by the FAP.
For example, if only adjacent operator protection is needed and the FAP has the ability to self-configure to any channel owned by its operator, this list would be populated with the RFCNs immediately above and below the range of channels owned by the FAP operator.
If an empty string then it indicates that there are no channels adjacent to the FAP that require protection, or that self-configuration of the FAP transmit power is not enabled.</description>
                <syntax>
                    <list />
                    <string>
                        <size maxLength="256" />
                    </string>
                </syntax>
            </parameter>
            <parameter name="FAPAllowedAdjChanCoverageHole" access="readWrite">
                <description>Defines the maximum allowed coverage hole created on carriers listed in RFCNFLToProtect by the FAP transmission, measured in {{units}}, in terms of RF propagation loss such that the {{param|MaxAllowablePilotStrengthDegradation}} is maintained outside the {{param}} for MS on that {{param|RFCNFLToProtect}}. This value can be used by the FAP's self configuration algorithms to help derive transmit power levels.</description>
                <syntax>
                    <unsignedInt>
                        <range minInclusive="30" maxInclusive="150" />
                        <units value="dB" />
                    </unsignedInt>
                </syntax>
            </parameter>
            <parameter name="ACIR" access="readWrite">
                <description>AdjacentChannelInterferenceRatio value in {{units}} to be used when determining the coverage hole created on adjacent channels due to leakage.</description>
                <syntax>
                    <unsignedInt>
                        <units value="dB" />
                    </unsignedInt>
                </syntax>
            </parameter>
        </object>
        <object name="FAPService.{i}.CellConfig.CDMA2000.OneX.RAN.AccessParameters." access="readOnly" minEntries="1" maxEntries="1">
            <description>The object used for configuring access parameter messages for 1x. See {{bibref|3GPP2-C.S0005}}.</description>
            <parameter name="NomPwr" access="readWrite">
                <description>Nominal power correction factor used by the mobile in open loop power adjustment. See {{bibref|3GPP2-C.S0005}}.</description>
                <syntax>
                    <int>
                        <range minInclusive="-7" maxInclusive="8" />
                    </int>
                </syntax>
            </parameter>
            <parameter name="InitPwr" access="readWrite">
                <description>Initial power offset used by the mobile in open loop power adjustment. See {{bibref|3GPP2-C.S0005}}.</description>
                <syntax>
                    <int>
                        <range minInclusive="-15" maxInclusive="16" />
                    </int>
                </syntax>
            </parameter>
            <parameter name="PwrStepIndb" access="readWrite">
                <description>Power step increment in successive access probes. See {{bibref|3GPP2-C.S0005}}.</description>
                <syntax>
                    <unsignedInt>
                        <range minInclusive="0" maxInclusive="7" />
                    </unsignedInt>
                </syntax>
            </parameter>
            <parameter name="NomPwrExt" access="readWrite">
                <description>{{param}} should be zero for BC0 and BC1.  For other band classes, {{param}} is 1 if Mobile's correction factor is between -24dBm and -9dBm. Otherwise {{param}} is zero. See {{bibref|3GPP2-C.S0005}}.</description>
                <syntax>
                    <unsignedInt>
                        <range minInclusive="0" maxInclusive="1" />
                        <units value="dBm">
                        </units>
                    </unsignedInt>
                </syntax>
            </parameter>
            <parameter name="APMAuth" access="readWrite">
                <description>Enabling/disabling global authentication. See {{bibref|3GPP2-C.S0005}}.</description>
                <syntax>
                    <unsignedInt>
                        <range minInclusive="0" maxInclusive="1" />
                    </unsignedInt>
                </syntax>
            </parameter>
            <parameter name="APMRandUpdatePrd" access="readWrite">
                <description>The period (in {{units}}) that the BSS updates the RAND value sent via APM. Only 2 second multiples accepted.</description>
                <syntax>
                    <unsignedInt>
                        <range minInclusive="16" maxInclusive="14400" />
                        <units value="seconds">
                        </units>
                    </unsignedInt>
                </syntax>
            </parameter>
            <parameter name="Initialpwr" access="readWrite">
                <description>Initial power offset for access. The base station shall set this field to the correction factor to be used by mobile stations in the open loop power estimate for the initial transmission on an Access Channel, expressed as a two's complement value in units of {{units}}.
</description>
                <syntax>
                    <unsignedInt>
                        <range minInclusive="0" maxInclusive="31" />
                        <units value="dB">
                        </units>
                    </unsignedInt>
                </syntax>
            </parameter>
            <parameter name="PwrStep" access="readWrite">
                <description>Power increment. The base station shall set this field to the value by which mobile stations are to increase their transmit power between successive access probes in an access probe sequence, in units of {{units}}.
</description>
                <syntax>
                    <unsignedInt>
                        <range minInclusive="0" maxInclusive="7" />
                        <units value="dB">
                        </units>
                    </unsignedInt>
                </syntax>
            </parameter>
            <parameter name="NumStep" access="readWrite">
                <description>Number of access probes. The base station shall set this field to one less than the maximum number of access probes mobile stations are to transmit in a single access probe sequence.
</description>
                <syntax>
                    <unsignedInt>
                        <range minInclusive="0" maxInclusive="15" />
                    </unsignedInt>
                </syntax>
            </parameter>
            <parameter name="MaxCapSize" access="readWrite">
                <description>Maximum Access Channel message capsule size. The base station shall set this field to the value in the range 0 to 7. {{param}} is set to three less than the maximum number of Access Channel frames in an Access Channel message capsule.
</description>
                <syntax>
                    <unsignedInt>
                        <range minInclusive="0" maxInclusive="7" />
                    </unsignedInt>
                </syntax>
            </parameter>
            <parameter name="PreambleSize" access="readWrite">
                <description>Access Channel preamble length. The base station shall set this field to one less than the number of Access Channel frames that mobile stations are to transmit in each Access Channel preamble.
</description>
                <syntax>
                    <unsignedInt>
                        <range minInclusive="0" maxInclusive="15" />
                    </unsignedInt>
                </syntax>
            </parameter>
            <parameter name="Psist09" access="readWrite">
                <description>Persistence value for access probes sent by mobiles with Access Overload calls values of  0 - 9. A value of 63 indicates such mobiles are not allowed to send access probes.</description>
                <syntax>
                    <unsignedInt>
                        <range minInclusive="0" maxInclusive="63" />
                    </unsignedInt>
                </syntax>
            </parameter>
            <parameter name="Psist10" access="readWrite">
                <description>Persistence value for access probes sent by mobiles with Access Overload calls values of  10 (test Mobile). A value of 7 indicates such mobiles are not allowed to send access probes.</description>
                <syntax>
                    <unsignedInt>
                        <range minInclusive="0" maxInclusive="7" />
                    </unsignedInt>
                </syntax>
            </parameter>
            <parameter name="Psist11" access="readWrite">
                <description>Persistence value for access probes sent by mobiles with Access Overload calls values of  11 (emergency Mobile). A value of 7 indicates such mobiles are not allowed to send access probes.</description>
                <syntax>
                    <unsignedInt>
                        <range minInclusive="0" maxInclusive="7" />
                    </unsignedInt>
                </syntax>
            </parameter>
            <parameter name="Psist12" access="readWrite">
                <description>Persistence value for access probes sent by mobiles with Access Overload calls values of  12. A value of 7 indicates such mobiles are not allowed to send access probes.</description>
                <syntax>
                    <unsignedInt>
                        <range minInclusive="0" maxInclusive="7" />
                    </unsignedInt>
                </syntax>
            </parameter>
            <parameter name="Psist13" access="readWrite">
                <description>Persistence value for access probes sent by mobiles with Access Overload calls values of  13. A value of 7 indicates such mobiles are not allowed to send access probes.</description>
                <syntax>
                    <unsignedInt>
                        <range minInclusive="0" maxInclusive="7" />
                    </unsignedInt>
                </syntax>
            </parameter>
            <parameter name="Psist14" access="readWrite">
                <description>Persistence value for access probes sent by mobiles with Access Overload calls values of  14. A value of 7 indicates such mobiles are not allowed to send access probes.</description>
                <syntax>
                    <unsignedInt>
                        <range minInclusive="0" maxInclusive="7" />
                    </unsignedInt>
                </syntax>
            </parameter>
            <parameter name="Psist15" access="readWrite">
                <description>Persistence value for access probes sent by mobiles with Access Overload calls values of  15. A value of 7 indicates such mobiles are not allowed to send access probes.</description>
                <syntax>
                    <unsignedInt>
                        <range minInclusive="0" maxInclusive="7" />
                    </unsignedInt>
                </syntax>
            </parameter>
            <parameter name="MsgPsist" access="readWrite">
                <description>Persistence modifier for access channel attempts transmitting a message.</description>
                <syntax>
                    <unsignedInt>
                        <range minInclusive="0" maxInclusive="7" />
                    </unsignedInt>
                </syntax>
            </parameter>
            <parameter name="RegPsist" access="readWrite">
                <description>Persistence modifier for registration message transmission.</description>
                <syntax>
                    <unsignedInt>
                        <range minInclusive="0" maxInclusive="7" />
                    </unsignedInt>
                </syntax>
            </parameter>
            <parameter name="ProbePNRan" access="readWrite">
                <description>Time randomization for access channel probes.</description>
                <syntax>
                    <unsignedInt>
                        <range minInclusive="0" maxInclusive="9" />
                    </unsignedInt>
                </syntax>
            </parameter>
            <parameter name="AccTmo" access="readWrite">
                <description>Access transmission timeout. Two less than the time the mobile has to wait before determining that the probe is not received by the BSS. It is in {{units}}.</description>
                <syntax>
                    <unsignedInt>
                        <range minInclusive="0" maxInclusive="15" />
                        <units value="80 ms slots">
                        </units>
                    </unsignedInt>
                </syntax>
            </parameter>
            <parameter name="ProbeBkoff" access="readWrite">
                <description>One less than maximum number for randomized delay between successive access probes in {{units}}.</description>
                <syntax>
                    <unsignedInt>
                        <range minInclusive="0" maxInclusive="15" />
                        <units value="frames">
                        </units>
                    </unsignedInt>
                </syntax>
            </parameter>
            <parameter name="Bkoff" access="readWrite">
                <description>One less than maximum number for randomized delay between successive access sequences in {{units}}.</description>
                <syntax>
                    <unsignedInt>
                        <range minInclusive="0" maxInclusive="15" />
                        <units value="80 ms slots">
                        </units>
                    </unsignedInt>
                </syntax>
            </parameter>
            <parameter name="MaxReqSeq" access="readWrite">
                <description>Maximum number of access probe sequences for an access request.</description>
                <syntax>
                    <unsignedInt>
                        <range minInclusive="0" maxInclusive="15" />
                    </unsignedInt>
                </syntax>
            </parameter>
            <parameter name="MaxRspSeq" access="readWrite">
                <description>Maximum number of access probe sequences for an access response</description>
                <syntax>
                    <unsignedInt>
                        <range minInclusive="0" maxInclusive="15" />
                    </unsignedInt>
                </syntax>
            </parameter>
        </object>
        <object name="FAPService.{i}.CellConfig.CDMA2000.OneX.RAN.SystemParameters." access="readOnly" minEntries="1" maxEntries="1">
            <description>The object used for configuring system parameter messages for 1x</description>
            <parameter name="RegZone" access="readWrite">
                <description>registration zone number (refer to Section 2.6.5.1.5 of {{bibref|3GPP2-C.S0005}})</description>
                <syntax>
                    <unsignedInt>
                        <range minInclusive="0" maxInclusive="4095" />
                    </unsignedInt>
                </syntax>
            </parameter>
            <parameter name="TotalZones" access="readWrite">
                <description>Total number of zones the mobile shall retain for zone based registration. See {{bibref|3GPP2-C.S0005}}.</description>
                <syntax>
                    <unsignedInt>
                        <range minInclusive="0" maxInclusive="7" />
                    </unsignedInt>
                </syntax>
            </parameter>
            <parameter name="ZoneTimer" access="readWrite">
                <description>timer value to be used by the mobile in the zone registration timer. Refer to table 3.7.2.3.2.1-1 of the standard {{bibref|3GPP2-C.S0005}}.</description>
                <syntax>
                    <unsignedInt>
                        <range minInclusive="0" maxInclusive="7" />
                    </unsignedInt>
                </syntax>
            </parameter>
            <parameter name="RegPeriod" access="readWrite">
                <description>Registration period for timer based registration. Registration period is calculated from the formula 2^(REG_PRD/4) x 0.08 seconds. Thus a value of 59 corresponds to 1853.6 seconds (~ 1/2 hour). See {{bibref|3GPP2-C.S0005}}.</description>
                <syntax>
                    <unsignedInt>
                        <range minInclusive="29" maxInclusive="85" />
                    </unsignedInt>
                </syntax>
            </parameter>
            <parameter name="SrchWinA" access="readWrite">
                <description>Search window size to be used ny the mobile for active set and candidate set. Refer to table 2.6.6.2.1-1 of {{bibref|3GPP2-C.S0005}}. For example, 11 corresponds to 130 chips</description>
                <syntax>
                    <unsignedInt>
                        <range minInclusive="0" maxInclusive="15" />
                    </unsignedInt>
                </syntax>
            </parameter>
            <parameter name="SrchWinN" access="readWrite">
                <description>Search window size to be used by the mobile for neighbor set. Refer to table 2.6.6.2.1-1 of {{bibref|3GPP2-C.S0005}}. For example, 8 corresponds to 60 chips</description>
                <syntax>
                    <unsignedInt>
                        <range minInclusive="0" maxInclusive="15" />
                    </unsignedInt>
                </syntax>
            </parameter>
            <parameter name="SrchWinR" access="readWrite">
                <description>Search window size to be used by the mobile for remaining set. Refer to table 2.6.6.2.1-1 of {{bibref|3GPP2-C.S0005}}. For example, 8 corresponds to 60 chips</description>
                <syntax>
                    <unsignedInt>
                        <range minInclusive="0" maxInclusive="15" />
                    </unsignedInt>
                </syntax>
            </parameter>
            <parameter name="NghbrMaxAge" access="readWrite">
                <description>neighbor set maximum age beyond which the mobiles are supposed to drop a neighbor. This is the count of neighbout list updat or extended neighbor list updates a mobile shall receive before removing a neighbor from the neighbor list. See {{bibref|3GPP2-C.S0005}}.</description>
                <syntax>
                    <unsignedInt>
                        <range minInclusive="0" maxInclusive="15" />
                    </unsignedInt>
                </syntax>
            </parameter>
            <parameter name="PwrRepThresh" access="readWrite">
                <description>Power control reporting threshold. Number of bad frames a mobile should receive before sending a PMRM message. See {{bibref|3GPP2-C.S0005}}.</description>
                <syntax>
                    <unsignedInt>
                        <range minInclusive="0" maxInclusive="31" />
                    </unsignedInt>
                </syntax>
            </parameter>
            <parameter name="PwrRepFrames" access="readWrite">
                <description>Duration (in number of frames) for measuring bad frames - given by equation 2^(PWR_REP_FRAMES/2) x 5 frames. For example, 6 corresponds to 40 frames. See {{bibref|3GPP2-C.S0005}}.</description>
                <syntax>
                    <unsignedInt>
                        <range minInclusive="0" maxInclusive="15" />
                    </unsignedInt>
                </syntax>
            </parameter>
            <parameter name="PwrThreshEnable" access="readWrite">
                <description>enable/disable power measurement report message. See {{bibref|3GPP2-C.S0005}}.</description>
                <syntax>
                    <unsignedInt>
                        <range minInclusive="0" maxInclusive="1" />
                    </unsignedInt>
                </syntax>
            </parameter>
            <parameter name="PwrPeriodEnable" access="readWrite">
                <description>enable/disable periodic power measurement report message. See {{bibref|3GPP2-C.S0005}}.</description>
                <syntax>
                    <unsignedInt>
                        <range minInclusive="0" maxInclusive="1" />
                    </unsignedInt>
                </syntax>
            </parameter>
            <parameter name="PwrRepDelay" access="readWrite">
                <description>Delay (in unit of four frames) following a PMRM before the mobile restarts counting bad frames for power control measuremnt. See {{bibref|3GPP2-C.S0005}}.</description>
                <syntax>
                    <unsignedInt>
                        <range minInclusive="0" maxInclusive="32" />
                    </unsignedInt>
                </syntax>
            </parameter>
            <parameter name="Rescan" access="readWrite">
                <description>If {{param}} is set to 1, the mobiles should restart and reinitialize the System Parameters message. See {{bibref|3GPP2-C.S0005}}.</description>
                <syntax>
                    <unsignedInt>
                        <range minInclusive="0" maxInclusive="1" />
                    </unsignedInt>
                </syntax>
            </parameter>
            <parameter name="Tadd" access="readWrite">
                <description>Power threshold (in {{units}}) for transferring a neighbor from neighbor set or remaining set to active set. For example, a value of 26 corresponds to -13 dB. See {{bibref|3GPP2-C.S0005}}.</description>
                <syntax>
                    <unsignedInt>
                        <range minInclusive="0" maxInclusive="63" />
                        <units value="dB">
                        </units>
                    </unsignedInt>
                </syntax>
            </parameter>
            <parameter name="Tdrop" access="readWrite">
                <description>Drop threshold (in {{units}}) to start a handoff timer to drop a neighbor from active or candidate set. For example, 30 corresponds to  -15dB. See {{bibref|3GPP2-C.S0005}}.</description>
                <syntax>
                    <unsignedInt>
                        <range minInclusive="0" maxInclusive="63" />
                        <units value="dB">
                        </units>
                    </unsignedInt>
                </syntax>
            </parameter>
            <parameter name="Tcomp" access="readWrite">
                <description>If a pilot in condidate set exceeds the power of a pilot in active set by threshold, the mobile shall send a power strenght measurement report message. This threshold is defined in unit of {{units}}. For example, 5 corresponds to a threshold of  2.5 dB. See {{bibref|3GPP2-C.S0005}}.</description>
                <syntax>
                    <unsignedInt>
                        <range minInclusive="0" maxInclusive="15" />
                        <units value="0.5 dB">
                        </units>
                    </unsignedInt>
                </syntax>
            </parameter>
            <parameter name="TTdrop" access="readWrite">
                <description>Timer value for which an action is taken by the mobile for a neighbor in candidate set or in active set. Refer to Table 2.6.6.2.3-1 of the {{bibref|3GPP2-C.S0005}} for details. For example, 3 corresponds to four seconds</description>
                <syntax>
                    <unsignedInt>
                        <range minInclusive="0" maxInclusive="15" />
                    </unsignedInt>
                </syntax>
            </parameter>
            <parameter name="InTrafficTadd" access="readWrite">
                <description>T-ADD value (in {{units}}) used for in-traffic system parameter message. See {{bibref|3GPP2-C.S0005}}.</description>
                <syntax>
                    <unsignedInt>
                        <range minInclusive="0" maxInclusive="63" />
                        <units value="dB">
                        </units>
                    </unsignedInt>
                </syntax>
            </parameter>
            <parameter name="InTrafficTdrop" access="readWrite">
                <description>T-Drop value (in {{units}}) used in in-traffic system parameter message. See {{bibref|3GPP2-C.S0005}}.</description>
                <syntax>
                    <unsignedInt>
                        <range minInclusive="0" maxInclusive="63" />
                        <units value="dB">
                        </units>
                    </unsignedInt>
                </syntax>
            </parameter>
            <parameter name="InTrafficTcomp" access="readWrite">
                <description>T_Comp value (in {{units}}) used for in-traffic system parameter message. See {{bibref|3GPP2-C.S0005}}.</description>
                <syntax>
                    <unsignedInt>
                        <range minInclusive="0" maxInclusive="15" />
                        <units value="dB">
                        </units>
                    </unsignedInt>
                </syntax>
            </parameter>
            <parameter name="InTrafficTtdrop" access="readWrite">
                <description>T_Tdrop timer value value used for in-traffic system parameter message. See {{bibref|3GPP2-C.S0005}}.</description>
                <syntax>
                    <unsignedInt>
                        <range minInclusive="0" maxInclusive="15" />
                    </unsignedInt>
                </syntax>
            </parameter>
        </object>
        <object name="FAPService.{i}.CellConfig.CDMA2000.OneX.RAN.ExtendedSystemParameters." access="readOnly" minEntries="1" maxEntries="1">
            <description>The object used for configuring extended system parameter messages for 1x</description>
            <parameter name="Prev" access="readWrite">
                <description>protocol revision</description>
                <syntax>
                    <unsignedInt>
                        <range minInclusive="0" maxInclusive="255" />
                    </unsignedInt>
                </syntax>
            </parameter>
            <parameter name="PMinRev" access="readWrite">
                <description>minimum protocol revision </description>
                <syntax>
                    <unsignedInt>
                        <range minInclusive="0" maxInclusive="255" />
                    </unsignedInt>
                </syntax>
            </parameter>
            <parameter name="DeleteForTMSI" access="readWrite">
                <description>Delete Foreign TMSI.
The base station shall set this field to '1' to cause the mobile station to delete its TMSI if the TMSI was assigned in a different TMSI zone from that specified by the TMSI_ZONE field of this message; otherwise, the base station shall set this field to '0'.
</description>
                <syntax>
                    <unsignedInt>
                        <range minInclusive="0" maxInclusive="1" />
                    </unsignedInt>
                </syntax>
            </parameter>
            <parameter name="UseTMSI" access="readWrite">
                <description>Use TMSI indicator.
The base station shall set this field to the value shown next field corresponding to the type of MSID that the mobile station is to use on the Access Channel.
</description>
                <syntax>
                    <unsignedInt>
                        <range minInclusive="0" maxInclusive="1" />
                    </unsignedInt>
                </syntax>
            </parameter>
            <parameter name="PrefMSIDType" access="readWrite">
                <description>Preferred Access Channel Mobile Station Identifier Type. F294.
The base station shall set this field to the value shown as below corresponding to the type of MSDI that the mobile station is to use on the Access Channel.
[useTMSI] [prefMSIDType] [description]
 0                  00                  IMSI_S and ESN
 0                  10                  IMSI
 0                  11                  IMSI and ESN
 1                  10                  TMSI; IMSI
 1                  11                  TMSI; IMSI and ESN </description>
                <syntax>
                    <unsignedInt>
                        <range minInclusive="0" maxInclusive="3" />
                    </unsignedInt>
                </syntax>
            </parameter>
            <parameter name="MCC" access="readWrite">
                <description>Mobile Country Code. See {{bibref|3GPP2-C.S0005}}.</description>
                <syntax>
                    <unsignedInt>
                        <range minInclusive="0" maxInclusive="1023" />
                    </unsignedInt>
                </syntax>
            </parameter>
            <parameter name="IMSI1112" access="readWrite">
                <description>11th and 12th digits of IMSI. See {{bibref|3GPP2-C.S0005}}.</description>
                <syntax>
                    <unsignedInt>
                        <range minInclusive="0" maxInclusive="255" />
                    </unsignedInt>
                </syntax>
            </parameter>
            <parameter name="TMSIZoneLen" access="readWrite">
                <description>TMSI zone length.
The base station shall set this field to the number of octets included in the TMSI_ZONE. The base station shall set this field to a value in the range 1 to 8 inclusive.
</description>
                <syntax>
                    <unsignedInt>
                        <range minInclusive="1" maxInclusive="8" />
                    </unsignedInt>
                </syntax>
            </parameter>
            <parameter name="TMSIZone" access="readWrite">
                <description>TMSI zone.
The base station shall set this field to the TMSI zone number as specified in {{bibref|3GPP2-N.S0010}}.
</description>
                <syntax>
                    <unsignedInt>
                        <range minInclusive="0" maxInclusive="65535" />
                    </unsignedInt>
                </syntax>
            </parameter>
            <parameter name="BcastIndex" access="readWrite">
                <description>Broadcast slot cycle index. To enable periodic broadcast paging, the base station shall set this field to and unsigned 3-bit number in the range 1-7, equal to the broadcast slot cycle index. To disable periodic broadcast paging, the base station shall set this field to '000'.
</description>
                <syntax>
                    <unsignedInt>
                        <range minInclusive="0" maxInclusive="7" />
                    </unsignedInt>
                </syntax>
            </parameter>
            <parameter name="IMSITSupported" access="readWrite">
                <description>1: IMISI_T is supported, 0: IMSI_T is not supported. See {{bibref|3GPP2-C.S0005}}.</description>
                <syntax>
                    <int>
                        <range minInclusive="0" maxInclusive="1" />
                    </int>
                </syntax>
            </parameter>
            <parameter name="SoftSlope" access="readWrite">
                <description>The slope in the inequality criterion for adding a pilot to the Active Set, or dropping a pilot from the Active Set. The base station shall set this field as an unsigned binary number.</description>
                <syntax>
                    <unsignedInt>
                        <range minInclusive="0" maxInclusive="63" />
                    </unsignedInt>
                </syntax>
            </parameter>
            <parameter name="AddIntercept" access="readWrite">
                <description>The intercept in the inequality criterion for adding a pilot to the Active Set. The base station shall set this field as a two's complement signed binary number, in units of {{units}}.</description>
                <syntax>
                    <unsignedInt>
                        <range minInclusive="0" maxInclusive="63" />
                        <units value="dB">
                        </units>
                    </unsignedInt>
                </syntax>
            </parameter>
            <parameter name="DropIntercept" access="readWrite">
                <description>The intercept in the inequality criterion for dropping a pilot from the Active Set. The base station shall set this field as a two's complement signed binary number, in units of {{units}}.</description>
                <syntax>
                    <unsignedInt>
                        <range minInclusive="0" maxInclusive="63" />
                        <units value="dB">
                        </units>
                    </unsignedInt>
                </syntax>
            </parameter>
            <parameter name="MaxNumAltSo" access="readWrite">
                <description>Maximum number of alternative service options. The base station shall set this field to the maximum number of alternative service option numbers that the mobile station is allowed to include in the Origination Message or the Page Response Message.
For mobile stations with MOB_P_REVs less than seven, the alternative service options are those service options defined in TSB-58B and related to SERVICE_OPTION in Origination Message and the Page Response Message.
For mobile stations with MOB_P_REVs equal to or greater than seven, the alternative service options are those service options defined in TSB-58B without service group number assigned and related to SERVICE_OPTION in Origination Message and the Page Response Message.
The base station sets this field to a value greater than zero, in addition, the base station shall allow the mobile station with MOB_P_REVs equal to or greater than 7 to include
- a 4 or 8-bit service option bitmap in the Origination Message and the Page Response Message;
- alternative service option numbers, not limited to MAX_ALT_SO_NUM, in the Enhanced Origination Message.</description>
                <syntax>
                    <unsignedInt>
                        <range minInclusive="0" maxInclusive="7" />
                    </unsignedInt>
                </syntax>
            </parameter>
            <parameter name="ReselectedIncluded" access="readWrite">
                <description>System reselection parameters included.
If the base station is including system reselection parameters, the base station shall set this field to '1'; otherwise, the base station shall set this field to '0'.</description>
                <syntax>
                    <unsignedInt>
                        <range minInclusive="0" maxInclusive="1" />
                    </unsignedInt>
                </syntax>
            </parameter>
            <parameter name="EcThresh" access="readWrite">
                <description>Pilot power threshold.
If RESELECTINCLUDED is set to '1', the base station shall include the field EC_THRESH and set this field to:
[  (pilot_power_threshold + 115 ) ]
where pilot_power_threshold is the pilot power, Ec, in {{units}}/1.23 MHz, below which the mobile station is to perform system reselection; otherwise, the base station shall omit this field.</description>
                <syntax>
                    <unsignedInt>
                        <units value="dBm">
                        </units>
                    </unsignedInt>
                </syntax>
            </parameter>
            <parameter name="EcIoThresh" access="readWrite">
                <description>Pilot Ec / Io threshold.
If RESELECTINCLUDED is set to '1', the base station shall include the field EC_I0_THRESH and set this field to:
[ - 20 x log10 (pilot_threshold) ]
where pilot_threshold is the pilot Ec/Io below which the mobile station is to perform system reselection; otherwise, the base station shall omit this field.</description>
                <syntax>
                    <unsignedInt />
                </syntax>
            </parameter>
            <parameter name="PilotReport" access="readWrite">
                <description>Pilot reporting indicator.
The base station shall set this field to '1' if the mobile station is to report the additional pilots which have pilot strength exceeding T_ADD in all Access Channel messages. The base station shall set this field to '0' if the mobile station is to report the additional pilots which have pilot strengths exceeding T_ADD only in the Origination Message and the Page Response Message.</description>
                <syntax>
                    <unsignedInt>
                        <range minInclusive="0" maxInclusive="1" />
                    </unsignedInt>
                </syntax>
            </parameter>
            <parameter name="NghbrSetEntryInfo" access="readWrite">
                <description>Neighbor Set access entry handoff information included indicator.
If the base station is including information on the Neighbor Set access entry handoff, the base station shall set this field to '1'; otherwise, the base station shall set this field to '0'.</description>
                <syntax>
                    <unsignedInt>
                        <range minInclusive="0" maxInclusive="1" />
                    </unsignedInt>
                </syntax>
            </parameter>
            <parameter name="AccessHOOrder" access="readWrite">
                <description>Access entry handoff permitted indicator.
If NghbrSetEntryInfo is set to '1', the base station shall set this field to '1' if the mobile station is permitted to perform an access entry handoff after receiving a message while performing the Mobile Station Order and Message Processing Operation in the Mobile Station Idle State; otherwise, the base station shall set this field to '0'.
</description>
                <syntax>
                    <unsignedInt>
                        <range minInclusive="0" maxInclusive="1" />
                    </unsignedInt>
                </syntax>
            </parameter>
            <parameter name="NghbrSetAccessInfo" access="readWrite">
                <description>Neighbor Set access handoff included indicator.
If the base station is including information on the Neighbor Set access handoff or access probe handoff, the base station shall set this field to '1', otherwise, the base station shall set this field to '0'.</description>
                <syntax>
                    <unsignedInt>
                        <range minInclusive="0" maxInclusive="1" />
                    </unsignedInt>
                </syntax>
            </parameter>
            <parameter name="AccessHO" access="readWrite">
                <description>Access handoff permitted indicator.
If NghbrSetEntryInfo is set to '1', the base station shall set this field to '1' if the mobile station is permitted to perform an access handoff; otherwise, the base station shall set this field to '0'.</description>
                <syntax>
                    <unsignedInt>
                        <range minInclusive="0" maxInclusive="1" />
                    </unsignedInt>
                </syntax>
            </parameter>
            <parameter name="AccessHOMsgRsp" access="readWrite">
                <description>Access handoff permitted for message response indicator.
If AccessHO is set to '1', the base station shall include this field and set it as described below; otherwise, the base station shall omit this field.
The base station shall set this field to '1' if the mobile station is permitted to perform an access handoff after receiving a message and before responding to that message in the System Access State; otherwise, the base station shall set this field to '0'.</description>
                <syntax>
                    <unsignedInt>
                        <range minInclusive="0" maxInclusive="1" />
                    </unsignedInt>
                </syntax>
            </parameter>
            <parameter name="AccessProbeHO" access="readWrite">
                <description>Access probe handoff permitted indicator.
If NghbrSetEntryInfo is set to '1', the base station shall set this field to '1' if the base station is permitted to perform an access probe handoff; otherwise, the base station shall set this field to '0'.</description>
                <syntax>
                    <unsignedInt>
                        <range minInclusive="0" maxInclusive="1" />
                    </unsignedInt>
                </syntax>
            </parameter>
            <parameter name="AccHOListUpd" access="readWrite">
                <description>Access handoff list update permitted indicator.
If AccessProbeHO is included and is set to '1', the base station shall set this field to '1' if the mobile station is permitted to update the access handoff list during an access attempt; otherwise, the base station shall set this field to '0'.</description>
                <syntax>
                    <unsignedInt>
                        <range minInclusive="0" maxInclusive="1" />
                    </unsignedInt>
                </syntax>
            </parameter>
            <parameter name="AccProbeHOOtherMsg" access="readWrite">
                <description>Access probe handoff permitted for messages other than the Origination Message and the Page Response Message.
If AccessProbeHO is set to '1', the base station shall set this field to '1' if the mobile station is permitted to perform an access probe handoff for messages other than the Origination Message and the Page Response. The base station shall set this field to '0' if the mobile station is permitted to perform an access probe handoff only for the Origination Message and the Page Response Message.</description>
                <syntax>
                    <unsignedInt>
                        <range minInclusive="0" maxInclusive="1" />
                    </unsignedInt>
                </syntax>
            </parameter>
            <parameter name="MaxNumProbeHO" access="readWrite">
                <description>Maximum number of times that mobile station is permitted to perform an access probe handoff.
If AccessProbeHO is set to '1', the base station shall set this field to the maximum number of times the mobile station is allowed to perform an access probe handoff within an access attempt minus one.</description>
                <syntax>
                    <unsignedInt>
                        <range minInclusive="0" maxInclusive="3" />
                    </unsignedInt>
                </syntax>
            </parameter>
            <parameter name="BrdcastGPSAssit" access="readWrite">
                <description>If {{param}} is set to 1, then Braodcast GPS assist is supported. See {{bibref|3GPP2-C.S0005}}.</description>
                <syntax>
                    <unsignedInt>
                        <range minInclusive="0" maxInclusive="1" />
                    </unsignedInt>
                </syntax>
            </parameter>
            <parameter name="QPCHSupported" access="readWrite">
                <description>Quick Paging Channel Supported Indication.
If the base station supports Quick Paging Channel operation, the base station shall set this field to '1'; otherwise the base station shall set this field to '0'.
</description>
                <syntax>
                    <unsignedInt>
                        <range minInclusive="0" maxInclusive="1" />
                    </unsignedInt>
                </syntax>
            </parameter>
            <parameter name="NumQPCH" access="readWrite">
                <description>Number of Quick Paging Channels.
If the base station sets QPCHSUPPORTED to '1', the base station shall include this field and set it as described below; otherwise, the base station shall omit this field.
The base station shall set this field to the number of Quick Paging Channels on this CDMA Channel. The base station shall not set this field to '00'.
</description>
                <syntax>
                    <unsignedInt>
                        <range minInclusive="1" maxInclusive="3" />
                    </unsignedInt>
                </syntax>
            </parameter>
            <parameter name="QPCHRate" access="readWrite">
                <description>Quick Paging Channel indicator rate.
See {{bibref|3GPP2-C.S0005}}. {{param}} is set as follows:  0:  4800bps; 1:  9600bps.</description>
                <syntax>
                    <unsignedInt>
                        <range minInclusive="0" maxInclusive="1" />
                    </unsignedInt>
                </syntax>
            </parameter>
            <parameter name="QPCHPwrLevelPage" access="readWrite">
                <description>Quick Paging Channel paging indicator transmit power level.
{{param}} is set as follows:  0:  5 dB below; 1: 4 dB below; 2: 3 dB below; 3: 2 dB below; 4: 1 dB below; 5:  Same; 6: 1 dB above; 7: 2dB above.</description>
                <syntax>
                    <unsignedInt>
                        <range minInclusive="0" maxInclusive="7" />
                    </unsignedInt>
                </syntax>
            </parameter>
            <parameter name="QPCHcciSupported" access="readWrite">
                <description>Quick Paging Channel configuration change indicator supported.
{{param}} is set as follows:  if the base station is to support configuration change indicators on the Quick Paging Channel, {{param}} to '1'; otherwise {{param}} is set to '0'.
</description>
                <syntax>
                    <unsignedInt>
                        <range minInclusive="0" maxInclusive="1" />
                    </unsignedInt>
                </syntax>
            </parameter>
            <parameter name="QPCHPwrLevelConfig" access="readWrite">
                <description>Quick Paging Channel configuration change indicator CONFIG transmit power level.
See {{bibref|3GPP2-C.S0005}}.
</description>
                <syntax>
                    <unsignedInt>
                        <range minInclusive="0" maxInclusive="255" />
                    </unsignedInt>
                </syntax>
            </parameter>
            <parameter name="SDBSupported" access="readWrite">
                <description>Short Data Burst supported indicator.
See {{bibref|3GPP2-C.S0005}}.</description>
                <syntax>
                    <unsignedInt>
                        <range minInclusive="0" maxInclusive="1" />
                    </unsignedInt>
                </syntax>
            </parameter>
            <parameter name="RLgainTrafficPilot" access="readWrite">
                <description>Gain adjustment of the Reverse Traffic Channel relative to the Reverse Pilot Channel for Radio Configurations greater than 2.
{{param}} is set to the correction factor to be used by mobile stations in setting the power of a reverse traffic channel, expressed as a two's complement value in units of {{units}}.</description>
                <syntax>
                    <unsignedInt>
                        <range minInclusive="0" maxInclusive="63" />
                        <units value="0.125 dB">
                        </units>
                    </unsignedInt>
                </syntax>
            </parameter>
            <parameter name="RvsPwrCtrlDelayIncl" access="readWrite">
                <description>Reverse Power Control Delay included indicator.
See {{bibref|3GPP2-C.S0005}}.</description>
                <syntax>
                    <unsignedInt>
                        <range minInclusive="0" maxInclusive="1" />
                    </unsignedInt>
                </syntax>
            </parameter>
            <parameter name="RvsPwrCtrlDelay" access="readWrite">
                <description>The reverse power control delay.
{{param}} is setto the closed-loop reverse power control delay minus one (the closed-loop reverse power control delay is the time between the end of a gated-on reverse PCG and the beginning of the Forward Power Control Subchannel in units of {{units}}.</description>
                <syntax>
                    <unsignedInt>
                        <range minInclusive="0" maxInclusive="3" />
                        <units value="1.25 ms">
                        </units>
                    </unsignedInt>
                </syntax>
            </parameter>
        </object>
        <object name="FAPService.{i}.CellConfig.CDMA2000.OneX.RAN.ForwardPwrCtr." access="readOnly" minEntries="1" maxEntries="1">
            <description>The object used for configuring extended channel assignment  messages for 1x</description>
            <parameter name="FPCFCHInitSetpt" access="readWrite">
                <description>Initial Fundamental Channel outer loop Eb/Nt setpoint in {{units}}. For example, 56 corresponds to 7 dB. See {{bibref|3GPP2-C.S0005}}.</description>
                <syntax>
                    <int>
                        <range minInclusive="-128" maxInclusive="127" />
                        <units value="0.125 dB">
                        </units>
                    </int>
                </syntax>
            </parameter>
            <parameter name="FPCSubchanGain" access="readWrite">
                <description>Forward power control subchannel relative to fwd traffic channel in {{units}}. See {{bibref|3GPP2-C.S0005}}.</description>
                <syntax>
                    <int>
                        <range minInclusive="-16" maxInclusive="15" />
                        <units value="0.25 dB">
                        </units>
                    </int>
                </syntax>
            </parameter>
            <parameter name="RLGainAdj" access="readWrite">
                <description>Reverse Traffic Channel power relative to access power in {{units}}. See {{bibref|3GPP2-C.S0005}}.</description>
                <syntax>
                    <int>
                        <range minInclusive="-8" maxInclusive="7" />
                        <units value="dB">
                        </units>
                    </int>
                </syntax>
            </parameter>
            <parameter name="FPCFCHFER" access="readWrite">
                <description>Fundamental Channel target frame error rate. Refer to table 3.7.3.3.2.25-2 of {{bibref|3GPP2-C.S0005}}</description>
                <syntax>
                    <unsignedInt>
                        <range minInclusive="0" maxInclusive="31" />
                    </unsignedInt>
                </syntax>
            </parameter>
            <parameter name="FPCFCHMinSetpt" access="readWrite">
                <description>Minimum Fundamental Channel Outer Loop Eb/Nt setpoint in {{units}}. See {{bibref|3GPP2-C.S0005}}.</description>
                <syntax>
                    <int>
                        <range minInclusive="-128" maxInclusive="127" />
                        <units value="0.125 dB">
                        </units>
                    </int>
                </syntax>
            </parameter>
            <parameter name="FPCFCHMaxSetpt" access="readWrite">
                <description>Maximum Fundamental Channel Outer Loop Eb/Nt setpoint in {{units}}. See {{bibref|3GPP2-C.S0005}}.</description>
                <syntax>
                    <int>
                        <range minInclusive="-128" maxInclusive="127" />
                        <units value="0.125 dB">
                        </units>
                    </int>
                </syntax>
            </parameter>
        </object>
        <object name="FAPService.{i}.CellConfig.CDMA2000.OneX.RAN.HardHandoff." access="readOnly" minEntries="1" maxEntries="1">
            <description>This object provides configurable parameters for 1x Handout</description>
            <parameter name="HandoutEnable" access="readWrite">
                <description>Enabling handout operation.</description>
                <syntax>
                    <boolean />
                </syntax>
            </parameter>
            <parameter name="HOPilotPowerThresh" access="readWrite">
                <description>Pilot power threshold (in {{units}} relative to the FAP pilot power) for handout declaration</description>
                <syntax>
                    <int>
                        <range minInclusive="0" maxInclusive="5" />
                        <units value="dB">
                        </units>
                    </int>
                </syntax>
            </parameter>
            <parameter name="HOPilotDuration" access="readWrite">
                <description>Timethreshold for handout declaration (in {{units}})</description>
                <syntax>
                    <unsignedInt>
                        <range minInclusive="20" maxInclusive="50" />
                        <units value="100ms">
                        </units>
                    </unsignedInt>
                </syntax>
            </parameter>
        </object>
        <object name="FAPService.{i}.CellConfig.CDMA2000.OneX.RAN.HardHandoff.Stats." access="readOnly" minEntries="1" maxEntries="1">
            <description>This object contains statistics for all Handouts of the 1x FAP.</description>
            <parameter name="TxHORequired" access="readOnly" activeNotify="canDeny">
                <description>Total number of Handout Required messages sent to the MSC</description>
                <syntax>
                    <unsignedInt>
                        <range minInclusive="0" maxInclusive="4294967295" />
                    </unsignedInt>
                </syntax>
            </parameter>
            <parameter name="RxHOCommand" access="readOnly" activeNotify="canDeny">
                <description>Total number of Handout Command messegaes received from the MSC</description>
                <syntax>
                    <unsignedInt>
                        <range minInclusive="0" maxInclusive="4294967295" />
                    </unsignedInt>
                </syntax>
            </parameter>
            <parameter name="HORequiredRejected" access="readOnly" activeNotify="canDeny">
                <description>Total number of HO required requests rejected by the MSC</description>
                <syntax>
                    <unsignedInt>
                        <range minInclusive="0" maxInclusive="4294967295" />
                    </unsignedInt>
                </syntax>
            </parameter>
            <parameter name="HORequiredUnanswered" access="readOnly" activeNotify="canDeny">
                <description>Total number of HO required requests for which no response received from the MSC</description>
                <syntax>
                    <unsignedInt>
                        <range minInclusive="0" maxInclusive="4294967295" />
                    </unsignedInt>
                </syntax>
            </parameter>
            <parameter name="TxUHDM" access="readOnly" activeNotify="canDeny">
                <description>Total number UHDMs sent to mobiles</description>
                <syntax>
                    <unsignedInt>
                        <range minInclusive="0" maxInclusive="4294967295" />
                    </unsignedInt>
                </syntax>
            </parameter>
            <parameter name="RxNSAck" access="readOnly" activeNotify="canDeny">
                <description>Total number of MSAcks received from the mobile  in response to UHDM</description>
                <syntax>
                    <unsignedInt>
                        <range minInclusive="0" maxInclusive="4294967295" />
                    </unsignedInt>
                </syntax>
            </parameter>
            <parameter name="HOFailureCount" access="readOnly" activeNotify="canDeny">
                <description>Total number of Handout attempts declared as failure</description>
                <syntax>
                    <unsignedInt>
                        <range minInclusive="0" maxInclusive="4294967295" />
                    </unsignedInt>
                </syntax>
            </parameter>
            <parameter name="CallDropCount" access="readOnly" activeNotify="canDeny">
                <description>Total numer of call drops after a HO attempt. RTC lost without MSack</description>
                <syntax>
                    <unsignedInt>
                        <range minInclusive="0" maxInclusive="4294967295" />
                    </unsignedInt>
                </syntax>
            </parameter>
            <parameter name="TxHOCommence" access="readOnly" activeNotify="canDeny">
                <description>Number of Handout Commenced messages sent to MSC</description>
                <syntax>
                    <unsignedInt>
                        <range minInclusive="0" maxInclusive="4294967295" />
                    </unsignedInt>
                </syntax>
            </parameter>
            <parameter name="RxHOSessionClear" access="readOnly" activeNotify="canDeny">
                <description>Number of session clear commands received form the core</description>
                <syntax>
                    <unsignedInt>
                        <range minInclusive="0" maxInclusive="4294967295" />
                    </unsignedInt>
                </syntax>
            </parameter>
            <parameter name="ReturnOnFailureCount" access="readOnly" activeNotify="canDeny">
                <description>Total number of times a Return On Handoff failure was declared</description>
                <syntax>
                    <unsignedInt>
                        <range minInclusive="0" maxInclusive="4294967295" />
                    </unsignedInt>
                </syntax>
            </parameter>
            <parameter name="OnePilotReportCount" access="readOnly" activeNotify="canDeny">
                <description>Number of times only one pilot was reported in HO Required message</description>
                <syntax>
                    <unsignedInt>
                        <range minInclusive="0" maxInclusive="4294967295" />
                    </unsignedInt>
                </syntax>
            </parameter>
            <parameter name="TwoPilotReportCount" access="readOnly" activeNotify="canDeny">
                <description>Number of times only two pilot was reported in HO Required message</description>
                <syntax>
                    <unsignedInt>
                        <range minInclusive="0" maxInclusive="4294967295" />
                    </unsignedInt>
                </syntax>
            </parameter>
            <parameter name="ThreePilotReportCount" access="readOnly" activeNotify="canDeny">
                <description>Number of times only three pilot was reported in HO Required message</description>
                <syntax>
                    <unsignedInt>
                        <range minInclusive="0" maxInclusive="4294967295" />
                    </unsignedInt>
                </syntax>
            </parameter>
        </object>
        <object name="FAPService.{i}.CellConfig.CDMA2000.OneX.RAN.PowerControl." access="readOnly" minEntries="1" maxEntries="1">
            <description>Configuration Managed Object for OTA  power control attribute.</description>
            <parameter name="OneXPCFPCIncl" access="readWrite">
                <description>Whether Forward power control information included in Power Control message</description>
                <syntax>
                    <int>
                        <range minInclusive="0" maxInclusive="1" />
                    </int>
                </syntax>
            </parameter>
            <parameter name="OneXPCFPCFCHMinSetpt" access="readWrite">
                <description>The value for the minimum Fundamental Channel Outer Loop Eb/Nt setpoint, in units of {{units}}.</description>
                <syntax>
                    <int>
                        <range minInclusive="0" maxInclusive="255" />
                        <units value="0.125 dB">
                        </units>
                    </int>
                </syntax>
            </parameter>
            <parameter name="OneXPCFPCFCHMaxSetpt" access="readWrite">
                <description>The value for the maximum Fundamental Channel Outer Loop Eb/Nt setpoint, in units of {{units}}.</description>
                <syntax>
                    <int>
                        <range minInclusive="0" maxInclusive="255" />
                        <units value="0.125 dB">
                        </units>
                    </int>
                </syntax>
            </parameter>
            <parameter name="OneXPCRPCIncl" access="readWrite">
                <description>Whether reverse Power control information included in the Power Control Message.</description>
                <syntax>
                    <int>
                        <range minInclusive="0" maxInclusive="1" />
                    </int>
                </syntax>
            </parameter>
            <parameter name="OneXPCFCHChanAdjGain" access="readWrite">
                <description>Channel adjustment gain (in {{units}}) for Reverse Fundamental Channel.</description>
                <syntax>
                    <int>
                        <range minInclusive="-48" maxInclusive="48" />
                        <units value="0.125 dB">
                        </units>
                    </int>
                </syntax>
            </parameter>
            <parameter name="OneXPCPwrRepThresh" access="readWrite">
                <description>The number of bad frames to be received in a measurement period on the channel which carries the Power Control Subchannel before mobile stations are to generate a Power easurement Report Message</description>
                <syntax>
                    <unsignedInt>
                        <range minInclusive="0" maxInclusive="31" />
                    </unsignedInt>
                </syntax>
            </parameter>
            <parameter name="OneXPCPwrRepFrames" access="readWrite">
                <description>Power control reporting frame count. Number of frames over which the mobile station measures frame errors.  For example, 7 corresponds to 55 frames. Refer to {{bibref|3GPP2-C.S0005}} for mapping between this value and the actual frame count.</description>
                <syntax>
                    <unsignedInt>
                        <range minInclusive="0" maxInclusive="15" />
                    </unsignedInt>
                </syntax>
            </parameter>
            <parameter name="OneXPwrThreshEnable" access="readWrite">
                <description>Threshold report mode indicator. If the mobile station is to generate threshold Power Measurement Report Messages, the base station shall set this field to '1'. If the mobile station is not to generate threshold Power Measurement Report Messages, the base station shall set this field to '0'.</description>
                <syntax>
                    <int>
                        <range minInclusive="0" maxInclusive="1" />
                    </int>
                </syntax>
            </parameter>
            <parameter name="OneXPCPwrPeriodEnable" access="readWrite">
                <description>Periodic report mode indicator. If the mobile station is to generate periodic Power Measurement Report Messages, the base station shall set this field to '1'. If the mobile station is not to generate periodic Power Measurement Report Messages, the base station shall  set this field to '0'.</description>
                <syntax>
                    <int>
                        <range minInclusive="0" maxInclusive="1" />
                    </int>
                </syntax>
            </parameter>
            <parameter name="OneXPCPwrRepDelay" access="readWrite">
                <description>Power report delay. The period that the mobile station waits following a Power Measurement Report Message before restarting frame  counting for power control purposes. The base station shall set this field to the power report delay values in units of {{units}}.</description>
                <syntax>
                    <unsignedInt>
                        <range minInclusive="0" maxInclusive="31" />
                        <units value="4 frames">
                        </units>
                    </unsignedInt>
                </syntax>
            </parameter>
        </object>
        <object name="FAPService.{i}.CellConfig.CDMA2000.OneX.RAN.NeighborList.{i}." access="readWrite" minEntries="0" maxEntries="unbounded" numEntriesParameter="NeighborListNumberOfEntries" enableParameter="Enable">
            <description>This object contains information common to all neighbors of a sector. This object has only one instance.</description>
            <uniqueKey>
                <parameter ref="OneXNeighborIndex" />
                <parameter ref="NeighborPN" />
            </uniqueKey>
            <uniqueKey functional="false">
                <parameter ref="Alias" />
            </uniqueKey>
            <parameter name="Enable" access="readWrite">
                <description>Enables or disables the {{object}} entry.</description>
                <syntax>
                    <boolean />
                    <default type="object" value="false" />
                </syntax>
            </parameter>
            <parameter name="Alias" access="readWrite">
                <description>{{datatype|expand}}</description>
                <syntax>
                    <dataType ref="Alias" />
                </syntax>
            </parameter>
            <parameter name="PilotInc" access="readWrite">
                <description>pilot increment policy for this network. See {{bibref|3GPP2-C.S0005}}.</description>
                <syntax>
                    <int>
                        <range minInclusive="1" maxInclusive="15" />
                    </int>
                    <default type="object" value="1">
                    </default>
                </syntax>
            </parameter>
            <parameter name="OneXNeighborIndex" access="readWrite">
                <description>Macro neighbour index. See {{bibref|3GPP2-C.S0005}}.</description>
                <syntax>
                    <int>
                        <range minInclusive="0" maxInclusive="19" />
                    </int>
                    <default type="object" value="0">
                    </default>
                </syntax>
            </parameter>
            <parameter name="NeighborConfig" access="readWrite">
                <description>Neighbor configuration in terms of number of frequencies having paging channels as defined in Section 3.7.2.3.2 of the {{bibref|3GPP2-C.S0005}} standard</description>
                <syntax>
                    <string>
                        <enumeration value="SameConfig">
                        </enumeration>
                        <enumeration value="SamePaging">
                        </enumeration>
                        <enumeration value="DiffPaging">
                        </enumeration>
                        <enumeration value="Unknown">
                        </enumeration>
                    </string>
                    <default type="object" value="SameConfig">
                    </default>
                </syntax>
            </parameter>
            <parameter name="NeighborPN" access="readWrite">
                <description>PN offset of the neighbor. See {{bibref|3GPP2-C.S0005}}.</description>
                <syntax>
                    <int>
                        <range minInclusive="0" maxInclusive="511" />
                    </int>
                    <default type="object" value="0">
                    </default>
                </syntax>
            </parameter>
            <parameter name="SearchPriority" access="readWrite">
                <description>priority level for serching this neighbor. See {{bibref|3GPP2-C.S0005}}.</description>
                <syntax>
                    <string>
                        <enumeration value="Low">
                        </enumeration>
                        <enumeration value="Medium">
                        </enumeration>
                        <enumeration value="High">
                        </enumeration>
                        <enumeration value="VeryHigh">
                        </enumeration>
                    </string>
                    <default type="object" value="Medium">
                    </default>
                </syntax>
            </parameter>
            <parameter name="NeighborBand" access="readWrite">
                <description>Neighbor band class. See {{bibref|3GPP2-C.S0005}}.</description>
                <syntax>
                    <string>
                        <enumeration value="0">
                        </enumeration>
                        <enumeration value="1">
                        </enumeration>
                        <enumeration value="2">
                        </enumeration>
                        <enumeration value="3">
                        </enumeration>
                        <enumeration value="4">
                        </enumeration>
                        <enumeration value="5">
                        </enumeration>
                        <enumeration value="6">
                        </enumeration>
                    </string>
                </syntax>
            </parameter>
            <parameter name="NeighborFrequency" access="readWrite">
                <description>frequency of neighbor. See {{bibref|3GPP2-C.S0005}}.</description>
                <syntax>
                    <int>
                        <range minInclusive="0" maxInclusive="2016" />
                    </int>
                    <default type="object" value="0">
                    </default>
                </syntax>
            </parameter>
            <parameter name="FrequencyIncluded" access="readWrite">
                <description>Flag to indicate if the channel id included. See {{bibref|3GPP2-C.S0005}}.</description>
                <syntax>
                    <int>
                        <range minInclusive="0" maxInclusive="1" />
                    </int>
                    <default type="object" value="1">
                    </default>
                </syntax>
            </parameter>
            <parameter name="InTraffic" access="readWrite">
                <description>whether this neighbor can be used for in-traffic neighborlist message</description>
                <syntax>
                    <int>
                        <range minInclusive="0" maxInclusive="1" />
                    </int>
                    <default type="object" value="1">
                    </default>
                </syntax>
            </parameter>
            <parameter name="OverheadMsg" access="readWrite">
                <description>whether this neighbor can be used for overhead neighborlist message</description>
                <syntax>
                    <int>
                        <range minInclusive="0" maxInclusive="1" />
                    </int>
                    <default type="object" value="1">
                    </default>
                </syntax>
            </parameter>
            <parameter name="BaseIdentifier" access="readWrite">
                <description>unique identifire of the neighboring cell (optional)</description>
                <syntax>
                    <int>
                    </int>
                    <default type="object" value="0">
                    </default>
                </syntax>
            </parameter>
            <parameter name="AirInterface" access="readWrite">
                <description>Air interface technology of the neighbor.</description>
                <syntax>
                    <string>
                        <enumeration value="OneX" />
                        <enumeration value="IS95" />
                        <enumeration value="HRPD" />
                        <enumeration value="Other" />
                    </string>
                    <default type="object" value="OneX">
                    </default>
                </syntax>
            </parameter>
            <parameter name="HandOutCapable" access="readWrite">
                <description>Flag to indicate if the handOutCapability is possible.</description>
                <syntax>
                    <int>
                        <range minInclusive="0" maxInclusive="1" />
                    </int>
                    <default type="object" value="0">
                    </default>
                </syntax>
            </parameter>
            <parameter name="OneXNeighborLongitude" access="readWrite">
                <description>Longitude for this neighbor. Parameter is a string representing a floating point real number (+/- XXX.YY). Where  + for East, - for West, XXX.Y ranges between 0.0 and 180.0 .</description>
                <syntax>
                    <string>
                        <size maxLength="16" />
                    </string>
                    <default type="object" value="">
                    </default>
                </syntax>
            </parameter>
            <parameter name="OneXNeighborLatitude" access="readWrite">
                <description> Lattitude for this neighbor. Parameter is a string representing a floating point number (+/-XX.Y).  + for North, - for South, XX.Y ranges between 0.0 and 90.0.</description>
                <syntax>
                    <string>
                        <size maxLength="16" />
                    </string>
                    <default type="object" value="">
                    </default>
                </syntax>
            </parameter>
            <parameter name="OneXNeighborMSCId" access="readWrite">
                <description>IOS MSCID of the neighbors. See {{bibref|3GPP2-A.S0014}}.</description>
                <syntax>
                    <unsignedInt>
                        <range minInclusive="0" maxInclusive="16777215" />
                    </unsignedInt>
                    <default type="object" value="0">
                    </default>
                </syntax>
            </parameter>
            <parameter name="OneXNeighborIOSCellId" access="readWrite">
                <description>Cell Identifier of the neighbor (formatted according to Cell Identification Discriminator = '0000 0010', i.e., 12-bit cell value and 4-bit sector value). See {{bibref|3GPP2-A.S0014}}.</description>
                <syntax>
                    <unsignedInt>
                        <range minInclusive="0" maxInclusive="65535" />
                    </unsignedInt>
                    <default type="object" value="0">
                    </default>
                </syntax>
            </parameter>
            <parameter name="ForceInOverhead" access="readWrite">
                <description>If {{param}} is set to {{true}}, the FAP SHOULD include this Neighbor List entry in the Neighbor List overhead messages (see {{bibref|3GPP2-C.S0005}}.  Otherwise, {{param}} is set to {{false}}, in which case the FAP MAY include this Neighbor List entry in the Neighbor List overhead messages.</description>
                <syntax>
                    <boolean />
                    <default type="object" value="false">
                    </default>
                </syntax>
            </parameter>
            <parameter name="IncludedInOverhead" access="readOnly">
                <description>If {{param}} is set to {{true}}, the FAP is currently including this Neighbor List entry in the Neighbor List overhead messages (see {{bibref|3GPP2-C.S0005}}.  Otherwise, {{param}} is set to {{false}}.</description>
                <syntax>
                    <boolean />
                </syntax>
            </parameter>
        </object>
        <object name="FAPService.{i}.CellConfig.CDMA2000.OneX.RAN.APIDM." access="readOnly" minEntries="1" maxEntries="1">
            <description>This object can be configured only if {{param|.Capabilities.CDMA2000.OneX.FemtoOverheadMessagesCapable}} is set to {{true}}.</description>
            <parameter name="AssociationType" access="readWrite">
                <description>The FAP shall set this field to the value shown in {{bibref|3GPP2-C.S0005}} corresponding to the configuration of the base station.</description>
                <syntax>
                    <unsignedInt>
                        <range minInclusive="0" maxInclusive="7" />
                    </unsignedInt>
                </syntax>
            </parameter>
            <parameter name="APIDLEN" access="readWrite">
                <description>The FAP shall set this field to the length of the access point identification in units of 16 bits. Refer to {{bibref|3GPP2-C.S0005}}.</description>
                <syntax>
                    <unsignedInt>
                        <range minInclusive="0" maxInclusive="15" />
                    </unsignedInt>
                </syntax>
            </parameter>
            <parameter name="APID" access="readWrite">
                <description>Access Point Identification. Refer {{bibref|3GPP2-C.S0005}} for definition.</description>
                <syntax>
                    <hexBinary>
                        <size minLength="0" maxLength="16" />
                    </hexBinary>
                </syntax>
            </parameter>
            <parameter name="APIDMASK" access="readWrite">
                <description>Access Point identification Mask. Refer {{bibref|3GPP2-C.S0005}} for definition.</description>
                <syntax>
                    <unsignedInt>
                        <range minInclusive="0" maxInclusive="255" />
                    </unsignedInt>
                </syntax>
            </parameter>
            <parameter name="IOSMSCID" access="readWrite">
                <description>MSC_ID of the base station. Refer {{bibref|3GPP2-C.S0005}} for definition.</description>
                <syntax>
                    <unsignedInt>
                        <range minInclusive="0" maxInclusive="16777215" />
                    </unsignedInt>
                </syntax>
            </parameter>
            <parameter name="IOSCELLID" access="readWrite">
                <description>CELL_ID of the base station. Refer {{bibref|3GPP2-C.S0005}} for definition.</description>
                <syntax>
                    <unsignedInt>
                        <range minInclusive="0" maxInclusive="65535" />
                    </unsignedInt>
                </syntax>
            </parameter>
            <parameter name="INTRAFREQHOHYSINCL" access="readWrite">
                <description>This field indicates whether the INTRAFREQHOHYS field is valid and included in Access Point Identification message. Refer {{bibref|3GPP2-C.S0005}} for definition.</description>
                <syntax>
                    <boolean />
                </syntax>
            </parameter>
            <parameter name="INTRAFREQHOHYS" access="readWrite">
                <description>Intra Frequency Handoff Hysteresis. Refer {{bibref|3GPP2-C.S0005}} for definition.</description>
                <syntax>
                    <unsignedInt>
                        <range minInclusive="0" maxInclusive="127" />
                    </unsignedInt>
                </syntax>
            </parameter>
            <parameter name="INTRAFREQHOSLOPEINCL" access="readWrite">
                <description>This field indicates whether the INTRAFREQHOSLOPE field is valid and included in Access Point Identification message. Refer {{bibref|3GPP2-C.S0005}} for definition.</description>
                <syntax>
                    <boolean />
                </syntax>
            </parameter>
            <parameter name="INTRAFREQHOSLOPE" access="readWrite">
                <description>Intra Frequency Handoff Slope. Refer {{bibref|3GPP2-C.S0005}} for definition.</description>
                <syntax>
                    <unsignedInt>
                        <range minInclusive="0" maxInclusive="63" />
                    </unsignedInt>
                </syntax>
            </parameter>
            <parameter name="INTERFREQHOHYSINCL" access="readWrite">
                <description>This field indicates whether the INTERFREQHOHYS field is valid and included in Access Point Identification message. Refer {{bibref|3GPP2-C.S0005}} for definition.</description>
                <syntax>
                    <boolean />
                </syntax>
            </parameter>
            <parameter name="INTERFREQHOHYS" access="readWrite">
                <description>Inter frequency handoff hysteresis. Refer {{bibref|3GPP2-C.S0005}} for definition.</description>
                <syntax>
                    <unsignedInt>
                        <range minInclusive="0" maxInclusive="127" />
                    </unsignedInt>
                </syntax>
            </parameter>
            <parameter name="INTERFREQHOSLOPEINCL" access="readWrite">
                <description>This field indicates whether the INTERFREQHOSLOPE field is valid and included in Access Point Identification message. Refer {{bibref|3GPP2-C.S0005}} for definition.</description>
                <syntax>
                    <boolean />
                </syntax>
            </parameter>
            <parameter name="INTERFREQHOSLOPE" access="readWrite">
                <description>Inter frequency handoff slope. Refer {{bibref|3GPP2-C.S0005}} for definition.</description>
                <syntax>
                    <unsignedInt>
                        <range minInclusive="0" maxInclusive="63" />
                    </unsignedInt>
                </syntax>
            </parameter>
            <parameter name="INTERFREQSRCHTHINCL" access="readWrite">
                <description>This field indicates whether the INTERFREQSRCHTH field is valid and included in Access Point Identification message. Refer {{bibref|3GPP2-C.S0005}} for definition.</description>
                <syntax>
                    <boolean />
                </syntax>
            </parameter>
            <parameter name="INTERFREQSRCHTH" access="readWrite">
                <description>Inter-frequency search threshold. Refer {{bibref|3GPP2-C.S0005}} for definitions</description>
                <syntax>
                    <unsignedInt>
                        <range minInclusive="0" maxInclusive="31" />
                    </unsignedInt>
                </syntax>
            </parameter>
        </object>
        <object name="FAPService.{i}.CellConfig.CDMA2000.OneX.RAN.APIDTM." access="readOnly" minEntries="1" maxEntries="1">
            <description>This object can be configured only if {{param|.Capabilities.CDMA2000.OneX.FemtoOverheadMessagesCapable}} is set to {{true}}.</description>
            <parameter name="APIDTEXTCHARiLEN" access="readWrite">
                <description>Access Point identification Text CHARi field Length ({{param|APIDTEXTCHARi}}). Refer {{bibref|3GPP2-C.S0005}} for definitions</description>
                <syntax>
                    <unsignedInt>
                        <range minInclusive="0" maxInclusive="256" />
                    </unsignedInt>
                </syntax>
            </parameter>
            <parameter name="APIDTEXTMSGENCODING" access="readWrite">
                <description>Access Point identification Text message encoding. Refer {{bibref|3GPP2-C.S0005}} and {{bibref|3GPP2-C.R1001}} for definitions</description>
                <syntax>
                    <unsignedInt>
                        <range minInclusive="0" maxInclusive="31" />
                    </unsignedInt>
                </syntax>
            </parameter>
            <parameter name="APIDTEXTCHARi" access="readWrite">
                <description>Access Point Identification Text. Refer {{bibref|3GPP2-C.S0005}} and {{bibref|3GPP2-C.R1001}} for definitions.</description>
                <syntax>
                    <string>
                        <size maxLength="256">
                        </size>
                    </string>
                </syntax>
            </parameter>
        </object>
        <object name="FAPService.{i}.CellConfig.CDMA2000.OneX.RAN.APPIM." access="readOnly" minEntries="1" maxEntries="1">
            <description>This object can be configured only if {{param|.Capabilities.CDMA2000.OneX.FemtoOverheadMessagesCapable}} is set to {{true}}.</description>
            <parameter name="LIFETIME" access="readWrite">
                <description>Lifetime of the information in the access point pilot information record. Refer {{bibref|3GPP2-C.S0005}} for definitions</description>
                <syntax>
                    <unsignedInt>
                        <range minInclusive="0" maxInclusive="255" />
                    </unsignedInt>
                </syntax>
            </parameter>
            <parameter name="NUMAPPIREC" access="readWrite">
                <description>The number of entries for {{object|.CellConfig.CDMA2000.OneX.RAN.APPIM.APPIREC.{i}.}}</description>
                <syntax>
                    <unsignedInt>
                        <range minInclusive="0" maxInclusive="511" />
                    </unsignedInt>
                </syntax>
            </parameter>
            <parameter name="APPIRECNumberOfEntries" access="readOnly">
                <description>{{numentries}}</description>
                <syntax>
                    <unsignedInt />
                </syntax>
            </parameter>
        </object>
        <object name="FAPService.{i}.CellConfig.CDMA2000.OneX.RAN.APPIM.APPIREC.{i}." access="readWrite" minEntries="0" maxEntries="unbounded" numEntriesParameter="APPIRECNumberOfEntries" enableParameter="Enable">
            <description>This object can be configured only if {{param|.Capabilities.CDMA2000.OneX.FemtoOverheadMessagesCapable}} is set to {{true}}.</description>
            <uniqueKey>
                <parameter ref="APSID" />
                <parameter ref="APNID" />
                <parameter ref="APBAND" />
                <parameter ref="APFREQ" />
                <parameter ref="APPNRECTYPE" />
                <parameter ref="APPNRECLEN" />
                <parameter ref="APPNREC" />
            </uniqueKey>
            <uniqueKey functional="false">
                <parameter ref="Alias" />
            </uniqueKey>
            <parameter name="Enable" access="readWrite">
                <description>Enables or disables the {{object}} entry.</description>
                <syntax>
                    <boolean />
                    <default type="object" value="false" />
                </syntax>
            </parameter>
            <parameter name="Alias" access="readWrite">
                <description>{{datatype|expand}}</description>
                <syntax>
                    <dataType ref="Alias" />
                </syntax>
            </parameter>
            <parameter name="APASSNTYPE" access="readWrite">
                <description>Access point association type the access point pilot information record. Refer {{bibref|3GPP2-C.S0005}} for definitions</description>
                <syntax>
                    <unsignedInt>
                        <range minInclusive="0" maxInclusive="7" />
                    </unsignedInt>
                    <default type="object" value="0">
                    </default>
                </syntax>
            </parameter>
            <parameter name="APSIDSAMEASPREVIOUS" access="readWrite">
                <description>SID same as previous indicator in the access point pilot information record. Refer {{bibref|3GPP2-C.S0005}} for definitions</description>
                <syntax>
                    <unsignedInt>
                        <range minInclusive="0" maxInclusive="1" />
                    </unsignedInt>
                    <default type="object" value="0">
                    </default>
                </syntax>
            </parameter>
            <parameter name="APNIDSAMEASPREVIOUS" access="readWrite">
                <description>NID same as previous indicator in the access point pilot information record. Refer {{bibref|3GPP2-C.S0005}} for definitions</description>
                <syntax>
                    <unsignedInt>
                        <range minInclusive="0" maxInclusive="1" />
                    </unsignedInt>
                    <default type="object" value="0">
                    </default>
                </syntax>
            </parameter>
            <parameter name="APBANDSAMEASPREVIOUS" access="readWrite">
                <description>Bandclass same as previous indicator in the access point pilot information record. Refer {{bibref|3GPP2-C.S0005}} for definitions</description>
                <syntax>
                    <unsignedInt>
                        <range minInclusive="0" maxInclusive="1" />
                    </unsignedInt>
                    <default type="object" value="0">
                    </default>
                </syntax>
            </parameter>
            <parameter name="APFREQSAMEASPREVIOUS" access="readWrite">
                <description>Frequency same as previous indicator in the access point pilot information record. Refer {{bibref|3GPP2-C.S0005}} for definitions</description>
                <syntax>
                    <unsignedInt>
                        <range minInclusive="0" maxInclusive="1" />
                    </unsignedInt>
                    <default type="object" value="0">
                    </default>
                </syntax>
            </parameter>
            <parameter name="APPNRECSAMEASPREVIOUS" access="readWrite">
                <description>PN offset same as previous indicator in the access point pilot information record. Refer {{bibref|3GPP2-C.S0005}} for definitions</description>
                <syntax>
                    <unsignedInt>
                        <range minInclusive="0" maxInclusive="1" />
                    </unsignedInt>
                    <default type="object" value="0">
                    </default>
                </syntax>
            </parameter>
            <parameter name="APSID" access="readWrite">
                <description>Access point SID in the access point pilot information record. Refer {{bibref|3GPP2-C.S0005}} for definitions</description>
                <syntax>
                    <unsignedInt>
                        <range minInclusive="0" maxInclusive="32767" />
                    </unsignedInt>
                    <default type="object" value="0">
                    </default>
                </syntax>
            </parameter>
            <parameter name="APNID" access="readWrite">
                <description>Access point NID in the access point pilot information record. Refer {{bibref|3GPP2-C.S0005}} for definitions</description>
                <syntax>
                    <unsignedInt>
                        <range minInclusive="0" maxInclusive="65535" />
                    </unsignedInt>
                    <default type="object" value="0">
                    </default>
                </syntax>
            </parameter>
            <parameter name="APBAND" access="readWrite">
                <description>Access point bandclass in the access point pilot information record. Refer {{bibref|3GPP2-C.S0005}} for definitions</description>
                <syntax>
                    <unsignedInt>
                        <range minInclusive="0" maxInclusive="31" />
                    </unsignedInt>
                    <default type="object" value="0">
                    </default>
                </syntax>
            </parameter>
            <parameter name="APFREQ" access="readWrite">
                <description>Access point frequency in the access point pilot information record. Refer {{bibref|3GPP2-C.S0005}} for definitions</description>
                <syntax>
                    <unsignedInt>
                        <range minInclusive="0" maxInclusive="2047" />
                    </unsignedInt>
                    <default type="object" value="0">
                    </default>
                </syntax>
            </parameter>
            <parameter name="APPNRECTYPE" access="readWrite">
                <description>Access point PN offset in the access point pilot information record. Refer {{bibref|3GPP2-C.S0005}} for definitions</description>
                <syntax>
                    <unsignedInt>
                        <range minInclusive="0" maxInclusive="7" />
                    </unsignedInt>
                    <default type="object" value="0">
                    </default>
                </syntax>
            </parameter>
            <parameter name="APPNRECLEN" access="readWrite">
                <description>Length in octets of the access point PN record ({{param|APPNREC}}) in the access point pilot information record. Refer {{bibref|3GPP2-C.S0005}} for definitions</description>
                <syntax>
                    <unsignedInt>
                        <range minInclusive="0" maxInclusive="31" />
                    </unsignedInt>
                    <default type="object" value="0">
                    </default>
                </syntax>
            </parameter>
            <parameter name="APPNREC" access="readWrite">
                <description>Access point PN Record in the access point pilot information record. Refer {{bibref|3GPP2-C.S0005}} for definitions</description>
                <syntax>
                    <hexBinary>
                        <size minLength="0" maxLength="31" />
                    </hexBinary>
                    <default type="object" value="">
                    </default>
                </syntax>
            </parameter>
        </object>
        <object name="FAPService.{i}.CellConfig.CDMA2000.OneX.PCFConfig." access="readOnly" minEntries="1" maxEntries="1">
            <description>CDMA2000 1x PCF configuration information.</description>
            <parameter name="PCFPDSNHealthMonitorInterval" access="readWrite">
                <description>PDSN health check monitor interval in {{units}}. Setting the value to 0 disables the PDSN Health Monitoring Feature. Setting any non-zero value enables the PDSN Health Monitoring Feature and sets that non-zero value as the timer interval.</description>
                <syntax>
                    <unsignedInt>
                        <range minInclusive="0" maxInclusive="180" />
                        <units value="seconds">
                        </units>
                    </unsignedInt>
                </syntax>
            </parameter>
        </object>
        <object name="FAPService.{i}.CellConfig.CDMA2000.OneX.PCFConfig.PCFPerformanceStats." access="readOnly" minEntries="1" maxEntries="1">
            <description>This object is used in obtaining the PCF stats</description>
            <parameter name="A10SetupFailureNoReason" access="readOnly" activeNotify="canDeny">
                <description>Number of times the PCF was refused an A10 connection with an unspecified reason (A11 error code : 0x80)</description>
                <syntax>
                    <unsignedInt />
                </syntax>
            </parameter>
            <parameter name="A10SetupFailureAdminProhibit" access="readOnly" activeNotify="canDeny">
                <description>Number of times the PCF was refused an A10 connection with a reason "Admin Prohibited" (A11 error code : 0x81).</description>
                <syntax>
                    <unsignedInt />
                </syntax>
            </parameter>
            <parameter name="A10SetupFailureInsuffResources" access="readOnly" activeNotify="canDeny">
                <description>Number of times the PCF was refused  an A10 connection with a reason "Insufficient Resources" (A11 error code: 0x82).</description>
                <syntax>
                    <unsignedInt />
                </syntax>
            </parameter>
            <parameter name="A10SetupFailureFailedAuth" access="readOnly" activeNotify="canDeny">
                <description>Number of times the PCF was refused an A10 connection with a reason "Mobile Node Authentication Failure" (A11 error code: 0x83).</description>
                <syntax>
                    <unsignedInt />
                </syntax>
            </parameter>
            <parameter name="A10SetupFailureIdMismatch" access="readOnly" activeNotify="canDeny">
                <description>Number of times the PCF was refused an A10 connection with a reason "Id Mismatch" (A11 error code: 0x85)</description>
                <syntax>
                    <unsignedInt />
                </syntax>
            </parameter>
            <parameter name="A10SetupFailureMalformedReq" access="readOnly" activeNotify="canDeny">
                <description>Number of times the PCF was  refused an A10 connection with a reason "Malformed Request" (A11 error code: 0x86)</description>
                <syntax>
                    <unsignedInt />
                </syntax>
            </parameter>
            <parameter name="A10SetupFailureUnknownPDSN" access="readOnly" activeNotify="canDeny">
                <description>Number of times  the PCF was refused an A10 connection with a reason "Unknown PDSN" (A11 error code: 0x88)</description>
                <syntax>
                    <unsignedInt />
                </syntax>
            </parameter>
            <parameter name="A10SetupFailureUnsuppVendId" access="readOnly" activeNotify="canDeny">
                <description>Number of times the PCF was refused an A10 connection with a reason "Unsupported Vendor Id" (A11 error code: 0x89)</description>
                <syntax>
                    <unsignedInt />
                </syntax>
            </parameter>
            <parameter name="TotalA10ClosedByRnc" access="readOnly" activeNotify="canDeny">
                <description>Number of A10 closed by the FAP RNC.</description>
                <syntax>
                    <unsignedInt />
                </syntax>
            </parameter>
            <parameter name="TotalA10ClosedByPDSN" access="readOnly" activeNotify="canDeny">
                <description>Number of A10 closed by the PDSN.</description>
                <syntax>
                    <unsignedInt />
                </syntax>
            </parameter>
            <parameter name="TotalA10SuccessPages" access="readOnly" activeNotify="canDeny">
                <description>Numebr of  A10 Pages initiated by PCFsucceeded.</description>
                <syntax>
                    <unsignedInt />
                </syntax>
            </parameter>
            <parameter name="TotalA10FailedPages" access="readOnly" activeNotify="canDeny">
                <description>Numebr of  A10 Pages initiated by PCF failed.</description>
                <syntax>
                    <unsignedInt />
                </syntax>
            </parameter>
            <parameter name="TotalA10IngressBytes" access="readOnly" activeNotify="canDeny">
                <description>Number of {{units}} received from the PDSN.</description>
                <syntax>
                    <unsignedInt>
                        <units value="bytes">
                        </units>
                    </unsignedInt>
                </syntax>
            </parameter>
            <parameter name="TotalA10EgressBytes" access="readOnly" activeNotify="canDeny">
                <description>Number of {{units}} transmitted to the PDSN</description>
                <syntax>
                    <unsignedInt>
                        <units value="bytes">
                        </units>
                    </unsignedInt>
                </syntax>
            </parameter>
            <parameter name="A10RegUpdateReceived" access="readOnly" activeNotify="canDeny">
                <description>Number of A10 Registration updates received by the FAP PCF</description>
                <syntax>
                    <unsignedInt />
                </syntax>
            </parameter>
            <parameter name="TotalA10DroppedPages" access="readOnly" activeNotify="canDeny">
                <description>Number of  A10 Pages initiated by PCF dropped</description>
                <syntax>
                    <unsignedInt />
                </syntax>
            </parameter>
        </object>
        <object name="FAPService.{i}.CellConfig.CDMA2000.OneX.BatchPCFPDSN.{i}." access="readWrite" minEntries="0" maxEntries="unbounded" numEntriesParameter="BatchPCFPDSNNumberOfEntries" enableParameter="Enable">
            <description>The Batch configuration Object used to configure PDSN table using a start and end IP address. The order of the address is used as part of PDSN selection algorithm, e.g., the first element is considered PDSN number 0. (Refer to {{bibref|3GPP2-A.S0013}}). To get individual PDSN entries use the {{object|.CellConfig.CDMA2000.OneX.PCFPDSN.{i}.}}.</description>
            <uniqueKey>
                <parameter ref="BatchTableNumber" />
            </uniqueKey>
            <uniqueKey functional="false">
                <parameter ref="Alias" />
            </uniqueKey>
            <parameter name="Enable" access="readWrite">
                <description>Enables or disables the {{object}} entry.</description>
                <syntax>
                    <boolean />
                    <default type="object" value="false" />
                </syntax>
            </parameter>
            <parameter name="Alias" access="readWrite">
                <description>{{datatype|expand}}</description>
                <syntax>
                    <dataType ref="Alias" />
                </syntax>
            </parameter>
            <parameter name="BatchTableNumber" access="readWrite">
                <description>The BatchTable Number should be given only once during the creation of a Batch Table. This is the Key Attribute that uniquely identifies a BatchTable entry. This number indicates the index of this batch to determine the PDSN number in the PDSN selection algorithm ({{bibref|3GPP2-A.S0013}}).</description>
                <syntax>
                    <int>
                        <range minInclusive="0" maxInclusive="127" />
                    </int>
                    <default type="object" value="0">
                    </default>
                </syntax>
            </parameter>
            <parameter name="BatchTableStartIPAddress" access="readWrite">
                <description>Start IP address of the range of PDSNs.</description>
                <syntax>
                    <dataType ref="IPAddress">
                    </dataType>
                    <default type="object" value="">
                    </default>
                </syntax>
            </parameter>
            <parameter name="BatchTableEndIPAddress" access="readWrite">
                <description>End IP address of the range of PDSNs.</description>
                <syntax>
                    <dataType ref="IPAddress">
                    </dataType>
                    <default type="object" value="">
                    </default>
                </syntax>
            </parameter>
            <parameter name="BatchTableSecurityParameterIndex" access="readWrite">
                <description>Security Parameter Index to be used.</description>
                <syntax>
                    <unsignedInt>
                        <range minInclusive="256" maxInclusive="4294967295" />
                    </unsignedInt>
                    <default type="object" value="0">
                    </default>
                </syntax>
            </parameter>
            <parameter name="BatchTableSecretKey" access="readWrite">
                <description>Secret key in 32-digit hexidecimal representation.</description>
                <syntax>
                    <hexBinary>
                        <size minLength="0" maxLength="16" />
                    </hexBinary>
                    <default type="object" value="">
                    </default>
                </syntax>
            </parameter>
            <parameter name="BatchTableIOSVersion" access="readWrite">
                <description>IOS Version of this PDSN.</description>
                <syntax>
                    <string>
                        <enumeration value="TIA-878-ballot">
                        </enumeration>
                        <enumeration value="TIA-878-1">
                        </enumeration>
                        <enumeration value="TIA-878-a">
                        </enumeration>
                        <enumeration value="TIA-878-legacy">
                        </enumeration>
                    </string>
                    <default type="object" value="TIA-878-a">
                    </default>
                </syntax>
            </parameter>
            <parameter name="BatchTablePDSNAdminStatus" access="readWrite">
                <description>Administrative status of this PDSN.  0- UP 1-DOWN.</description>
                <syntax>
                    <int>
                        <range minInclusive="0" maxInclusive="1" />
                    </int>
                    <default type="object" value="0">
                    </default>
                </syntax>
            </parameter>
            <parameter name="PDSNType" access="readWrite">
                <description>Indicates the PDSN type for this batch.</description>
                <syntax>
                    <string>
                        <enumeration value="OneX">
                        </enumeration>
                        <enumeration value="HRPDRev0">
                        </enumeration>
                        <enumeration value="HRPDRevA">
                        </enumeration>
                    </string>
                    <default type="object" value="HRPDRevA">
                    </default>
                </syntax>
            </parameter>
        </object>
        <object name="FAPService.{i}.CellConfig.CDMA2000.OneX.PCFPDSN.{i}." access="readWrite" minEntries="0" maxEntries="unbounded" numEntriesParameter="PCFPDSNNumberOfEntries" enableParameter="Enable">
            <description>PCFPDSN Object configured for 1x. {{object|.CellConfig.CDMA2000.OneX.BatchPCFPDSN.{i}.}} table should be used to configure PDSN details.</description>
            <uniqueKey>
                <parameter ref="PDSNNumber" />
                <parameter ref="SecurityParameterIndex" />
                <parameter ref="SecurityKey" />
            </uniqueKey>
            <uniqueKey functional="false">
                <parameter ref="Alias" />
            </uniqueKey>
            <parameter name="Enable" access="readWrite">
                <description>Enables or disables the {{object}} entry.</description>
                <syntax>
                    <boolean />
                    <default type="object" value="false" />
                </syntax>
            </parameter>
            <parameter name="Alias" access="readWrite">
                <description>{{datatype|expand}}</description>
                <syntax>
                    <dataType ref="Alias" />
                </syntax>
            </parameter>
            <parameter name="PDSNNumber" access="readWrite">
                <description>Index of this PDSN object in the PCFPDSNCollection array. The index is used as PDSN number in PDSN selection algorithm. ({{bibref|3GPP2-A.S0013}})</description>
                <syntax>
                    <int>
                        <range minInclusive="0" maxInclusive="127" />
                    </int>
                    <default type="object" value="0">
                    </default>
                </syntax>
            </parameter>
            <parameter name="SecurityParameterIndex" access="readWrite">
                <description>Security Parameter Index used</description>
                <syntax>
                    <unsignedInt>
                        <range minInclusive="256" maxInclusive="4294967295" />
                    </unsignedInt>
                    <default type="object" value="0">
                    </default>
                </syntax>
            </parameter>
            <parameter name="SecurityKey" access="readWrite">
                <description>Secret key in 32-digit hexidecimal representation.</description>
                <syntax>
                    <hexBinary>
                        <size minLength="0" maxLength="16" />
                    </hexBinary>
                    <default type="object" value="">
                    </default>
                </syntax>
            </parameter>
            <parameter name="IOSVersion" access="readWrite">
                <description> HRPD IOS Version of this PDSN.</description>
                <syntax>
                    <string>
                        <enumeration value="TIA-878-ballot">
                        </enumeration>
                        <enumeration value="TIA-878-1">
                        </enumeration>
                        <enumeration value="TIA-878-a">
                        </enumeration>
                        <enumeration value="TIA-878-legacy">
                        </enumeration>
                    </string>
                    <default type="object" value="TIA-878-ballot">
                    </default>
                </syntax>
            </parameter>
            <parameter name="PDSNadminStatus" access="readWrite">
                <description>Administrative status of this PDSN.  0- UP 1-DOWN.</description>
                <syntax>
                    <int>
                        <range minInclusive="0" maxInclusive="1" />
                    </int>
                    <default type="object" value="0">
                    </default>
                </syntax>
            </parameter>
            <parameter name="PDSNHealthStatus" access="readWrite">
                <description>Reachability status of this PDSN.  0-unreachable, 1-reachable.</description>
                <syntax>
                    <unsignedInt>
                        <range minInclusive="0" maxInclusive="1" />
                    </unsignedInt>
                    <default type="object" value="0">
                    </default>
                </syntax>
            </parameter>
            <parameter name="PDSNIPAddress" access="readWrite">
                <description>IP address of the PDSN.</description>
                <syntax>
                    <dataType ref="IPAddress">
                    </dataType>
                    <default type="object" value="">
                    </default>
                </syntax>
            </parameter>
        </object>
        <object name="FAPService.{i}.CellConfig.CDMA2000.OneX.PCFPDSN.{i}.A11RegUpdateStats." access="readOnly" minEntries="1" maxEntries="1">
            <description>This object is used in obtaining the A11 Registration Update stats for each PDSN  </description>
            <parameter name="PDSNNumberRegUpdatePerf" access="readOnly" activeNotify="canDeny">
                <description>The PDSN Number </description>
                <syntax>
                    <int>
                        <range minInclusive="0" maxInclusive="127" />
                    </int>
                </syntax>
            </parameter>
            <parameter name="PDSNIPAddressRegUpdatePerf" access="readOnly" activeNotify="canDeny">
                <description>The IP Address of the PDSN for which the A11 Reg Update stats is obtained</description>
                <syntax>
                    <dataType ref="IPAddress">
                    </dataType>
                </syntax>
            </parameter>
            <parameter name="A11RegUpdateReceivedPDSN" access="readOnly" activeNotify="canDeny">
                <description>Number of A10 Reg-update messages receieved from a PDSN</description>
                <syntax>
                    <unsignedInt />
                </syntax>
            </parameter>
            <parameter name="A11RegUpdateIDCheckFailPDSN" access="readOnly" activeNotify="canDeny">
                <description>Number of A10 Reg-Update messages receieved from a PDSN that failed ID validation</description>
                <syntax>
                    <unsignedInt />
                </syntax>
            </parameter>
            <parameter name="A11RegUpdateAuthCheckFailPDSN" access="readOnly" activeNotify="canDeny">
                <description>Number of A10 Reg-Update messages received from a PDSN that failed Authentication</description>
                <syntax>
                    <unsignedInt />
                </syntax>
            </parameter>
            <parameter name="A11RegUpdateForUnknownPSIPDSN" access="readOnly" activeNotify="canDeny">
                <description>Number of A10 Reg-Update messages received from a PDSN with unknown PSI</description>
                <syntax>
                    <unsignedInt />
                </syntax>
            </parameter>
            <parameter name="A11RegUpdateUnspecifiedReasonPDSN" access="readOnly" activeNotify="canDeny">
                <description>Number of A10 Reg-Update messages received from a PDSN with unspecified reason code</description>
                <syntax>
                    <unsignedInt />
                </syntax>
            </parameter>
            <parameter name="A11RegUpdatePppTimeoutPDSN" access="readOnly" activeNotify="canDeny">
                <description>Number of A10 Reg-Update messages received from a PDSN with  reason code "PPP Timeout"</description>
                <syntax>
                    <unsignedInt />
                </syntax>
            </parameter>
            <parameter name="A11RegUpdateRegistrationTimeoutPDSN" access="readOnly" activeNotify="canDeny">
                <description>Number of A10 Reg-Update messages received from a PDSN with  reason code "Registration Timeout"</description>
                <syntax>
                    <unsignedInt />
                </syntax>
            </parameter>
            <parameter name="A11RegUpdatePDSNErrorPDSN" access="readOnly" activeNotify="canDeny">
                <description>Number of A10 Reg-Update messages received from a PDSN with  reason code "PDSN Error"</description>
                <syntax>
                    <unsignedInt />
                </syntax>
            </parameter>
            <parameter name="A11RegUpdateInterPCFHandoffPDSN" access="readOnly" activeNotify="canDeny">
                <description>Number of A10 Reg-Update messages received from a PDSN with  reason code "Inter PCF Handoff"</description>
                <syntax>
                    <unsignedInt />
                </syntax>
            </parameter>
            <parameter name="A11RegUpdateInterPDSNHandoffPDSN" access="readOnly" activeNotify="canDeny">
                <description>Number of A10 Reg-Update messages received from a PDSN with  reason code "Inter PDSN Handoff"</description>
                <syntax>
                    <unsignedInt />
                </syntax>
            </parameter>
            <parameter name="A11RegUpdatePDSNOAMPInterventionPDSN" access="readOnly" activeNotify="canDeny">
                <description>Number of A10 Reg-Update messages received from a PDSN with  reason code "PDSN OAMP Intervention"</description>
                <syntax>
                    <unsignedInt />
                </syntax>
            </parameter>
            <parameter name="A11RegUpdateAccountingErrorPDSN" access="readOnly" activeNotify="canDeny">
                <description>Number of A10 Reg-Update messages received from a PDSN with  reason code "Accounting Error"</description>
                <syntax>
                    <unsignedInt />
                </syntax>
            </parameter>
            <parameter name="A11RegUpdateUserFailedAuthenticationPDSN" access="readOnly" activeNotify="canDeny">
                <description>Number of A10 Reg-Update messages received from a PDSN with  reason code "User Failed Authentication"</description>
                <syntax>
                    <unsignedInt />
                </syntax>
            </parameter>
            <parameter name="A11RegUpdateUnknownCauseCodePDSN" access="readOnly" activeNotify="canDeny">
                <description>Number of A10 Reg-Update messages received from a PDSN with  Unknown Cause Code</description>
                <syntax>
                    <unsignedInt />
                </syntax>
            </parameter>
            <parameter name="A11RegUpdateWithoutReasonCodePDSN" access="readOnly" activeNotify="canDeny">
                <description>Number of A10 Reg-Update messages received from a PDSN with  PDSN Code Not Included</description>
                <syntax>
                    <unsignedInt />
                </syntax>
            </parameter>
        </object>
        <object name="FAPService.{i}.CellConfig.CDMA2000.OneX.PCFPDSN.{i}.PCFPDSNStats." access="readOnly" minEntries="1" maxEntries="1">
            <description>This object is used in obtaining the PCF PDSN stats for each PDSN  </description>
            <parameter name="A10SetupAttemptsPDSN" access="readOnly" activeNotify="canDeny">
                <description>Number of attempts the PCF made to establish an A10 connection with PDSN. If PCF fails establishing such a connection on this PDSN and goes on to use another PDSN for that connection, it will be counted as two setup attempts.</description>
                <syntax>
                    <unsignedInt />
                </syntax>
            </parameter>
            <parameter name="A10SetupSuccessesPDSN" access="readOnly" activeNotify="canDeny">
                <description>Number of times PCF succeeded in establishing an A10 connection with this PDSN.</description>
                <syntax>
                    <unsignedInt />
                </syntax>
            </parameter>
            <parameter name="A10SetupBlocksPDSN" access="readOnly" activeNotify="canDeny">
                <description>Number of times PCF was blocked in establishing an A10 connection with this PDSN.</description>
                <syntax>
                    <unsignedInt />
                </syntax>
            </parameter>
            <parameter name="A11RegReqDeniedIdMismatchPDSN" access="readOnly" activeNotify="canDeny">
                <description>Number ofA11 Registration Request denied with a reason "Id Mismatch" (A11 error code: 0x85) by the PDSN</description>
                <syntax>
                    <unsignedInt />
                </syntax>
            </parameter>
            <parameter name="A11RegReqDeniedUnknownPDSNPDSN" access="readOnly" activeNotify="canDeny">
                <description>Number of A11 Registration Request denied with a reason "Unknown PDSN" (A11 error code: 0x88)by the PDSN.</description>
                <syntax>
                    <unsignedInt />
                </syntax>
            </parameter>
            <parameter name="A11RegReqDeniedNoReasonPDSN" access="readOnly" activeNotify="canDeny">
                <description>Number of A11 Registration Request denied with no reason code  by the PDSN.</description>
                <syntax>
                    <unsignedInt />
                </syntax>
            </parameter>
            <parameter name="A11RegReqDeniedAdminProhibitPDSN" access="readOnly" activeNotify="canDeny">
                <description>Number of A11 Registration Request denied with  a reason "Admin Prohibited" (A11 error code : 0x81) by the PDSN. </description>
                <syntax>
                    <unsignedInt />
                </syntax>
            </parameter>
            <parameter name="A11RegReqDeniedInsuffResourcesPDSN" access="readOnly" activeNotify="canDeny">
                <description>Number of A11 Registration Request denied with a reason "Insufficient Resources" (A11 error code: 0x82) by the PDSN. </description>
                <syntax>
                    <unsignedInt />
                </syntax>
            </parameter>
            <parameter name="A11RegReqDeniedFailedAuthPDSN" access="readOnly" activeNotify="canDeny">
                <description>Number of A11 Registration Request denied with a reason "Mobile Node Authentication Failure" (A11 error code: 0x83) by the PDSN.</description>
                <syntax>
                    <unsignedInt />
                </syntax>
            </parameter>
            <parameter name="A11RegReqDeniedMalformedReqPDSN" access="readOnly" activeNotify="canDeny">
                <description>Number of A11 Registration Request denied with a reason "Malformed Request" (A11 error code: 0x86) by the PDSN</description>
                <syntax>
                    <unsignedInt />
                </syntax>
            </parameter>
            <parameter name="A11RegReqDeniedUnsuppVendIdPDSN" access="readOnly" activeNotify="canDeny">
                <description>Number ofA11 Registration Request denied with a reason "Unsupported Vendor Id" (A11 error code: 0x8D)by the PDSN</description>
                <syntax>
                    <unsignedInt />
                </syntax>
            </parameter>
            <parameter name="A11RegReqDeniedReverseTunnelUnavailablePDSN" access="readOnly" activeNotify="canDeny">
                <description>Number ofA11 Registration Request denied with a reason "Reverse Tunnel Unavailable" (A11 error code: 0x89)by the PDSN</description>
                <syntax>
                    <unsignedInt />
                </syntax>
            </parameter>
            <parameter name="A11RegReqDeniedReverseTunnelTbitNotSetPDSN" access="readOnly" activeNotify="canDeny">
                <description>Number ofA11 Registration Request denied with a reason "Reverse Tunnel Tbit Not Set" (A11 error code: 0x8A)by the PDSN</description>
                <syntax>
                    <unsignedInt />
                </syntax>
            </parameter>
            <parameter name="A11RegReqDeniedUnknownErrorCodePDSN" access="readOnly" activeNotify="canDeny">
                <description>Number of A11 Registration Request denied with an unspecified reason (A11 error code : 0x80) by the PDSN</description>
                <syntax>
                    <unsignedInt />
                </syntax>
            </parameter>
            <parameter name="A10RegReqForRegistrationRetransmissionsPDSN" access="readOnly" activeNotify="canDeny">
                <description>Number of A11 Registration Requests retransmitted during A10 setup</description>
                <syntax>
                    <unsignedInt />
                </syntax>
            </parameter>
            <parameter name="A10RegReqForReRegistrationRetransmissionsPDSN" access="readOnly" activeNotify="canDeny">
                <description>Number of A11 Registration Requests retransmitted during A10 reregistration</description>
                <syntax>
                    <unsignedInt />
                </syntax>
            </parameter>
            <parameter name="A10RegReqForReleaseRetransmissionsPDSN" access="readOnly" activeNotify="canDeny">
                <description>Number of A11 Registration Requests retransmitted during A10 realease</description>
                <syntax>
                    <unsignedInt />
                </syntax>
            </parameter>
            <parameter name="PDSNNumberPDSNPerf" access="readOnly" activeNotify="canDeny">
                <description>The PDSN Number </description>
                <syntax>
                    <int>
                        <range minInclusive="0" maxInclusive="127" />
                    </int>
                </syntax>
            </parameter>
            <parameter name="PDSNipAddressPDSNPerf" access="readOnly" activeNotify="canDeny">
                <description>The IP Address of the PDSN for which the PCF PDSN stats is obtained</description>
                <syntax>
                    <dataType ref="IPAddress">
                    </dataType>
                </syntax>
            </parameter>
        </object>
        <object name="FAPService.{i}.CellConfig.CDMA2000.OneX.Stats." access="readOnly" minEntries="1" maxEntries="1">
            <description>This object contains 1x FAP statistics aggregated over all connections of all users over all sectors.</description>
            <parameter name="RegistrationAttempts" access="readOnly" activeNotify="canDeny">
                <description>Total number of registration attempts</description>
                <syntax>
                    <unsignedInt>
                        <range minInclusive="0" maxInclusive="4294967295" />
                    </unsignedInt>
                </syntax>
            </parameter>
            <parameter name="RegistrationFails" access="readOnly" activeNotify="canDeny">
                <description>Total number of registrations failed</description>
                <syntax>
                    <unsignedInt>
                        <range minInclusive="0" maxInclusive="4294967295" />
                    </unsignedInt>
                </syntax>
            </parameter>
            <parameter name="RegistrationsBlocked" access="readOnly" activeNotify="canDeny">
                <description>Unauthorized registrations blocked by admission control</description>
                <syntax>
                    <unsignedInt>
                        <range minInclusive="0" maxInclusive="4294967295" />
                    </unsignedInt>
                </syntax>
            </parameter>
            <parameter name="PageAttempts" access="readOnly" activeNotify="canDeny">
                <description>Total number of attemots to page requests received from the core</description>
                <syntax>
                    <unsignedInt>
                        <range minInclusive="0" maxInclusive="4294967295" />
                    </unsignedInt>
                </syntax>
            </parameter>
            <parameter name="PageFails" access="readOnly" activeNotify="canDeny">
                <description>Total number of page requests rejected or not responded</description>
                <syntax>
                    <unsignedInt>
                        <range minInclusive="0" maxInclusive="4294967295" />
                    </unsignedInt>
                </syntax>
            </parameter>
            <parameter name="VoiceCallAttempts" access="readOnly" activeNotify="canDeny">
                <description>Total number of voice call attempts</description>
                <syntax>
                    <unsignedInt>
                        <range minInclusive="0" maxInclusive="4294967295" />
                    </unsignedInt>
                </syntax>
            </parameter>
            <parameter name="VoiceCallFailures" access="readOnly" activeNotify="canDeny">
                <description>Total number of voice call attempts which failed for various reasons</description>
                <syntax>
                    <unsignedInt>
                        <range minInclusive="0" maxInclusive="4294967295" />
                    </unsignedInt>
                </syntax>
            </parameter>
            <parameter name="VoiceCallsBlocked" access="readOnly" activeNotify="canDeny">
                <description>Total number of voice calls blocked due to lack of authorization</description>
                <syntax>
                    <unsignedInt>
                        <range minInclusive="0" maxInclusive="4294967295" />
                    </unsignedInt>
                </syntax>
            </parameter>
            <parameter name="VoiceCallsDropped" access="readOnly" activeNotify="canDeny">
                <description>Number of voice calls dropped due to various reasons other than a normal call release</description>
                <syntax>
                    <unsignedInt>
                        <range minInclusive="0" maxInclusive="4294967295" />
                    </unsignedInt>
                </syntax>
            </parameter>
            <parameter name="DataCallAttempts" access="readOnly" activeNotify="canDeny">
                <description>Total number of data call attempts</description>
                <syntax>
                    <unsignedInt>
                        <range minInclusive="0" maxInclusive="4294967295" />
                    </unsignedInt>
                </syntax>
            </parameter>
            <parameter name="DataCallFailures" access="readOnly" activeNotify="canDeny">
                <description>Total number of data call attemots failed for various reasons</description>
                <syntax>
                    <unsignedInt>
                        <range minInclusive="0" maxInclusive="4294967295" />
                    </unsignedInt>
                </syntax>
            </parameter>
            <parameter name="DataCallsBlocked" access="readOnly" activeNotify="canDeny">
                <description>Total number of data calls failed due to lack of authorization</description>
                <syntax>
                    <unsignedInt>
                        <range minInclusive="0" maxInclusive="4294967295" />
                    </unsignedInt>
                </syntax>
            </parameter>
            <parameter name="DataCallsDropped" access="readOnly" activeNotify="canDeny">
                <description>Total number of data calls dropped due to reasons other than a normal release.</description>
                <syntax>
                    <unsignedInt>
                        <range minInclusive="0" maxInclusive="4294967295" />
                    </unsignedInt>
                </syntax>
            </parameter>
            <parameter name="AverageVoiceCall" access="readOnly" activeNotify="canDeny">
                <description>Average voice call duration in {{units}}.</description>
                <syntax>
                    <unsignedInt>
                        <range minInclusive="0" maxInclusive="4294967295" />
                        <units value="milliseconds">
                        </units>
                    </unsignedInt>
                </syntax>
            </parameter>
            <parameter name="AverageDataCall" access="readOnly" activeNotify="canDeny">
                <description>Average data call duration in {{units}}</description>
                <syntax>
                    <unsignedInt>
                        <range minInclusive="0" maxInclusive="4294967295" />
                        <units value="milliseconds">
                        </units>
                    </unsignedInt>
                </syntax>
            </parameter>
            <parameter name="AverageSessionInSec" access="readOnly" activeNotify="canDeny">
                <description>Average session duration in {{units}}.</description>
                <syntax>
                    <unsignedInt>
                        <range minInclusive="0" maxInclusive="4294967295" />
                        <units value="seconds">
                        </units>
                    </unsignedInt>
                </syntax>
            </parameter>
            <parameter name="TotalVoiceCalls" access="readOnly" activeNotify="canDeny">
                <description>Total number of successful voice calls</description>
                <syntax>
                    <unsignedInt>
                        <range minInclusive="0" maxInclusive="4294967295" />
                        <units value="seconds">
                        </units>
                    </unsignedInt>
                </syntax>
            </parameter>
            <parameter name="TotalDataCalls" access="readOnly" activeNotify="canDeny">
                <description>Total number of successful data calls</description>
                <syntax>
                    <unsignedInt>
                        <range minInclusive="0" maxInclusive="4294967295" />
                    </unsignedInt>
                </syntax>
            </parameter>
            <parameter name="FwdVoicePacketDropPercentage" access="readOnly" activeNotify="canDeny">
                <description>Percentage of voice packets dropped in MAC due to signaling</description>
                <syntax>
                    <unsignedInt>
                        <range minInclusive="0" maxInclusive="4294967295" />
                    </unsignedInt>
                </syntax>
            </parameter>
            <parameter name="RevVoicePacketDropPercentage" access="readOnly" activeNotify="canDeny">
                <description>Percentage of voice packets received with bad FQI</description>
                <syntax>
                    <unsignedInt>
                        <range minInclusive="0" maxInclusive="4294967295" />
                    </unsignedInt>
                </syntax>
            </parameter>
            <parameter name="FwdAvgDataRate" access="readOnly" activeNotify="canDeny">
                <description>Average data rate of the scheduler on the forward link </description>
                <syntax>
                    <unsignedInt>
                        <range minInclusive="0" maxInclusive="4294967295" />
                    </unsignedInt>
                </syntax>
            </parameter>
            <parameter name="RevAvgDataRate" access="readOnly" activeNotify="canDeny">
                <description>Average data rate of the scheduler on reverse link</description>
                <syntax>
                    <unsignedInt>
                        <range minInclusive="0" maxInclusive="4294967295" />
                    </unsignedInt>
                </syntax>
            </parameter>
            <parameter name="BcIndexZeroToOneTransitions" access="readOnly" activeNotify="canDeny">
                <description>Num of times the bcIndex was changed from 0 to 1 in the Extended System Parameters Message.</description>
                <syntax>
                    <unsignedInt>
                        <range minInclusive="0" maxInclusive="4294967295" />
                    </unsignedInt>
                </syntax>
            </parameter>
            <parameter name="BcIndexOneToZeroTransitions" access="readOnly" activeNotify="canDeny">
                <description>Num of times the bcIndex was changed from 0 to 1 in the Extended System Parameters Message.</description>
                <syntax>
                    <unsignedInt>
                        <range minInclusive="0" maxInclusive="4294967295" />
                    </unsignedInt>
                </syntax>
            </parameter>
        </object>
        <object name="FAPService.{i}.CellConfig.CDMA2000.OneX.Redirect." access="readOnly" minEntries="1" maxEntries="1">
            <description>CDMA2000 1x service redirection parameters.</description>
            <parameter name="RedirectChannelNumber" access="readWrite">
                <description>The channel number set from ACS that the FAP uses to redirect the MS in case of closed access or when exceeding session capacity. The ACS shall push this if the the operator has provided this information in a configuration file. If this is not configured, the FAP rejects the AT. The supported range is 0..2047.</description>
                <syntax>
                    <unsignedInt>
                        <range minInclusive="0" maxInclusive="2047" />
                    </unsignedInt>
                </syntax>
            </parameter>
            <parameter name="RedirectBandClass" access="readWrite">
                <description>The bandclass set from ACS that the FAP uses to redirect the MS incase of closed access or when exceeding session capacity. The ACS shall push this if the the operator has provided this information in a configuration file. If this is not configured, the FAP rejects the MS. The supported range is 0..9.</description>
                <syntax>
                    <unsignedInt>
                        <range minInclusive="0" maxInclusive="31" />
                    </unsignedInt>
                </syntax>
            </parameter>
        </object>
        <object name="FAPService.{i}.CellConfig.CDMA2000.HRPD." access="readOnly" minEntries="1" maxEntries="1">
            <description>The object contains attributes related to HRPD.</description>
            <parameter name="PCFPDSNNumberOfEntries" access="readOnly">
                <description>{{numentries}}</description>
                <syntax>
                    <unsignedInt />
                </syntax>
            </parameter>
            <parameter name="MaxBatchPCFPDSNEntries" access="readOnly">
                <description>Maximum number of entries in the {{object|.CellConfig.CDMA2000.HRPD.BatchPCFPDSN.{i}.}} table.</description>
                <syntax>
                    <unsignedInt />
                </syntax>
            </parameter>
            <parameter name="BatchPCFPDSNNumberOfEntries" access="readOnly">
                <description>{{numentries}}</description>
                <syntax>
                    <unsignedInt />
                </syntax>
            </parameter>
        </object>
        <object name="FAPService.{i}.CellConfig.CDMA2000.HRPD.RAN." access="readOnly" minEntries="1" maxEntries="1">
            <description>The object contains attributes related to HRPD RAN.</description>
        </object>
        <object name="FAPService.{i}.CellConfig.CDMA2000.HRPD.RAN.RF." access="readOnly" minEntries="1" maxEntries="1">
            <description>Contains the details related to HRPD RF</description>
            <parameter name="HRPDCarBandClass" access="readWrite">
                <description>The Band Class this HRPD Carrier object is to operate on. Reference - {{bibref|3GPP2-C.S0057}}, Band Class Specification for CDMA2000 Spread Spectrum Systems.</description>
                <syntax>
                    <unsignedInt>
                        <range minInclusive="0" maxInclusive="31" />
                    </unsignedInt>
                </syntax>
            </parameter>
            <parameter name="RFCNFL" access="readWrite">
                <description>{{list}} Each item is a FL Radio Frequency Channel Number (RFCN). Self-configuration for RFCNFL is controlled by {{param|.Capabilities.CDMA2000.HRPD.SelfConfig.RFCNFLConfig}} from an availability perspective and {{param|.FAPControl.CDMA2000.HRPD.SelfConfig.RFCNFLSelfConfigEnable}} from an enabled perspective. If the FAP's self-configuration capability for RFCNFL is available and enabled, this parameter MAY contain more than one item and the FAP is expected to select one from the list for {{param|RFCNFLInUse}}. If the self-configuration capability is not available or not enabled, then  this parameter SHOULD contain only a single item. If multiple items are specified, they are done in the order of preference.</description>
                <syntax>
                    <list minItems="1" />
                    <string>
                        <size maxLength="64" />
                    </string>
                </syntax>
            </parameter>
            <parameter name="RFCNFLInUse" access="readOnly">
                <description>
                    The FL RFCN being used by the FAP. Self-configuration for RFCNFL is controlled by
                    {{param|.Capabilities.CDMA2000.HRPD.SelfConfig.RFCNFLConfig}} from an availability perspective and
                    {{param|.FAPControl.CDMA2000.HRPD.SelfConfig.RFCNFLSelfConfigEnable}} from an enabled perspective. If the self-configuration capability is available and enabled, this parameter indicates the value selected by the FAP among the choices provided in {{param|RFCNFL}}. If the self-configuration capability is not available or not enabled, then this parameter contains the first value in {{param|RFCNFL}}.
                </description>
                <syntax>
                    <unsignedInt />
                </syntax>
            </parameter>
            <parameter name="PilotPN" access="readWrite">
                <description>
                    {{list}} (maximum length 32) (minimum 1 items) of strings. Each item is a pilot PN offset in units of 64 PN chips. Self-configuration for pilot PN is controlled by {{param|.Capabilities.CDMA2000.HRPD.SelfConfig.PilotPNConfig}} from an availability perspective and {{param|.FAPControl.CDMA2000.HRPD.SelfConfig.PilotPNSelfConfigEnable}} from an enabled perspective.
                    If the FAP's self-configuration capability for Pilot PN Offset is available and enabled, this parameter MAY contain more than one item and the FAP is expected to select one from the list for {{param|PilotPNInUse}}. If the self-configuration capability is not available or not enabled, then this parameter SHOULD contain only a single item.
                    The multiplicity of the PN offsets values can also be expressed by defining a range using ".." (two periods) between two values. In this case, the combination of two values defines the lower-bound and upper-bound of the range inclusive.
                    The order of the items has no significance.
                </description>
                <syntax>
                    <list />
                    <string>
                        <size maxLength="64" />
                    </string>
                </syntax>
            </parameter>
            <parameter name="PilotPNInUse" access="readWrite">
                <description>The Pilot PN Offset being used by the FAP. Self-configuration for Pilot PN Offset is controlled by {{param|.Capabilities.CDMA2000.HRPD.SelfConfig.PilotPNConfig}} from an availability perspective and {{param|.FAPControl.CDMA2000.HRPD.SelfConfig.PilotPNSelfConfigEnable}} from an enabled perspective. If the self-configuration capability is available and enabled, this parameter indicates the value selected by the FAP among the choices provided in {{param|PilotPN}}.
If the self-configuration capability is not available or not enabled, then this parameter contains the first value in {{param|PilotPN}}.</description>
                <syntax>
                    <unsignedInt />
                </syntax>
            </parameter>
            <parameter name="MaxFAPTxPower" access="readWrite">
                <description>Defines the maximum transmission power allowed on the FAP. {{param}} is expressed as a range of allowed maximum power levels with ".." (two periods) between the upper and lower values, i.e. "&lt;;Pmax_low&gt;..&lt;;Pmax_high&gt;".
{{param}} identifies the limits between which the FAP can self-configure its maximum transmit power.
Self-configuration for maximum transmission power is controlled by {{param|.Capabilities.CDMA2000.HRPD.SelfConfig.MaxFAPTxPowerConfig}} from an availability perspective and {{param|.FAPControl.CDMA2000.HRPD.SelfConfig.MaxFAPTxPowerSelfConfigEnable}} from an enabled perspective. &lt;;Pmax_low&gt; and &lt;;Pmax_high&gt; are measured in dBm and have a range of -40.0 to 20.0 incremented by 0.1 dB.</description>
                <syntax>
                    <string>
                        <size maxLength="64" />
                    </string>
                </syntax>
            </parameter>
            <parameter name="MaxFAPTxPowerInUse" access="readWrite" activeNotify="canDeny">
                <description>The maximum transmission power measured in {{units}} currently used by the FAP.
Actual values of the maximum transmission power are -40.0 dBm to 20.0 dBm in steps of {{units}}. The value of {{param}} divided by 10 yields the actual value of the maximum transmission power.
Self-configuration for maximum transmission power is controlled by {{param|.Capabilities.CDMA2000.HRPD.SelfConfig.MaxFAPTxPowerConfig}} from an availability perspective and {{param|.FAPControl.CDMA2000.HRPD.SelfConfig.MaxFAPTxPowerSelfConfigEnable}} from an enabled perspective. If the self-configuration capability is available and enabled, this parameter indicates the value selected by the FAP among the range provided in {{param|MaxFAPTxPower}}. If the self-configuration capability is not available or not enabled, then this parameter contains a value selected by the ACS.</description>
                <syntax>
                    <int>
                        <range minInclusive="-200" maxInclusive="200" />
                        <units value="0.1 dBm">
                        </units>
                    </int>
                </syntax>
            </parameter>
            <parameter name="ControlChannelRate" access="readWrite">
                <description>The data rate of the Control Channel of this HRPD SectorElement object.  Reference - {{bibref|3GPP2-C.S0024-B}}, CDMA2000 High Rate Packet Data Air Interface Specification, section-10.4.1.3.2.4</description>
                <syntax>
                    <int>
                    </int>
                </syntax>
            </parameter>
            <parameter name="SyncCapsuleOffset" access="readWrite">
                <description>The offset from the control channel cycle boundary at which the synchronous capsules are to be transmitted for this HRPD SectorElement object. Reference -{{bibref|3GPP2-C.S0024-B}}, CDMA2000 High Rate Packet Data Air Interface Specification, section-9.2.6.1.4.1.2</description>
                <syntax>
                    <int>
                        <range minInclusive="0" maxInclusive="3" />
                    </int>
                </syntax>
            </parameter>
            <parameter name="RabLength" access="readWrite">
                <description>The Reverse Activity Bit (RAB) length measured in slots for this HRPD SectorElement object.  Reference -{{bibref|3GPP2-C.S0024-B}}, CDMA2000 High Rate Packet Data Air Interface Specification, section-7.8.6.2.2, Table 9.7.6.2-2.</description>
                <syntax>
                    <int>
                        <range minInclusive="8" maxInclusive="8" />
                        <range minInclusive="16" maxInclusive="16" />
                        <range minInclusive="32" maxInclusive="32" />
                        <range minInclusive="64" maxInclusive="64" />
                    </int>
                </syntax>
            </parameter>
            <parameter name="RabOffset" access="readWrite">
                <description>The Reverse Activity Bit (RAB) offset for this HRPD SectorElement object.  Reference - {{bibref|3GPP2-C.S0024-B}}, CDMA2000 High Rate Packet Data Air Interface Specification, section-7.8.6.2.2.</description>
                <syntax>
                    <int>
                        <range minInclusive="0" maxInclusive="7" />
                    </int>
                </syntax>
            </parameter>
            <parameter name="SectorID" access="readWrite">
                <description>The 128 bit Sector ID for this HRPD SectorElement object. The Sector ID is used in the computation of the long code mask. See {{bibref|3GPP2-C.S0024-B}}, CDMA2000 High Rate Packet Data Air Interface Specification.</description>
                <syntax>
                    <hexBinary>
                        <size minLength="16" maxLength="16" />
                    </hexBinary>
                </syntax>
            </parameter>
            <parameter name="ColorCode" access="readWrite">
                <description>The HRPD color code associated with this sector-element. Reference -{{bibref|3GPP2-C.S0024-B}}, CDMA2000 High Rate Packet Data Air Interface Specification</description>
                <syntax>
                    <int>
                        <range minInclusive="0" maxInclusive="255" />
                    </int>
                </syntax>
            </parameter>
            <parameter name="SubnetMaskLength" access="readWrite">
                <description>{{param}} is the length of the HRPD SubnetMask in {{units}}. See {{bibref|3GPP2-C.S0024-B}}, CDMA2000 High Rate Packet Data Air Interface Specification</description>
                <syntax>
                    <int>
                        <range minInclusive="0" maxInclusive="104" />
                        <units value="bits">
                        </units>
                    </int>
                </syntax>
            </parameter>
            <parameter name="HRPDSecElReverseLinkSilenceDuration" access="readWrite">
                <description>Duration of the Reverse Link Silence Interval in units of {{units}}. The duration of the silence interval to be maintained on the reverse link.  Reference -{{bibref|3GPP2-C.S0024-B}}, CDMA2000 High Rate Packet Data Air Interface Specification. Section-9.4.6.1.4.1.1.</description>
                <syntax>
                    <int>
                        <range minInclusive="0" maxInclusive="3" />
                        <units value="frames">
                        </units>
                    </int>
                </syntax>
            </parameter>
            <parameter name="HRPDSecElReverseLinkSilencePeriod" access="readWrite">
                <description>The Reverse Link Silence Interval is defined as the time interval of duration ReverseLinkSilenceDuration frames that starts at times T where T is the CDMA System Time in units of {{units}} and it satisfies the following equation:
T mod (2048 x 2^(ReverseLinkSilencePeriod) - 1) = 0.
The period in the access cycle duration for which the silence interval shall be maintained on the reverse link. {{bibref|3GPP2-C.S0024-B}}, CDMA2000 High Rate Packet Data Air Interface Specification. Section-9.4.6.1.4.1.1.</description>
                <syntax>
                    <int>
                        <range minInclusive="0" maxInclusive="3" />
                        <units value="frames">
                        </units>
                    </int>
                </syntax>
            </parameter>
            <parameter name="OpenLoopAdjust" access="readWrite">
                <description>The open loop adjustment (in {{units}}) for the access parameters of this sector-element. FAP sets this field to the negative of the nominal power to be used by ATs in the open loop power estimate, expressed as an unsigned value in units of 1 dB. The value used by the AT is -1 times the value of this field.  Reference -{{bibref|3GPP2-C.S0024-B}}, CDMA2000 High Rate Packet Data Air Interface Specification. Section-9.4.6.2.6</description>
                <syntax>
                    <int>
                        <range minInclusive="0" maxInclusive="255" />
                        <units value="dB">
                        </units>
                    </int>
                </syntax>
            </parameter>
            <parameter name="ProbeInitialAdjust" access="readWrite">
                <description>The probe initial adjustment (in {{units}}) for the access parameters of this sector-element. FAP sets this field to the correction factor to be used by ATs in the open loop power estimate for the initial transmission on the Access Channel, expressed as a two's complement value in units of 1 dB. Reference -{{bibref|3GPP2-C.S0024-B}}, CDMA2000 High Rate Packet Data Air Interface Specification. Section-9.4.6.2.6</description>
                <syntax>
                    <int>
                        <range minInclusive="-15" maxInclusive="15" />
                        <units value="dB" />
                    </int>
                </syntax>
            </parameter>
            <parameter name="ProbeNumSteps" access="readWrite">
                <description>The number of power level steps for access probes for the access parameters of this sector-element. FAP sets this field to the maximum number of access probes ATs are to transmit in a single access probe sequence. The access network shall set this field to a value in the range [1 ... 15]. Reference -{{bibref|3GPP2-C.S0024-B}}, CDMA2000 High Rate Packet Data Air Interface Specification. Section-9.4.6.2.6</description>
                <syntax>
                    <int>
                        <range minInclusive="1" maxInclusive="15" />
                    </int>
                </syntax>
            </parameter>
            <parameter name="ProbePowerStep" access="readWrite">
                <description>The power step size (in {{units}}) applied to successive probes on the access channel associated with this sector-element. Probe power increase step. FAPsets this field to the increase in power between probes, in resolution of 0.5 dB. Reference -{{bibref|3GPP2-C.S0024-B}}, CDMA2000 High Rate Packet Data Air Interface Specification. Section-9.4.6.2.6</description>
                <syntax>
                    <int>
                        <range minInclusive="0" maxInclusive="15" />
                        <units value="0.5 dB" />
                    </int>
                </syntax>
            </parameter>
            <parameter name="APersistence" access="readWrite">
                <description>The A-Persistence vector, as per HRPD specification, for controlling contention access on the access channel associated with this sector-element. Reference - {{bibref|3GPP2-C.S0024-B}}, CDMA2000 High Rate Packet Data Air Interface Specification. Section-9.4.6.2.6.  Format is "0xAABBCCDD", where AA, BB, CC, DD are in the range "01" through "3F" hex.</description>
                <syntax>
                    <string>
                        <size maxLength="16" />
                    </string>
                </syntax>
            </parameter>
            <parameter name="RSSIRABThreshold" access="readWrite">
                <description>RAB threshold for RSSI based RAB algorithm.</description>
                <syntax>
                    <int>
                        <range minInclusive="-1600" maxInclusive="1600" />
                        <units value="0.125 dBm" />
                    </int>
                </syntax>
            </parameter>
            <parameter name="LoadRABThreshold" access="readWrite">
                <description>RAB threshold for Load based RAB algorithm in units of {{units}}.</description>
                <syntax>
                    <unsignedInt>
                        <range minInclusive="0" maxInclusive="480" />
                        <units value="0.125 dB" />
                    </unsignedInt>
                </syntax>
            </parameter>
            <parameter name="ConnectionRateLimit" access="readWrite">
                <description>4 different configurations.</description>
                <syntax>
                    <unsignedInt>
                        <range minInclusive="0" maxInclusive="3" />
                    </unsignedInt>
                </syntax>
            </parameter>
            <parameter name="RfeRLBalanceRatio" access="readWrite">
                <description>Config Parameter for DRC based rate control</description>
                <syntax>
                    <unsignedInt>
                        <range minInclusive="1" maxInclusive="20" />
                    </unsignedInt>
                </syntax>
            </parameter>
        </object>
        <object name="FAPService.{i}.CellConfig.CDMA2000.HRPD.PCFConfig." access="readOnly" minEntries="1" maxEntries="1">
            <description>CDMA2000 HRPD PCF configuration parameters.</description>
            <parameter name="PCFPDSNHealthMonitorInterval" access="readWrite">
                <description>PDSN health check monitor interval in {{units}}. Setting the value to 0 disables the PDSN Health Monitoring Feature. Setting any non-zero value enables the PDSN Health Monitoring Feature and sets that non-zero value as the timer interval.</description>
                <syntax>
                    <unsignedInt>
                        <range minInclusive="0" maxInclusive="180" />
                        <units value="seconds">
                        </units>
                    </unsignedInt>
                </syntax>
            </parameter>
        </object>
        <object name="FAPService.{i}.CellConfig.CDMA2000.HRPD.PCFConfig.PCFPerformanceStats." access="readOnly" minEntries="1" maxEntries="1">
            <description>This object is used in obtaining the PCF stats</description>
            <parameter name="A10SetupFailureNoReason" access="readOnly" activeNotify="canDeny">
                <description>Number of times the PCF was refused an A10 connection with an unspecified reason (A11 error code : 0x80)</description>
                <syntax>
                    <unsignedInt />
                </syntax>
            </parameter>
            <parameter name="A10SetupFailureAdminProhibit" access="readOnly" activeNotify="canDeny">
                <description>Number of times the PCF was refused an A10 connection with a reason "Admin Prohibited" (A11 error code : 0x81).</description>
                <syntax>
                    <unsignedInt />
                </syntax>
            </parameter>
            <parameter name="A10SetupFailureInsuffResources" access="readOnly" activeNotify="canDeny">
                <description>Number of times the PCF was refused  an A10 connection with a reason "Insufficient Resources" (A11 error code: 0x82).</description>
                <syntax>
                    <unsignedInt />
                </syntax>
            </parameter>
            <parameter name="A10SetupFailureFailedAuth" access="readOnly" activeNotify="canDeny">
                <description>Number of times the PCF was refused an A10 connection with a reason "Mobile Node Authentication Failure" (A11 error code: 0x83).</description>
                <syntax>
                    <unsignedInt />
                </syntax>
            </parameter>
            <parameter name="A10SetupFailureIdMismatch" access="readOnly" activeNotify="canDeny">
                <description>Number of times the PCF was refused an A10 connection with a reason "Id Mismatch" (A11 error code: 0x85)</description>
                <syntax>
                    <unsignedInt />
                </syntax>
            </parameter>
            <parameter name="A10SetupFailureMalformedReq" access="readOnly" activeNotify="canDeny">
                <description>Number of times the PCF was  refused an A10 connection with a reason "Malformed Request" (A11 error code: 0x86)</description>
                <syntax>
                    <unsignedInt />
                </syntax>
            </parameter>
            <parameter name="A10SetupFailureUnknownPDSN" access="readOnly" activeNotify="canDeny">
                <description>Number of times  the PCF was refused an A10 connection with a reason "Unknown PDSN" (A11 error code: 0x88)</description>
                <syntax>
                    <unsignedInt />
                </syntax>
            </parameter>
            <parameter name="A10SetupFailureUnsuppVendId" access="readOnly" activeNotify="canDeny">
                <description>Number of times the PCF was refused an A10 connection with a reason "Unsupported Vendor Id" (A11 error code: 0x89)</description>
                <syntax>
                    <unsignedInt />
                </syntax>
            </parameter>
            <parameter name="TotalA10ClosedByRnc" access="readOnly" activeNotify="canDeny">
                <description>Number of A10 closed by the FAP RNC</description>
                <syntax>
                    <unsignedInt />
                </syntax>
            </parameter>
            <parameter name="TotalA10ClosedByPDSN" access="readOnly" activeNotify="canDeny">
                <description>Number of A10 closed by the PDSN</description>
                <syntax>
                    <unsignedInt />
                </syntax>
            </parameter>
            <parameter name="TotalA10SuccessPages" access="readOnly" activeNotify="canDeny">
                <description>Numebr of  A10 Pages initiated by PCFsucceeded</description>
                <syntax>
                    <unsignedInt />
                </syntax>
            </parameter>
            <parameter name="TotalA10FailedPages" access="readOnly" activeNotify="canDeny">
                <description>Numebr of  A10 Pages initiated by PCF failed</description>
                <syntax>
                    <unsignedInt />
                </syntax>
            </parameter>
            <parameter name="TotalA10IngressBytes" access="readOnly" activeNotify="canDeny">
                <description>Number of {{units}} received from the PDSN</description>
                <syntax>
                    <unsignedInt>
                        <units value="bytes">
                        </units>
                    </unsignedInt>
                </syntax>
            </parameter>
            <parameter name="TotalA10EgressBytes" access="readOnly" activeNotify="canDeny">
                <description>Number of {{units}} transmitted to the PDSN</description>
                <syntax>
                    <unsignedInt>
                        <units value="bytes">
                        </units>
                    </unsignedInt>
                </syntax>
            </parameter>
            <parameter name="A10RegUpdateReceived" access="readOnly" activeNotify="canDeny">
                <description>Number of A10 Registration updates received by the FAP PCF</description>
                <syntax>
                    <unsignedInt />
                </syntax>
            </parameter>
            <parameter name="TotalA10DroppedPages" access="readOnly" activeNotify="canDeny">
                <description>Number of  A10 Pages initiated by PCF dropped</description>
                <syntax>
                    <unsignedInt />
                </syntax>
            </parameter>
        </object>
        <object name="FAPService.{i}.CellConfig.CDMA2000.HRPD.BatchPCFPDSN.{i}." access="readWrite" minEntries="0" maxEntries="unbounded" numEntriesParameter="BatchPCFPDSNNumberOfEntries" enableParameter="Enable">
            <description>The Batch configuration Object used to configure PDSN table using a start and end IP address. The order of the address is used as part of PDSN selection algorithm, e.g., the first element is considered PDSN number 0 (refer to {{bibref|3GPP2-A.S0008}} and {{bibref|3GPP2-A.S0009}}). To get individual PDSN entries use the {{object|.CellConfig.CDMA2000.HRPD.PCFPDSN.{i}.}}.</description>
            <uniqueKey>
                <parameter ref="BatchTableNumber" />
                <parameter ref="BatchTableSecurityParameterIndex" />
                <parameter ref="BatchTableSecretKey" />
            </uniqueKey>
            <uniqueKey functional="false">
                <parameter ref="Alias" />
            </uniqueKey>
            <parameter name="Enable" access="readWrite">
                <description>Enables or disables the {{object}} entry.</description>
                <syntax>
                    <boolean />
                    <default type="object" value="false" />
                </syntax>
            </parameter>
            <parameter name="Alias" access="readWrite">
                <description>{{datatype|expand}}</description>
                <syntax>
                    <dataType ref="Alias" />
                </syntax>
            </parameter>
            <parameter name="BatchTableNumber" access="readWrite">
                <description>The BatchTable Number should be given only once during the creation of a Batch Table. This is the Key Attribute that uniquely identifies a BatchTable entry</description>
                <syntax>
                    <int>
                        <range minInclusive="0" maxInclusive="127" />
                    </int>
                    <default type="object" value="0">
                    </default>
                </syntax>
            </parameter>
            <parameter name="BatchTableStartIPAddress" access="readWrite">
                <description>Start IP address of the range of PDSNs</description>
                <syntax>
                    <dataType ref="IPAddress">
                    </dataType>
                    <default type="object" value="">
                    </default>
                </syntax>
            </parameter>
            <parameter name="BatchTableEndIPAddress" access="readWrite">
                <description>End IP address of the range of PDSNs</description>
                <syntax>
                    <dataType ref="IPAddress">
                    </dataType>
                    <default type="object" value="">
                    </default>
                </syntax>
            </parameter>
            <parameter name="BatchTableSecurityParameterIndex" access="readWrite">
                <description>Security Parameter Index to be used</description>
                <syntax>
                    <unsignedInt>
                        <range minInclusive="256" maxInclusive="4294967295" />
                    </unsignedInt>
                    <default type="object" value="0">
                    </default>
                </syntax>
            </parameter>
            <parameter name="BatchTableSecretKey" access="readWrite">
                <description>Secret key in 32-digit hexidecimal representation.</description>
                <syntax>
                    <hexBinary>
                        <size minLength="0" maxLength="16" />
                    </hexBinary>
                    <default type="object" value="">
                    </default>
                </syntax>
            </parameter>
            <parameter name="BatchTableIOSVersion" access="readWrite">
                <description>HRPD IOS Version of this PDSN </description>
                <syntax>
                    <string>
                        <enumeration value="TIA-878-ballot" />
                        <enumeration value="TIA-878-1" />
                        <enumeration value="TIA-878-a" />
                        <enumeration value="TIA-878-legacy" />
                    </string>
                    <default type="object" value="TIA-878-a" />
                </syntax>
            </parameter>
            <parameter name="BatchTablePDSNAdminStatus" access="readWrite">
                <description>Administrative status of this PDSN.  0- UP 1-DOWN.</description>
                <syntax>
                    <int>
                        <range minInclusive="0" maxInclusive="1" />
                    </int>
                    <default type="object" value="0" />
                </syntax>
            </parameter>
            <parameter name="PDSNType" access="readWrite">
                <description>Indicates the PDSN type for this batch. </description>
                <syntax>
                    <string>
                        <size maxLength="32" />
                    </string>
                    <default type="object" value="HRPD RevA" />
                </syntax>
            </parameter>
        </object>
        <object name="FAPService.{i}.CellConfig.CDMA2000.HRPD.PCFPDSN.{i}." access="readWrite" minEntries="0" maxEntries="unbounded" numEntriesParameter="PCFPDSNNumberOfEntries" enableParameter="Enable">
            <description>PCFPDSN Object configured for HRPD. {{object|.CellConfig.CDMA2000.HRPD.BatchPCFPDSN.{i}.}} table should be used to configure PDSN details.</description>
            <uniqueKey>
                <parameter ref="PDSNNumber" />
                <parameter ref="SecurityParameterIndex" />
                <parameter ref="SecurityKey" />
            </uniqueKey>
            <uniqueKey functional="false">
                <parameter ref="Alias" />
            </uniqueKey>
            <parameter name="Enable" access="readWrite">
                <description>Enables or disables the {{object}} entry.</description>
                <syntax>
                    <boolean />
                    <default type="object" value="false" />
                </syntax>
            </parameter>
            <parameter name="Alias" access="readWrite">
                <description>{{datatype|expand}}</description>
                <syntax>
                    <dataType ref="Alias" />
                </syntax>
            </parameter>
            <parameter name="PDSNNumber" access="readWrite">
                <description>Index of this PDSN object in the PCFPDSNCollection array. The index is used as PDSN number in PDSN selection algorithm (refer to {{bibref|3GPP2-A.S0008}} and {{bibref|3GPP2-A.S0009}})</description>
                <syntax>
                    <int>
                        <range minInclusive="0" maxInclusive="127" />
                    </int>
                    <default type="object" value="0">
                    </default>
                </syntax>
            </parameter>
            <parameter name="SecurityParameterIndex" access="readWrite">
                <description>Security Parameter Index used</description>
                <syntax>
                    <unsignedInt>
                        <range minInclusive="256" maxInclusive="4294967295" />
                    </unsignedInt>
                    <default type="object" value="256">
                    </default>
                </syntax>
            </parameter>
            <parameter name="SecurityKey" access="readWrite">
                <description>Secret key in 32-digit hexidecimal representation.</description>
                <syntax>
                    <hexBinary>
                        <size minLength="0" maxLength="16" />
                    </hexBinary>
                    <default type="object" value="">
                    </default>
                </syntax>
            </parameter>
            <parameter name="IOSVersion" access="readWrite">
                <description> HRPD IOS Version of this PDSN </description>
                <syntax>
                    <string>
                        <enumeration value="TIA-878-ballot">
                        </enumeration>
                        <enumeration value="TIA-878-1">
                        </enumeration>
                        <enumeration value="TIA-878-a">
                        </enumeration>
                        <enumeration value="TIA-878-legacy">
                        </enumeration>
                    </string>
                    <default type="object" value="TIA-878-a">
                    </default>
                </syntax>
            </parameter>
            <parameter name="PDSNadminStatus" access="readWrite">
                <description>Administrative status of this PDSN.  0- UP 1-DOWN.</description>
                <syntax>
                    <int>
                        <range minInclusive="0" maxInclusive="1" />
                    </int>
                    <default type="object" value="0">
                    </default>
                </syntax>
            </parameter>
            <parameter name="PDSNHealthStatus" access="readWrite">
                <description>Reachability status of this PDSN.  0-unreachable, 1-reachable.</description>
                <syntax>
                    <unsignedInt>
                        <range minInclusive="0" maxInclusive="1" />
                    </unsignedInt>
                    <default type="object" value="0">
                    </default>
                </syntax>
            </parameter>
            <parameter name="PDSNIPAddress" access="readWrite">
                <description>IP address of the PDSN.</description>
                <syntax>
                    <dataType ref="IPAddress">
                    </dataType>
                    <default type="object" value="">
                    </default>
                </syntax>
            </parameter>
        </object>
        <object name="FAPService.{i}.CellConfig.CDMA2000.HRPD.PCFPDSN.{i}.A11SessionUpdateStats." access="readOnly" minEntries="1" maxEntries="1">
            <description>This object is used in obtaining the A11 Session Update stats for each PDSN  </description>
            <parameter name="PDSNNumberSessionUpdatePerf" access="readOnly" activeNotify="canDeny">
                <description>The PDSN Number </description>
                <syntax>
                    <int>
                        <range minInclusive="0" maxInclusive="127" />
                    </int>
                </syntax>
            </parameter>
            <parameter name="PDSNIPAddressSessionUpdatePerf" access="readOnly" activeNotify="canDeny">
                <description>The IP Address of the PDSN for which the A11 Session Update stats is obtained</description>
                <syntax>
                    <dataType ref="IPAddress">
                    </dataType>
                </syntax>
            </parameter>
            <parameter name="A11SessionUpdateReceivedPDSN" access="readOnly" activeNotify="canDeny">
                <description>Number of A11 Session Updates received from a PDSN</description>
                <syntax>
                    <unsignedInt />
                </syntax>
            </parameter>
            <parameter name="A11SessionUpdateAcceptedPDSN" access="readOnly" activeNotify="canDeny">
                <description>Number of A11 Session Updates accepted  for a PDSN</description>
                <syntax>
                    <unsignedInt />
                </syntax>
            </parameter>
            <parameter name="A11SessionUpdateExtendedAPIPDSN" access="readOnly" activeNotify="canDeny">
                <description>Number of A11 Session Updates received from this PDSN that contained extended API</description>
                <syntax>
                    <unsignedInt />
                </syntax>
            </parameter>
            <parameter name="A11SessionUpdateForUnknownPSIPDSN" access="readOnly" activeNotify="canDeny">
                <description>Number of A11 Session Updates received from this PDSN that conatained unknown PSI</description>
                <syntax>
                    <unsignedInt />
                </syntax>
            </parameter>
            <parameter name="A11SessionUpdateDeniedIDCheckFailPDSN" access="readOnly" activeNotify="canDeny">
                <description>Number of A11 Session Updates received from this PDSN denied due to reason code "ID Check Failed "</description>
                <syntax>
                    <unsignedInt />
                </syntax>
            </parameter>
            <parameter name="A11SessionUpdateDeniedAuthCheckFailPDSN" access="readOnly" activeNotify="canDeny">
                <description>Number of A11 Session Updates received from this PDSN denied due to reason code"Auth Check Failed"</description>
                <syntax>
                    <unsignedInt />
                </syntax>
            </parameter>
            <parameter name="A11SessionUpdateDeniedReasonUnspecifiedPDSN" access="readOnly" activeNotify="canDeny">
                <description>Number of A11 Session Updates received from this PDSN denied due to reason code "Unspecified Reason"</description>
                <syntax>
                    <unsignedInt />
                </syntax>
            </parameter>
            <parameter name="A11SessionUpdateDeniedPoorlyFormedPDSN" access="readOnly" activeNotify="canDeny">
                <description>Number of A11 Session Updates received from this PDSN denied due to reason code "Poorly Formed"</description>
                <syntax>
                    <unsignedInt />
                </syntax>
            </parameter>
            <parameter name="A11SessionUpdateDeniedSessionParamsNotUpdatedPDSN" access="readOnly" activeNotify="canDeny">
                <description>Number of A11 Session Updates received from this PDSN denied due to reason code "Parameters Not Updated"</description>
                <syntax>
                    <unsignedInt />
                </syntax>
            </parameter>
            <parameter name="A11SessionUpdateDeniedQoSProfileIdNotSupportedPDSN" access="readOnly" activeNotify="canDeny">
                <description>Number of A11 Session Updates received from this PDSN denied due to reason code "QoS Profile Id Not Updated"</description>
                <syntax>
                    <unsignedInt />
                </syntax>
            </parameter>
            <parameter name="A11SessionUpdateDeniedInsufficientResourcesPDSN" access="readOnly" activeNotify="canDeny">
                <description>Number of A11 Session Updates received from this PDSN denied due to reason code "Insufficient Resources"</description>
                <syntax>
                    <unsignedInt />
                </syntax>
            </parameter>
            <parameter name="A11SessionUpdateDeniedHandoffInProgressPDSN" access="readOnly" activeNotify="canDeny">
                <description>Number of A11 Session Updates received from this PDSN denied due to reason code"Handoff In Progress"</description>
                <syntax>
                    <unsignedInt />
                </syntax>
            </parameter>
        </object>
        <object name="FAPService.{i}.CellConfig.CDMA2000.HRPD.PCFPDSN.{i}.A11RegUpdateStats." access="readOnly" minEntries="1" maxEntries="1">
            <description>This object is used in obtaining the A11 Registration Update stats for each PDSN.</description>
            <parameter name="PDSNNumberRegUpdatePerf" access="readOnly" activeNotify="canDeny">
                <description>The PDSN Number </description>
                <syntax>
                    <int>
                        <range minInclusive="0" maxInclusive="127" />
                    </int>
                </syntax>
            </parameter>
            <parameter name="PDSNIPAddressRegUpdatePerf" access="readOnly" activeNotify="canDeny">
                <description>The IP Address of the PDSN for which the A11 Reg Update stats is obtained</description>
                <syntax>
                    <dataType ref="IPAddress">
                    </dataType>
                </syntax>
            </parameter>
            <parameter name="A11RegUpdateReceivedPDSN" access="readOnly" activeNotify="canDeny">
                <description>Number of A10 Reg-update messages receieved from a PDSN</description>
                <syntax>
                    <unsignedInt />
                </syntax>
            </parameter>
            <parameter name="A11RegUpdateIDCheckFailPDSN" access="readOnly" activeNotify="canDeny">
                <description>Number of A10 Reg-Update messages receieved from a PDSN that failed ID validation</description>
                <syntax>
                    <unsignedInt />
                </syntax>
            </parameter>
            <parameter name="A11RegUpdateAuthCheckFailPDSN" access="readOnly" activeNotify="canDeny">
                <description>Number of A10 Reg-Update messages received from a PDSN that failed Authentication</description>
                <syntax>
                    <unsignedInt />
                </syntax>
            </parameter>
            <parameter name="A11RegUpdateForUnknownPSIPDSN" access="readOnly" activeNotify="canDeny">
                <description>Number of A10 Reg-Update messages received from a PDSN with unknown PSI</description>
                <syntax>
                    <unsignedInt />
                </syntax>
            </parameter>
            <parameter name="A11RegUpdateUnspecifiedReasonPDSN" access="readOnly" activeNotify="canDeny">
                <description>Number of A10 Reg-Update messages received from a PDSN with unspecified reason code</description>
                <syntax>
                    <unsignedInt />
                </syntax>
            </parameter>
            <parameter name="A11RegUpdatePppTimeoutPDSN" access="readOnly" activeNotify="canDeny">
                <description>Number of A10 Reg-Update messages received from a PDSN with  reason code "PPP Timeout"</description>
                <syntax>
                    <unsignedInt />
                </syntax>
            </parameter>
            <parameter name="A11RegUpdateRegistrationTimeoutPDSN" access="readOnly" activeNotify="canDeny">
                <description>Number of A10 Reg-Update messages received from a PDSN with  reason code "Registration Timeout"</description>
                <syntax>
                    <unsignedInt />
                </syntax>
            </parameter>
            <parameter name="A11RegUpdatePDSNErrorPDSN" access="readOnly" activeNotify="canDeny">
                <description>Number of A10 Reg-Update messages received from a PDSN with  reason code "PDSN Error"</description>
                <syntax>
                    <unsignedInt />
                </syntax>
            </parameter>
            <parameter name="A11RegUpdateInterPCFHandoffPDSN" access="readOnly" activeNotify="canDeny">
                <description>Number of A10 Reg-Update messages received from a PDSN with  reason code "Inter PCF Handoff"</description>
                <syntax>
                    <unsignedInt />
                </syntax>
            </parameter>
            <parameter name="A11RegUpdateInterPDSNHandoffPDSN" access="readOnly" activeNotify="canDeny">
                <description>Number of A10 Reg-Update messages received from a PDSN with  reason code "Inter PDSN Handoff"</description>
                <syntax>
                    <unsignedInt />
                </syntax>
            </parameter>
            <parameter name="A11RegUpdatePDSNOAMPInterventionPDSN" access="readOnly" activeNotify="canDeny">
                <description>Number of A10 Reg-Update messages received from a PDSN with  reason code "PDSN OAMP Intervention"</description>
                <syntax>
                    <unsignedInt />
                </syntax>
            </parameter>
            <parameter name="A11RegUpdateAccountingErrorPDSN" access="readOnly" activeNotify="canDeny">
                <description>Number of A10 Reg-Update messages received from a PDSN with  reason code "Accounting Error"</description>
                <syntax>
                    <unsignedInt />
                </syntax>
            </parameter>
            <parameter name="A11RegUpdateUserFailedAuthenticationPDSN" access="readOnly" activeNotify="canDeny">
                <description>Number of A10 Reg-Update messages received from a PDSN with  reason code "User Failed Authentication"</description>
                <syntax>
                    <unsignedInt />
                </syntax>
            </parameter>
            <parameter name="A11RegUpdateUnknownCauseCodePDSN" access="readOnly" activeNotify="canDeny">
                <description>Number of A10 Reg-Update messages received from a PDSN with  Unknown Cause Code</description>
                <syntax>
                    <unsignedInt />
                </syntax>
            </parameter>
            <parameter name="A11RegUpdateWithoutReasonCodePDSN" access="readOnly" activeNotify="canDeny">
                <description>Number of A10 Reg-Update messages received from a PDSN with  PDSN Code Not Included</description>
                <syntax>
                    <unsignedInt />
                </syntax>
            </parameter>
        </object>
        <object name="FAPService.{i}.CellConfig.CDMA2000.HRPD.PCFPDSN.{i}.AuxA10Stats." access="readOnly" minEntries="1" maxEntries="1">
            <description>This object is used in obtaining the Auxillary A10 Connection stats for each PDSN  </description>
            <parameter name="PDSNNumberAuxA10Perf" access="readOnly" activeNotify="canDeny">
                <description>The PDSN Number</description>
                <syntax>
                    <int>
                        <range minInclusive="0" maxInclusive="127" />
                    </int>
                </syntax>
            </parameter>
            <parameter name="PDSNIPAddressAuxA10Perf" access="readOnly" activeNotify="canDeny">
                <description>The IP Address of the PDSN for which the PCF PDSN stats is obtained</description>
                <syntax>
                    <dataType ref="IPAddress">
                    </dataType>
                </syntax>
            </parameter>
            <parameter name="AuxA10ConnectionsCreatedInFirstRegReqPDSN" access="readOnly" activeNotify="canDeny">
                <description>Number of Auxillary A10 Connections Created in the First Registration Request Message to the PDSN</description>
                <syntax>
                    <unsignedInt />
                </syntax>
            </parameter>
            <parameter name="AuxA10ConnectionsCreatedInSubsequentRegReqPDSN" access="readOnly" activeNotify="canDeny">
                <description>Number of Auxillary A10 Connections Created in Subsequent  Registration Request Messages to the PDSN</description>
                <syntax>
                    <unsignedInt />
                </syntax>
            </parameter>
            <parameter name="AuxA10FwdIpFlowsCreatedPDSN" access="readOnly" activeNotify="canDeny">
                <description>Number of Forward IP Flows created  with this PDSN for the Auxillary A10s</description>
                <syntax>
                    <unsignedInt />
                </syntax>
            </parameter>
            <parameter name="AuxA10RevIpFlowsCreatedPDSN" access="readOnly" activeNotify="canDeny">
                <description>Number of Forward IP Flows created  with this PDSN for the Auxillary A10s</description>
                <syntax>
                    <unsignedInt />
                </syntax>
            </parameter>
            <parameter name="AuxA10IpFlowAccountingRegRequestsPDSN" access="readOnly" activeNotify="canDeny">
                <description>Number of IP flow Accounting Reg Requests sent to the PDSN</description>
                <syntax>
                    <unsignedInt />
                </syntax>
            </parameter>
        </object>
        <object name="FAPService.{i}.CellConfig.CDMA2000.HRPD.PCFPDSN.{i}.PCFPDSNStats." access="readOnly" minEntries="1" maxEntries="1">
            <description>This object is used in obtaining the PCF PDSN stats for each PDSN  </description>
            <parameter name="A10SetupAttemptsPDSN" access="readOnly" activeNotify="canDeny">
                <description>Number of attempts the PCF made to establish an A10 connection with PDSN. If PCF fails establishing such a connection on this PDSN and goes on to use another PDSN for that connection, it will be counted as two setup attempts.</description>
                <syntax>
                    <unsignedInt />
                </syntax>
            </parameter>
            <parameter name="A10SetupSuccessesPDSN" access="readOnly" activeNotify="canDeny">
                <description>Number of times PCF succeeded in establishing an A10 connection with this PDSN.</description>
                <syntax>
                    <unsignedInt />
                </syntax>
            </parameter>
            <parameter name="A10SetupBlocksPDSN" access="readOnly" activeNotify="canDeny">
                <description>Number of times PCF was blocked in establishing an A10 connection with this PDSN.</description>
                <syntax>
                    <unsignedInt />
                </syntax>
            </parameter>
            <parameter name="A11RegReqDeniedIdMismatchPDSN" access="readOnly" activeNotify="canDeny">
                <description>Number ofA11 Registration Request denied with a reason "Id Mismatch" (A11 error code: 0x85) by the PDSN</description>
                <syntax>
                    <unsignedInt />
                </syntax>
            </parameter>
            <parameter name="A11RegReqDeniedUnknownPDSNPDSN" access="readOnly" activeNotify="canDeny">
                <description>Number of A11 Registration Request denied with a reason "Unknown PDSN" (A11 error code: 0x88)by the PDSN.</description>
                <syntax>
                    <unsignedInt />
                </syntax>
            </parameter>
            <parameter name="A11RegReqDeniedNoReasonPDSN" access="readOnly" activeNotify="canDeny">
                <description>Number of A11 Registration Request denied with no reason code  by the PDSN.</description>
                <syntax>
                    <unsignedInt />
                </syntax>
            </parameter>
            <parameter name="A11RegReqDeniedAdminProhibitPDSN" access="readOnly" activeNotify="canDeny">
                <description>Number of A11 Registration Request denied with  a reason "Admin Prohibited" (A11 error code : 0x81) by the PDSN.</description>
                <syntax>
                    <unsignedInt />
                </syntax>
            </parameter>
            <parameter name="A11RegReqDeniedInsuffResourcesPDSN" access="readOnly" activeNotify="canDeny">
                <description>Number of A11 Registration Request denied with a reason "Insufficient Resources" (A11 error code: 0x82) by the PDSN.</description>
                <syntax>
                    <unsignedInt />
                </syntax>
            </parameter>
            <parameter name="A11RegReqDeniedFailedAuthPDSN" access="readOnly" activeNotify="canDeny">
                <description>Number of A11 Registration Request denied with a reason "Mobile Node Authentication Failure" (A11 error code: 0x83) by the PDSN.</description>
                <syntax>
                    <unsignedInt />
                </syntax>
            </parameter>
            <parameter name="A11RegReqDeniedMalformedReqPDSN" access="readOnly" activeNotify="canDeny">
                <description>Number of A11 Registration Request denied with a reason "Malformed Request" (A11 error code: 0x86) by the PDSN</description>
                <syntax>
                    <unsignedInt />
                </syntax>
            </parameter>
            <parameter name="A11RegReqDeniedUnsuppVendIdPDSN" access="readOnly" activeNotify="canDeny">
                <description>Number ofA11 Registration Request denied with a reason "Unsupported Vendor Id" (A11 error code: 0x8D)by the PDSN</description>
                <syntax>
                    <unsignedInt />
                </syntax>
            </parameter>
            <parameter name="A11RegReqDeniedReverseTunnelUnavailablePDSN" access="readOnly" activeNotify="canDeny">
                <description>Number ofA11 Registration Request denied with a reason "Reverse Tunnel Unavailable" (A11 error code: 0x89)by the PDSN</description>
                <syntax>
                    <unsignedInt />
                </syntax>
            </parameter>
            <parameter name="A11RegReqDeniedReverseTunnelTbitNotSetPDSN" access="readOnly" activeNotify="canDeny">
                <description>Number ofA11 Registration Request denied with a reason "Reverse Tunnel Tbit Not Set" (A11 error code: 0x8A)by the PDSN</description>
                <syntax>
                    <unsignedInt />
                </syntax>
            </parameter>
            <parameter name="A11RegReqDeniedUnknownErrorCodePDSN" access="readOnly">
                <description>Number of A11 Registration Request denied with an unspecified reason (A11 error code : 0x80) by the PDSN</description>
                <syntax>
                    <unsignedInt />
                </syntax>
            </parameter>
            <parameter name="A10RegReqForRegistrationRetransmissionsPDSN" access="readOnly">
                <description>Number of A11 Registration Requests retransmitted during A10 setup</description>
                <syntax>
                    <unsignedInt />
                </syntax>
            </parameter>
            <parameter name="A10RegReqForReRegistrationRetransmissionsPDSN" access="readOnly">
                <description>Number of A11 Registration Requests retransmitted during A10 reregistration</description>
                <syntax>
                    <unsignedInt />
                </syntax>
            </parameter>
            <parameter name="A10RegReqForReleaseRetransmissionsPDSN" access="readOnly">
                <description>Number of A11 Registration Requests retransmitted during A10 realease</description>
                <syntax>
                    <unsignedInt />
                </syntax>
            </parameter>
            <parameter name="PDSNNumberPDSNPerf" access="readOnly">
                <description>The PDSN Number </description>
                <syntax>
                    <int>
                        <range minInclusive="0" maxInclusive="127" />
                    </int>
                </syntax>
            </parameter>
            <parameter name="PDSNipAddressPDSNPerf" access="readOnly">
                <description>The IP Address of the PDSN for which the PCF PDSN stats is obtained</description>
                <syntax>
                    <dataType ref="IPAddress">
                    </dataType>
                </syntax>
            </parameter>
        </object>
        <object name="FAPService.{i}.CellConfig.CDMA2000.HRPD.Redirect." access="readOnly" minEntries="1" maxEntries="1">
            <description>CDMA2000 HRPD service redirection parameters.</description>
            <parameter name="RedirectChannelNumber" access="readWrite">
                <description>The channel number set from ACS that the FAP uses to redirect the AT in case of closed access or when exceeding session capacity. The ACS shall push this if the the operator has provided this information in a configuration file. If this is not configured, the FAP rejects the AT. The supported range is 0..2047. </description>
                <syntax>
                    <unsignedInt>
                        <range minInclusive="0" maxInclusive="2047" />
                    </unsignedInt>
                </syntax>
            </parameter>
            <parameter name="RedirectBandClass" access="readWrite">
                <description>The bandclass set from ACS that the FAP uses to redirect the AT incase of closed access or when exceeding session capacity. The ACS shall push this if the the operator has provided this information in a configuration file. If this is not configured, the FAP rejects the AT. The supported range is 0..9.</description>
                <syntax>
                    <unsignedInt>
                        <range minInclusive="0" maxInclusive="31" />
                    </unsignedInt>
                </syntax>
            </parameter>
        </object>
        <object name="FAPService.{i}.CellConfig.CDMA2000.HRPD.CallControlStats." access="readOnly" minEntries="1" maxEntries="1">
            <description>Details on call control stats</description>
            <parameter name="NumSessionSetupAttempts" access="readOnly" activeNotify="canDeny">
                <description>This parameter is a counter for the total number of session instances that are created on a specific FAP when a regular session setup attempt is initiated with an unknown RATI</description>
                <syntax>
                    <unsignedInt />
                </syntax>
            </parameter>
            <parameter name="NumSessionSetupSuccessful" access="readOnly" activeNotify="canDeny">
                <description>This parameter is a counter for the total number of successful regular session setup attempts that are initiated with an unknown RATI</description>
                <syntax>
                    <unsignedInt />
                </syntax>
            </parameter>
            <parameter name="NumCurrentSessionsEstablished" access="readOnly" activeNotify="canDeny">
                <description>This parameter is a counter for the total number of successfully established HRPD Sessions that exists on a specific picasso</description>
                <syntax>
                    <unsignedInt />
                </syntax>
            </parameter>
            <parameter name="NumPageMessagesToAt" access="readOnly" activeNotify="canDeny">
                <description>The number of times a Page Message was sent to the AT to facilitate the setup of a connection.</description>
                <syntax>
                    <unsignedInt />
                </syntax>
            </parameter>
            <parameter name="NumPagesSucceeded" access="readOnly" activeNotify="canDeny">
                <description>The total number of pages succeeded</description>
                <syntax>
                    <unsignedInt />
                </syntax>
            </parameter>
            <parameter name="NumConnectionsOpened" access="readOnly" activeNotify="canDeny">
                <description>Total HRPD Connections Opened </description>
                <syntax>
                    <unsignedInt />
                </syntax>
            </parameter>
            <parameter name="NumSessionSetupsFailedToTermAuth" access="readOnly" activeNotify="canDeny">
                <description>This parameter is a counter for the total number of HRPD session setups that are aborted due to various failure reasons</description>
                <syntax>
                    <unsignedInt />
                </syntax>
            </parameter>
            <parameter name="NumForwardRLPBytes" access="readOnly" activeNotify="canDeny">
                <description>Number of HRPD packets(bytes) sent from PDSN to AT.</description>
                <syntax>
                    <unsignedInt>
                        <units value="bytes">
                        </units>
                    </unsignedInt>
                </syntax>
            </parameter>
            <parameter name="NumReverseRLPBytes" access="readOnly" activeNotify="canDeny">
                <description>No. of HRPD packets(bytes) sent from AT to PDSN.</description>
                <syntax>
                    <unsignedInt>
                        <units value="bytes">
                        </units>
                    </unsignedInt>
                </syntax>
            </parameter>
            <parameter name="AverageSessionSetupTime" access="readOnly" activeNotify="canDeny">
                <description>This parameter maintains a record of the average session setup time for all successfully setup sessions on a specific FAP. The average session setup time is in units of {{units}}.</description>
                <syntax>
                    <unsignedInt>
                        <units value="10 ms">
                        </units>
                    </unsignedInt>
                </syntax>
            </parameter>
            <parameter name="AveragePageSetupTime" access="readOnly" activeNotify="canDeny">
                <description>The average connection setup time in response to a FAP initiated page. The time is from initiation of Page to the time the connection is declared open</description>
                <syntax>
                    <unsignedInt />
                </syntax>
            </parameter>
            <parameter name="NumConnSetupsAborted" access="readOnly" activeNotify="canDeny">
                <description>The number of connection setups that were aborted</description>
                <syntax>
                    <unsignedInt />
                </syntax>
            </parameter>
            <parameter name="NumForwardPreRLPDroppedPkts" access="readOnly" activeNotify="canDeny">
                <description>Number of packets dropped at Pre-RLP queue due to overflow in forward direction. This counter will also be written to the performance log.</description>
                <syntax>
                    <unsignedInt />
                </syntax>
            </parameter>
        </object>
        <object name="FAPService.{i}.CellConfig.CDMA2000.HRPD.QoSStats." access="readOnly" minEntries="1" maxEntries="1">
            <description>This object is used in obtaining the QoS Common Performance stats</description>
            <parameter name="NumQoSSubscriberProfileUpdatesRcvd" access="readOnly" activeNotify="canDeny">
                <description>Number of subscriber QoS profile updates received from the PDSN.</description>
                <syntax>
                    <unsignedInt />
                </syntax>
            </parameter>
            <parameter name="NumPDSNIPFlowUpdatesMsgRcvd" access="readOnly" activeNotify="canDeny">
                <description>Number of PDSN IP flow update messages received from PDSN.</description>
                <syntax>
                    <unsignedInt />
                </syntax>
            </parameter>
            <parameter name="NumPDSNIPFlowUpdatesMsgFailed" access="readOnly" activeNotify="canDeny">
                <description>Number of PDSN IP Flow updates messages that failed per RNC.</description>
                <syntax>
                    <unsignedInt />
                </syntax>
            </parameter>
            <parameter name="NumQoSSetupRequestsReceived" access="readOnly" activeNotify="canDeny">
                <description>Number of QoS setup requests received from the AT.</description>
                <syntax>
                    <unsignedInt />
                </syntax>
            </parameter>
            <parameter name="NumQoSSetupRequestsAccepted" access="readOnly" activeNotify="canDeny">
                <description>Number of QoS setup requests received from the AT that the FAP RNC accepted.</description>
                <syntax>
                    <unsignedInt />
                </syntax>
            </parameter>
            <parameter name="NumQoSSetupRequestsRejected" access="readOnly" activeNotify="canDeny">
                <description>Number of QoS setup requests from the AT that the FAP RNC rejected.</description>
                <syntax>
                    <unsignedInt />
                </syntax>
            </parameter>
            <parameter name="NumReservationOnRequestsReceived" access="readOnly" activeNotify="canDeny">
                <description>Number of ReservationOnRequest messages received from the AT.</description>
                <syntax>
                    <unsignedInt />
                </syntax>
            </parameter>
            <parameter name="NumReservationOnRequestsAccepted" access="readOnly" activeNotify="canDeny">
                <description>Number of ReservationOnRequest messages received from the AT that the FAP RNC accepted.</description>
                <syntax>
                    <unsignedInt />
                </syntax>
            </parameter>
            <parameter name="NumReservationOnRequestsRejected" access="readOnly" activeNotify="canDeny">
                <description>Number of ReservationOnRequest message received from the AT that the FAP RNC rejected.</description>
                <syntax>
                    <unsignedInt />
                </syntax>
            </parameter>
            <parameter name="NumReservationOnRequestsFailed" access="readOnly" activeNotify="canDeny">
                <description>Number of ReservationOnRequest message received from the AT that the FAP RNC failed.</description>
                <syntax>
                    <unsignedInt />
                </syntax>
            </parameter>
            <parameter name="NumFwdReservationOnMessagesSent" access="readOnly" activeNotify="canDeny">
                <description>Number of times the FAP RNC sent a FwdReservationOn message to the AT to activate a forward Reservation.</description>
                <syntax>
                    <unsignedInt />
                </syntax>
            </parameter>
            <parameter name="NumRevReservationOnMessagesSent" access="readOnly" activeNotify="canDeny">
                <description>Number of times the FAP RNC sent a RevReservationOn message to the AT to activate a reverse Reservation.</description>
                <syntax>
                    <unsignedInt />
                </syntax>
            </parameter>
            <parameter name="NumReservationOffRequestsReceived" access="readOnly" activeNotify="canDeny">
                <description>Number of ReservationOffRequest message is received from the AT.</description>
                <syntax>
                    <unsignedInt />
                </syntax>
            </parameter>
            <parameter name="NumReservationOffRequestsAccepted" access="readOnly" activeNotify="canDeny">
                <description>Number of ReservationOffRequest messages received from the AT that the FAP RNC accepted.</description>
                <syntax>
                    <unsignedInt />
                </syntax>
            </parameter>
            <parameter name="NumReservationOffRequestsRejected" access="readOnly" activeNotify="canDeny">
                <description>Number of ReservationOffRequest messages received from the AT that the FAP RNC rejected.</description>
                <syntax>
                    <unsignedInt />
                </syntax>
            </parameter>
            <parameter name="NumFwdReservationOffMessagesSent" access="readOnly" activeNotify="canDeny">
                <description>Number of times the FAP RNC sent a FwdReservationOff message to the AT to deactivate a forward Reservation.</description>
                <syntax>
                    <unsignedInt />
                </syntax>
            </parameter>
            <parameter name="NumRevReservationOffMessagesSent" access="readOnly" activeNotify="canDeny">
                <description>Number of times the FAP RNC sent a RevReservationOff message to the AT to deactivate a reverse Reservation.</description>
                <syntax>
                    <unsignedInt />
                </syntax>
            </parameter>
            <parameter name="NumQoSReleaseRequestsReceived" access="readOnly" activeNotify="canDeny">
                <description>Number of QoS release requests received from the AT.</description>
                <syntax>
                    <unsignedInt />
                </syntax>
            </parameter>
            <parameter name="NumConnectionCloseInitiatedNoRANRsr" access="readOnly" activeNotify="canDeny">
                <description>Number of times FAP RNC initiated a connection close in response to the ReservationOnRequest because it did not have the RAN resources to satisfy one or more Reservations included in the request.</description>
                <syntax>
                    <unsignedInt />
                </syntax>
            </parameter>
        </object>
        <object name="FAPService.{i}.CellConfig.CDMA2000.HRPD.RNCSigAppsStats." access="readOnly" minEntries="1" maxEntries="1">
            <description>Stats for HRPD RNC signaling procedures.</description>
            <parameter name="CNumPageRequests" access="readOnly" activeNotify="canDeny">
                <description>Number of HRPD Page requests made after data has flowed on the A10 connection.</description>
                <syntax>
                    <unsignedInt />
                </syntax>
            </parameter>
            <parameter name="SNumPageRequests" access="readOnly" activeNotify="canDeny">
                <description>Number of HRPD Page requests made before data has flowed on the A10 connection.</description>
                <syntax>
                    <unsignedInt />
                </syntax>
            </parameter>
            <parameter name="SNumConnectionSetupAttempts" access="readOnly" activeNotify="canDeny">
                <description>Number of HRPD Connection setups attempted before data has flowed on the A10 connection.</description>
                <syntax>
                    <unsignedInt />
                </syntax>
            </parameter>
            <parameter name="CNumConnectionSetupAttempts" access="readOnly" activeNotify="canDeny">
                <description>Number of HRPD Connection setups attempted after data has flowed on the A10 connection.</description>
                <syntax>
                    <unsignedInt />
                </syntax>
            </parameter>
            <parameter name="SNumConnectionSetupSuccess" access="readOnly" activeNotify="canDeny">
                <description>Number of HRPD Connection setups succeeded before data has flowed on the A10 connection.</description>
                <syntax>
                    <unsignedInt />
                </syntax>
            </parameter>
            <parameter name="CNumConnectionSetupSuccess" access="readOnly" activeNotify="canDeny">
                <description>Number of HRPD Connection setups succeeded after data has flowed on the A10 connection.</description>
                <syntax>
                    <unsignedInt />
                </syntax>
            </parameter>
            <parameter name="SNumNormalConnectionCloses" access="readOnly" activeNotify="canDeny">
                <description>The number of HRPD connections that were closed normally before data has flowed on the A10 connection.</description>
                <syntax>
                    <unsignedInt />
                </syntax>
            </parameter>
            <parameter name="CNumNormalConnectionCloses" access="readOnly" activeNotify="canDeny">
                <description>The number of HRPD connections that were closed normally after data has flowed on the A10 connection.</description>
                <syntax>
                    <unsignedInt />
                </syntax>
            </parameter>
            <parameter name="SNumTotalConnectionCloses" access="readOnly" activeNotify="canDeny">
                <description>The total number of HRPD connections closed, normally or abnormally, data has flowed on the A10 connection.</description>
                <syntax>
                    <unsignedInt />
                </syntax>
            </parameter>
            <parameter name="CNumTotalConnectionCloses" access="readOnly" activeNotify="canDeny">
                <description>The total number of HRPD connections closed, normally or abnormally, after data has flowed on the A10 connection.</description>
                <syntax>
                    <unsignedInt />
                </syntax>
            </parameter>
            <parameter name="SNumRFRelatedDrops" access="readOnly" activeNotify="canDeny">
                <description>Number of HRPD connection close because of RTC loss or No FTC before data has flowed on the A10 connection</description>
                <syntax>
                    <unsignedInt />
                </syntax>
            </parameter>
            <parameter name="CNumRFRelatedDrops" access="readOnly" activeNotify="canDeny">
                <description>Number of HRPD connection close because of RTC loss or No FTC after data has flowed on the A10 connection</description>
                <syntax>
                    <unsignedInt />
                </syntax>
            </parameter>
            <parameter name="SNumPageResponses" access="readOnly" activeNotify="canDeny">
                <description>Total number of successful responses to HRPD page requests that were received from the AT before the final page timeout and before data has flowed on the A10 connection.</description>
                <syntax>
                    <unsignedInt />
                </syntax>
            </parameter>
            <parameter name="CNumPageResponses" access="readOnly" activeNotify="canDeny">
                <description>Total number of successful responses to HRPD page requests that were received from the AT before the final page timeout and after data has flowed on the A10 connection.</description>
                <syntax>
                    <unsignedInt />
                </syntax>
            </parameter>
            <parameter name="SNumRFRelatedDropsRTCLost" access="readOnly" activeNotify="canDeny">
                <description>This statistic counts the number of times the HRPD connection was dropped before data has flowed on the A10 connection because a Reverse Traffic Channel (RTC) lost indication was received, and as a result, no reverse link for the connection were available.</description>
                <syntax>
                    <unsignedInt />
                </syntax>
            </parameter>
            <parameter name="CNumRFRelatedDropsRTCLost" access="readOnly" activeNotify="canDeny">
                <description>This statistic counts the number of times the HRPD connection was dropped after data has flowed on the A10 connection because a Reverse Traffic Channel (RTC) lost indication was received, and as a result, no reverse link for the connection were available.</description>
                <syntax>
                    <unsignedInt />
                </syntax>
            </parameter>
            <parameter name="SNumRFRelatedDropsNoFTC" access="readOnly" activeNotify="canDeny">
                <description>This statistic counts the number of HRPD connections that were dropped before data has flowed on the A10 connection because of indications that there is no active Forward Traffic Channel (FTC) available.</description>
                <syntax>
                    <unsignedInt />
                </syntax>
            </parameter>
            <parameter name="CNumRFRelatedDropsNoFTC" access="readOnly" activeNotify="canDeny">
                <description>This statistic counts the number of HRPD connections that were dropped after data has flowed on the A10 connection because of indications that there is no active Forward Traffic Channel (FTC) available.</description>
                <syntax>
                    <unsignedInt />
                </syntax>
            </parameter>
            <parameter name="SNumNetworkErrorDrops" access="readOnly" activeNotify="canDeny">
                <description>This statistic counts the number of HRPD connections that were closed before data has flowed on the A10 connection because the FAP closed the open A10 connection.</description>
                <syntax>
                    <unsignedInt />
                </syntax>
            </parameter>
            <parameter name="CNumNetworkErrorDrops" access="readOnly" activeNotify="canDeny">
                <description>This statistic counts the number of HRPD connections that were closed after data has flowed on the A10 connection because the FAP closed the open A10 connection.</description>
                <syntax>
                    <unsignedInt />
                </syntax>
            </parameter>
            <parameter name="SNumNetworkErrorDropsRNCInternal" access="readOnly" activeNotify="canDeny">
                <description>This statistic counts the number of open HRPD connections that were closed before data has flowed on the A10 connection because the FAP closed the A10 connection due to internal failures.</description>
                <syntax>
                    <unsignedInt />
                </syntax>
            </parameter>
            <parameter name="CNumNetworkErrorDropsRNCInternal" access="readOnly" activeNotify="canDeny">
                <description>This statistic counts the number of open HRPD connections that were closed after data has flowed on the A10 connection because the FAP closed the A10 connection due to internal failures.</description>
                <syntax>
                    <unsignedInt />
                </syntax>
            </parameter>
            <parameter name="SNumNetworkErrorDropsRNCExternal" access="readOnly" activeNotify="canDeny">
                <description>This statistic counts the number of open HRPD connections that were closed before data has flowed on the A10 connection because the FAP closed the A10 connection due to the PDSN unreachablity.</description>
                <syntax>
                    <unsignedInt />
                </syntax>
            </parameter>
            <parameter name="CNumNetworkErrorDropsRNCExternal" access="readOnly" activeNotify="canDeny">
                <description>This statistic counts the number of open HRPD connections that were closed after data has flowed on the A10 connection because the FAP closed the A10 connection due to the PDSN unreachablity.</description>
                <syntax>
                    <unsignedInt />
                </syntax>
            </parameter>
            <parameter name="SNumNetworkErrorDropsA10SetupFail" access="readOnly" activeNotify="canDeny">
                <description>This statistic counts the number of open HRPD connections that were closed before data has flowed on the A10 connection because there was failure in the A10 connection set-up.</description>
                <syntax>
                    <unsignedInt />
                </syntax>
            </parameter>
            <parameter name="CNumNetworkErrorDropsA10SetupFail" access="readOnly" activeNotify="canDeny">
                <description>This statistic counts the number of open HRPD connections that were closed after data has flowed on the A10 connection because there was failure in the A10 connection set-up.</description>
                <syntax>
                    <unsignedInt />
                </syntax>
            </parameter>
            <parameter name="SNumMiscDropsSectorDown" access="readOnly" activeNotify="canDeny">
                <description>This statistic counts the number of HRPD connections that were dropped before data has flowed on the A10 connection because there is only one pilot available for the connection and a sector down indication has been received for that pilot.</description>
                <syntax>
                    <unsignedInt />
                </syntax>
            </parameter>
            <parameter name="CNumMiscDropsSectorDown" access="readOnly" activeNotify="canDeny">
                <description>This statistic counts the number of HRPD connections that were dropped after data has flowed on the A10 connection because there is only one pilot available for the connection and a sector down indication has been received for that pilot.</description>
                <syntax>
                    <unsignedInt />
                </syntax>
            </parameter>
            <parameter name="SNumMiscDropsInternalError" access="readOnly" activeNotify="canDeny">
                <description>This statistic counts the number of HRPD connections that were dropped before data has flowed on the A10 connection due to internal software errors.</description>
                <syntax>
                    <unsignedInt />
                </syntax>
            </parameter>
            <parameter name="CNumMiscDropsInternalError" access="readOnly" activeNotify="canDeny">
                <description>This statistic counts the number of HRPD connections that were dropped after data has flowed on the A10 connection due to internal software errors.</description>
                <syntax>
                    <unsignedInt />
                </syntax>
            </parameter>
            <parameter name="CNumMiscDropsStateMismatch" access="readOnly" activeNotify="canDeny">
                <description>This statistic counts the number of HRPD connections that were dropped after data has flowed on the A10 connection when the FAP finds a state mismatch between itself andthe AT. Such a mismatch is found when a connection request message is received from the AT, and the connection is already open as perceived by the FAP.</description>
                <syntax>
                    <unsignedInt />
                </syntax>
            </parameter>
            <parameter name="SNumMiscDropsStateMismatch" access="readOnly" activeNotify="canDeny">
                <description>This statistic counts the number of connections that were dropped before the demarcation point when the FAP finds a state mismatch between itself and the AT. Such a mismatch is found when a connection request message is received from the AT, and the connection is already open as perceived by the FAP.</description>
                <syntax>
                    <unsignedInt />
                </syntax>
            </parameter>
            <parameter name="SNumMiscDropsDueToRLP" access="readOnly" activeNotify="canDeny">
                <description>This statistic counts the number of times the HRPD connection was dropped before data has flowed on the A10 connection at the request of the Radio Link Protocol. This request is generated when the HDR Fast Path component finds that the reset acknowledgment timeout has expired for the connection.</description>
                <syntax>
                    <unsignedInt />
                </syntax>
            </parameter>
            <parameter name="CNumMiscDropsDueToRLP" access="readOnly" activeNotify="canDeny">
                <description>This statistic counts the number of times the HRPD connection was dropped after data has flowed on the A10 connection at the request of the Radio Link Protocol. This request is generated when the HDR Fast Path component finds that the reset acknowledgment timeout has expired for the connection.</description>
                <syntax>
                    <unsignedInt />
                </syntax>
            </parameter>
        </object>
        <object name="FAPService.{i}.CellConfig.CDMA2000.HRPD.AccessAuthConfig." access="readOnly" minEntries="1" maxEntries="1">
            <description>HRPD A12-related service stats.</description>
            <parameter name="A12AccessAuthenticationEnable" access="readWrite">
                <description>Flag to enable/Disable HRPD Access Authentication. {{true}} - Enabled, {{false}} - Disabled.</description>
                <syntax>
                    <int>
                        <range minInclusive="0" maxInclusive="1" />
                    </int>
                </syntax>
            </parameter>
        </object>
        <object name="FAPService.{i}.CellConfig.CDMA2000.HRPD.AccessAuthStats." access="readOnly" minEntries="1" maxEntries="1">
            <description>This object is used in obtaining the Access Authentication related stats.</description>
            <parameter name="AnPppAuthenticationAttemptsByNode" access="readOnly" activeNotify="canDeny">
                <description>Number of AnPppAuthentications attempted by the FAP.</description>
                <syntax>
                    <unsignedInt />
                </syntax>
            </parameter>
            <parameter name="A12RequestsSentFromNode" access="readOnly" activeNotify="canDeny">
                <description>Number of A12 Access Requests Sent from the FAP.</description>
                <syntax>
                    <unsignedInt />
                </syntax>
            </parameter>
            <parameter name="A12RejectsReceivedByNode" access="readOnly" activeNotify="canDeny">
                <description>Number of A12 Access Rejects received from the FAP.</description>
                <syntax>
                    <unsignedInt />
                </syntax>
            </parameter>
            <parameter name="A12AcceptsReceivedByNode" access="readOnly" activeNotify="canDeny">
                <description>Number of A12 Access Accepts received by the FAP.</description>
                <syntax>
                    <unsignedInt />
                </syntax>
            </parameter>
            <parameter name="A12AccessChallengesReceivedByNode" access="readOnly" activeNotify="canDeny">
                <description>Number of A12 Access Challenges received by the FAP.</description>
                <syntax>
                    <unsignedInt />
                </syntax>
            </parameter>
            <parameter name="A12RetransmitsSentFromNode" access="readOnly" activeNotify="canDeny">
                <description>Number of A12 Access Requests retransmitted from the FAP.</description>
                <syntax>
                    <unsignedInt />
                </syntax>
            </parameter>
            <parameter name="A12TimeoutsEventsForNode" access="readOnly" activeNotify="canDeny">
                <description>Number of A12 Timeout events occurred at the FAP due to unreachability of the AAA server/ no response from the AAA server.</description>
                <syntax>
                    <unsignedInt />
                </syntax>
            </parameter>
            <parameter name="A12MalformedresponseReceivedByNode" access="readOnly" activeNotify="canDeny">
                <description>Number of Malformed A12 Access Response received by the FAP RNC.</description>
                <syntax>
                    <unsignedInt />
                </syntax>
            </parameter>
            <parameter name="A12BadAuthenticatorReceivedByNode" access="readOnly" activeNotify="canDeny">
                <description>Number of A12 Access Response with Bad Authenticator received by the FAP RNC.</description>
                <syntax>
                    <unsignedInt />
                </syntax>
            </parameter>
            <parameter name="A12UnknownTypeReceivedByNode" access="readOnly" activeNotify="canDeny">
                <description>Number of A12 Packet of unknown type  received by the FAP RNC.</description>
                <syntax>
                    <unsignedInt />
                </syntax>
            </parameter>
            <parameter name="A12UnknownPktReceivedByNode" access="readOnly" activeNotify="canDeny">
                <description>Number of unknown A12  packets  received by the FAP RNC.</description>
                <syntax>
                    <unsignedInt />
                </syntax>
            </parameter>
            <parameter name="A12UnknownServerReceivedByNode" access="readOnly" activeNotify="canDeny">
                <description>Number of  A12  packets  received from unknown AAA server by the FAP RNC.</description>
                <syntax>
                    <unsignedInt />
                </syntax>
            </parameter>
            <parameter name="A12OtherFailureOccurencesInNode" access="readOnly" activeNotify="canDeny">
                <description>Number of  A12  packets  failed due to other failure occurences in the AAA server.</description>
                <syntax>
                    <unsignedInt />
                </syntax>
            </parameter>
            <parameter name="A12ByPassNumAtsWithUnknownMfrCodeByNode" access="readOnly" activeNotify="canDeny">
                <description>Number of ATs with UnknowMfrCode detected in the FAP RNC.</description>
                <syntax>
                    <unsignedInt />
                </syntax>
            </parameter>
            <parameter name="A12TxPathFailDueToAnPppErrorByNode" access="readOnly" activeNotify="canDeny">
                <description>Number of times sending of A12 packet failed in Tx Path in the FAP RNC due to "AnPPP Error".</description>
                <syntax>
                    <unsignedInt />
                </syntax>
            </parameter>
            <parameter name="A12TxPathFailDueToNoServerAvailableByNode" access="readOnly" activeNotify="canDeny">
                <description>Number of times sending of A12 packet failed in Tx Path in the FAP RNC due to "No Server Available". </description>
                <syntax>
                    <unsignedInt />
                </syntax>
            </parameter>
            <parameter name="A12TxPathFailDueToInternalErrorByNode" access="readOnly" activeNotify="canDeny">
                <description>Number of times sending of A12 packet failed in Tx Path in the FAP RNC due to "internal error".</description>
                <syntax>
                    <unsignedInt />
                </syntax>
            </parameter>
            <parameter name="A12TxPathFailDueToNoPacketIdAvailableByNode" access="readOnly" activeNotify="canDeny">
                <description>Number of times sending of A12 packet failed in Tx Path in the FAP RNC due to "No packet id available".</description>
                <syntax>
                    <unsignedInt />
                </syntax>
            </parameter>
            <parameter name="A12TxPathFailDueToTransmitErrorByNode" access="readOnly" activeNotify="canDeny">
                <description>Number of times sending of A12 packet failed in Tx Path in the FAP RNC due to "Transmit Error".</description>
                <syntax>
                    <unsignedInt />
                </syntax>
            </parameter>
            <parameter name="A12SvrTimeoutsForNode" access="readOnly" activeNotify="canDeny">
                <description>Number of  A12 server timeouts happened in the FAP RNC.</description>
                <syntax>
                    <unsignedInt />
                </syntax>
            </parameter>
            <parameter name="A12EnhTaBypassLcpTimeoutByNode" access="readOnly" activeNotify="canDeny">
                <description>Number of LCP timeouts happened in the FAP RNC when Enhanced TA A12Bypass mode is enabled.</description>
                <syntax>
                    <unsignedInt />
                </syntax>
            </parameter>
            <parameter name="A12EnhTaBypassChapTimeoutByNode" access="readOnly" activeNotify="canDeny">
                <description>Number of CHAP timeouts happened in the FAP RNC when Enhanced TA A12Bypass mode is enabled.</description>
                <syntax>
                    <unsignedInt />
                </syntax>
            </parameter>
            <parameter name="A12EnhTaBypassChapInvalidByNode" access="readOnly" activeNotify="canDeny">
                <description>Number of  CHAP Challenge response received from the AT when Enhanced TA A12Bypass mode is enabled.</description>
                <syntax>
                    <unsignedInt />
                </syntax>
            </parameter>
            <parameter name="A12EnhTaBypassChapNaiMatchesA12BypassListByNode" access="readOnly" activeNotify="canDeny">
                <description>Number of  times the CHAP NAI received from the AT matches with A12Bypass List in the FAP RNC when Enhanced TA A12Bypass mode is enabled.</description>
                <syntax>
                    <unsignedInt />
                </syntax>
            </parameter>
            <parameter name="A12SessionTaTimeoutByNode" access="readOnly" activeNotify="canDeny">
                <description>Number of times Session timeouts occurred due to TA.</description>
                <syntax>
                    <unsignedInt />
                </syntax>
            </parameter>
            <parameter name="AccessAuthFailedDueToSessionCloseTotal" access="readOnly" activeNotify="canDeny">
                <description>Number of times the Access Authenticaiton failed due to Sesion close.</description>
                <syntax>
                    <unsignedInt />
                </syntax>
            </parameter>
            <parameter name="AccessAuthSucceeded" access="readOnly" activeNotify="canDeny">
                <description>Number of times the Access Authenticaiton succeeded.</description>
                <syntax>
                    <unsignedInt />
                </syntax>
            </parameter>
        </object>
        <object name="FAPService.{i}.CellConfig.CDMA2000.Beacon." access="readOnly" minEntries="1" maxEntries="1">
            <description>This object models the attributes to control the generalized beacon. The beacon is modeled as a beacon frame composed of multiple beacon intervals. The beacon frame start is time-aligned to the instant when 1x 80ms paging frames and HRPD control channel frames align (occurs once every 1.28s).</description>
            <parameter name="BeaconAdminStatus" access="readWrite">
                <description>Allows administrative control of beacon.</description>
                <syntax>
                    <string>
                        <enumeration value="Locked">
                        </enumeration>
                        <enumeration value="Unlocked">
                        </enumeration>
                    </string>
                </syntax>
            </parameter>
            <parameter name="BeaconOperStatus" access="readOnly">
                <description>Reports operational status of beacon.</description>
                <syntax>
                    <string>
                        <enumeration value="Locked">
                        </enumeration>
                        <enumeration value="Unlocked">
                        </enumeration>
                        <enumeration value="Fault">
                        </enumeration>
                    </string>
                </syntax>
            </parameter>
            <parameter name="HRPDBeaconEnable" access="readWrite">
                <description>If set to {{true}} the HRPD-specific beacon described by {{object|HRPDBeaconList}} object is enabled. If set to {{false}}, all HRPD beacons (if any) are contained in the BeaconList object.</description>
                <syntax>
                    <boolean />
                </syntax>
            </parameter>
            <parameter name="Period" access="readWrite">
                <description>Length and periodicity of the beacon frame in {{units}}. Reference - {{bibref|3GPP2-C.S0005}}.</description>
                <syntax>
                    <unsignedInt>
                        <range minInclusive="0" maxInclusive="32767" />
                        <units value="80 ms slots">
                        </units>
                    </unsignedInt>
                </syntax>
            </parameter>
            <parameter name="MaxFAPBeaconTxPower" access="readWrite" activeNotify="canDeny">
                <description>Maximum transmission power allowed on the FAP Beacon frequencies. {{param}} is expressed as a range of allowed maximum power levels with ".." (two periods)
between the upper and lower values, i.e. "&lt;;Pmax_low&gt;..&lt;;Pmax_high&gt;".
{{param}} identifies the limits between which the FAP can self-configure its maximum beacon transmit power.
Self-configuration for maximum beacon transmission power is controlled by {{param|.Capabilities.CDMA2000.OneX.SelfConfig.MaxFAPBeaconTxPowerConfig}} from an availability perspective and {{param|.FAPControl.CDMA2000.OneX.SelfConfig.MaxFAPBeaconTxPowerSelfConfigEnable}} from an enabled perspective. &lt;;Pmax_low&gt; and &lt;;Pmax_high&gt; are measured in dBm and have a range of -40.0 to 20.0 incremented by 0.1 dB.</description>
                <syntax>
                    <string>
                        <size maxLength="64">
                        </size>
                    </string>
                </syntax>
            </parameter>
            <parameter name="MaxFAPBeaconTxPowerInUse" access="readOnly" activeNotify="canDeny">
                <description>Maximum beacon transmission power measured in {{units}} currently used by the FAP on any beacon frequency.  Actual values of the maximum transmission power are -40.0 dBm to 20.0 dBm in steps of 0.1 dB. The value of {{param}} divided by 10 yields the actual value of the maximum transmission power.</description>
                <syntax>
                    <int>
                        <range minInclusive="-400" maxInclusive="200" />
                        <units value="0.1 dBm">
                        </units>
                    </int>
                </syntax>
            </parameter>
            <parameter name="BeaconPchPwrPercentage" access="readWrite" activeNotify="canDeny">
                <description>Percentage of Max Sector Power Used By Paging Channel (expressed in {{units}}).
For example, 93333 means 93.333% of the max sector power.</description>
                <syntax>
                    <int>
                        <range minInclusive="1000" maxInclusive="1000000" />
                        <units value="0.001 percent">
                        </units>
                    </int>
                </syntax>
            </parameter>
            <parameter name="MaxHRPDBeaconTxPower" access="readWrite" activeNotify="canDeny">
                <description>Maximum transmission power allowed on the dedicated HRPD beacon. {{param}} is expressed as a range of allowed maximum power levels with ".." (two periods) between the upper and lower values, i.e. "&lt;Pmax_low&gt;..&lt;Pmax_high&gt;".
MaxHRPDBeaconTxPower identifies the limits between which the FAP can self-configure its maximum beacon transmit power. Self-configuration for maximum beacon transmission power is controlled by {{param|.Capabilities.CDMA2000.OneX.SelfConfig.MaxFAPBeaconTxPowerConfig}} from an availability perspective and {{param|.FAPControl.CDMA2000.OneX.SelfConfig.MaxFAPBeaconTxPowerSelfConfigEnable}} from an enabled perspective. &lt;Pmax_low&gt; and &lt;Pmax_high&gt; are measured in dBm and have a range of -40.0 to 20.0 incremented by 0.1 dB.</description>
                <syntax>
                    <string>
                        <size maxLength="64">
                        </size>
                    </string>
                </syntax>
            </parameter>
            <parameter name="MaxHRPDBeaconTxPowerInUse" access="readOnly" activeNotify="canDeny">
                <description>Maximum beacon transmission power measured in dBm currently used by the FAP on any beacon frequency.
Actual values of the maximum transmission power are -40.0 dBm to 20.0  in units of {{units}}. The value of {{param}} divided by 10 yields the actual value of the maximum transmission power.</description>
                <syntax>
                    <int>
                        <range minInclusive="-400" maxInclusive="200" />
                        <units value="0.1 dBm">
                        </units>
                    </int>
                </syntax>
            </parameter>
            <parameter name="BeaconPilotPwrPercentage" access="readWrite" activeNotify="canDeny">
                <description>Percentage of Max Sector Power Used By Pilot Channel (expressed in {{units}}).  For example, 19950  means 19.950% of total.</description>
                <syntax>
                    <int>
                        <range minInclusive="1000" maxInclusive="1000000" />
                        <units value="0.001 percent">
                        </units>
                    </int>
                </syntax>
            </parameter>
            <parameter name="BeaconSyncPwrPercentage" access="readWrite" activeNotify="canDeny">
                <description>Percentage of Max Sector Power Used By Sync Channel (expressed in {{units}}).  For example, 23458 means 23.458% of the max sector power.</description>
                <syntax>
                    <int>
                        <range minInclusive="1000" maxInclusive="1000000" />
                        <units value="0.001 percent">
                        </units>
                    </int>
                </syntax>
            </parameter>
            <parameter name="MaxBeaconListEntries" access="readOnly">
                <description>Maximum number of entries in the {{object|.CellConfig.CDMA2000.Beacon.BeaconList.{i}.}} object.</description>
                <syntax>
                    <unsignedInt />
                </syntax>
            </parameter>
            <parameter name="BeaconListNumberOfEntries" access="readOnly">
                <description>{{numentries}}</description>
                <syntax>
                    <unsignedInt />
                </syntax>
            </parameter>
            <parameter name="MaxHRPDBeaconListEntries" access="readOnly">
                <description>Maximum number of entries in the {{object|.CellConfig.CDMA2000.Beacon.HRPDBeaconList.{i}.}} object.</description>
                <syntax>
                    <unsignedInt />
                </syntax>
            </parameter>
            <parameter name="HRPDBeaconListNumberOfEntries" access="readOnly">
                <description>{{numentries}}</description>
                <syntax>
                    <unsignedInt />
                </syntax>
            </parameter>
        </object>
        <object name="FAPService.{i}.CellConfig.CDMA2000.Beacon.BeaconList.{i}." access="readWrite" minEntries="0" maxEntries="unbounded" numEntriesParameter="BeaconListNumberOfEntries" enableParameter="Enable">
            <description>This object models an individual beacon intervals. It may be used to model both 1x and HRPD beacons with offset from start of beacon frame measured in 80ms slots.</description>
            <uniqueKey>
                <parameter ref="BeaconIndex" />
            </uniqueKey>
            <uniqueKey functional="false">
                <parameter ref="Alias" />
            </uniqueKey>
            <parameter name="Enable" access="readWrite">
                <description>Enables or disables the {{object}} entry.</description>
                <syntax>
                    <boolean />
                    <default type="object" value="false" />
                </syntax>
            </parameter>
            <parameter name="Alias" access="readWrite">
                <description>{{datatype|expand}}</description>
                <syntax>
                    <dataType ref="Alias" />
                </syntax>
            </parameter>
            <parameter name="BeaconIndex" access="readOnly">
                <description>Instance identifier for this beacon interval. Allowed range is 0..(BeaconListNumberOfEntries-1).</description>
                <syntax>
                    <int>
                    </int>
                    <default type="object" value="0">
                    </default>
                </syntax>
            </parameter>
            <parameter name="Offset" access="readWrite">
                <description>Offset from the start of the beacon frame in 80ms slots.</description>
                <syntax>
                    <unsignedInt>
                        <range minInclusive="0" maxInclusive="32767" />
                    </unsignedInt>
                    <default type="object" value="0">
                    </default>
                </syntax>
            </parameter>
            <parameter name="Duration" access="readWrite">
                <description>Duration of this beacon interval in {{units}}.</description>
                <syntax>
                    <unsignedInt>
                        <range minInclusive="0" maxInclusive="32767" />
                        <units value="80 ms slots">
                        </units>
                    </unsignedInt>
                    <default type="object" value="0">
                    </default>
                </syntax>
            </parameter>
            <parameter name="TransmissionFormat" access="readWrite">
                <description>Determines if this beacon interval shall transmit HRPD (HRPD) or CDMA2000 1x.{HRPD="0", 1x="1"}.</description>
                <syntax>
                    <string>
                        <enumeration value="0">
                        </enumeration>
                        <enumeration value="1">
                        </enumeration>
                    </string>
                    <default type="object" value="1">
                    </default>
                </syntax>
            </parameter>
            <parameter name="BeaconBandClass" access="readWrite">
                <description>Band class for this beacon interval.</description>
                <syntax>
                    <int>
                        <range minInclusive="0" maxInclusive="31" />
                    </int>
                    <default type="object" value="0">
                    </default>
                </syntax>
            </parameter>
            <parameter name="BeaconChannelFreq" access="readWrite">
                <description>Channel number for this beacon interval.</description>
                <syntax>
                    <unsignedInt>
                        <range minInclusive="0" maxInclusive="2016" />
                    </unsignedInt>
                    <default type="object" value="0">
                    </default>
                </syntax>
            </parameter>
            <parameter name="BeaconPNOffset" access="readWrite">
                <description>{{list}} Each item is a pilot PN offset of the pilot beacon for this channel in units of 64 PN chips. If this parameter  contains more than one item, then the FAP is expected to select one from the list as the PilotPN to be used for this channel. If the self-configuration capability is not to be used, then this parameter SHALL contain only a single item.</description>
                <syntax>
                    <list minItems="1" />
                    <string>
                        <size maxLength="32" />
                    </string>
                </syntax>
            </parameter>
            <parameter name="TxPower" access="readWrite">
                <description>TX power for the beacon interval (in {{units}}). If self-configuration of the Beacon Tx Power is enabled, then this value is determined by the FAP.</description>
                <syntax>
                    <int>
                        <range minInclusive="-40" maxInclusive="20" />
                        <units value="dBm">
                        </units>
                    </int>
                    <default type="object" value="-40">
                    </default>
                </syntax>
            </parameter>
            <parameter name="BeaconSID" access="readWrite">
                <description>SID for this beacon interval.</description>
                <syntax>
                    <unsignedInt>
                        <range minInclusive="0" maxInclusive="65535" />
                    </unsignedInt>
                    <default type="object" value="0">
                    </default>
                </syntax>
            </parameter>
            <parameter name="BeaconNID" access="readWrite">
                <description>NID for this beacon interval.</description>
                <syntax>
                    <unsignedInt>
                        <range minInclusive="0" maxInclusive="32767" />
                    </unsignedInt>
                    <default type="object" value="0">
                    </default>
                </syntax>
            </parameter>
            <parameter name="BeaconPZID" access="readWrite">
                <description>PZID for this beacon interval.</description>
                <syntax>
                    <unsignedInt />
                    <default type="object" value="0">
                    </default>
                </syntax>
            </parameter>
        </object>
        <object name="FAPService.{i}.CellConfig.CDMA2000.Beacon.HRPDBeaconList.{i}." access="readWrite" minEntries="0" maxEntries="unbounded" numEntriesParameter="HRPDBeaconListNumberOfEntries" enableParameter="Enable">
            <description>This object models individual HRPD beacon intervals where the beacon start is expressed as a number of HRPD control channel slots from the start of the beacon frame.</description>
            <uniqueKey>
                <parameter ref="BeaconIndex" />
            </uniqueKey>
            <uniqueKey functional="false">
                <parameter ref="Alias" />
            </uniqueKey>
            <parameter name="Enable" access="readWrite">
                <description>Enables or disables the {{object}} entry.</description>
                <syntax>
                    <boolean />
                    <default type="object" value="false" />
                </syntax>
            </parameter>
            <parameter name="Alias" access="readWrite">
                <description>{{datatype|expand}}</description>
                <syntax>
                    <dataType ref="Alias" />
                </syntax>
            </parameter>
            <parameter name="BeaconIndex" access="readOnly">
                <description>Instance identifier for this beacon interval.  Allowed range is 0..(HRPDBeaconListNumberOfEntries-1).</description>
                <syntax>
                    <int>
                    </int>
                    <default type="object" value="0">
                    </default>
                </syntax>
            </parameter>
            <parameter name="CCoffset" access="readWrite">
                <description>Offset of the current beacon interval from the start of the beacon frame, in Control Channel cycles. The HRPDBeaconList interval SHOULD not overlap in time with any beacon interval for the same channel defined in the BeaconList object.</description>
                <syntax>
                    <unsignedInt>
                        <range minInclusive="0" maxInclusive="2048" />
                    </unsignedInt>
                    <default type="object" value="0">
                    </default>
                </syntax>
            </parameter>
            <parameter name="Offset" access="readWrite">
                <description>Start of beacon transmission with respect to the Control Channel boundary.</description>
                <syntax>
                    <int>
                        <range minInclusive="-127" maxInclusive="128" />
                    </int>
                    <default type="object" value="0">
                    </default>
                </syntax>
            </parameter>
            <parameter name="Duration" access="readWrite">
                <description>Duration of the beacon transmission within a Control Channel cycle, in slots. Beacon is transmitted starting offset from the CC boundary for duration. Transmission restarts offset from the next CC boundary, given that beacon interval spans more than 1 CC cycles.</description>
                <syntax>
                    <unsignedInt>
                        <range minInclusive="0" maxInclusive="256" />
                    </unsignedInt>
                    <default type="object" value="0">
                    </default>
                </syntax>
            </parameter>
            <parameter name="NumCCcycles" access="readWrite">
                <description>Number of Control Channel Cycles this beacon interval spans.</description>
                <syntax>
                    <unsignedInt>
                        <range minInclusive="0" maxInclusive="48" />
                    </unsignedInt>
                    <default type="object" value="0">
                    </default>
                </syntax>
            </parameter>
            <parameter name="BeaconBandClass" access="readWrite">
                <description>Band class for this beacon interval.</description>
                <syntax>
                    <unsignedInt>
                        <range minInclusive="0" maxInclusive="31" />
                    </unsignedInt>
                    <default type="object" value="0">
                    </default>
                </syntax>
            </parameter>
            <parameter name="BeaconChannelFreq" access="readWrite">
                <description>Channel number for this beacon interval.</description>
                <syntax>
                    <unsignedInt>
                        <range minInclusive="0" maxInclusive="2016" />
                    </unsignedInt>
                    <default type="object" value="0">
                    </default>
                </syntax>
            </parameter>
            <parameter name="BeaconPNOffset" access="readWrite">
                <description>{{list}} Each item is a pilot PN offset of the pilot beacon for this channel in units of 64 PN chips. If this parameter  contains more than one item, then the FAP is expected to select one from the list as the PilotPN to be used for this channel. If the self-configuration capability is not to be used, then this parameter SHALL contain only a single item.</description>
                <syntax>
                    <list minItems="1" />
                    <string>
                        <size maxLength="256" />
                    </string>
                    <default type="object" value="" />
                </syntax>
            </parameter>
            <parameter name="TxPower" access="readWrite">
                <description>TX power for the beacon interval. If self-configuration of the HRPD Beacon Tx Power is enabled, then this value  is determined by the FAP.</description>
                <syntax>
                    <int>
                        <range minInclusive="-40" maxInclusive="20" />
                        <units value="dBm">
                        </units>
                    </int>
                    <default type="object" value="-40" />
                </syntax>
            </parameter>
        </object>
        <object name="FAPService.{i}.REM." access="readOnly" minEntries="1" maxEntries="1">
            <description>This object contains parameters relating to REM (Radio Environment Measurement).</description>
        </object>
        <object name="FAPService.{i}.REM.UMTS." access="readOnly" minEntries="1" maxEntries="1">
            <description>This object contains Radio Environment Measurement parameters for UMTS FAP.</description>
        </object>
        <object name="FAPService.{i}.REM.UMTS.WCDMA." access="readOnly" minEntries="1" maxEntries="1">
            <description>This object contains parameters relating to radio environment measurement capabilities for the UMTS system.</description>
            <parameter name="InServiceHandling" access="readWrite">
                <description>FAP REM behavior with respect to ongoing active connections.</description>
                <syntax>
                    <string>
                        <enumeration value="Immediate">
                            <description>Immediately perform REM, even if have active connections or idle camping UE that MAY be disrupted.</description>
                        </enumeration>
                        <enumeration value="Delayed">
                            <description>Wait to initiate REM until no CS bearers or PS bearers of streaming or higher QoS class are assigned.</description>
                        </enumeration>
                    </string>
                    <default type="factory" value="Immediate" />
                </syntax>
            </parameter>
            <parameter name="ScanOnBoot" access="readWrite">
                <description>Enables or disables Radio Environment Measurement during the FAP start up.</description>
                <syntax>
                    <boolean />
                    <default type="factory" value="true" />
                </syntax>
            </parameter>
            <parameter name="ScanPeriodically" access="readWrite">
                <description>Enable Periodic Radio Environment Measurement on all enabled RAT.</description>
                <syntax>
                    <boolean />
                    <default type="factory" value="false" />
                </syntax>
            </parameter>
            <parameter name="PeriodicInterval" access="readWrite">
                <description>When {{param|ScanPeriodically}} is {{true}}, this value indicates the interval in {{units}} which REM is performed while the FAP service is enabled.</description>
                <syntax>
                    <unsignedInt>
                        <units value="seconds" />
                    </unsignedInt>
                </syntax>
            </parameter>
            <parameter name="PeriodicTime" access="readWrite">
                <description>
                    An absolute time reference in UTC to determine when the CPE will initiate the periodic REM. Each REM MUST occur at (or as soon as possible after) this reference time plus or minus an integer multiple of the {{param|PeriodicInterval}}.
                    {{param}} is used only to set the "phase" of the REM. The actual value of {{param}} can be arbitrarily far into the past or future.
                    For example, if {{param|PeriodicInterval}} is 86400 (a day) and if {{param}} is set to UTC midnight on some day (in the past, present, or future) then periodic REMs will occur every day at UTC midnight. These MUST begin on the very next midnight, even if {{param}} refers to a day in the future.
                    The Unknown Time value defined in {{bibref|TR-106a2|Section 3.2}} indicates that no particular time reference is specified. That is, the CPE MAY locally choose the time reference, and needs only to adhere to the specified PeriodicInformInterval.
                    If absolute time is not available to the CPE, its periodic REM behavior MUST be the same as if {{param}} parameter was set to the Unknown Time value.
                </description>
                <syntax>
                    <dateTime>
                    </dateTime>
                </syntax>
            </parameter>
            <parameter name="REMPLMNList" access="readWrite">
                <description>
                    {{list}} Each item is a PLMN ID to measure. PLMN ID consists of Mobile Country Code (MCC) and Mobile Network Code (MNC) {{bibref|3GPP-TS.23.003}}, {{bibref|3GPP-TS.24.008}}.
                    If {{empty}}, then no specific PLMN ID is provided, meaning that the FAP is required to scan all available PLMN IDs.
                </description>
                <syntax>
                    <list>
                        <size maxLength="32">
                        </size>
                    </list>
                    <string />
                </syntax>
            </parameter>
            <parameter name="REMBandList" access="readWrite">
                <description>
                    {{list}} Each item is a UMTS Band to measure. Each band is identified in by a roman numeral {{bibref|3GPP-TS.25.104}}.
                    If {{empty}} then no specific UMTS band is provided, meaning that the FAP is required to scan all available bands.
                    The order of the band indicator has no significance.
                </description>
                <syntax>
                    <list />
                    <string>
                        <size maxLength="64">
                        </size>
                    </string>
                </syntax>
            </parameter>
            <parameter name="UARFCNDLList" access="readWrite">
                <description>
                    {{list}} Each entry is a UARFCN in the DL direction to measure.
                    If {{empty}}, then no specific UARFCN is provided, meaning that the FAP is required to scan all UARFCNs that it is aware of.
                </description>
                <syntax>
                    <list>
                        <size maxLength="64">
                        </size>
                    </list>
                    <string />
                </syntax>
            </parameter>
            <parameter name="ScanTimeout" access="readWrite">
                <description>Specifies the time-out value in {{units}}, measured from the start of the REM scan, before the REM scan will time out.</description>
                <syntax>
                    <unsignedInt>
                        <units value="seconds">
                        </units>
                    </unsignedInt>
                </syntax>
            </parameter>
            <parameter name="ScanStatus" access="readOnly">
                <description>Indicates the current status of this scan.</description>
                <syntax>
                    <string>
                        <enumeration value="Indeterminate">
                            <description>The scan has not been executed and there are no valid scan results available</description>
                        </enumeration>
                        <enumeration value="InProgress">
                        </enumeration>
                        <enumeration value="Success">
                        </enumeration>
                        <enumeration value="Error">
                        </enumeration>
                        <enumeration value="Error_TIMEOUT">
                        </enumeration>
                    </string>
                </syntax>
            </parameter>
            <parameter name="ErrorDetails" access="readOnly">
                <description>Provides more detail when the {{param|ScanStatus}} is either {{enum|Error|ScanStatus}} or {{enum|Error_TIMEOUT|ScanStatus}}.</description>
                <syntax>
                    <string>
                        <size maxLength="256">
                        </size>
                    </string>
                </syntax>
            </parameter>
            <parameter name="LastScanTime" access="readOnly" activeNotify="forceDefaultEnabled">
                <description>The  time of the last UMTS system radio environment measurement.</description>
                <syntax>
                    <dateTime>
                    </dateTime>
                </syntax>
            </parameter>
            <parameter name="MaxCellEntries" access="readOnly">
                <description>The maximum number of entries available in the {{object|.REM.UMTS.WCDMA.Cell.{i}.}} table.</description>
                <syntax>
                    <unsignedInt />
                </syntax>
            </parameter>
            <parameter name="CellNumberOfEntries" access="readOnly">
                <description>{{numentries}}</description>
                <syntax>
                    <unsignedInt />
                </syntax>
            </parameter>
        </object>
        <object name="FAPService.{i}.REM.UMTS.WCDMA.Cell.{i}." access="readOnly" minEntries="0" maxEntries="unbounded" numEntriesParameter="CellNumberOfEntries" dmr:noUniqueKeys="true">
            <description>Table indicating the components of the discovered cells.</description>
        </object>
        <object name="FAPService.{i}.REM.UMTS.WCDMA.Cell.{i}.RF." access="readOnly" minEntries="1" maxEntries="1">
            <description>Table indicating the RF aspect of the discovered cells.</description>
            <parameter name="UARFCNDL" access="readOnly">
                <description>The UTRA Absolute Radio Frequency Channel Number (UARFCN) in the DL direction of an FDD mode cell. {{bibref|3GPP-TS.25.433}}</description>
                <syntax>
                    <unsignedInt>
                        <range minInclusive="0" maxInclusive="16383" />
                    </unsignedInt>
                </syntax>
            </parameter>
            <parameter name="CPICHRSCP" access="readOnly">
                <description>Received signal level in {{units}} of the CPICH channel. (Ref. 3GPP TS 25.133)</description>
                <syntax>
                    <int>
                        <range minInclusive="-120" maxInclusive="-25" />
                        <units value="dBm">
                        </units>
                    </int>
                </syntax>
            </parameter>
            <parameter name="CPICHEcNo" access="readOnly">
                <description>
                    Measured EcNo. (energy per chip to interference power density) in {{units}} received in the downlink pilot channel.
                    Actual values of the range are -24.0 {{units}} to 0.0 {{units}} in steps of 0.5 {{units}}. The value of {{param}} divided by 2 yields the actual value of the range. {{bibref|3GPP-TS.25.133|Section 9.1.2.3}}
                </description>
                <syntax>
                    <int>
                        <range minInclusive="-48" maxInclusive="0" />
                        <units value="dB">
                        </units>
                    </int>
                </syntax>
            </parameter>
            <parameter name="RSSI" access="readOnly">
                <description>This measurement is for Inter-frequency handover evaluation, measured in total {{units}} in the band. {{bibref|3GPP-TS.25.133|Section9.1.3}}</description>
                <syntax>
                    <int>
                        <range minInclusive="-100" maxInclusive="-25" />
                        <units value="dBm">
                        </units>
                    </int>
                </syntax>
            </parameter>
            <parameter name="PrimaryScramblingCode" access="readOnly">
                <description>Primary scrambling code.</description>
                <syntax>
                    <unsignedInt>
                        <range minInclusive="0" maxInclusive="511" />
                    </unsignedInt>
                </syntax>
            </parameter>
        </object>
        <object name="FAPService.{i}.REM.UMTS.WCDMA.Cell.{i}.BCCH." access="readOnly" minEntries="1" maxEntries="1">
            <description>Table containing the system information broadcast in the BCCH logical channel.</description>
            <parameter name="PLMNType" access="readOnly">
                <description>Type of Public Land Mobile Network (PLMN).</description>
                <syntax>
                    <string>
                        <enumeration value="GSM-MAP">
                        </enumeration>
                        <enumeration value="ANSI-41">
                        </enumeration>
                    </string>
                </syntax>
            </parameter>
            <parameter name="PLMNID" access="readOnly">
                <description>
                    PLMN ID consists of Mobile Country Code (MCC) and Mobile Network Code (MNC) {{bibref|3GPP-TS.23.003}}, {{bibref|3GPP-TS.24.008}}.
                    Mobile Country Code consists of three digits and uniquely identifies the country of domicile of the subscriber.
                    Mobile Network Code consists of two or three digits and identifies the Home PLMN within a country.
                    For a 2-digit MNC the total string length of {{param}} is 5.
                </description>
                <syntax>
                    <string>
                        <size maxLength="6">
                        </size>
                    </string>
                </syntax>
            </parameter>
            <parameter name="LAC" access="readOnly">
                <description>Location Area Code (LAC) as defined in SIB 1 {{bibref|3GPP-TS.25.331}}. The concatenation of PLMN ID (MCC+MNC) and LAC uniquely identifies the LAI (Location Area ID) {{bibref|3GPP-TS.23.003}}.</description>
                <syntax>
                    <unsignedInt>
                        <range minInclusive="0" maxInclusive="65535" />
                    </unsignedInt>
                </syntax>
            </parameter>
            <parameter name="RAC" access="readOnly">
                <description>Routing Area Code (RAC) as defined in SIB 1 {{bibref|3GPP-TS.25.331}}. The concatenation of PLMN ID (MCC+MNC), LAC, and RAC uniquely identifies the RAI (Routing Area ID) {{bibref|3GPP-TS.23.003}}.</description>
                <syntax>
                    <unsignedInt>
                        <range minInclusive="0" maxInclusive="255" />
                    </unsignedInt>
                </syntax>
            </parameter>
            <parameter name="CellID" access="readOnly">
                <description>Cell Identity as defined in SIB3 {{bibref|3GPP-TS.25.331|Section10.3.2.2}}. {{bibref|3GPP-TS.24.008}}</description>
                <syntax>
                    <unsignedInt>
                        <range maxInclusive="268435455" />
                    </unsignedInt>
                </syntax>
            </parameter>
            <parameter name="PCPICHTxPower" access="readOnly">
                <description>Primary Common Pilot Channel (CPICH) power level on SIB 5/6 {{bibref|3GPP-TS.25.331|Section10.3.6.55}}.</description>
                <syntax>
                    <int>
                        <range minInclusive="-10" maxInclusive="50" />
                    </int>
                </syntax>
            </parameter>
            <parameter name="CSGIndicator" access="readOnly">
                <description>
                    The CSG-indicator Information Element (IE) in the Master Information Block reflects the access mode of the CSG cell. It is hence dependent on the value of {{param|.AccessMgmt.UMTS.AccessMode}}.
                    If {{true}} the CSG-indicator IE is present, reflecting closed access to the CSG cell.
                    If {{false}} the CSG-indicator IE is absent, reflecting the access mode as "not a closed-access".
                    {{bibref|3GPP-TS.25.331|Section 10.2.48.8.1}}
                </description>
                <syntax>
                    <boolean />
                </syntax>
            </parameter>
            <parameter name="CSGID" access="readOnly">
                <description>Defines the Closed Subscriber Group of the Access Control List. FAP broadcasts this CSG ID in SIB3 {{bibref|3GPP-TS.25.331|Section10.3.2.8}} depending on the AccessMode.</description>
                <syntax>
                    <unsignedInt>
                        <range maxInclusive="134217727" />
                    </unsignedInt>
                </syntax>
            </parameter>
            <parameter name="UARFCNDLList" access="readOnly">
                <description>
                    {{list}} Each item is a UTRA Absolute Radio Frequency Channel Number (UARFCN} in the DL direction dedicated to the CSG cells.
                    {{param}} is broadcast in SIB 11bis {{bibref|3GPP-TS.25.331|Section 10.2.48.8.14a}}.
                    The corresponding UTRA Absolute Radio Frequency Channel Number (UARFCN} in the UL direction is derived based on the fixed offset applicable for the frequency band.
                </description>
                <syntax>
                    <list>
                        <size maxLength="128">
                        </size>
                    </list>
                    <unsignedInt>
                        <range maxInclusive="16383" />
                    </unsignedInt>
                </syntax>
            </parameter>
        </object>
        <object name="FAPService.{i}.REM.UMTS.WCDMA.Cell.{i}.BCCH.CSGPSCSplitInfo." access="readOnly" minEntries="1" maxEntries="1">
            <description>This object contains parameters relating to the Primary Scambling Code (PSC) split information for the CSG. Defined in SIB3/11bis {{bibref|3GPP-TS.25.331|Section 10.3.2.8 and 10.3.2.9}}.</description>
            <parameter name="StartPSCRange1Coefficient" access="readOnly">
                <description>The value of this Information Element (IE) multiplied by 8 specifies the start PSC value of the first PSC range as specified in {{bibref|3GPP-TS.25.331|Section 8.6.2.4}}.</description>
                <syntax>
                    <unsignedInt>
                        <range minInclusive="0" maxInclusive="63" />
                    </unsignedInt>
                </syntax>
            </parameter>
            <parameter name="NumberOfPSCs" access="readOnly">
                <description>This Information Element (IE) specifies the number of PSCs reserved for CSG cells in each PSC range.</description>
                <syntax>
                    <string>
                        <enumeration value="5">
                        </enumeration>
                        <enumeration value="10">
                        </enumeration>
                        <enumeration value="15">
                        </enumeration>
                        <enumeration value="20">
                        </enumeration>
                        <enumeration value="30">
                        </enumeration>
                        <enumeration value="40">
                        </enumeration>
                        <enumeration value="50">
                        </enumeration>
                        <enumeration value="64">
                        </enumeration>
                        <enumeration value="80">
                        </enumeration>
                        <enumeration value="120">
                        </enumeration>
                        <enumeration value="160">
                        </enumeration>
                        <enumeration value="256">
                        </enumeration>
                        <enumeration value="alltherest">
                        </enumeration>
                        <enumeration value="spare3">
                        </enumeration>
                        <enumeration value="spare2">
                        </enumeration>
                        <enumeration value="spare1">
                        </enumeration>
                    </string>
                </syntax>
            </parameter>
            <parameter name="PSCRange2Offset" access="readOnly">
                <description>
                    If this Information Element (IE) is included, the UE shall calculate the second PSC range as specified in {{bibref|3GPP-TS.25.331|Section 8.6.2.4}}.
                    If this Information Element (IE) is not included, the UE shall consider the second PSC range to be not present.
                </description>
                <syntax>
                    <unsignedInt>
                        <range minInclusive="0" maxInclusive="63" />
                    </unsignedInt>
                </syntax>
            </parameter>
        </object>
        <object name="FAPService.{i}.REM.UMTS.WCDMA.Cell.{i}.BCCH.ReferencePosition." access="readOnly" minEntries="1" maxEntries="1">
            <description>
                This object defines parameters related to the surface point of the ellipsoid. {{bibref|3GPP-TS.23.032|Section 5}}
                It is characterized by the co-ordinates of an ellipsoid point with altitude, distances, and an angle of orientation.
                This information is used to refer to a point on the Earth's surface, or close to the Earth's surface, with the same longitude and latitude.
            </description>
            <parameter name="Latitude" access="readOnly" activeNotify="canDeny">
                <description>
                    This parameter specifies the latitude of the device's position in degrees, multiplied by 1 million. The positive value signifies the direction, north of the equator. The negative value signifies the direction, south of the equator.
                    Range is from: 90.00.00' South (-90,000,000) to 90.00.00' North (90,000,000).
                    Example: A latitude of 13.19.43' N would be represented as 13,323,833, derived as (13*1,000,000)+((19.43*1,000,000)/60).  Latitude of 50.00.00' S would be represented as value -50,000,000.
                    If 0 then SIB15 is not detected in the specific cell.
                </description>
                <syntax>
                    <int>
                        <range minInclusive="-90000000" maxInclusive="90000000" />
                    </int>
                </syntax>
            </parameter>
            <parameter name="Longitude" access="readOnly" activeNotify="canDeny">
                <description>
                    This parameter specifies the longitude of the device's position in degrees, multiplied by 1 million. The positive value signifies the direction, east of the prime meridian. The negative value signifies the direction, west of the prime meridian.
                    Range is from: 180.00.00' West (-180,000,000) to 180.00.00' East (180,000,000).
                    Example: A longitude of 13.19.43' E would be represented as 13,323,833, derived as (13*1,000,000)+((19.43*1,000,000)/60).  A longitude of 50.00'0'' W would be represented as value -50,000,000.
                    If 0 then SIB15 is not detected in the specific cell.
                </description>
                <syntax>
                    <int>
                        <range minInclusive="-180000000" maxInclusive="180000000" />
                    </int>
                </syntax>
            </parameter>
            <parameter name="UncertaintySemiMajor" access="readOnly">
                <description>
                    The uncertainty r is derived from the "uncertainty code" k by
                    r = 10 x ( 1.1 &lt;power&gt; (k-1) )
                    {{bibref|3GPP-TS.23.032|Section6.2}}
                </description>
                <syntax>
                    <unsignedInt>
                        <range minInclusive="0" maxInclusive="127" />
                    </unsignedInt>
                </syntax>
            </parameter>
            <parameter name="UncertaintySemiMinor" access="readOnly">
                <description>
                    The uncertainty r is derived from the "uncertainty code" k by
                    r = 10 x ( 1.1 &lt;power&gt; (k-1) )
                    {{bibref|3GPP-TS.23.032|Section6.2}}
                </description>
                <syntax>
                    <unsignedInt>
                        <range minInclusive="0" maxInclusive="127" />
                    </unsignedInt>
                </syntax>
            </parameter>
            <parameter name="OrientationOfMajorAxis" access="readOnly">
                <description>
                    The Information Element (IE) value 'N' is derived by this formula:
                    2N &lt;= a &lt; 2(N+1)
                    Where 'a' is the orientation in degrees (0..179).
                </description>
                <syntax>
                    <unsignedInt>
                        <range minInclusive="0" maxInclusive="89" />
                    </unsignedInt>
                </syntax>
            </parameter>
            <parameter name="Confidence" access="readOnly">
                <description>The degree of confidence in the ellipsoid's points expressed in {{units}}.</description>
                <syntax>
                    <unsignedInt>
                        <range minInclusive="0" maxInclusive="100" />
                        <units value="percent">
                        </units>
                    </unsignedInt>
                </syntax>
            </parameter>
        </object>
        <object name="FAPService.{i}.REM.UMTS.GSM." access="readOnly" minEntries="1" maxEntries="1">
            <description>This object contains parameters relating to GSM REM capabilities.</description>
            <parameter name="InServiceHandling" access="readWrite">
                <description>FAP REM behavior with respect to ongoing active connections.</description>
                <syntax>
                    <string>
                        <enumeration value="Immediate">
                            <description>Immediately perform REM, even if have active connections or idle camping UE that MAY be disrupted.</description>
                        </enumeration>
                        <enumeration value="Delayed">
                            <description>Wait to initiate REM until no CS bearers or PS bearers of streaming or higher QoS class are assigned.</description>
                        </enumeration>
                    </string>
                    <default type="factory" value="Immediate">
                    </default>
                </syntax>
            </parameter>
            <parameter name="ScanOnBoot" access="readWrite">
                <description>Enables or disables Radio Environment Measurement during the FAP start up.</description>
                <syntax>
                    <boolean />
                    <default type="factory" value="true">
                    </default>
                </syntax>
            </parameter>
            <parameter name="ScanPeriodically" access="readWrite">
                <description>Enable Periodic Radio Environment Measurement on all enabled RAT.</description>
                <syntax>
                    <boolean />
                    <default type="factory" value="false">
                    </default>
                </syntax>
            </parameter>
            <parameter name="PeriodicInterval" access="readWrite">
                <description>When {{param|ScanPeriodically}} is {{true}}, this value indicates the interval in {{units}} which REM is performed while the FAP service is enabled.</description>
                <syntax>
                    <unsignedInt>
                        <units value="seconds">
                        </units>
                    </unsignedInt>
                </syntax>
            </parameter>
            <parameter name="PeriodicTime" access="readWrite">
                <description>
                    An absolute time reference in UTC to determine when the CPE will initiate the periodic REM. Each REM MUST occur at (or as soon as possible after) this reference time plus or minus an integer multiple of the {{param|PeriodicInterval}}.
                    {{param}} is used only to set the "phase" of the REM. The actual value of {{param}} can be arbitrarily far into the past or future.
                    For example, if {{param|PeriodicInterval}} is 86400 (a day) and if {{param}} is set to UTC midnight on some day (in the past, present, or future) then periodic REMs will occur every day at UTC midnight. These MUST begin on the very next midnight, even if {{param}} refers to a day in the future.
                    The Unknown Time value defined in {{bibref|TR-106a2|Section 3.2}} indicates that no particular time reference is specified. That is, the CPE MAY locally choose the time reference, and needs only to adhere to the specified PeriodicInformInterval.
                    If absolute time is not available to the CPE, its periodic REM behavior MUST be the same as if {{param}} parameter was set to the Unknown Time value.
                </description>
                <syntax>
                    <dateTime>
                    </dateTime>
                </syntax>
            </parameter>
            <parameter name="REMPLMNList" access="readWrite">
                <description>
                    {{list}} Each item is a PLMNID.
                    PLMN ID consists of Mobile Country Code (MCC) and Mobile Network Code (MNC) {{bibref|3GPP-TS.23.003}}, {{bibref|3GPP-TS.24.008}}.
                    Mobile Country Code consists of three digits and uniquely identifies the country of domicile of the subscriber.
                    Mobile Network Code consists of two or three digits and identifies the Home PLMN within a country.
                    For a 2-digit MNC the total string length of the PLMNID is 5.
                    If {{empty}} no specific PLMN ID is provided, meaning that the FAP is required to report all available PLMN IDs.
                    If a list is provided, the FAP is expected to limit the REM measurement to the PLMN(s) specified in this list only and ignore others even if they are detected.
                </description>
                <syntax>
                    <list />
                    <string>
                        <size maxLength="6">
                        </size>
                    </string>
                </syntax>
            </parameter>
            <parameter name="REMBandList" access="readWrite">
                <description>
                    {{list}} Each item is a GSM Band to measure. {{enum}}
                    If {{empty}} then no specific GSM band is provided, meaning that the FAP MUST scan all bands.
                    If a list is provided, the FAP is expected to limit the REM measurement to the band(s) specified in this list only and ignore others even if they are detected.
                </description>
                <syntax>
                    <list />
                    <string>
                        <enumeration value="T-GSM380">
                        </enumeration>
                        <enumeration value="T-GSM410">
                        </enumeration>
                        <enumeration value="GSM450">
                        </enumeration>
                        <enumeration value="GSM480">
                        </enumeration>
                        <enumeration value="GSM710">
                        </enumeration>
                        <enumeration value="GSM750">
                        </enumeration>
                        <enumeration value="T-GSM810">
                        </enumeration>
                        <enumeration value="GSM850">
                        </enumeration>
                        <enumeration value="P-GSM900">
                        </enumeration>
                        <enumeration value="E-GSM900">
                        </enumeration>
                        <enumeration value="R-GSM900">
                        </enumeration>
                        <enumeration value="T-GSM900">
                        </enumeration>
                        <enumeration value="DCS1800">
                        </enumeration>
                        <enumeration value="PCS1900">
                        </enumeration>
                    </string>
                </syntax>
            </parameter>
            <parameter name="ARFCNList" access="readWrite">
                <description>
                    {{list}} Each item is a GSM ARFCN to measure.
                    If {{empty}} then no specific ARFCN is provided, meaning that the FAP is required to scan all ARFCNs.
                    If a list is provided, the FAP is expected to limit the REM measurement to the ARFCN(s) specified in this list only and ignore others even if they are detected.
                </description>
                <syntax>
                    <list>
                        <size maxLength="64">
                        </size>
                    </list>
                    <string />
                </syntax>
            </parameter>
            <parameter name="ScanTimeout" access="readWrite">
                <description>Specifies the time-out value in {{units}}, measured from the start of the REM scan, before the REM scan will time out.</description>
                <syntax>
                    <unsignedInt>
                        <units value="seconds">
                        </units>
                    </unsignedInt>
                </syntax>
            </parameter>
            <parameter name="ScanStatus" access="readOnly">
                <description>Indicates the current status of this scan.</description>
                <syntax>
                    <string>
                        <enumeration value="Indeterminate">
                            <description>The scan has not been executed and there are no valid scan results available</description>
                        </enumeration>
                        <enumeration value="InProgress">
                        </enumeration>
                        <enumeration value="Success">
                        </enumeration>
                        <enumeration value="Error">
                        </enumeration>
                        <enumeration value="Error_TIMEOUT">
                        </enumeration>
                    </string>
                </syntax>
            </parameter>
            <parameter name="ErrorDetails" access="readOnly">
                <description>Provides more detail when the {{param|ScanStatus}} is either {{enum|Error|ScanStatus}} or {{enum|Error_TIMEOUT|ScanStatus}}.</description>
                <syntax>
                    <string>
                        <size maxLength="256">
                        </size>
                    </string>
                </syntax>
            </parameter>
            <parameter name="LastScanTime" access="readOnly" activeNotify="forceDefaultEnabled">
                <description>The time of the last GSM radio environment measurement.</description>
                <syntax>
                    <dateTime>
                    </dateTime>
                </syntax>
            </parameter>
            <parameter name="MaxCellEntries" access="readOnly">
                <description>The maximum number of entries allowed in the {{object|.REM.UMTS.GSM.Cell.{i}.}} table.</description>
                <syntax>
                    <unsignedInt />
                </syntax>
            </parameter>
            <parameter name="CellNumberOfEntries" access="readOnly">
                <description>{{numentries}}</description>
                <syntax>
                    <unsignedInt />
                </syntax>
            </parameter>
        </object>
        <object name="FAPService.{i}.REM.UMTS.GSM.Cell.{i}." access="readOnly" minEntries="0" maxEntries="unbounded" numEntriesParameter="CellNumberOfEntries">
            <description>Table indicating the components of the discovered cells.</description>
            <uniqueKey>
                <parameter ref="ARFCN" />
                <parameter ref="BSIC" />
            </uniqueKey>
            <parameter name="BandIndicator" access="readOnly">
                <description>Indicates how to interpret the BCCH ARFCN.</description>
                <syntax>
                    <string>
                        <enumeration value="GSM 850">
                        </enumeration>
                        <enumeration value="GSM 900">
                        </enumeration>
                        <enumeration value="DCS 1800">
                        </enumeration>
                        <enumeration value="PCS 1900">
                        </enumeration>
                    </string>
                </syntax>
            </parameter>
            <parameter name="ARFCN" access="readOnly">
                <description>Absolute Radio Frequency Channel Number (ARFCN) {{bibref|3GPP-TS.05.05}}.</description>
                <syntax>
                    <unsignedInt>
                        <range minInclusive="0" maxInclusive="1023" />
                    </unsignedInt>
                </syntax>
            </parameter>
            <parameter name="BSIC" access="readOnly">
                <description>Base Station Identity Code {{bibref|3GPP-TS.03.03}}.</description>
                <syntax>
                    <unsignedInt>
                        <range minInclusive="0" maxInclusive="63" />
                    </unsignedInt>
                </syntax>
            </parameter>
            <parameter name="PLMNID" access="readOnly">
                <description>
                    PLMN ID consists of Mobile Country Code (MCC) and Mobile Network Code (MNC) {{bibref|3GPP-TS.23.003}}, {{bibref|3GPP-TS.24.008}}.
                    Mobile Country Code consists of three digits and uniquely identifies the country of domicile of the subscriber.
                    Mobile Network Code consists of two or three digits and identifies the Home PLMN within a country.
                    For a 2-digit MNC the total string length of the PLMNID is 5.
                </description>
                <syntax>
                    <string>
                        <size maxLength="6">
                        </size>
                    </string>
                </syntax>
            </parameter>
            <parameter name="LAC" access="readOnly">
                <description>Location Area Code (LAC) as defined in SIB1 {{bibref|3GPP-TS.25.331}}. The concatenation of PLMN ID (MCC+MNC) and LAC uniquely identifies the LAI (Location Area ID) {{bibref|3GPP-TS.23.003}}.</description>
                <syntax>
                    <unsignedInt>
                        <range minInclusive="1" maxInclusive="65535" />
                    </unsignedInt>
                </syntax>
            </parameter>
            <parameter name="RAC" access="readOnly">
                <description>Routing Area Code (RAC) consists of up to 3 numerical characters. The concatenation of PLMN ID (MCC+MNC), LAC, and RAC uniquely identifies the Routing Area ID (RAI). {{bibref|3GPP-TS.23.003|Section 4.2}} {{bibref|3GPP-TS.25.413|Section 9.2.3.7}}</description>
                <syntax>
                    <unsignedInt>
                        <range maxInclusive="255" />
                    </unsignedInt>
                </syntax>
            </parameter>
            <parameter name="CI" access="readOnly">
                <description>Cell Identity. {{bibref|3GPP-TS.25.331|Section 10.3.2.2}}</description>
                <syntax>
                    <unsignedInt>
                        <range maxInclusive="63535" />
                    </unsignedInt>
                </syntax>
            </parameter>
            <parameter name="RSSI" access="readOnly">
                <description>Received signal level in {{units}} of the BCCH carrier.</description>
                <syntax>
                    <int>
                        <range minInclusive="-110" maxInclusive="48" />
                        <units value="dBm">
                        </units>
                    </int>
                </syntax>
            </parameter>
        </object>
        <object name="FAPService.{i}.REM.LTE." access="readOnly" minEntries="1" maxEntries="1">
            <description>This object contains parameters relating to radio environment measurement capabilities for the LTE system.</description>
            <parameter name="InServiceHandling" access="readWrite">
                <description>FAP REM behavior with respect to ongoing active connections.</description>
                <syntax>
                    <string>
                        <enumeration value="Immediate">
                            <description>Immediately perform REM, even if have active connections or idle camping UE that MAY be disrupted.</description>
                        </enumeration>
                        <enumeration value="Delayed">
                            <description>Wait to initiate REM until no CS bearers or PS bearers of streaming or higher QoS class are assigned.</description>
                        </enumeration>
                    </string>
                    <default type="factory" value="Immediate">
                    </default>
                </syntax>
            </parameter>
            <parameter name="ScanOnBoot" access="readWrite">
                <description>Enables or disables Radio Environment Measurement during the FAP start up.</description>
                <syntax>
                    <boolean />
                    <default type="factory" value="true">
                    </default>
                </syntax>
            </parameter>
            <parameter name="ScanPeriodically" access="readWrite">
                <description>Enable Periodic Radio Environment Measurement on LTE EUTRAN bands.</description>
                <syntax>
                    <boolean />
                    <default type="factory" value="false">
                    </default>
                </syntax>
            </parameter>
            <parameter name="PeriodicInterval" access="readWrite">
                <description>When {{param|ScanPeriodically}} is {{true}}, this value indicates the interval in {{units}} which REM is performed while the FAP service is enabled.</description>
                <syntax>
                    <unsignedInt>
                        <units value="seconds">
                        </units>
                    </unsignedInt>
                </syntax>
            </parameter>
            <parameter name="PeriodicTime" access="readWrite">
                <description>
                    An absolute time reference in UTC to determine when the CPE will initiate the periodic REM. Each REM MUST occur at (or as soon as possible after) this reference time plus or minus an integer multiple of the {{param|PeriodicInterval}}.
                    {{param}} is used only to set the "phase" of the REM. The actual value of {{param}} can be arbitrarily far into the past or future.
                    For example, if {{param|PeriodicInterval}} is 86400 (a day) and if {{param}} is set to UTC midnight on some day (in the past, present, or future) then periodic REMs will occur every day at UTC midnight. These MUST begin on the very next midnight, even if {{param}} refers to a day in the future.
                    The Unknown Time value defined in {{bibref|TR-106a2|Section 3.2}} indicates that no particular time reference is specified. That is, the CPE MAY locally choose the time reference, and needs only to adhere to the specified PeriodicInformInterval.
                    If absolute time is not available to the CPE, its periodic REM behavior MUST be the same as if {{param}} parameter was set to the Unknown Time value.
                </description>
                <syntax>
                    <dateTime>
                    </dateTime>
                </syntax>
            </parameter>
            <parameter name="REMPLMNList" access="readWrite">
                <description>
                    {{list}} Each item is a PLMN ID to measure. PLMN ID consists of Mobile Country Code (MCC) and Mobile Network Code (MNC) {{bibref|3GPP-TS.23.003}}, {{bibref|3GPP-TS.24.008}}.
                    If {{empty}}, then no specific PLMN ID is provided, meaning that the FAP is required to scan all available PLMN IDs.
                </description>
                <syntax>
                    <list>
                        <size maxLength="32">
                        </size>
                    </list>
                    <string />
                </syntax>
            </parameter>
            <parameter name="REMBandList" access="readWrite">
                <description>
                    {{list}} Each item is a LTE Band to measure. Corresponds to frequency band indicator defined in {{bibref|3GPP-TS.36.101|Table 5.5-1}}.
                    If {{empty}} then no specific LTE band is provided, meaning that the FAP is required to scan all available bands.
                    The order of the band indicator has no significance.
                </description>
                <syntax>
                    <list />
                    <string>
                        <size maxLength="64">
                        </size>
                    </string>
                </syntax>
            </parameter>
            <parameter name="EUTRACarrierARFCNDLList" access="readWrite">
                <description>
                    {{list}} Each entry is a EUTRA ARFCN in the DL direction to measure. Corrsponds to the parameter NDL in {{bibref|3GPP-TS.36.101|Section 5.7.3}}.
                    If {{empty}}, then no specific EUTRA ARFCN is provided, meaning that the FAP is required to scan all ARFCNs that it is aware of.
                </description>
                <syntax>
                    <list>
                        <size maxLength="64">
                        </size>
                    </list>
                    <string />
                </syntax>
            </parameter>
            <parameter name="ScanTimeout" access="readWrite">
                <description>Specifies the time-out value in {{units}}, measured from the start of the REM scan, before the REM scan will time out.</description>
                <syntax>
                    <unsignedInt>
                        <units value="seconds">
                        </units>
                    </unsignedInt>
                </syntax>
            </parameter>
            <parameter name="ScanStatus" access="readOnly">
                <description>Indicates the current status of this scan.</description>
                <syntax>
                    <string>
                        <enumeration value="Indeterminate">
                            <description>The scan has not been executed and there are no valid scan results available</description>
                        </enumeration>
                        <enumeration value="InProgress">
                        </enumeration>
                        <enumeration value="Success">
                        </enumeration>
                        <enumeration value="Error">
                        </enumeration>
                        <enumeration value="Error_TIMEOUT">
                        </enumeration>
                    </string>
                </syntax>
            </parameter>
            <parameter name="ErrorDetails" access="readOnly">
                <description>Provides more detail when the {{param|ScanStatus}} is either {{enum|Error|ScanStatus}} or {{enum|Error_TIMEOUT|ScanStatus}}.</description>
                <syntax>
                    <string>
                        <size maxLength="256">
                        </size>
                    </string>
                </syntax>
            </parameter>
            <parameter name="LastScanTime" access="readOnly" activeNotify="forceDefaultEnabled">
                <description>The  time of the last LTE system radio environment measurement.</description>
                <syntax>
                    <dateTime>
                    </dateTime>
                </syntax>
            </parameter>
            <parameter name="MaxCellEntries" access="readOnly">
                <description>The maximum number of entries available in the {{object|.REM.LTE.Cell.{i}.}} table.</description>
                <syntax>
                    <unsignedInt />
                </syntax>
            </parameter>
            <parameter name="CellNumberOfEntries" access="readOnly">
                <description>{{numentries}}</description>
                <syntax>
                    <unsignedInt />
                </syntax>
            </parameter>
            <parameter name="MaxCarrierMeasEntries" access="readOnly">
                <description>The maximum number of entries available in the {{object|.REM.LTE.CarrierMeas.{i}.}} table.</description>
                <syntax>
                    <unsignedInt />
                </syntax>
            </parameter>
            <parameter name="CarrierMeasNumberOfEntries" access="readOnly">
                <description>{{numentries}}</description>
                <syntax>
                    <unsignedInt />
                </syntax>
            </parameter>
        </object>
        <object name="FAPService.{i}.REM.LTE.Cell.{i}." access="readOnly" minEntries="0" maxEntries="unbounded" numEntriesParameter="CellNumberOfEntries" dmr:noUniqueKeys="true">
            <description>Table indicating the components of the discovered cells.</description>
        </object>
        <object name="FAPService.{i}.REM.LTE.Cell.{i}.RF." access="readOnly" minEntries="1" maxEntries="1">
            <description>Table indicating the RF aspect of the discovered cells.</description>
            <parameter name="EUTRACarrierARFCN" access="readOnly">
                <description>Indicates the ARFCN of this carrier frequency. Corresponds to parameter dl-CarrierFreq in SIB5 in {{bibref|3GPP-TS.36.331|Section 6.3.1}}, and parameter NDL in {{bibref|3GPP-TS.36.101|Section 5.7.3}}.</description>
                <syntax>
                    <unsignedInt>
                        <range minInclusive="0" maxInclusive="65535" />
                    </unsignedInt>
                </syntax>
            </parameter>
            <parameter name="PhyCellID" access="readOnly">
                <description>Physical cell ID of the detected EUTRAN cell, as specified in {{bibref|3GPP-TS.36.101|Section 5.6}}.</description>
                <syntax>
                    <unsignedInt>
                        <range minInclusive="0" maxInclusive="503" />
                    </unsignedInt>
                </syntax>
            </parameter>
            <parameter name="RSRP" access="readOnly">
                <description>Received RSRP level of the detected EUTRA cell, specified in {{units}}, as specified in {{bibref|3GPP-TS.36.214|Section 5.1.1}}. The reporting range is specified in {{bibref|3GPP-TS.36.133|Section 9.1.4}}.</description>
                <syntax>
                    <int>
                        <range minInclusive="-140" maxInclusive="-44" />
                        <units value="dBm">
                        </units>
                    </int>
                </syntax>
            </parameter>
            <parameter name="RSRQ" access="readOnly">
                <description>Received RSRQ level of the detected EUTRA cell, specified in {{units}}, as specified in {{bibref|3GPP-TS.36.214|Section 5.1.3}}.  Actual measured values range between -24.0 {{units}} and 0.0 {{units}} in steps of 0.5 {{units}}. The value of {{param}} divided by 10 yields the actual measured value. Only values in multiple of 5 are valid.</description>
                <syntax>
                    <int>
                        <range minInclusive="-240" maxInclusive="0" />
                        <units value="dB">
                        </units>
                    </int>
                </syntax>
            </parameter>
            <parameter name="RSSI" access="readOnly">
                <description>E-UTRA Carrier Received Signal Strength Indicator (RSSI), specified in {{units}}, as specified in {{bibref|3GPP-TS.36.214|Section 5.1.3}}. It comprises the linear average of the total received power (in [W]) observed only in OFDM symbols containing reference symbols for antenna port 0, in the measurement bandwidth, over N number of resource blocks by the UE from all sources, including co-channel serving and non-serving cells, adjacent channel interference, thermal noise etc.</description>
                <syntax>
                    <int>
                        <range minInclusive="-110" maxInclusive="-19" />
                        <units value="dBm">
                        </units>
                    </int>
                </syntax>
            </parameter>
        </object>
        <object name="FAPService.{i}.REM.LTE.Cell.{i}.BCCH." access="readOnly" minEntries="1" maxEntries="1">
            <description>Table containing the system information broadcast in the BCCH logical channel.</description>
            <parameter name="DLBandwidth" access="readOnly">
                <description>Downlink transmission bandwidth, specified in number of {{units}}.  Corresponds to parameter dl_Bandwidth in Master Information Block in {{bibref|3GPP-TS.36.331|Section 6.2.2}}. and to parameter NRB in {{bibref|3GPP-TS.36.101|Table 5.6-1}}.</description>
                <syntax>
                    <unsignedInt>
                        <range minInclusive="6" maxInclusive="6" />
                        <range minInclusive="15" maxInclusive="15" />
                        <range minInclusive="25" maxInclusive="25" />
                        <range minInclusive="50" maxInclusive="50" />
                        <range minInclusive="75" maxInclusive="75" />
                        <range minInclusive="100" maxInclusive="100" />
                        <units value="resource blocks">
                        </units>
                    </unsignedInt>
                </syntax>
            </parameter>
            <parameter name="ULBandwidth" access="readOnly">
                <description>Uplink transmission bandwidth, specified in number of {{units}}.  Corresponds to parameter ul_Bandwidth in SIB2 in {{bibref|3GPP-TS.36.331|Section 6.3.1}}. and to parameter NRB in {{bibref|3GPP-TS.36.101|Table 5.6-1}}.</description>
                <syntax>
                    <unsignedInt>
                        <range minInclusive="6" maxInclusive="6" />
                        <range minInclusive="15" maxInclusive="15" />
                        <range minInclusive="25" maxInclusive="25" />
                        <range minInclusive="50" maxInclusive="50" />
                        <range minInclusive="75" maxInclusive="75" />
                        <range minInclusive="100" maxInclusive="100" />
                        <units value="resource blocks">
                        </units>
                    </unsignedInt>
                </syntax>
            </parameter>
            <parameter name="RSTxPower" access="readOnly">
                <description>The downlink reference-signal transmit power, specified in {{units}}. Defined as the linear average over the power contributions (in W) of all resource elements that carry cell-specific reference signals within the operating system bandwidth. Corresponds to parameter referenceSignalPower in SIB4 as a part of PDSCH-Config IE in {{bibref|3GPP-TS.36.331|Section 6.3.2}}.</description>
                <syntax>
                    <int>
                        <range minInclusive="-60" maxInclusive="50" />
                        <units value="dBm">
                        </units>
                    </int>
                </syntax>
            </parameter>
            <parameter name="TAC" access="readOnly">
                <description>Tracking Area Code that is common for all the PLMNs listed. Corresponds to trackingAreaCode as specified in SIB1 in {{bibref|3GPP-TS.36.331|Section 6.2.2}}.</description>
                <syntax>
                    <unsignedInt>
                        <range maxInclusive="65535" />
                    </unsignedInt>
                </syntax>
            </parameter>
            <parameter name="CellID" access="readOnly">
                <description>Defines the cell identify, defines as a 28-bit binary number.  Corresponds to cellIdentity as specified in SIB1 in {{bibref|3GPP-TS.36.331|Section 6.2.2 and Section 6.3.4}}.</description>
                <syntax>
                    <unsignedInt>
                        <range maxInclusive="268435455" />
                    </unsignedInt>
                </syntax>
            </parameter>
            <parameter name="CellBarred" access="readOnly">
                <description>Indicates whether the cell is barred or not. If {{true}}, the cell is barred. If {{false}}, the cell is not barred. Corresponds to cellBarred as specified in SIB1 in {{bibref|3GPP-TS.36.331|Section 6.2.2}} and {{bibref|3GPP-TS.36.304}}.</description>
                <syntax>
                    <boolean />
                </syntax>
            </parameter>
            <parameter name="CSGIndication" access="readOnly">
                <description>Indicates whether CSG is used in this cell or not. If {{true}}, the UE is only allowed to access the cell if the CSG identity matches an entry in the allowed CSG list that the UE has stored. Corresponds to csg-Indication as specified in SIB1 in {{bibref|3GPP-TS.36.331|Section 6.2.2}}.</description>
                <syntax>
                    <boolean />
                </syntax>
            </parameter>
            <parameter name="CSGIdentity" access="readOnly">
                <description>Defines the CSG ID value if {{param|CSGIndication}} parameter indicates that CSG is used in this cell.  Corresponds to csg-Identity as specified in SIB1 in {{bibref|3GPP-TS.36.331|Section 6.2.2}}.</description>
                <syntax>
                    <unsignedInt>
                        <range minInclusive="0" maxInclusive="134217727" />
                    </unsignedInt>
                </syntax>
            </parameter>
            <parameter name="MaxPLMNListEntries" access="readOnly">
                <description>The maximum number of entries available in the {{object|.REM.LTE.Cell.{i}.BCCH.PLMNList.{i}.}} table.</description>
                <syntax>
                    <unsignedInt />
                </syntax>
            </parameter>
            <parameter name="PLMNListNumberOfEntries" access="readOnly">
                <description>{{numentries}}</description>
                <syntax>
                    <unsignedInt />
                </syntax>
            </parameter>
        </object>
        <object name="FAPService.{i}.REM.LTE.Cell.{i}.BCCH.PLMNList.{i}." access="readOnly" minEntries="0" maxEntries="unbounded" numEntriesParameter="PLMNListNumberOfEntries">
            <description>Table containing the PLMN list in the system information broadcast in the BCCH logical channel. Correspnds to plmn-IdentityList as specified in SIB1 in {{bibref|3GPP-TS.36.331|Section 6.2.2}}. Each instance in this object is a PLMN-IdentityInfo which consists of plmn-Identity and cellReservedForOperatorUse IEs.</description>
            <uniqueKey>
                <parameter ref="PLMNID" />
            </uniqueKey>
            <parameter name="PLMNID" access="readOnly">
                <description>PLMN ID consists of Mobile Country Code (MCC) and Mobile Network Code (MNC) {{bibref|3GPP-TS.23.003}}, {{bibref|3GPP-TS.24.008}}.
Mobile Country Code consists of three digits and uniquely identifies the country of domicile of the subscriber. Mobile Network Code consists of two or three digits and identifies the Home PLMN within a country.  For a 2-digit MNC the total string length of {{param}} is 5.</description>
                <syntax>
                    <string>
                        <size maxLength="6">
                        </size>
                    </string>
                </syntax>
            </parameter>
            <parameter name="CellReservedForOperatorUse" access="readOnly">
                <description>Indicates whether the cell is reserved for operator use or not. If {{true}}, it is reserved. If {{false}}, it is not reserved. Corresponds to "reserved" "notReserved" respectively as defined in PLMN-IdentityInfo in {{bibref|3GPP-TS.36.331|Section 6.2.2}}.</description>
                <syntax>
                    <boolean />
                </syntax>
            </parameter>
        </object>
        <object name="FAPService.{i}.REM.LTE.CarrierMeas.{i}." access="readWrite" minEntries="0" maxEntries="unbounded" numEntriesParameter="CarrierMeasNumberOfEntries" enableParameter="Enable">
            <description>Table indicating the measurement of the discovered carrier. The information stored in this object is strictly in the physical layer level and may not necessarily be associated with any particular E-UTRAN cell (e.g. interference level generated by sources other than E-UTRAN cell).</description>
            <uniqueKey>
                <parameter ref="CarrierARFCNDL" />
                <parameter ref="CarrierChWidth" />
            </uniqueKey>
            <uniqueKey functional="false">
                <parameter ref="Alias" />
            </uniqueKey>
            <parameter name="Enable" access="readWrite">
                <description>Enables or disables the CarrierMeas entry.</description>
                <syntax>
                    <boolean />
                    <default type="object" value="false" />
                </syntax>
            </parameter>
            <parameter name="Alias" access="readWrite">
                <description>{{datatype|expand}}</description>
                <syntax>
                    <dataType ref="Alias" />
                </syntax>
            </parameter>
            <parameter name="CarrierARFCNDL" access="readWrite">
                <description>Lower bound of the EUTRA ARFCN as specified in {{bibref|3GPP-TS.36.101|Section 5.7.3}} in the DL direction that  is requested to measure. Unit in {{units}}.</description>
                <syntax>
                    <int>
                        <range maxInclusive="65535" />
                        <units value="MHz">
                        </units>
                    </int>
                </syntax>
            </parameter>
            <parameter name="CarrierChWidth" access="readWrite">
                <description>Number of {{units}} in DL direction, as specified in {{bibref|3GPP-TS.36.101|Section 5.6}}, that  is requested to measure. The range bounded by {{param|CarrierARFCNDL}} as the lower bound  and the value of ({{param|CarrierARFCNDL}} + {{param}}) as the upper bound expresses the total carrier frequency range to be measured.</description>
                <syntax>
                    <int>
                        <range maxInclusive="750" />
                        <units value="ARFCN">
                        </units>
                    </int>
                </syntax>
            </parameter>
            <parameter name="CarrierRSSI" access="readOnly">
                <description>Received Signal Strength Indicator (RSSI) as specified in {{bibref|3GPP-TS.36.214|Sec 5.1.3}} over the carrier frequency range from {{param|CarrierARFCNDL}} as the lower bound  and the value of ({{param|CarrierARFCNDL}} + {{param|CarrierChWidth}}) as the upper bound.</description>
                <syntax>
                    <int>
                        <range minInclusive="-100" maxInclusive="-25" />
                        <units value="ARFCN">
                        </units>
                    </int>
                </syntax>
            </parameter>
        </object>
        <object name="FAPService.{i}.REM.CDMA2000." access="readOnly" minEntries="1" maxEntries="1">
            <description>This object contains parameters relating to radio environment measurement capabilities for the CDMA2000 system.</description>
            <parameter name="InServiceHandling" access="readWrite">
                <description>FAP REM behavior with respect to ongoing active connections. {{enum}}</description>
                <syntax>
                    <string>
                        <enumeration value="Immediate">
                            <description>Immediately perform REM, even if have active connections or idle camping AT that may be disrupted.</description>
                        </enumeration>
                        <enumeration value="Delayed">
                            <description>Wait to initiate REM until no CS bearers or PS bearers of streaming or higher QoS class are assigned.</description>
                        </enumeration>
                    </string>
                </syntax>
            </parameter>
            <parameter name="ScanOnBoot" access="readWrite">
                <description>Enables or disables Radio Environment Measurement during the FAP start up.</description>
                <syntax>
                    <boolean />
                </syntax>
            </parameter>
            <parameter name="ScanNow" access="readWrite">
                <description>Directs FAP to perform radio environment measurements immediately (but respecting the setting of {{param|InServiceHandling}}) and report back. After performing the action, the FAP resets the ScanNow value to "0" ({{false}}).</description>
                <syntax>
                    <boolean />
                </syntax>
            </parameter>
            <parameter name="ReturnTimer" access="readWrite">
                <description>Time  in {{units}} within which the action should be performed by the FAP. Only applies if {{param|InServiceHandling}} is set to Delayed.</description>
                <syntax>
                    <unsignedInt>
                        <units value="seconds">
                        </units>
                        <range minInclusive="1" />
                    </unsignedInt>
                </syntax>
            </parameter>
            <parameter name="ScanPeriodically" access="readWrite">
                <description>Enables periodic reporting of radio environment measurements.</description>
                <syntax>
                    <boolean />
                </syntax>
            </parameter>
            <parameter name="PeriodicInterval" access="readWrite">
                <description>When {{param|ScanPeriodically}} is {{true}}, this value indicates the interval in {{units}} which REM is performed while the FAP service is enabled.</description>
                <syntax>
                    <unsignedInt>
                        <units value="seconds">
                        </units>
                        <range minInclusive="1" />
                    </unsignedInt>
                </syntax>
            </parameter>
            <parameter name="PeriodicTime" access="readWrite">
                <description>
                    An absolute time reference in UTC to determine when the CPE will initiate the periodic REM. Each REM MUST occur at (or as soon as possible after) this reference time plus or minus an integer multiple of the {{param|PeriodicInterval}}.
                    {{param}} is used only to set the "phase" of the REM. The actual value of {{param}} can be arbitrarily far into the past or future.
                    For example, if {{param|PeriodicInterval}} is 86400 (a day) and if {{param}} is set to UTC midnight on some day (in the past, present, or future) then periodic REMs will occur every day at UTC midnight. These MUST begin on the very next midnight, even if {{param}} refers to a day in the future.
                    The Unknown Time value defined in {{bibref|TR-106a2|Section 3.2}} indicates that no particular time reference is specified. That is, the CPE MAY locally choose the time reference, and needs only to adhere to the specified PeriodicInformInterval.
                    If absolute time is not available to the CPE, its periodic REM behavior MUST be the same as if {{param}} parameter was set to the Unknown Time value.
                </description>
                <syntax>
                    <dateTime />
                </syntax>
            </parameter>
            <parameter name="ReportOverheads" access="readWrite">
                <description>If {{param}} is set to {{enum|All}}, the FAP shall report the overheads from the sectors as well.</description>
                <syntax>
                    <string>
                        <enumeration value="All">
                        </enumeration>
                        <enumeration value="OneX">
                        </enumeration>
                        <enumeration value="HRPD">
                        </enumeration>
                        <enumeration value="None">
                        </enumeration>
                    </string>
                </syntax>
            </parameter>
            <parameter name="ScanTimeout" access="readWrite">
                <description>Specifies the time-out value in {{units}}, measured from the start of the REM scan, before the REM scan will time out.</description>
                <syntax>
                    <unsignedInt>
                        <units value="seconds">
                        </units>
                    </unsignedInt>
                </syntax>
            </parameter>
            <parameter name="ScanStatus" access="readOnly">
                <description>Indicates the current status of this scan.</description>
                <syntax>
                    <string>
                        <enumeration value="Indeterminate">
                        </enumeration>
                        <enumeration value="InProgress">
                        </enumeration>
                        <enumeration value="Success">
                        </enumeration>
                        <enumeration value="Error">
                        </enumeration>
                        <enumeration value="Error_TIMEOUT">
                        </enumeration>
                    </string>
                </syntax>
            </parameter>
            <parameter name="ErrorDetails" access="readOnly">
                <description>Provides more detail when the {{param|ScanStatus}} is either "Error" or "Error_TIMEOUT".</description>
                <syntax>
                    <string>
                        <size maxLength="256">
                        </size>
                    </string>
                </syntax>
            </parameter>
            <parameter name="LastScanTime" access="readOnly">
                <description>The time of the last system radio environment measurement.</description>
                <syntax>
                    <dateTime />
                </syntax>
            </parameter>
        </object>
        <object name="FAPService.{i}.REM.CDMA2000.OneX." access="readOnly" minEntries="1" maxEntries="1">
            <description>This object contains parameters relating to radio environment measurement capabilities for the 1x system.</description>
            <parameter name="MaxCellEntries" access="readOnly">
                <description>The maximum number of entries available in the {{object|.REM.CDMA2000.OneX.Cell.{i}.}} table.</description>
                <syntax>
                    <unsignedInt />
                </syntax>
            </parameter>
            <parameter name="CellNumberOfEntries" access="readOnly">
                <description>{{numentries}}</description>
                <syntax>
                    <unsignedInt />
                </syntax>
            </parameter>
            <parameter name="MaxChannelEntries" access="readOnly">
                <description>The maximum number of entries available in the {{object|.REM.CDMA2000.OneX.Channel.{i}.}} table.</description>
                <syntax>
                    <unsignedInt />
                </syntax>
            </parameter>
            <parameter name="ChannelNumberOfEntries" access="readOnly">
                <description>{{numentries}}</description>
                <syntax>
                    <unsignedInt />
                </syntax>
            </parameter>
        </object>
        <object name="FAPService.{i}.REM.CDMA2000.OneX.Channel.{i}." access="readWrite" minEntries="0" maxEntries="unbounded" numEntriesParameter="ChannelNumberOfEntries" enableParameter="Enable">
            <description>REM specific configuration and reporting.</description>
            <uniqueKey>
                <parameter ref="SniffingBandClass" />
                <parameter ref="SniffingChannelNumber" />
                <parameter ref="PNList" />
            </uniqueKey>
            <uniqueKey functional="false">
                <parameter ref="Alias" />
            </uniqueKey>
            <parameter name="Enable" access="readWrite">
                <description>Enables or disables the {{object}} entry.</description>
                <syntax>
                    <boolean />
                    <default type="object" value="false" />
                </syntax>
            </parameter>
            <parameter name="Alias" access="readWrite">
                <description>{{datatype|expand}}</description>
                <syntax>
                    <dataType ref="Alias" />
                </syntax>
            </parameter>
            <parameter name="SniffingBandClass" access="readWrite">
                <description>Config parameter to set band class. Reference - {{bibref|3GPP2-C.S0057}}, Band Class Specification for CDMA2000 Spread Spectrum Systems.</description>
                <syntax>
                    <unsignedInt>
                        <range minInclusive="0" maxInclusive="31" />
                    </unsignedInt>
                    <default type="object" value="0">
                    </default>
                </syntax>
            </parameter>
            <parameter name="SniffingChannelNumber" access="readWrite">
                <description>The Radio Frequency Channel Number (RFCN) in the forward direction.</description>
                <syntax>
                    <unsignedInt>
                        <range minInclusive="0" maxInclusive="2016" />
                    </unsignedInt>
                    <default type="object" value="0">
                    </default>
                </syntax>
            </parameter>
            <parameter name="PNList" access="readWrite">
                <description>{{list}} Each item is a (single value) PN offset in units of 64 PN chips or PNrange expressed in the following format:  &lt;Start-value&gt;".."&lt;End-value&gt;:&lt;Increment&gt; If an empty string, then no specific PNList is provided, meaning that the FAP is required to pick a PN list to scan on its own.</description>
                <syntax>
                    <list />
                    <string>
                        <size maxLength="256" />
                    </string>
                    <default type="object" value="" />
                </syntax>
            </parameter>
        </object>
        <object name="FAPService.{i}.REM.CDMA2000.OneX.Cell.{i}." access="readOnly" minEntries="0" maxEntries="unbounded" numEntriesParameter="CellNumberOfEntries" dmr:noUniqueKeys="true">
            <description>Table indicating the components of the discovered cells.</description>
        </object>
        <object name="FAPService.{i}.REM.CDMA2000.OneX.Cell.{i}.RF." access="readOnly" minEntries="1" maxEntries="1">
            <description>RF REM results for each detected cell.</description>
            <parameter name="Band" access="readOnly">
                <description>CDMA band for the reported cell.</description>
                <syntax>
                    <int>
                    </int>
                </syntax>
            </parameter>
            <parameter name="RFCNFL" access="readOnly">
                <description>The Radio Frequency Channel Number (RFCN) in the FL direction for the reported cell.</description>
                <syntax>
                    <unsignedInt>
                        <range minInclusive="0" maxInclusive="2016" />
                    </unsignedInt>
                </syntax>
            </parameter>
            <parameter name="Io" access="readOnly" activeNotify="canDeny">
                <description>The total received power spectral density in {{units}}, including signal and interference.</description>
                <syntax>
                    <int>
                        <range minInclusive="-105" maxInclusive="-25" />
                        <units value="dBm">
                        </units>
                    </int>
                </syntax>
            </parameter>
            <parameter name="PIlotPN" access="readOnly">
                <description>Pilot PN Offset (in units of {{units}}).</description>
                <syntax>
                    <unsignedInt>
                        <range minInclusive="0" maxInclusive="511" />
                        <units value="64 PN chips">
                        </units>
                    </unsignedInt>
                </syntax>
            </parameter>
            <parameter name="PIlotPNPhase" access="readOnly" activeNotify="canDeny">
                <description>Pilot PN phase in {{units}}.</description>
                <syntax>
                    <unsignedInt>
                        <units value="chips">
                        </units>
                    </unsignedInt>
                </syntax>
            </parameter>
            <parameter name="PilotStrengthEcp" access="readOnly" activeNotify="canDeny">
                <description>The strength estimate of the received pilot energy per chip, Ecp, in {{units}}.</description>
                <syntax>
                    <int>
                        <range minInclusive="-130" maxInclusive="-25" />
                        <units value="dBm">
                        </units>
                    </int>
                </syntax>
            </parameter>
            <parameter name="PilotStrengthEcpIo" access="readOnly" activeNotify="canDeny">
                <description>The strength estimate of the received pilot energy per chip, Ecp, to total received spectral density, Io (signal and noise) in {{units}}.</description>
                <syntax>
                    <int>
                        <range minInclusive="-25" maxInclusive="0" />
                        <units value="dB">
                        </units>
                    </int>
                </syntax>
            </parameter>
            <parameter name="OverheadsAvailable" access="readOnly" activeNotify="canDeny">
                <description>If set to {{true}}, the overhead messages for this particular cell is included in {{object|.REM.CDMA2000.OneX.Cell.{i}.ControlChannel.}}.</description>
                <syntax>
                    <boolean />
                </syntax>
            </parameter>
        </object>
        <object name="FAPService.{i}.REM.CDMA2000.OneX.Cell.{i}.ControlChannel." access="readOnly" minEntries="1" maxEntries="1">
            <description>Table containing information broadcast on control channel.</description>
            <parameter name="SID" access="readOnly">
                <description>System identification. Refer to {{bibref|3GPP2-C.S0005}}.</description>
                <syntax>
                    <int>
                    </int>
                </syntax>
            </parameter>
            <parameter name="NID" access="readOnly">
                <description>Network identification. Refer to {{bibref|3GPP2-C.S0005}}.</description>
                <syntax>
                    <int>
                    </int>
                </syntax>
            </parameter>
            <parameter name="REGZONE" access="readOnly">
                <description>Registration Zone. Refer to {{bibref|3GPP2-C.S0005}}.</description>
                <syntax>
                    <int>
                    </int>
                </syntax>
            </parameter>
            <parameter name="BASELAT" access="readOnly">
                <description>Basestation latitude. Refer to {{bibref|3GPP2-C.S0005}}.</description>
                <syntax>
                    <int>
                        <range minInclusive="-2147483648" maxInclusive="2147483647" />
                    </int>
                </syntax>
            </parameter>
            <parameter name="BASELONG" access="readOnly">
                <description>Basestation longtitude. Refer to {{bibref|3GPP2-C.S0005}}.</description>
                <syntax>
                    <int>
                        <range minInclusive="-2147483648" maxInclusive="2147483647" />
                    </int>
                </syntax>
            </parameter>
            <parameter name="MCC" access="readOnly">
                <description>Mobile Country Code. Refer to {{bibref|3GPP2-C.S0005}}.</description>
                <syntax>
                    <int />
                </syntax>
            </parameter>
            <parameter name="MNCIMSI1112" access="readOnly">
                <description>the 11th and 12th digits of IMSI, i.e., Mobile Network Code. Refer to {{bibref|3GPP2-C.S0005}}.</description>
                <syntax>
                    <int />
                </syntax>
            </parameter>
            <parameter name="BASEID" access="readOnly">
                <description>Basestation identification. Refer to {{bibref|3GPP2-C.S0005}}.</description>
                <syntax>
                    <int />
                </syntax>
            </parameter>
            <parameter name="APID" access="readOnly">
                <description>
                    Access Point Identification. Set to empty string if not available. Refer to {{bibref|3GPP2-C.S0005}}.
                </description>
                <syntax>
                    <string>
                        <size maxLength="32" />
                    </string>
                </syntax>
            </parameter>
            <parameter name="APIDMASK" access="readOnly">
                <description>Access Point Identification Mask. Set to zero if not available. Refer to {{bibref|3GPP2-C.S0005}}.</description>
                <syntax>
                    <int />
                </syntax>
            </parameter>
            <parameter name="APIDTEXT" access="readOnly">
                <description>Access Point Identification Text. Set to empty string if not available. Refer to {{bibref|3GPP2-C.S0005}}.</description>
                <syntax>
                    <string>
                        <size maxLength="256" />
                    </string>
                </syntax>
            </parameter>
        </object>
        <object name="FAPService.{i}.REM.CDMA2000.HRPD." access="readOnly" minEntries="1" maxEntries="1">
            <description>This object contains parameters relating to radio environment measurement capabilities for the HRPD system.</description>
            <parameter name="MaxCellEntries" access="readOnly">
                <description>The maximum number of entries available in the {{object|.REM.CDMA2000.HRPD.Cell.{i}.}} table.</description>
                <syntax>
                    <unsignedInt />
                </syntax>
            </parameter>
            <parameter name="CellNumberOfEntries" access="readOnly">
                <description>{{numentries}}</description>
                <syntax>
                    <unsignedInt />
                </syntax>
            </parameter>
            <parameter name="MaxChannelEntries" access="readOnly">
                <description>The maximum number of entries in {{object|.REM.CDMA2000.HRPD.Channel.{i}.}} table.</description>
                <syntax>
                    <unsignedInt />
                </syntax>
            </parameter>
            <parameter name="ChannelNumberOfEntries" access="readOnly">
                <description>{{numentries}}</description>
                <syntax>
                    <unsignedInt />
                </syntax>
            </parameter>
        </object>
        <object name="FAPService.{i}.REM.CDMA2000.HRPD.Channel.{i}." access="readWrite" minEntries="0" maxEntries="unbounded" numEntriesParameter="ChannelNumberOfEntries" enableParameter="Enable">
            <description>REM specific configuration and reporting.</description>
            <uniqueKey>
                <parameter ref="SniffingBandClass" />
                <parameter ref="SniffingChannelNumber" />
                <parameter ref="PNList" />
            </uniqueKey>
            <uniqueKey functional="false">
                <parameter ref="Alias" />
            </uniqueKey>
            <parameter name="Enable" access="readWrite">
                <description>Enables or disables the {{object}} entry.</description>
                <syntax>
                    <boolean />
                    <default type="object" value="false" />
                </syntax>
            </parameter>
            <parameter name="Alias" access="readWrite">
                <description>{{datatype|expand}}</description>
                <syntax>
                    <dataType ref="Alias" />
                </syntax>
            </parameter>
            <parameter name="SniffingBandClass" access="readWrite">
                <description>Config parameter to set band class.  Reference - {{bibref|3GPP2-C.S0057}}, Band Class Specification for CDMA2000 Spread Spectrum Systems.</description>
                <syntax>
                    <unsignedInt>
                        <range minInclusive="0" maxInclusive="31" />
                    </unsignedInt>
                    <default type="object" value="0">
                    </default>
                </syntax>
            </parameter>
            <parameter name="SniffingChannelNumber" access="readWrite">
                <description>The Radio Frequency Channel Number (RFCN) in the FL direction.</description>
                <syntax>
                    <unsignedInt>
                        <range minInclusive="0" maxInclusive="2016" />
                    </unsignedInt>
                    <default type="object" value="0">
                    </default>
                </syntax>
            </parameter>
            <parameter name="PNList" access="readWrite">
                <description>{{list}} Each item is a (single value) PN offset in units of 64 PN chips or PNrange expressed in the following format:  &lt;Start-value&gt;".."&lt;End-value&gt;:&lt;Increment&gt;. If an empty string, then no specific PNList is provided, meaning that the FAP is required to pick a PN list to scan on its own.</description>
                <syntax>
                    <list />
                    <string>
                        <size maxLength="256" />
                    </string>
                    <default type="object" value="" />
                </syntax>
            </parameter>
        </object>
        <object name="FAPService.{i}.REM.CDMA2000.HRPD.Cell.{i}." access="readOnly" minEntries="0" maxEntries="unbounded" numEntriesParameter="CellNumberOfEntries" dmr:noUniqueKeys="true">
            <description>Table indicating the components of the discovered cells.</description>
        </object>
        <object name="FAPService.{i}.REM.CDMA2000.HRPD.Cell.{i}.RF." access="readOnly" minEntries="1" maxEntries="1">
            <description>RF REM results for each detected cell.</description>
            <parameter name="Band" access="readOnly">
                <description>CDMA band for the reported cell.</description>
                <syntax>
                    <int>
                    </int>
                </syntax>
            </parameter>
            <parameter name="RFCNFL" access="readOnly">
                <description>The Radio Frequency Channel Number (RFCN) in the FL direction for the reported cell.</description>
                <syntax>
                    <unsignedInt>
                        <range minInclusive="0" maxInclusive="2016" />
                    </unsignedInt>
                </syntax>
            </parameter>
            <parameter name="Io" access="readOnly" activeNotify="canDeny">
                <description>The total received power spectral density in {{units}}, including signal and interference.</description>
                <syntax>
                    <int>
                        <range minInclusive="-105" maxInclusive="-25" />
                        <units value="dBm">
                        </units>
                    </int>
                </syntax>
            </parameter>
            <parameter name="PIlotPN" access="readOnly" activeNotify="canDeny">
                <description>Pilot PN Offset (in units of {{units}}).</description>
                <syntax>
                    <unsignedInt>
                        <range minInclusive="0" maxInclusive="511" />
                        <units value="64 PN chips">
                        </units>
                    </unsignedInt>
                </syntax>
            </parameter>
            <parameter name="PIlotPNPhase" access="readOnly" activeNotify="canDeny">
                <description>Pilot PN phase in {{units}}.</description>
                <syntax>
                    <unsignedInt>
                        <units value="chips">
                        </units>
                    </unsignedInt>
                </syntax>
            </parameter>
            <parameter name="PilotStrengthEcp" access="readOnly" activeNotify="canDeny">
                <description>The strength estimate of the received pilot energy per chip in {{units}}.</description>
                <syntax>
                    <int>
                        <range minInclusive="-130" maxInclusive="-25" />
                        <units value="dBm">
                        </units>
                    </int>
                </syntax>
            </parameter>
            <parameter name="PilotStrengthEcpIo" access="readOnly" activeNotify="canDeny">
                <description>The strength estimate of the received pilot energy per chip, Ecp, to total received spectral density, Io (signal and noise) in {{units}}.</description>
                <syntax>
                    <int>
                        <range minInclusive="-25" maxInclusive="0" />
                        <units value="dB">
                        </units>
                    </int>
                </syntax>
            </parameter>
            <parameter name="OverheadsAvailable" access="readOnly" activeNotify="canDeny">
                <description>If set to {{true}}, the overhead messages for this particular cell is included in {{object|.REM.CDMA2000.HRPD.Cell.{i}.ControlChannel.}}.</description>
                <syntax>
                    <boolean />
                </syntax>
            </parameter>
        </object>
        <object name="FAPService.{i}.REM.CDMA2000.HRPD.Cell.{i}.ControlChannel." access="readOnly" minEntries="1" maxEntries="1">
            <description>Table containing information braodcast on control channel.</description>
            <parameter name="ColorCode" access="readOnly">
                <description>The color code of the measured sector as defined in {{bibref|3GPP2-C.S0024}}.</description>
                <syntax>
                    <int>
                    </int>
                </syntax>
            </parameter>
            <parameter name="SectorID" access="readOnly">
                <description>The sector ID of the measured sector as defined in {{bibref|3GPP2-C.S0024}}.</description>
                <syntax>
                    <hexBinary>
                        <size minLength="16" maxLength="16" />
                    </hexBinary>
                </syntax>
            </parameter>
            <parameter name="SubnetMask" access="readOnly">
                <description>The length of the subnet mask in {{units}} for the measured sector as defined in {{bibref|3GPP2-C.S0024}}.</description>
                <syntax>
                    <int>
                        <range minInclusive="0" maxInclusive="104" />
                        <units value="bits">
                        </units>
                    </int>
                </syntax>
            </parameter>
            <parameter name="CountryCode" access="readOnly">
                <description>The country code of the measured sector as defined in {{bibref|3GPP2-C.S0024}}.</description>
                <syntax>
                    <int>
                    </int>
                </syntax>
            </parameter>
            <parameter name="Latitude" access="readOnly">
                <description>The reported lattitude of the cell in units of {{units}}, expressed as a two's complement signed number with positive numbers signifying North latitudes in the range -1296000 to 1296000 inclusive corresponding to a range of -90 to +90) Refer to {{bibref|3GPP2-C.S0024}}.</description>
                <syntax>
                    <int>
                        <range minInclusive="-1296000" maxInclusive="1296000" />
                        <units value="0.25 arc seconds">
                        </units>
                    </int>
                </syntax>
            </parameter>
            <parameter name="Longitude" access="readOnly">
                <description>The reported longitude of the cell in units of {{units}}, expressed as a two's complement signed number with positive numbers signifying East longitude in the range -2592000 to 2592000 inclusive (corresponding to a range of -180 to +180). Refer to {{bibref|3GPP2-C.S0024}}.</description>
                <syntax>
                    <int>
                        <range minInclusive="-2592000" maxInclusive="2592000" />
                        <units value="0.25 arc seconds">
                        </units>
                    </int>
                </syntax>
            </parameter>
        </object>
        <object name="FAPService.{i}.REM.CDMA2000.MacroTiming." access="readOnly" minEntries="1" maxEntries="1">
            <description>Parameters for controlling CDMA2000 system timing derived from macro system sniffing.</description>
            <parameter name="AdminState" access="readWrite">
                <description>
                    This is the Admin State of Macro Timing. Lock means MacroTiming feature is Enabled. Unlock means MacroTiming feature is disabled.  0 - Lock (Enabled), 1 - Unlock (Disabled).
                </description>
                <syntax>
                    <unsignedInt>
                        <range minInclusive="0" maxInclusive="1" />
                    </unsignedInt>
                </syntax>
            </parameter>
            <parameter name="TrackingChannelNumber" access="readOnly" activeNotify="canDeny">
                <description>Channel number of Macro Base Station currently used for MacroTiming.</description>
                <syntax>
                    <unsignedInt />
                </syntax>
            </parameter>
            <parameter name="TrackingBandClass" access="readOnly" activeNotify="canDeny">
                <description>BandClass of Macro Base Station currently used for MacroTiming.</description>
                <syntax>
                    <unsignedInt>
                        <range minInclusive="0" maxInclusive="31" />
                    </unsignedInt>
                </syntax>
            </parameter>
            <parameter name="TrackingPNOffset" access="readOnly" activeNotify="canDeny">
                <description>{{list}} Each item is a (single value) PN offset in units of 64 PN chips of a Macro Base Station currently used for MacroTiming.</description>
                <syntax>
                    <list />
                    <string>
                        <size maxLength="256" />
                    </string>
                </syntax>
            </parameter>
            <parameter name="TimingSource" access="readOnly">
                <description>
                    This parameter indicates the timing source for the FAP:
                    0 - GPS
                    1 - Macro Timing
                    The other read-only parameters in this object only have valid values when timingsource is set to 1.
                </description>
                <syntax>
                    <unsignedInt>
                        <range minInclusive="0" maxInclusive="1" />
                    </unsignedInt>
                </syntax>
            </parameter>
            <parameter name="ChannelNumberOfEntries" access="readOnly">
                <description>{{numentries}}</description>
                <syntax>
                    <unsignedInt />
                </syntax>
            </parameter>
        </object>
        <object name="FAPService.{i}.REM.CDMA2000.MacroTiming.Channel.{i}." access="readWrite" minEntries="0" maxEntries="unbounded" numEntriesParameter="ChannelNumberOfEntries" enableParameter="Enable">
            <description>Object used to configure list of channels to be used for Macto Timing.</description>
            <uniqueKey>
                <parameter ref="BandClass" />
                <parameter ref="ChannelNumber" />
            </uniqueKey>
            <uniqueKey functional="false">
                <parameter ref="Alias" />
            </uniqueKey>
            <parameter name="Enable" access="readWrite">
                <description>Enables or disables the {{object}} entry.</description>
                <syntax>
                    <boolean />
                    <default type="object" value="false" />
                </syntax>
            </parameter>
            <parameter name="Alias" access="readWrite">
                <description>{{datatype|expand}}</description>
                <syntax>
                    <dataType ref="Alias" />
                </syntax>
            </parameter>
            <parameter name="AirInterfaceType" access="readWrite">
                <description>Air interface type of the configured Band class and Channel. 0 - 1x, 1 - HRPD.</description>
                <syntax>
                    <unsignedInt>
                        <range minInclusive="0" maxInclusive="1" />
                    </unsignedInt>
                    <default type="object" value="0">
                    </default>
                </syntax>
            </parameter>
            <parameter name="BandClass" access="readWrite">
                <description>Bandclass of the Macro timing channel.</description>
                <syntax>
                    <unsignedInt>
                        <range minInclusive="0" maxInclusive="31" />
                    </unsignedInt>
                    <default type="object" value="0">
                    </default>
                </syntax>
            </parameter>
            <parameter name="ChannelNumber" access="readWrite">
                <description>Macro timing acquisition channel.</description>
                <syntax>
                    <unsignedInt />
                    <default type="object" value="0">
                    </default>
                </syntax>
            </parameter>
            <parameter name="Priority" access="readWrite">
                <description>Priority of the channle to use for acquisition.  FAP should prioritize lower values over higher.</description>
                <syntax>
                    <unsignedInt />
                    <default type="object" value="0">
                    </default>
                </syntax>
            </parameter>
            <parameter name="PNList" access="readWrite">
                <description>{{list}} Each item is a (single value) PN offset in units of 64 PN chips or PNrange expressed in the following format:

&lt;Start-value&gt;".."&lt;End-value&gt;:&lt;Increment&gt;

If an empty string, then no specific PNList is provided, meaning that the FAP is required to pick a PN list to scan on its own.</description>
                <syntax>
                    <list />
                    <string>
                        <size maxLength="256" />
                    </string>
                    <default type="object" value="" />
                </syntax>
            </parameter>
        </object>
        <object name="FAPService.{i}.Transport." access="readOnly" minEntries="1" maxEntries="1">
            <description>
                This object contains parameters relating to the transport.
            </description>
        </object>
        <object name="FAPService.{i}.Transport.SIP." access="readOnly" minEntries="1" maxEntries="1">
            <description>
                This object contains parameters relating to SIP as a transport protocol.
                SIP is defined in {{bibref|RFC3261}}.
            </description>
            <parameter name="Enable" access="readWrite">
                <description>Enables or disables the whole SIP object and allows the setup or release of SIP associations and their related streams.</description>
                <syntax>
                    <boolean />
                </syntax>
            </parameter>
        </object>
        <object name="FAPService.{i}.Transport.SIP.FCS." access="readOnly" minEntries="1" maxEntries="1">
            <description>
                This object models SIP Femtocell Convergence Server (FCS) parameters.
            </description>
            <parameter name="FCSURI" access="readWrite">
                <description>
                    The request URI for MESSAGE method sent to Femtocell Convergence Server (FCS). The string MUST contain a URI as defined in {{bibref|RFC3986}}.
                    The device MUST support SIP URI and MAY support other URI schemes.
                </description>
                <syntax>
                    <string>
                        <size maxLength="256">
                        </size>
                    </string>
                </syntax>
            </parameter>
            <parameter name="OutGoingProxyURI" access="readWrite">
                <description>
                    The request URI for Outgoing Proxy. The string MUST contain a URI as defined in {{bibref|RFC3986}}.
                    The device MUST support SIP URI and MAY support other URI schemes.
                </description>
                <syntax>
                    <string>
                        <size maxLength="256">
                        </size>
                    </string>
                </syntax>
            </parameter>
            <parameter name="PAccessNetInfoHeader" access="readOnly">
                <description>
                    This string will be populated as the value for  P-Access-Network-Info header.
                    This header is generated by the device. See {{bibref|3GPP2-X.S0059}} and {{bibref|RFC3455}}.
                </description>
                <syntax>
                    <string>
                        <size maxLength="256" />
                    </string>
                </syntax>
            </parameter>
            <parameter name="Realm" access="readWrite">
                <description>
                    The FQDN or IP Address representing the Home Domain of the device.
                    The request URI for REGISTER will be formed by prefixing "sip:" to this value.
                </description>
                <syntax>
                    <string>
                        <size maxLength="64" />
                    </string>
                </syntax>
            </parameter>
            <parameter name="IMPU" access="readWrite">
                <description>
                    The "IP Multimedia Public User" (IMPU) Identity.
                </description>
                <syntax>
                    <string>
                        <size maxLength="256" />
                    </string>
                </syntax>
            </parameter>
            <parameter name="IMPI" access="readWrite">
                <description>
                    The "IP Multimedia Private Identity" (IMPI).
                    This value is ignored when {{param|SIPAuthMethod}} is set to {{enum|TNA|SIPAuthMethod}}.
                </description>
                <syntax>
                    <string>
                        <size maxLength="256" />
                    </string>
                </syntax>
            </parameter>
            <parameter name="SIPPassword" access="readWrite">
                <description>
                    Password to Authenticate the IMS core.
                    This value is ignored when {{param|SIPAuthMethod}} is set to {{enum|TNA|SIPAuthMethod}}.
                </description>
                <syntax>
                    <string>
                        <size maxLength="32" />
                    </string>
                </syntax>
            </parameter>
            <parameter name="SIPAuthCapability" access="readOnly">
                <description>
                    Represents the SIP authentication mechanisms supported by this device.
                </description>
                <syntax>
                    <list>
                    </list>
                    <string>
                        <enumeration value="TNA">
                            <description>As defined in {{bibref|3GPP2-S.S0132}}.</description>
                        </enumeration>
                        <enumeration value="SIPDigest">
                            <description>Digest Authentication as defined in {{bibref|RFC3261}}.</description>
                        </enumeration>
                    </string>
                </syntax>
            </parameter>
            <parameter name="SIPAuthMethod" access="readWrite">
                <description>
                    Represents the authentication method used by this device for SIP registration.
                    If value is {{enum|SIPDigest}}, the {{param|SIPPassword}} MUST not be {{empty}}.
                    If value is {{enum|TNA}}, {{param|SIPPassword}} and {{param|IMPI}} are ignored.
                </description>
                <syntax>
                    <string>
                        <enumerationRef targetParam="SIPAuthCapability" />
                        <size maxLength="256"/>
                    </string>
                </syntax>
            </parameter>
            <parameter name="SIPLocalPort" access="readWrite">
                <description>
                    Local port number for initiating SIP traffic.
                </description>
                <syntax>
                    <unsignedInt>
                        <range maxInclusive="65535" />
                    </unsignedInt>
                </syntax>
            </parameter>
            <parameter name="RTPPortLowLimit" access="readWrite">
                <description>
                    The low limit of port number for originating and receiving RTP/RTCP traffic.
                </description>
                <syntax>
                    <unsignedInt>
                        <range maxInclusive="65535" />
                    </unsignedInt>
                </syntax>
            </parameter>
            <parameter name="RTPPortHighLimit" access="readWrite">
                <description>
                    The high limit of port number for originating and receiving RTP/RTCP traffic.
                </description>
                <syntax>
                    <unsignedInt>
                        <range maxInclusive="65535" />
                    </unsignedInt>
                </syntax>
            </parameter>
            <parameter name="SIPRegExpiry" access="readWrite">
                <description>SIP registration expiry value, as defined in {{bibref|RFC3261}}.</description>
                <syntax>
                    <unsignedInt />
                </syntax>
            </parameter>
            <parameter name="SIPSessionExpiry" access="readWrite">
                <description>
                    SIP session timer expiry value, in {{units}}, as defined in {{bibref|RFC4028}}.
                </description>
                <syntax>
                    <unsignedInt>
                        <units value="seconds" />
                        <range minInclusive="90" />
                    </unsignedInt>
                    <default type="factory" value="1800" />
                </syntax>
            </parameter>
            <parameter name="EmergencyNumbersList" access="readWrite">
                <description>
                    Indicates the dialed digit pattern matching strings used to determine if the call is an emergency call that MAY bypass access control and receive priority treatment.
                </description>
                <syntax>
                    <list />
                    <string>
                        <size maxLength="64"/>
                    </string>
                </syntax>
            </parameter>
            <parameter name="TimerT1" access="readWrite">
                <description>Value of SIP timer T1, in {{units}}, as defined in {{bibref|RFC3261}}.</description>
                <syntax>
                    <unsignedInt>
                        <range minInclusive="1" />
                        <units value="milliseconds" />
                    </unsignedInt>
                </syntax>
            </parameter>
            <parameter name="TimerT2" access="readWrite">
                <description>Value of SIP timer T2, in {{units}}, as defined in {{bibref|RFC3261}}.</description>
                <syntax>
                    <unsignedInt>
                        <range minInclusive="1" />
                        <units value="milliseconds" />
                    </unsignedInt>
                </syntax>
            </parameter>
            <parameter name="TimerT4" access="readWrite">
                <description>Value of SIP timer T4, in {{units}}, as defined in {{bibref|RFC3261}}.</description>
                <syntax>
                    <unsignedInt>
                        <range minInclusive="1" />
                        <units value="milliseconds" />
                    </unsignedInt>
                </syntax>
            </parameter>
            <parameter name="T3210" access="readWrite">
                <description>
                    This value specifies how much time to wait, in {{units}}, before time out on location update accept/reject. See {{bibref|3GPP2-A.S0014}}.
                </description>
                <syntax>
                    <unsignedInt>
                        <range minInclusive="1" maxInclusive="20" />
                        <units value="seconds" />
                    </unsignedInt>
                </syntax>
            </parameter>
        </object>
        <object name="FAPService.{i}.Transport.SCTP." access="readOnly" minEntries="1" maxEntries="1">
            <description>
                This object contains parameters relating to SCTP as a transport protocol.
                SCTP is defined in {{bibref|RFC4960}} and {{bibref|RFC3873}}.
             </description>
            <parameter name="Enable" access="readWrite">
                <description>Enables or disables the whole SCTP object and allows the setup or release of SCTP associations and their related streams.</description>
                <syntax>
                    <boolean />
                </syntax>
            </parameter>
            <parameter name="HBInterval" access="readWrite" activeNotify="canDeny">
                <description>Heartbeat interval in {{units}}.</description>
                <syntax>
                    <unsignedInt>
                        <range minInclusive="1" />
                        <units value="seconds" />
                    </unsignedInt>
                    <default type="factory" value="30" />
                </syntax>
            </parameter>
            <parameter name="MaxAssociationRetransmits" access="readWrite" activeNotify="canDeny">
                <description>Maximum number of consecutive retransmissions to a peer before an endpoint considers that the peer is unreachable and closes the association.</description>
                <syntax>
                    <unsignedInt />
                    <default type="factory" value="10" />
                </syntax>
            </parameter>
            <parameter name="MaxInitRetransmits" access="readWrite" activeNotify="canDeny">
                <description>Number of retransmission per connection-attempt. </description>
                <syntax>
                    <unsignedInt />
                    <default type="factory" value="8" />
                </syntax>
            </parameter>
            <parameter name="MaxPathRetransmits" access="readWrite" activeNotify="canDeny">
                <description>Maximum retransmission per destination address. </description>
                <syntax>
                    <unsignedInt />
                    <default type="factory" value="5" />
                </syntax>
            </parameter>
            <parameter name="RTOInitial" access="readWrite" activeNotify="canDeny">
                <description>Initial value for Retransmit timeout in {{units}}. A retransmission time value of zero means immediate retransmission.</description>
                <syntax>
                    <unsignedInt>
                        <units value="milliseconds" />
                    </unsignedInt>
                    <default type="factory" value="3000" />
                </syntax>
            </parameter>
            <parameter name="RTOMax" access="readWrite" activeNotify="canDeny">
                <description>Maximum value for Retransmit timeout in {{units}}. A retransmission time value of zero means immediate retransmission.</description>
                <syntax>
                    <unsignedInt>
                        <units value="milliseconds" />
                    </unsignedInt>
                    <default type="factory" value="6000" />
                </syntax>
            </parameter>
            <parameter name="RTOMin" access="readWrite" activeNotify="canDeny">
                <description>
                    Minimum value for Retransmit timeout in {{units}}. A retransmission time value of zero means immediate retransmission.
                    The value of this parameter MUST be lower than or equal to {{param|RTOMax}}.
                </description>
                <syntax>
                    <unsignedInt>
                        <units value="milliseconds" />
                    </unsignedInt>
                    <default type="factory" value="1000" />
                </syntax>
            </parameter>
            <parameter name="ValCookieLife" access="readWrite" activeNotify="canDeny">
                <description>Valid cookie life in the 4-way start-up handshake procedure in {{units}}.</description>
                <syntax>
                    <unsignedInt>
                        <units value="milliseconds" />
                    </unsignedInt>
                    <default type="factory" value="60000" />
                </syntax>
            </parameter>
            <parameter name="OutOfBlues" access="readOnly" activeNotify="canDeny">
                <description>The number of correctly formed SCTP packets, including the proper checksum, but for which the receiver was unable to identify an appropriate association.</description>
                <syntax>
                    <unsignedInt />
                </syntax>
            </parameter>
            <parameter name="ChecksumErrors" access="readOnly" activeNotify="canDeny">
                <description>The number of SCTP packets received with an invalid checksum.</description>
                <syntax>
                    <unsignedInt />
                </syntax>
            </parameter>
            <parameter name="OutCtrlChunks" access="readOnly" activeNotify="canDeny">
                <description>The number of SCTP control chunks sent (retransmissions are not included).</description>
                <syntax>
                    <unsignedInt>
                    </unsignedInt>
                </syntax>
            </parameter>
            <parameter name="OutOrderChunks" access="readOnly" activeNotify="canDeny">
                <description>The number of SCTP ordered data chunks sent (retransmissions are not included).</description>
                <syntax>
                    <unsignedInt>
                    </unsignedInt>
                </syntax>
            </parameter>
            <parameter name="OutUnorderChunks" access="readOnly" activeNotify="canDeny">
                <description>The number of SCTP unordered chunks (data chunks in which the U bit is set to 1) sent (retransmissions are not included).</description>
                <syntax>
                    <unsignedInt>
                    </unsignedInt>
                </syntax>
            </parameter>
            <parameter name="InCtrlChunks" access="readOnly" activeNotify="canDeny">
                <description>The number of SCTP control chunks received (no duplicate chunks included).</description>
                <syntax>
                    <unsignedInt>
                    </unsignedInt>
                </syntax>
            </parameter>
            <parameter name="InOrderChunks" access="readOnly" activeNotify="canDeny">
                <description>The number of SCTP ordered data chunks received (no duplicate chunks included).</description>
                <syntax>
                    <unsignedInt>
                    </unsignedInt>
                </syntax>
            </parameter>
            <parameter name="InUnorderChunks" access="readOnly" activeNotify="canDeny">
                <description>The number of SCTP unordered chunks (data chunks in which the U bit is set to 1) received (no duplicate chunks included).</description>
                <syntax>
                    <unsignedInt>
                    </unsignedInt>
                </syntax>
            </parameter>
            <parameter name="FragUsrMsgs" access="readOnly" activeNotify="canDeny">
                <description>The number of user messages that have been sent fragmented.</description>
                <syntax>
                    <unsignedInt>
                    </unsignedInt>
                </syntax>
            </parameter>
            <parameter name="ReasmUsrMsgs" access="readOnly" activeNotify="canDeny">
                <description>The number of user messages that have been received fragmented and submitted to the reassembly process.</description>
                <syntax>
                    <unsignedInt>
                    </unsignedInt>
                </syntax>
            </parameter>
            <parameter name="OutSCTPPacks" access="readOnly" activeNotify="canDeny">
                <description>The number of SCTP packets sent. Retransmitted DATA chunks are included.</description>
                <syntax>
                    <unsignedInt>
                    </unsignedInt>
                </syntax>
            </parameter>
            <parameter name="InSCTPPacks" access="readOnly" activeNotify="canDeny">
                <description>The number of SCTP packets received. Duplicates are included.</description>
                <syntax>
                    <unsignedInt>
                    </unsignedInt>
                </syntax>
            </parameter>
            <parameter name="Discontinuity" access="readOnly">
                <description>The time of the last discontinuity.</description>
                <syntax>
                    <dateTime />
                </syntax>
            </parameter>
            <parameter name="AssocNumberOfEntries" access="readOnly">
                <description>{{numentries}}</description>
                <syntax>
                    <unsignedInt>
                    </unsignedInt>
                </syntax>
            </parameter>
        </object>
        <object name="FAPService.{i}.Transport.SCTP.Assoc.{i}." access="readOnly" minEntries="0" maxEntries="unbounded" numEntriesParameter="AssocNumberOfEntries">
            <description>SCTP Association Table</description>
            <uniqueKey>
                <parameter ref="PrimaryPeerAddress"/>
                <parameter ref="LocalPort"/>
            </uniqueKey>
            <parameter name="Status" access="readOnly">
                <description>The status of this SCTP association entry.</description>
                <syntax>
                    <string>
                        <enumeration value="Disabled" />
                        <enumeration value="Active">
                            <description>The Association is active.</description>
                        </enumeration>
                        <enumeration value="Progressing">
                            <description>The Association establishment is in progress.</description>
                        </enumeration>
                        <enumeration value="ShuttingDown">
                            <description>The Association graceful shutdown is in progress.</description>
                        </enumeration>
                        <enumeration value="Error" optional="true">
                            <description>Indicates a locally defined error condition.</description>
                        </enumeration>
                    </string>
                </syntax>
            </parameter>
            <parameter name="PrimaryPeerAddress" access="readOnly" activeNotify="canDeny">
                <description>The primary IP address of the peer SCTP association entity. </description>
                <syntax>
                    <dataType ref="IPAddress">
                    </dataType>
                </syntax>
            </parameter>
            <parameter name="LocalPort" access="readOnly" activeNotify="canDeny">
                <description>The local SCTP port number used for this SCTP association.</description>
                <syntax>
                    <unsignedInt>
                        <range minInclusive="0" maxInclusive="63999" />
                    </unsignedInt>
                </syntax>
            </parameter>
            <parameter name="InStreams" access="readOnly" activeNotify="canDeny">
                <description>The number of Inbound Streams according to the negotiation at association start-up.</description>
                <syntax>
                    <unsignedInt />
                </syntax>
            </parameter>
            <parameter name="OutStreams" access="readOnly" activeNotify="canDeny">
                <description>The number of Outbound Streams according to the negotiation at association start-up.</description>
                <syntax>
                    <unsignedInt />
                </syntax>
            </parameter>
            <parameter name="StartTime" access="readOnly" activeNotify="canDeny">
                <description>The start Time for the present SCTP association.</description>
                <syntax>
                    <dateTime>
                    </dateTime>
                </syntax>
            </parameter>
            <parameter name="Discontinuity" access="readOnly" activeNotify="canDeny">
                <description>The time of the last discontinuity.</description>
                <syntax>
                    <dateTime>
                    </dateTime>
                </syntax>
            </parameter>
        </object>
        <object name="FAPService.{i}.Transport.RealTime." access="readOnly" minEntries="1" maxEntries="1">
            <description>This object contains parameters relating to Real Time Transport using RTP.</description>
            <parameter name="RTCPEnable" access="readWrite">
                <description>Enable or disable RTCP.</description>
                <syntax>
                    <boolean />
                </syntax>
            </parameter>
            <parameter name="SentPackets" access="readOnly" activeNotify="canDeny">
                <description>The number of sent RTP packets.</description>
                <syntax>
                    <unsignedInt />
                </syntax>
            </parameter>
            <parameter name="RcvPackets" access="readOnly" activeNotify="canDeny">
                <description>The number of received RTP packets.</description>
                <syntax>
                    <unsignedInt />
                </syntax>
            </parameter>
            <parameter name="BytesSent" access="readOnly" activeNotify="canDeny">
                <description>Total number of RTP payload bytes sent.</description>
                <syntax>
                    <unsignedInt />
                </syntax>
            </parameter>
            <parameter name="BytesReceived" access="readOnly" activeNotify="canDeny">
                <description>Total number of RTP payload bytes received.</description>
                <syntax>
                    <unsignedInt />
                </syntax>
            </parameter>
        </object>
        <object name="FAPService.{i}.Transport.RealTime.Perf." access="readOnly" minEntries="1" maxEntries="1">
            <description>This object contains performances relating to Real Time Transport using RTP.</description>
            <parameter name="LostRcvPackets" access="readOnly" activeNotify="canDeny">
                <description>The number of Lost RTP packets in reception.</description>
                <syntax>
                    <unsignedInt />
                </syntax>
            </parameter>
            <parameter name="LostFarEndPackets" access="readOnly" activeNotify="canDeny">
                <description>The number of Far End Lost RTP packets.</description>
                <syntax>
                    <unsignedInt />
                </syntax>
            </parameter>
            <parameter name="Overruns" access="readOnly" activeNotify="canDeny">
                <description>Total number of times the receive jitter buffer has overrun.</description>
                <syntax>
                    <unsignedInt />
                </syntax>
            </parameter>
            <parameter name="Underruns" access="readOnly" activeNotify="canDeny">
                <description>Total number of times the receive jitter buffer has underrun for a CS-domain RAB.</description>
                <syntax>
                    <unsignedInt />
                </syntax>
            </parameter>
            <parameter name="MeanRTT" access="readOnly" activeNotify="canDeny">
                <description>The mean Round Trip Time in {{units}} as computed by the source. {{bibref|RFC3550}}</description>
                <syntax>
                    <unsignedInt>
                        <units value="microseconds" />
                    </unsignedInt>
                </syntax>
            </parameter>
            <parameter name="MaxRTT" access="readOnly" activeNotify="canDeny">
                <description>The maximum Round Trip Time in {{units}} as computed by the source. {{bibref|RFC3550}}</description>
                <syntax>
                    <unsignedInt>
                        <units value="microseconds" />
                    </unsignedInt>
                </syntax>
            </parameter>
            <parameter name="MeanReceiveJitter" access="readOnly" activeNotify="canDeny">
                <description>The mean receive jitter in {{units}} as computed by the source. {{bibref|RFC3550}}</description>
                <syntax>
                    <unsignedInt>
                        <units value="microseconds">
                        </units>
                    </unsignedInt>
                </syntax>
            </parameter>
            <parameter name="MaxReceiveJitter" access="readOnly" activeNotify="canDeny">
                <description>The maximum receive jitter in {{units}} as computed by the source. {{bibref|RFC3550}}</description>
                <syntax>
                    <unsignedInt>
                        <units value="microseconds" />
                    </unsignedInt>
                </syntax>
            </parameter>
            <parameter name="MeanFarEndJitter" access="readOnly" activeNotify="canDeny">
                <description>The mean far end jitter in {{units}} as computed by the source. {{bibref|RFC3550}}</description>
                <syntax>
                    <unsignedInt>
                        <units value="microseconds" />
                    </unsignedInt>
                </syntax>
            </parameter>
            <parameter name="MaxFarEndJitter" access="readOnly" activeNotify="canDeny">
                <description>The maximum far end jitter in {{units}} as computed by the source. {{bibref|RFC3550}}</description>
                <syntax>
                    <unsignedInt>
                        <units value="microseconds" />
                    </unsignedInt>
                </syntax>
            </parameter>
        </object>
        <object name="FAPService.{i}.Transport.Packet." access="readOnly" minEntries="1" maxEntries="1">
            <description>This object contains parameters relating to Packet Transport using GTP-U.</description>
            <parameter name="EchoInterval" access="readWrite" activeNotify="canDeny">
                <description>Echo interval in {{units}}.  An Echo interval value of zero means echo is disabled.</description>
                <syntax>
                    <unsignedInt>
                        <units value="seconds" />
                    </unsignedInt>
                </syntax>
            </parameter>
            <parameter name="SentPackets" access="readOnly" activeNotify="canDeny">
                <description>The number of sent GTP-U packets.</description>
                <syntax>
                    <unsignedInt />
                </syntax>
            </parameter>
            <parameter name="RcvPackets" access="readOnly" activeNotify="canDeny">
                <description>The number of received GTP-U packets.</description>
                <syntax>
                    <unsignedInt />
                </syntax>
            </parameter>
        </object>
        <object name="FAPService.{i}.Transport.Security." access="readOnly" minEntries="1" maxEntries="1">
            <description>This object contains parameters relating to Security.</description>
            <parameter name="SecretNumberOfEntries" access="readOnly">
                <description>{{numentries}}</description>
                <syntax>
                    <unsignedInt />
                </syntax>
            </parameter>
        </object>
        <object name="FAPService.{i}.Transport.Security.Secret.{i}." access="readWrite" minEntries="0" maxEntries="unbounded" numEntriesParameter="SecretNumberOfEntries">
            <description>Shared Secret Table. This table gathers information about all types of shared secret-based credentials (UICC).</description>
            <uniqueKey>
                <parameter ref="UICCCardID" />
            </uniqueKey>
            <parameter name="Enable" access="readWrite">
                <description>Enable or disable this Shared Secret entry</description>
                <syntax>
                    <boolean />
                </syntax>
            </parameter>
            <parameter name="Type" access="readOnly">
                <description>The type of this Shared Secret entry.</description>
                <syntax>
                    <string>
                        <enumeration value="SIM" />
                        <enumeration value="USIM" />
                    </string>
                </syntax>
            </parameter>
            <parameter name="Status" access="readOnly">
                <description>The status of this Shared Secret entry.</description>
                <syntax>
                    <string>
                        <enumeration value="Present" />
                        <enumeration value="Not_present" />
                        <enumeration value="Error">
                            <description>This value MAY be used by the CPE to indicate a locally defined error condition.</description>
                        </enumeration>
                    </string>
                </syntax>
            </parameter>
            <parameter name="UICCCardID" access="readOnly">
                <description>The UICC Card Identifier (UICCID), only numeric values are allowed. {{bibref|ITU-E.118}}</description>
                <syntax>
                    <string>
                        <size maxLength="19" />
                    </string>
                </syntax>
            </parameter>
        </object>
        <profile name="Baseline:1">
            <parameter ref="FAPServiceNumberOfEntries" requirement="readOnly" />
            <object ref="FAPService.{i}." requirement="present">
                <parameter ref="DeviceType" requirement="readOnly" />
                <parameter ref="DNPrefix" requirement="readWrite" />
            </object>
            <object ref="FAPService.{i}.Capabilities." requirement="present">
                <parameter ref="GPSEquipped" requirement="readOnly" />
                <parameter ref="MaxTxPower" requirement="readOnly" />
                <parameter ref="SupportedSystems" requirement="readOnly" />
            </object>
        </profile>
        <profile name="ACLUMTS:1">
            <object ref="FAPService.{i}.AccessMgmt.UMTS." requirement="present">
                <parameter ref="AccessMode" requirement="readWrite" />
                <parameter ref="NonCSGUEAccessDecision" requirement="readWrite" />
                <parameter ref="CSGMembershipDeterminedLocally" requirement="readWrite" />
                <parameter ref="HNBName" requirement="readWrite" />
                <parameter ref="MaxUEsServed" requirement="readWrite" />
                <parameter ref="MaxCSGMembers" requirement="readWrite" />
                <parameter ref="MaxNonCSGMembers" requirement="readWrite" />
                <parameter ref="MaxResourceNonCSGMembers" requirement="readWrite" />
                <parameter ref="CSGID" requirement="readWrite" />
                <parameter ref="AccessControlList" requirement="readWrite" />
                <parameter ref="MaxMemberDetailEntries" requirement="readOnly" />
                <parameter ref="MemberDetailNumberOfEntries" requirement="readOnly" />
            </object>
            <object ref="FAPService.{i}.AccessMgmt.UMTS.MemberDetail.{i}." requirement="createDelete">
                <parameter ref="Enable" requirement="readWrite" />
                <parameter ref="IMSI" requirement="readWrite" />
                <parameter ref="MSISDN" requirement="readWrite" />
                <parameter ref="MembershipExpires" requirement="readWrite" />
            </object>
        </profile>
        <profile name="REMWCDMA:1">
            <object ref="FAPService.{i}.REM." requirement="present">
            </object>
            <object ref="FAPService.{i}.REM.UMTS." requirement="present">
            </object>
            <object ref="FAPService.{i}.REM.UMTS.WCDMA." requirement="present">
                <parameter ref="InServiceHandling" requirement="readWrite" />
                <parameter ref="ScanPeriodically" requirement="readWrite" />
                <parameter ref="PeriodicInterval" requirement="readWrite" />
                <parameter ref="PeriodicTime" requirement="readWrite" />
                <parameter ref="REMPLMNList" requirement="readWrite" />
                <parameter ref="REMBandList" requirement="readWrite" />
                <parameter ref="UARFCNDLList" requirement="readWrite" />
                <parameter ref="ScanTimeout" requirement="readWrite" />
                <parameter ref="ScanStatus" requirement="readOnly" />
                <parameter ref="ErrorDetails" requirement="readOnly" />
                <parameter ref="LastScanTime" requirement="readOnly" />
                <parameter ref="MaxCellEntries" requirement="readOnly" />
                <parameter ref="CellNumberOfEntries" requirement="readOnly" />
            </object>
            <object ref="FAPService.{i}.REM.UMTS.WCDMA.Cell.{i}." requirement="present">
            </object>
            <object ref="FAPService.{i}.REM.UMTS.WCDMA.Cell.{i}.RF." requirement="present">
                <parameter ref="UARFCNDL" requirement="readOnly" />
                <parameter ref="CPICHRSCP" requirement="readOnly" />
                <parameter ref="CPICHEcNo" requirement="readOnly" />
                <parameter ref="RSSI" requirement="readOnly" />
                <parameter ref="PrimaryScramblingCode" requirement="readOnly" />
            </object>
            <object ref="FAPService.{i}.REM.UMTS.WCDMA.Cell.{i}.BCCH." requirement="present">
                <parameter ref="PLMNType" requirement="readOnly" />
                <parameter ref="PLMNID" requirement="readOnly" />
                <parameter ref="LAC" requirement="readOnly" />
                <parameter ref="RAC" requirement="readOnly" />
                <parameter ref="CellID" requirement="readOnly" />
                <parameter ref="PCPICHTxPower" requirement="readOnly" />
                <parameter ref="CSGIndicator" requirement="readOnly" />
                <parameter ref="CSGID" requirement="readOnly" />
                <parameter ref="UARFCNDLList" requirement="readOnly" />
            </object>
            <object ref="FAPService.{i}.REM.UMTS.WCDMA.Cell.{i}.BCCH.CSGPSCSplitInfo." requirement="present">
                <parameter ref="StartPSCRange1Coefficient" requirement="readOnly" />
                <parameter ref="NumberOfPSCs" requirement="readOnly" />
                <parameter ref="PSCRange2Offset" requirement="readOnly" />
            </object>
            <object ref="FAPService.{i}.REM.UMTS.WCDMA.Cell.{i}.BCCH.ReferencePosition." requirement="present">
                <parameter ref="Latitude" requirement="readOnly" />
                <parameter ref="Longitude" requirement="readOnly" />
                <parameter ref="Confidence" requirement="readOnly" />
            </object>
        </profile>
        <profile name="REMGSM:1">
            <object ref="FAPService.{i}.REM.UMTS." requirement="present">
            </object>
            <object ref="FAPService.{i}.REM.UMTS.GSM." requirement="present">
                <parameter ref="InServiceHandling" requirement="readWrite" />
                <parameter ref="ScanPeriodically" requirement="readWrite" />
                <parameter ref="PeriodicInterval" requirement="readWrite" />
                <parameter ref="PeriodicTime" requirement="readWrite" />
                <parameter ref="REMPLMNList" requirement="readWrite" />
                <parameter ref="REMBandList" requirement="readWrite" />
                <parameter ref="ARFCNList" requirement="readWrite" />
                <parameter ref="ScanTimeout" requirement="readWrite" />
                <parameter ref="ScanStatus" requirement="readOnly" />
                <parameter ref="ErrorDetails" requirement="readOnly" />
                <parameter ref="LastScanTime" requirement="readOnly" />
                <parameter ref="MaxCellEntries" requirement="readOnly" />
                <parameter ref="CellNumberOfEntries" requirement="readOnly" />
            </object>
            <object ref="FAPService.{i}.REM.UMTS.GSM.Cell.{i}." requirement="present">
                <parameter ref="BandIndicator" requirement="readOnly" />
                <parameter ref="ARFCN" requirement="readOnly" />
                <parameter ref="BSIC" requirement="readOnly" />
                <parameter ref="PLMNID" requirement="readOnly" />
                <parameter ref="LAC" requirement="readOnly" />
                <parameter ref="RAC" requirement="readOnly" />
                <parameter ref="CI" requirement="readOnly" />
                <parameter ref="RSSI" requirement="readOnly" />
            </object>
        </profile>
        <profile name="UMTSBaseline:1">
            <object ref="FAPService.{i}.Capabilities.UMTS." requirement="present">
                <parameter ref="DuplexMode" requirement="readOnly" />
                <parameter ref="GSMRxSupported" requirement="readOnly" />
                <parameter ref="HSDPASupported" requirement="readOnly" />
                <parameter ref="MaxHSDPADataRateSupported" requirement="readOnly" />
                <parameter ref="HSUPASupported" requirement="readOnly" />
                <parameter ref="MaxHSUPADataRateSupported" requirement="readOnly" />
                <parameter ref="MaxHSPDSCHsSupported" requirement="readOnly" />
                <parameter ref="MaxHSSCCHsSupported" requirement="readOnly" />
                <parameter ref="FDDBandsSupported" requirement="readOnly" />
                <parameter ref="GSMRxBandsSupported" requirement="readOnly" />
            </object>
            <object ref="FAPService.{i}.Capabilities.UMTS.SelfConfig." requirement="present">
                <parameter ref="UARFCNConfig" requirement="readOnly" />
                <parameter ref="PrimaryScramblingCodeConfig" requirement="readOnly" />
                <parameter ref="MaxFAPTxPowerExpandedConfig" requirement="readOnly" />
                <parameter ref="PCPICHPowerConfig" requirement="readOnly" />
                <parameter ref="MaxULTxPowerConfig" requirement="readOnly" />
                <parameter ref="LACRACURAConfig" requirement="readOnly" />
                <parameter ref="NeighborListConfig" requirement="readOnly" />
                <parameter ref="CellReSelectionConfig" requirement="readOnly" />
                <parameter ref="IntraFreqMeasConfig" requirement="readOnly" />
                <parameter ref="InterFreqMeasConfig" requirement="readOnly" />
                <parameter ref="InterRATMeasConfig" requirement="readOnly" />
                <parameter ref="UEInternalMeasConfig" requirement="readOnly" />
            </object>
            <object ref="FAPService.{i}.FAPControl.UMTS." requirement="present">
                <parameter ref="OpState" requirement="readOnly" />
                <parameter ref="AdminState" requirement="readWrite" />
                <parameter ref="RFTxStatus" requirement="readOnly" />
                <parameter ref="PMConfig" requirement="readWrite" />
            </object>
            <object ref="FAPService.{i}.FAPControl.UMTS.Gateway." requirement="present">
                <parameter ref="SecGWServer1" requirement="readWrite" />
                <parameter ref="SecGWServer2" requirement="readWrite" />
                <parameter ref="SecGWServer3" requirement="readWrite" />
                <parameter ref="FAPGWServer1" requirement="readWrite" />
                <parameter ref="FAPGWServer2" requirement="readWrite" />
                <parameter ref="FAPGWServer3" requirement="readWrite" />
                <parameter ref="FAPGWPort" requirement="readWrite" />
            </object>
            <object ref="FAPService.{i}.CellConfig.UMTS." requirement="present">
                <parameter ref="TunnelInstance" requirement="readWrite" />
            </object>
            <object ref="FAPService.{i}.CellConfig.UMTS.RAB." requirement="present">
                <parameter ref="RABSuccEstabCS" requirement="readOnly" />
                <parameter ref="RABFailEstabCS" requirement="readOnly" />
                <parameter ref="RABSuccEstabPS" requirement="readOnly" />
                <parameter ref="RABFailEstabPS" requirement="readOnly" />
                <parameter ref="RABCSSetupTimeMean" requirement="readOnly" />
                <parameter ref="RABCSSetupTimeMax" requirement="readOnly" />
                <parameter ref="RABPSSetupTimeMean" requirement="readOnly" />
                <parameter ref="RABPSSetupTimeMax" requirement="readOnly" />
                <parameter ref="FailHO" requirement="readOnly" />
                <parameter ref="SuccHO" requirement="readOnly" />
            </object>
        </profile>
        <profile name="UMTSSelfConfig:1">
            <object ref="FAPService.{i}.FAPControl." requirement="present">
                <parameter ref="SelfConfigEvents" requirement="readWrite" />
            </object>
            <object ref="FAPService.{i}.FAPControl.UMTS.SelfConfig." requirement="present">
                <parameter ref="UARFCNSelfConfigEnable" requirement="readWrite" />
                <parameter ref="PrimaryScramblingCodeSelfConfigEnable" requirement="readWrite" />
                <parameter ref="MaxFAPTxPowerExpandedSelfConfigEnable" requirement="readWrite" />
                <parameter ref="PCPICHPowerSelfConfigEnable" requirement="readWrite" />
                <parameter ref="MaxULTxPowerSelfConfigEnable" requirement="readWrite" />
                <parameter ref="LACRACURASelfConfigEnable" requirement="readWrite" />
                <parameter ref="NeighborListSelfConfigEnable" requirement="readWrite" />
                <parameter ref="CellReSelectionSelfConfigEnable" requirement="readWrite" />
                <parameter ref="UEInternalMeasConfigEnable" requirement="readWrite" />
            </object>
            <object ref="FAPService.{i}.CellConfig.UMTS.CN." requirement="present">
                <parameter ref="LACInUse" requirement="readOnly" />
                <parameter ref="RACInUse" requirement="readOnly" />
            </object>
            <object ref="FAPService.{i}.CellConfig.UMTS.RAN." requirement="present">
                <parameter ref="URAInUse" requirement="readOnly" />
            </object>
            <object ref="FAPService.{i}.CellConfig.UMTS.RAN.RF." requirement="present">
                <parameter ref="UARFCNDLInUse" requirement="readOnly" />
                <parameter ref="UARFCNULInUse" requirement="readOnly" />
                <parameter ref="PrimaryScramblingCodeInUse" requirement="readOnly" />
                <parameter ref="MaxFAPTxPowerInUseExpanded" requirement="readOnly" />
                <parameter ref="MaxULTxPowerInUse" requirement="readOnly" />
                <parameter ref="PCPICHPowerInUse" requirement="readOnly" />
            </object>
        </profile>
        <profile name="UMTSSelfConfigNLInUseIntraFreqCell:1">
            <object ref="FAPService.{i}.FAPControl.UMTS.SelfConfig." requirement="present">
                <parameter ref="IntraFreqMeasSelfConfigEnable" requirement="readWrite" />
            </object>
            <object ref="FAPService.{i}.CellConfig.UMTS.RAN.NeighborListInUse." requirement="present">
                <parameter ref="MaxIntraFreqCellEntries" requirement="readOnly" />
                <parameter ref="IntraFreqCellNumberOfEntries" requirement="readOnly" />
            </object>
            <object ref="FAPService.{i}.CellConfig.UMTS.RAN.NeighborListInUse.IntraFreqCell.{i}." requirement="present">
                <parameter ref="PLMNID" requirement="readOnly" />
                <parameter ref="RNCID" requirement="readOnly" />
                <parameter ref="CID" requirement="readOnly" />
                <parameter ref="LAC" requirement="readOnly" />
                <parameter ref="RAC" requirement="readOnly" />
                <parameter ref="URA" requirement="readOnly" />
                <parameter ref="PCPICHScramblingCode" requirement="readOnly" />
            </object>
        </profile>
        <profile name="UMTSSelfConfigNLInUseInterFreqCell:1">
            <object ref="FAPService.{i}.FAPControl.UMTS.SelfConfig." requirement="present">
                <parameter ref="InterFreqMeasSelfConfigEnable" requirement="readWrite" />
            </object>
            <object ref="FAPService.{i}.CellConfig.UMTS.RAN.NeighborListInUse." requirement="present">
                <parameter ref="MaxInterFreqCellEntries" requirement="readOnly" />
                <parameter ref="InterFreqCellNumberOfEntries" requirement="readOnly" />
            </object>
            <object ref="FAPService.{i}.CellConfig.UMTS.RAN.NeighborListInUse.InterFreqCell.{i}." requirement="present">
                <parameter ref="PLMNID" requirement="readOnly" />
                <parameter ref="RNCID" requirement="readOnly" />
                <parameter ref="CID" requirement="readOnly" />
                <parameter ref="LAC" requirement="readOnly" />
                <parameter ref="RAC" requirement="readOnly" />
                <parameter ref="URA" requirement="readOnly" />
                <parameter ref="PCPICHScramblingCode" requirement="readOnly" />
            </object>
        </profile>
        <profile name="UMTSSelfConfigNLInUseInterRATCell:1">
            <object ref="FAPService.{i}.FAPControl.UMTS.SelfConfig." requirement="present">
                <parameter ref="InterRATMeasSelfConfigEnable" requirement="readWrite" />
            </object>
            <object ref="FAPService.{i}.CellConfig.UMTS.RAN.NeighborListInUse.InterRATCell." requirement="present">
                <parameter ref="MaxGSMEntries" requirement="readOnly" />
                <parameter ref="GSMNumberOfEntries" requirement="readOnly" />
            </object>
            <object ref="FAPService.{i}.CellConfig.UMTS.RAN.NeighborListInUse.InterRATCell.GSM.{i}." requirement="present">
                <parameter ref="PLMNID" requirement="readOnly" />
                <parameter ref="LAC" requirement="readOnly" />
                <parameter ref="BSIC" requirement="readOnly" />
                <parameter ref="CI" requirement="readOnly" />
                <parameter ref="BandIndicator" requirement="readOnly" />
                <parameter ref="BCCHARFCN" requirement="readOnly" />
            </object>
        </profile>
        <profile name="UMTSCellConfigBaseline:1">
            <object ref="FAPService.{i}.CellConfig." requirement="present">
            </object>
            <object ref="FAPService.{i}.CellConfig.UMTS." requirement="present">
            </object>
            <object ref="FAPService.{i}.CellConfig.UMTS.CN." requirement="present">
                <parameter ref="PLMNType" requirement="readWrite" />
                <parameter ref="PLMNID" requirement="readWrite" />
                <parameter ref="EquivPLMNID" requirement="readWrite" />
                <parameter ref="SAC" requirement="readWrite" />
                <parameter ref="BroadcastSAC" requirement="readWrite" />
                <parameter ref="LACRAC" requirement="readWrite" />
            </object>
            <object ref="FAPService.{i}.CellConfig.UMTS.CN.CSDomain." requirement="present">
                <parameter ref="T3212" requirement="readWrite" />
                <parameter ref="IMSIAttachDetachEnable" requirement="readWrite" />
            </object>
            <object ref="FAPService.{i}.CellConfig.UMTS.CN.PSDomain." requirement="present">
                <parameter ref="NetworkModeOperationCombined" requirement="readWrite" />
            </object>
            <object ref="FAPService.{i}.CellConfig.UMTS.RAN." requirement="present">
                <parameter ref="URAList" requirement="readWrite" />
                <parameter ref="RNCID" requirement="readWrite" />
                <parameter ref="CellID" requirement="readWrite" />
                <parameter ref="TRatC" requirement="readWrite" />
                <parameter ref="TRafC" requirement="readWrite" />
                <parameter ref="NRafC" requirement="readWrite" />
                <parameter ref="TigOR" requirement="readWrite" />
                <parameter ref="TinTR" requirement="readWrite" />
                <parameter ref="TDataFwd" requirement="readWrite" />
                <parameter ref="TRelocPrep" requirement="readWrite" />
                <parameter ref="TRelocOverall" requirement="readWrite" />
                <parameter ref="HNBIDRealm" requirement="readWrite" />
                <parameter ref="HSFlag" requirement="readWrite" />
                <parameter ref="HSEnable" requirement="readWrite" />
                <parameter ref="NumOfHSPDSCHs" requirement="readWrite" />
                <parameter ref="NumOfHSSCCHs" requirement="readWrite" />
            </object>
            <object ref="FAPService.{i}.CellConfig.UMTS.RAN.CSG." requirement="present">
                <parameter ref="CSGIndicator" requirement="readOnly" />
                <parameter ref="UARFCNDLList" requirement="readWrite" />
            </object>
            <object ref="FAPService.{i}.CellConfig.UMTS.RAN.CSG.CSGPSCSplitInfo." requirement="present">
                <parameter ref="StartPSCRange1Coefficient" requirement="readWrite" />
                <parameter ref="NumberOfPSCs" requirement="readWrite" />
                <parameter ref="PSCRange2Offset" requirement="readWrite" />
            </object>
            <object ref="FAPService.{i}.CellConfig.UMTS.RAN.RF." requirement="present">
                <parameter ref="UARFCNDL" requirement="readWrite" />
                <parameter ref="UARFCNDLToProtect" requirement="readWrite" />
                <parameter ref="PrimaryScramblingCode" requirement="readWrite" />
                <parameter ref="MaxFAPTxPowerExpanded" requirement="readWrite" />
                <parameter ref="MaxULTxPower" requirement="readWrite" />
                <parameter ref="PCPICHPower" requirement="readWrite" />
                <parameter ref="PowerOffsetPilotDPDCH" requirement="readWrite" />
                <parameter ref="FAPCoverageTarget" requirement="readWrite" />
                <parameter ref="PSCHPower" requirement="readWrite" />
                <parameter ref="SSCHPower" requirement="readWrite" />
                <parameter ref="PICHPower" requirement="readWrite" />
                <parameter ref="PCHPower" requirement="readWrite" />
                <parameter ref="FACHPower" requirement="readWrite" />
                <parameter ref="BCHPower" requirement="readWrite" />
                <parameter ref="AICHPower" requirement="readWrite" />
                <parameter ref="CTCHAllocationPeriod" requirement="readWrite" />
                <parameter ref="CBSFrameOffset" requirement="readWrite" />
                <parameter ref="MaxTTI" requirement="readWrite" />
            </object>
        </profile>
        <profile name="UMTSCellConfigAdvanced:1">
            <object ref="FAPService.{i}.CellConfig.UMTS.RAN.CellSelection." requirement="present">
                <parameter ref="QualityMeasureCPICH" requirement="readWrite" />
                <parameter ref="QqualMin" requirement="readWrite" />
                <parameter ref="QqualMinOffset" requirement="readWrite" />
                <parameter ref="QRxLevMin" requirement="readWrite" />
                <parameter ref="DeltaQRxLevMin" requirement="readWrite" />
                <parameter ref="QRxLevMinOffset" requirement="readWrite" />
                <parameter ref="QHyst1s" requirement="readWrite" />
                <parameter ref="QHyst2s" requirement="readWrite" />
                <parameter ref="TReselections" requirement="readWrite" />
                <parameter ref="SIntrasearch" requirement="readWrite" />
                <parameter ref="SIntersearch" requirement="readWrite" />
                <parameter ref="SSearchHCS" requirement="readWrite" />
                <parameter ref="SSearchRAT" requirement="readWrite" />
                <parameter ref="SHCSRAT" requirement="readWrite" />
                <parameter ref="SLimitSearchRAT" requirement="readWrite" />
                <parameter ref="NonHCSTCRMax" requirement="readWrite" />
                <parameter ref="NonHCSNCR" requirement="readWrite" />
                <parameter ref="NonHCSTCRMaxHyst" requirement="readWrite" />
                <parameter ref="QHCS" requirement="readWrite" />
                <parameter ref="UseOfHCS" requirement="readWrite" />
                <parameter ref="HCSPrio" requirement="readWrite" />
                <parameter ref="TCRMax" requirement="readWrite" />
                <parameter ref="NCR" requirement="readWrite" />
                <parameter ref="TCRMaxHyst" requirement="readWrite" />
                <parameter ref="UETxPwrMaxRACH" requirement="readWrite" />
            </object>
            <object ref="FAPService.{i}.CellConfig.UMTS.RAN.RRCTimers." requirement="present">
                <parameter ref="T300" requirement="readWrite" />
                <parameter ref="T301" requirement="readWrite" />
                <parameter ref="T302" requirement="readWrite" />
                <parameter ref="T304" requirement="readWrite" />
                <parameter ref="T305" requirement="readWrite" />
                <parameter ref="T307" requirement="readWrite" />
                <parameter ref="T308" requirement="readWrite" />
                <parameter ref="T309" requirement="readWrite" />
                <parameter ref="T310" requirement="readWrite" />
                <parameter ref="T311" requirement="readWrite" />
                <parameter ref="T312" requirement="readWrite" />
                <parameter ref="T313" requirement="readWrite" />
                <parameter ref="T314" requirement="readWrite" />
                <parameter ref="T315" requirement="readWrite" />
                <parameter ref="T316" requirement="readWrite" />
                <parameter ref="N300" requirement="readWrite" />
                <parameter ref="N301" requirement="readWrite" />
                <parameter ref="N302" requirement="readWrite" />
                <parameter ref="N304" requirement="readWrite" />
                <parameter ref="N310" requirement="readWrite" />
                <parameter ref="N312" requirement="readWrite" />
                <parameter ref="N313" requirement="readWrite" />
                <parameter ref="N315" requirement="readWrite" />
                <parameter ref="WaitTime" requirement="readWrite" />
            </object>
            <object ref="FAPService.{i}.CellConfig.UMTS.RAN.DRX." requirement="present">
                <parameter ref="DRXCycleLengthCoefficientCS" requirement="readWrite" />
                <parameter ref="DRXCycleLengthCoefficientPS" requirement="readWrite" />
                <parameter ref="UTRANDRXCycleLengthCoefficient" requirement="readWrite" />
            </object>
            <object ref="FAPService.{i}.CellConfig.UMTS.RAN.PowerControl." requirement="present">
                <parameter ref="ConstantValue" requirement="readWrite" />
                <parameter ref="PowerRampStepUp" requirement="readWrite" />
                <parameter ref="PreambleRetransMax" requirement="readWrite" />
                <parameter ref="PersistenceScaleFactor" requirement="readWrite" />
                <parameter ref="MMax" requirement="readWrite" />
                <parameter ref="NB01Min" requirement="readWrite" />
                <parameter ref="NB01Max" requirement="readWrite" />
            </object>
            <object ref="FAPService.{i}.CellConfig.UMTS.RAN.CellRestriction." requirement="present">
                <parameter ref="CellBarred" requirement="readWrite" />
                <parameter ref="IntraFreqCellReselectionIndicator" requirement="readWrite" />
                <parameter ref="TBarred" requirement="readWrite" />
                <parameter ref="AccessClassBarredListCS" requirement="readWrite" />
                <parameter ref="AccessClassBarredListPS" requirement="readWrite" />
                <parameter ref="CellReservedForOperatorUse" requirement="readWrite" />
            </object>
        </profile>
        <profile name="UMTSCellConfigFreqMeasurement:1">
            <object ref="FAPService.{i}.CellConfig.UMTS.RAN.IntraFreqMeas." requirement="present">
                <parameter ref="MeasurementQuantity" requirement="readWrite" />
                <parameter ref="FilterCoefficient" requirement="readWrite" />
                <parameter ref="IntraFrequencyEventIdentity" requirement="readWrite" />
                <parameter ref="TriggeringCondition2Event1a" requirement="readWrite" />
                <parameter ref="TriggeringCondition1Event1b" requirement="readWrite" />
                <parameter ref="TriggeringCondition2Event1e" requirement="readWrite" />
                <parameter ref="TriggeringCondition1Event1f" requirement="readWrite" />
                <parameter ref="ReportingRangeEvent1a" requirement="readWrite" />
                <parameter ref="ReportingRangeEvent1b" requirement="readWrite" />
                <parameter ref="WeightingFactorEvent1a" requirement="readWrite" />
                <parameter ref="WeightingFactorEvent1b" requirement="readWrite" />
                <parameter ref="ReportDeactivationThresholdEvent1a" requirement="readWrite" />
                <parameter ref="ReportingAmountEvent1a" requirement="readWrite" />
                <parameter ref="ReportingAmountEvent1c" requirement="readWrite" />
                <parameter ref="ReportingIntervalEvent1a" requirement="readWrite" />
                <parameter ref="ReportingIntervalEvent1c" requirement="readWrite" />
                <parameter ref="HysteresisEvent1a" requirement="readWrite" />
                <parameter ref="HysteresisEvent1b" requirement="readWrite" />
                <parameter ref="HysteresisEvent1c" requirement="readWrite" />
                <parameter ref="HysteresisEvent1e" requirement="readWrite" />
                <parameter ref="HysteresisEvent1f" requirement="readWrite" />
                <parameter ref="TimeToTriggerEvent1a" requirement="readWrite" />
                <parameter ref="TimeToTriggerEvent1b" requirement="readWrite" />
                <parameter ref="TimeToTriggerEvent1c" requirement="readWrite" />
                <parameter ref="TimeToTriggerEvent1e" requirement="readWrite" />
                <parameter ref="TimeToTriggerEvent1f" requirement="readWrite" />
                <parameter ref="ThresholdUsedFrequencyEvent1e" requirement="readWrite" />
                <parameter ref="ThresholdUsedFrequencyEvent1f" requirement="readWrite" />
                <parameter ref="ReplacementActivationThresholdEvent1c" requirement="readWrite" />
            </object>
            <object ref="FAPService.{i}.CellConfig.UMTS.RAN.InterFreqMeas." requirement="present">
                <parameter ref="FilterCoefficient" requirement="readWrite" />
                <parameter ref="MeasurementQuantity" requirement="readWrite" />
                <parameter ref="WeightingFactorEvent2a" requirement="readWrite" />
                <parameter ref="WeightingFactorEvent2b" requirement="readWrite" />
                <parameter ref="WeightingFactorEvent2d" requirement="readWrite" />
                <parameter ref="WeightingFactorEvent2f" requirement="readWrite" />
                <parameter ref="HysteresisEvent2a" requirement="readWrite" />
                <parameter ref="HysteresisEvent2b" requirement="readWrite" />
                <parameter ref="HysteresisEvent2d" requirement="readWrite" />
                <parameter ref="HysteresisEvent2f" requirement="readWrite" />
                <parameter ref="TimeToTriggerEvent2a" requirement="readWrite" />
                <parameter ref="TimeToTriggerEvent2b" requirement="readWrite" />
                <parameter ref="TimeToTriggerEvent2d" requirement="readWrite" />
                <parameter ref="TimeToTriggerEvent2f" requirement="readWrite" />
                <parameter ref="ThresholdUsedFrequencyEvent2b" requirement="readWrite" />
                <parameter ref="ThresholdUsedFrequencyEvent2d" requirement="readWrite" />
                <parameter ref="ThresholdUsedFrequencyEvent2f" requirement="readWrite" />
                <parameter ref="InterFrequencyEventIdentity" requirement="readWrite" />
            </object>
            <object ref="FAPService.{i}.CellConfig.UMTS.RAN.InterRATMeas." requirement="present">
                <parameter ref="GSMFilterCoefficient" requirement="readWrite" />
                <parameter ref="BSICVerificationRequired" requirement="readWrite" />
                <parameter ref="WeightingFactor" requirement="readWrite" />
                <parameter ref="Hysteresis" requirement="readWrite" />
                <parameter ref="TimeToTrigger" requirement="readWrite" />
                <parameter ref="ThresholdOwnSystem" requirement="readWrite" />
                <parameter ref="ThresholdOtherSystem" requirement="readWrite" />
            </object>
        </profile>
        <profile name="UMTSCellConfigUEInternalMeasurement:1">
            <object ref="FAPService.{i}.CellConfig.UMTS.RAN.UEInternalMeas." requirement="present">
                <parameter ref="FilterCoefficient" requirement="readWrite" />
                <parameter ref="UETxPwrThresholdEvent6a" requirement="readWrite" />
                <parameter ref="TimeToTriggerEvent6a" requirement="readWrite" />
                <parameter ref="UETxPwrThresholdEvent6b" requirement="readWrite" />
                <parameter ref="TimeToTriggerEvent6b" requirement="readWrite" />
            </object>
        </profile>
        <profile name="UMTSCellConfigNLIntraFreqCell:1">
            <object ref="FAPService.{i}.CellConfig.UMTS.RAN.NeighborList." requirement="present">
                <parameter ref="MaxIntraFreqCellEntries" requirement="readOnly" />
                <parameter ref="IntraFreqCellNumberOfEntries" requirement="readOnly" />
            </object>
            <object ref="FAPService.{i}.CellConfig.UMTS.RAN.NeighborList.IntraFreqCell.{i}." requirement="createDelete">
                <parameter ref="MustInclude" requirement="readWrite" />
                <parameter ref="PLMNID" requirement="readWrite" />
                <parameter ref="RNCID" requirement="readWrite" />
                <parameter ref="CID" requirement="readWrite" />
                <parameter ref="LAC" requirement="readWrite" />
                <parameter ref="RAC" requirement="readWrite" />
                <parameter ref="URA" requirement="readWrite" />
                <parameter ref="PCPICHScramblingCode" requirement="readWrite" />
                <parameter ref="PCPICHTxPower" requirement="readWrite" />
            </object>
        </profile>
        <profile name="UMTSCellConfigNLInterFreqCell:1">
            <object ref="FAPService.{i}.CellConfig.UMTS.RAN.NeighborList." requirement="present">
                <parameter ref="MaxInterFreqCellEntries" requirement="readOnly" />
                <parameter ref="InterFreqCellNumberOfEntries" requirement="readOnly" />
            </object>
            <object ref="FAPService.{i}.CellConfig.UMTS.RAN.NeighborList.InterFreqCell.{i}." requirement="createDelete">
                <parameter ref="MustInclude" requirement="readWrite" />
                <parameter ref="PLMNID" requirement="readWrite" />
                <parameter ref="RNCID" requirement="readWrite" />
                <parameter ref="CID" requirement="readWrite" />
                <parameter ref="LAC" requirement="readWrite" />
                <parameter ref="RAC" requirement="readWrite" />
                <parameter ref="URA" requirement="readWrite" />
                <parameter ref="UARFCNUL" requirement="readWrite" />
                <parameter ref="UARFCNDL" requirement="readWrite" />
                <parameter ref="PCPICHScramblingCode" requirement="readWrite" />
                <parameter ref="PCPICHTxPower" requirement="readWrite" />
            </object>
        </profile>
        <profile name="UMTSCellConfigNLInterRATCell:1">
            <object ref="FAPService.{i}.CellConfig.UMTS.RAN.NeighborList." requirement="present">
            </object>
            <object ref="FAPService.{i}.CellConfig.UMTS.RAN.NeighborList.InterRATCell." requirement="present">
                <parameter ref="MaxGSMEntries" requirement="readOnly" />
                <parameter ref="GSMNumberOfEntries" requirement="readOnly" />
            </object>
            <object ref="FAPService.{i}.CellConfig.UMTS.RAN.NeighborList.InterRATCell.GSM.{i}." requirement="createDelete">
                <parameter ref="MustInclude" requirement="readWrite" />
                <parameter ref="PLMNID" requirement="readWrite" />
                <parameter ref="LAC" requirement="readWrite" />
                <parameter ref="BSIC" requirement="readWrite" />
                <parameter ref="CI" requirement="readWrite" />
                <parameter ref="BandIndicator" requirement="readWrite" />
                <parameter ref="BCCHARFCN" requirement="readWrite" />
            </object>
        </profile>
        <profile name="LTEBaseline:1">
            <object ref="FAPService.{i}.Capabilities.LTE." requirement="present">
                <parameter ref="DuplexMode" requirement="readOnly" />
                <parameter ref="BandsSupported" requirement="readOnly" />
                <parameter ref="NNSFSupported" requirement="readOnly" />
                <parameter ref="UMTSRxSupported" requirement="readOnly" />
                <parameter ref="UMTSRxBandsSupported" requirement="readOnly" />
                <parameter ref="GSMRxSupported" requirement="readOnly" />
                <parameter ref="GSMRxBandsSupported" requirement="readOnly" />
                <parameter ref="CDMA2000RxSupported" requirement="readOnly" />
                <parameter ref="CDMA2000RxBandsSupported" requirement="readOnly" />
            </object>
            <object ref="FAPService.{i}.FAPControl.LTE." requirement="present">
                <parameter ref="OpState" requirement="readOnly" />
                <parameter ref="AdminState" requirement="readWrite" />
                <parameter ref="RFTxStatus" requirement="readOnly" />
                <parameter ref="PMConfig" requirement="readWrite" />
            </object>
            <object ref="FAPService.{i}.FAPControl.LTE.Gateway." requirement="present">
                <parameter ref="SecGWServer1" requirement="readWrite" />
                <parameter ref="SecGWServer2" requirement="readWrite" />
                <parameter ref="SecGWServer3" requirement="readWrite" />
                <parameter ref="S1SigLinkServerList" requirement="readWrite" />
                <parameter ref="S1ConnectionMode" requirement="readWrite" />
                <parameter ref="S1SigLinkPort" requirement="readWrite" />
            </object>
            <object ref="FAPService.{i}.CellConfig.LTE." requirement="present">
                <parameter ref="TunnelNumberOfEntries" requirement="readOnly" />
            </object>
            <object ref="FAPService.{i}.CellConfig.LTE.Tunnel.{i}." requirement="present">
                <parameter ref="Enable" requirement="readWrite" />
                <parameter ref="TunnelRef" requirement="readWrite" />
            </object>
        </profile>
        <profile name="LTECellConfigEPC:1">
            <object ref="FAPService.{i}.CellConfig.LTE." requirement="present">
            </object>
            <object ref="FAPService.{i}.CellConfig.LTE.EPC." requirement="present">
                <parameter ref="AllowedCipheringAlgorithmList" requirement="readWrite" />
                <parameter ref="AllowedIntegrityProtectionAlgorithmList" requirement="readWrite" />
                <parameter ref="TAC" requirement="readWrite" />
                <parameter ref="EAID" requirement="readWrite" />
                <parameter ref="MaxPLMNListEntries" requirement="readOnly" />
                <parameter ref="PLMNListNumberOfEntries" requirement="readOnly" />
                <parameter ref="MaxQoSEntries" requirement="readOnly" />
                <parameter ref="QoSNumberOfEntries" requirement="readOnly" />
            </object>
            <object ref="FAPService.{i}.CellConfig.LTE.EPC.PLMNList.{i}." requirement="createDelete">
                <parameter ref="PLMNID" requirement="readWrite" />
                <parameter ref="CellReservedForOperatorUse" requirement="readWrite" />
            </object>
            <object ref="FAPService.{i}.CellConfig.LTE.EPC.QoS.{i}." requirement="createDelete">
                <parameter ref="QCI" requirement="readWrite" />
                <parameter ref="Type" requirement="readWrite" />
                <parameter ref="Priority" requirement="readWrite" />
                <parameter ref="PacketDelayBudget" requirement="readWrite" />
            </object>
            <object ref="FAPService.{i}.CellConfig.LTE.RAN." requirement="present">
            </object>
            <object ref="FAPService.{i}.CellConfig.LTE.RAN.Common." requirement="present">
                <parameter ref="CellIdentity" requirement="readWrite" />
            </object>
            <object ref="FAPService.{i}.CellConfig.LTE.RAN.S1AP." requirement="present">
                <parameter ref="TRelocPrep" requirement="readWrite" />
                <parameter ref="TRelocOverall" requirement="readWrite" />
            </object>
            <object ref="FAPService.{i}.CellConfig.LTE.RAN.S1U." requirement="present">
                <parameter ref="GTPUEchoInterval" requirement="readWrite" />
            </object>
        </profile>
        <profile name="LTECellConfigRANPHY:1">
            <object ref="FAPService.{i}.CellConfig.LTE.RAN." requirement="present">
            </object>
            <object ref="FAPService.{i}.CellConfig.LTE.RAN.RF." requirement="present">
                <parameter ref="EARFCNDL" requirement="readWrite" />
                <parameter ref="EARFCNUL" requirement="readWrite" />
                <parameter ref="FreqBandIndicator" requirement="readWrite" />
                <parameter ref="DLBandwidth" requirement="readWrite" />
                <parameter ref="ULBandwidth" requirement="readWrite" />
                <parameter ref="ReferenceSignalPower" requirement="readWrite" />
                <parameter ref="PhyCellID" requirement="readWrite" />
                <parameter ref="PSCHPowerOffset" requirement="readWrite" />
                <parameter ref="SSCHPowerOffset" requirement="readWrite" />
                <parameter ref="PBCHPowerOffset" requirement="readWrite" />
            </object>
            <object ref="FAPService.{i}.CellConfig.LTE.RAN.PHY." requirement="present">
            </object>
            <object ref="FAPService.{i}.CellConfig.LTE.RAN.PHY.AntennaInfo." requirement="present">
                <parameter ref="AntennaPortsCount" requirement="readOnly" />
            </object>
            <object ref="FAPService.{i}.CellConfig.LTE.RAN.PHY.PDSCH." requirement="present">
                <parameter ref="Pb" requirement="readWrite" />
                <parameter ref="Pa" requirement="readWrite" />
            </object>
            <object ref="FAPService.{i}.CellConfig.LTE.RAN.PHY.SRS." requirement="present">
                <parameter ref="SRSEnabled" requirement="readWrite" />
                <parameter ref="SRSBandwidthConfig" requirement="readWrite" />
                <parameter ref="AckNackSRSSimultaneousTransmission" requirement="readWrite" />
            </object>
            <object ref="FAPService.{i}.CellConfig.LTE.RAN.PHY.PRACH." requirement="present">
                <parameter ref="RootSequenceIndex" requirement="readWrite" />
                <parameter ref="ConfigurationIndex" requirement="readWrite" />
                <parameter ref="HighSpeedFlag" requirement="readWrite" />
                <parameter ref="ZeroCorrelationZoneConfig" requirement="readOnly" />
                <parameter ref="FreqOffset" requirement="readOnly" />
            </object>
            <object ref="FAPService.{i}.CellConfig.LTE.RAN.PHY.PUCCH." requirement="present">
                <parameter ref="DeltaPUCCHShift" requirement="readWrite" />
                <parameter ref="NRBCQI" requirement="readWrite" />
                <parameter ref="NCSAN" requirement="readOnly" />
                <parameter ref="N1PUCCHAN" requirement="readWrite" />
                <parameter ref="CQIPUCCHResourceIndex" requirement="readWrite" />
                <parameter ref="K" requirement="readOnly" />
            </object>
            <object ref="FAPService.{i}.CellConfig.LTE.RAN.PHY.PUSCH." requirement="present">
                <parameter ref="NSB" requirement="readWrite" />
                <parameter ref="HoppingMode" requirement="readWrite" />
                <parameter ref="HoppingOffset" requirement="readWrite" />
                <parameter ref="Enable64QAM" requirement="readOnly" />
            </object>
            <object ref="FAPService.{i}.CellConfig.LTE.RAN.PHY.PUSCH.ULRS." requirement="present">
                <parameter ref="GroupHoppingEnabled" requirement="readWrite" />
                <parameter ref="GroupAssignmentPUSCH" requirement="readOnly" />
                <parameter ref="SequenceHoppingEnabled" requirement="readWrite" />
                <parameter ref="CyclicShift" requirement="readOnly" />
            </object>
            <object ref="FAPService.{i}.CellConfig.LTE.RAN.PHY.ULPowerControl." requirement="present">
                <parameter ref="P0NominalPUSCH" requirement="readWrite" />
                <parameter ref="Alpha" requirement="readWrite" />
                <parameter ref="P0NominalPUCCH" requirement="readWrite" />
                <parameter ref="DeltaFPUCCHFormat1" requirement="readOnly" />
                <parameter ref="DeltaFPUCCHFormat1b" requirement="readOnly" />
                <parameter ref="DeltaFPUCCHFormat2" requirement="readOnly" />
                <parameter ref="DeltaFPUCCHFormat2a" requirement="readOnly" />
                <parameter ref="DeltaFPUCCHFormat2b" requirement="readOnly" />
                <parameter ref="DeltaPreambleMsg3" requirement="readOnly" />
            </object>
            <object ref="FAPService.{i}.CellConfig.LTE.RAN.PHY.MBSFN." requirement="present">
                <parameter ref="NeighCellConfig" requirement="readWrite" />
                <parameter ref="MaxSFConfigListEntries" requirement="readOnly" />
                <parameter ref="SFConfigListNumberOfEntries" requirement="readOnly" />
            </object>
            <object ref="FAPService.{i}.CellConfig.LTE.RAN.PHY.MBSFN.SFConfigList.{i}." requirement="createDelete">
                <parameter ref="RadioFrameAllocationPeriod" requirement="readWrite" />
                <parameter ref="RadioframeAllocationOffset" requirement="readWrite" />
                <parameter ref="RadioFrameAllocationSize" requirement="readWrite" />
                <parameter ref="SubFrameAllocations" requirement="readWrite" />
            </object>
            <object ref="FAPService.{i}.CellConfig.LTE.RAN.PHY.PRS." requirement="present">
                <parameter ref="NumPRSResourceBlocks" requirement="readWrite" />
                <parameter ref="PRSConfigurationIndex" requirement="readWrite" />
                <parameter ref="NumConsecutivePRSSubfames" requirement="readWrite" />
            </object>
        </profile>
        <profile name="LTECellConfigRANPHYTDD:1">
            <object ref="FAPService.{i}.CellConfig.LTE.RAN.PHY.SRS." requirement="present">
                <parameter ref="SRSMaxUpPTS" requirement="readWrite" />
            </object>
            <object ref="FAPService.{i}.CellConfig.LTE.RAN.PHY.MBSFN." requirement="present">
                <parameter ref="MaxSFConfigListEntries" requirement="readOnly" />
                <parameter ref="SFConfigListNumberOfEntries" requirement="readOnly" />
            </object>
            <object ref="FAPService.{i}.CellConfig.LTE.RAN.PHY.MBSFN.SFConfigList.{i}." requirement="createDelete">
                <parameter ref="SyncStratumID" requirement="readWrite" />
            </object>
            <object ref="FAPService.{i}.CellConfig.LTE.RAN.PHY.TDDFrame." requirement="present">
                <parameter ref="SubFrameAssignment" requirement="readWrite" />
                <parameter ref="SpecialSubframePatterns" requirement="readWrite" />
            </object>
        </profile>
        <profile name="LTECellConfigRANMACRLC:1">
            <object ref="FAPService.{i}.CellConfig.LTE.RAN.MAC." requirement="present">
            </object>
            <object ref="FAPService.{i}.CellConfig.LTE.RAN.MAC.RACH." requirement="present">
                <parameter ref="NumberOfRaPreambles" requirement="readWrite" />
                <parameter ref="SizeOfRaGroupA" requirement="readWrite" />
                <parameter ref="MessageSizeGroupA" requirement="readWrite" />
                <parameter ref="MessagePowerOffsetGroupB" requirement="readWrite" />
                <parameter ref="PowerRampingStep" requirement="readWrite" />
                <parameter ref="PreambleInitialReceivedTargetPower" requirement="readWrite" />
                <parameter ref="PreambleTransMax" requirement="readWrite" />
                <parameter ref="ResponseWindowSize" requirement="readWrite" />
                <parameter ref="ContentionResolutionTimer" requirement="readWrite" />
                <parameter ref="MaxHARQMsg3Tx" requirement="readWrite" />
            </object>
            <object ref="FAPService.{i}.CellConfig.LTE.RAN.MAC.DRX." requirement="present">
                <parameter ref="DRXEnabled" requirement="readWrite" />
                <parameter ref="OnDurationTimer" requirement="readWrite" />
                <parameter ref="DRXInactivityTimer" requirement="readWrite" />
                <parameter ref="DRXRetransmissionTimer" requirement="readWrite" />
                <parameter ref="LongDRXCycle" requirement="readWrite" />
                <parameter ref="DRXStartOffset" requirement="readWrite" />
                <parameter ref="ShortDRXCycle" requirement="readWrite" />
                <parameter ref="DRXShortCycleTimer" requirement="readWrite" />
            </object>
            <object ref="FAPService.{i}.CellConfig.LTE.RAN.MAC.ULSCH." requirement="present">
                <parameter ref="MaxHARQTx" requirement="readOnly" />
                <parameter ref="PeriodicBSRTimer" requirement="readOnly" />
                <parameter ref="RetxBSRTimer" requirement="readOnly" />
                <parameter ref="TTIBundling" requirement="readOnly" />
            </object>
            <object ref="FAPService.{i}.CellConfig.LTE.RAN.RLC." requirement="present">
            </object>
            <object ref="FAPService.{i}.CellConfig.LTE.RAN.RLC.SRB1." requirement="present">
                <parameter ref="DefaultConfiguration" requirement="readWrite" />
                <parameter ref="TPollRetransmit" requirement="readWrite" />
                <parameter ref="PollPDU" requirement="readWrite" />
                <parameter ref="PollByte" requirement="readWrite" />
                <parameter ref="MaxRetxThreshold" requirement="readWrite" />
                <parameter ref="TReordering" requirement="readWrite" />
                <parameter ref="TStatusProhibit" requirement="readWrite" />
            </object>
            <object ref="FAPService.{i}.CellConfig.LTE.RAN.RLC.SRB2." requirement="present">
                <parameter ref="DefaultConfiguration" requirement="readWrite" />
                <parameter ref="TPollRetransmit" requirement="readWrite" />
                <parameter ref="PollPDU" requirement="readWrite" />
                <parameter ref="PollByte" requirement="readWrite" />
                <parameter ref="MaxRetxThreshold" requirement="readWrite" />
                <parameter ref="TReordering" requirement="readWrite" />
                <parameter ref="TStatusProhibit" requirement="readWrite" />
            </object>
            <object ref="FAPService.{i}.CellConfig.LTE.RAN.CellRestriction." requirement="present">
                <parameter ref="CellBarred" requirement="readWrite" />
                <parameter ref="CellReservedForOperatorUse" requirement="readWrite" />
                <parameter ref="BarringForEmergency" requirement="readWrite" />
            </object>
        </profile>
        <profile name="LTECellConfigRANRRC:1">
            <object ref="FAPService.{i}.CellConfig.LTE.RAN.RRCTimers." requirement="present">
                <parameter ref="T300" requirement="readWrite" />
                <parameter ref="T301" requirement="readWrite" />
                <parameter ref="T302" requirement="readWrite" />
                <parameter ref="T304EUTRA" requirement="readWrite" />
                <parameter ref="T304IRAT" requirement="readWrite" />
                <parameter ref="T310" requirement="readWrite" />
                <parameter ref="T311" requirement="readWrite" />
                <parameter ref="T320" requirement="readWrite" />
                <parameter ref="N310" requirement="readWrite" />
                <parameter ref="N311" requirement="readWrite" />
            </object>
        </profile>
        <profile name="LTECellConfigRANMobilityIdleModeCommon:1">
            <object ref="FAPService.{i}.CellConfig.LTE.RAN.Mobility." requirement="present">
            </object>
            <object ref="FAPService.{i}.CellConfig.LTE.RAN.Mobility.IdleMode." requirement="present">
            </object>
            <object ref="FAPService.{i}.CellConfig.LTE.RAN.Mobility.IdleMode.Common." requirement="present">
                <parameter ref="Qhyst" requirement="readWrite" />
                <parameter ref="QHystSFMedium" requirement="readWrite" />
                <parameter ref="QHystSFHigh" requirement="readWrite" />
                <parameter ref="TEvaluation" requirement="readWrite" />
                <parameter ref="THystNormal" requirement="readWrite" />
                <parameter ref="NCellChangeMedium" requirement="readWrite" />
                <parameter ref="NCellChangeHigh" requirement="readWrite" />
            </object>
        </profile>
        <profile name="LTECellConfigRANMobilityIdleModeEUTRA:1">
            <object ref="FAPService.{i}.CellConfig.LTE.RAN.Mobility." requirement="present">
            </object>
            <object ref="FAPService.{i}.CellConfig.LTE.RAN.Mobility.IdleMode.IntraFreq." requirement="present">
                <parameter ref="QRxLevMinSIB1" requirement="readWrite" />
                <parameter ref="QRxLevMinSIB3" requirement="readWrite" />
                <parameter ref="QRxLevMinOffset" requirement="readWrite" />
                <parameter ref="SIntraSearch" requirement="readWrite" />
                <parameter ref="TReselectionEUTRA" requirement="readWrite" />
                <parameter ref="SNonIntraSearch" requirement="readWrite" />
                <parameter ref="CellReselectionPriority" requirement="readWrite" />
                <parameter ref="PMax" requirement="readWrite" />
                <parameter ref="ThreshServingLow" requirement="readWrite" />
                <parameter ref="TReselectionEUTRASFMedium" requirement="readWrite" />
                <parameter ref="TReselectionEUTRASFHigh" requirement="readWrite" />
            </object>
            <object ref="FAPService.{i}.CellConfig.LTE.RAN.Mobility.IdleMode.InterFreq." requirement="present">
                <parameter ref="MaxCarrierEntries" requirement="readOnly" />
                <parameter ref="CarrierNumberOfEntries" requirement="readOnly" />
            </object>
            <object ref="FAPService.{i}.CellConfig.LTE.RAN.Mobility.IdleMode.InterFreq.Carrier.{i}." requirement="createDelete">
                <parameter ref="EUTRACarrierARFCN" requirement="readWrite" />
                <parameter ref="QRxLevMinSIB5" requirement="readWrite" />
                <parameter ref="QOffsetFreq" requirement="readWrite" />
                <parameter ref="TReselectionEUTRA" requirement="readWrite" />
                <parameter ref="CellReselectionPriority" requirement="readWrite" />
                <parameter ref="ThreshXHigh" requirement="readWrite" />
                <parameter ref="ThreshXLow" requirement="readWrite" />
                <parameter ref="PMax" requirement="readWrite" />
                <parameter ref="TReselectionEUTRASFMedium" requirement="readWrite" />
                <parameter ref="TReselectionEUTRASFHigh" requirement="readWrite" />
            </object>
        </profile>
        <profile name="LTECellConfigRANMobilityIdleModeIRATUTRA:1">
            <object ref="FAPService.{i}.CellConfig.LTE.RAN.Mobility.IdleMode.IRAT." requirement="present">
            </object>
            <object ref="FAPService.{i}.CellConfig.LTE.RAN.Mobility.IdleMode.IRAT.UTRA." requirement="present">
                <parameter ref="TReselectionUTRA" requirement="readWrite" />
                <parameter ref="TReselectionUTRASFMedium" requirement="readWrite" />
                <parameter ref="TReselectionUTRASFHigh" requirement="readWrite" />
                <parameter ref="MaxUTRANFDDFreqEntries" requirement="readOnly" />
                <parameter ref="UTRANFDDFreqNumberOfEntries" requirement="readOnly" />
            </object>
            <object ref="FAPService.{i}.CellConfig.LTE.RAN.Mobility.IdleMode.IRAT.UTRA.UTRANFDDFreq.{i}." requirement="createDelete">
                <parameter ref="UTRACarrierARFCN" requirement="readWrite" />
                <parameter ref="QRxLevMin" requirement="readWrite" />
                <parameter ref="QQualMin" requirement="readWrite" />
                <parameter ref="CellReselectionPriority" requirement="readWrite" />
                <parameter ref="ThreshXHigh" requirement="readWrite" />
                <parameter ref="ThreshXLow" requirement="readWrite" />
                <parameter ref="PMaxUTRA" requirement="readWrite" />
            </object>
        </profile>
        <profile name="LTECellConfigRANMobilityIdleModeIRATGERAN:1">
            <object ref="FAPService.{i}.CellConfig.LTE.RAN.Mobility.IdleMode.IRAT.GERAN." requirement="present">
                <parameter ref="TReselectionGERAN" requirement="readWrite" />
                <parameter ref="TReselectionGERANSFMedium" requirement="readWrite" />
                <parameter ref="TReselectionGERANSFHigh" requirement="readWrite" />
                <parameter ref="MaxGERANFreqGroupEntries" requirement="readOnly" />
                <parameter ref="GERANFreqGroupNumberOfEntries" requirement="readOnly" />
            </object>
            <object ref="FAPService.{i}.CellConfig.LTE.RAN.Mobility.IdleMode.IRAT.GERAN.GERANFreqGroup.{i}." requirement="createDelete">
                <parameter ref="BandIndicator" requirement="readWrite" />
                <parameter ref="BCCHARFCN" requirement="readWrite" />
                <parameter ref="QRxLevMin" requirement="readWrite" />
                <parameter ref="CellReselectionPriority" requirement="readWrite" />
                <parameter ref="ThreshXHigh" requirement="readWrite" />
                <parameter ref="ThreshXLow" requirement="readWrite" />
            </object>
        </profile>
        <profile name="LTECellConfigRANMobilityIdleModeIRATCDMA2000:1">
            <object ref="FAPService.{i}.CellConfig.LTE.RAN.Mobility.IdleMode.IRAT.CDMA2000." requirement="present">
                <parameter ref="SearchWindowSize" requirement="readWrite" />
                <parameter ref="TReselectionCDMA2000" requirement="readWrite" />
                <parameter ref="TReselectionCDMA2000SFMedium" requirement="readWrite" />
                <parameter ref="TReselectionCDMA2000SFHigh" requirement="readWrite" />
                <parameter ref="MaxCDMA2000BandEntries" requirement="readOnly" />
                <parameter ref="CDMA2000BandNumberOfEntries" requirement="readOnly" />
            </object>
            <object ref="FAPService.{i}.CellConfig.LTE.RAN.Mobility.IdleMode.IRAT.CDMA2000.CDMA2000Band.{i}." requirement="createDelete">
                <parameter ref="BandClass" requirement="readWrite" />
                <parameter ref="CellReselectionPriority" requirement="readWrite" />
                <parameter ref="ThreshXHigh" requirement="readWrite" />
                <parameter ref="ThreshXLow" requirement="readWrite" />
            </object>
        </profile>
        <profile name="LTECellConfigRANMobilityConnmodeEUTRAN:1">
            <object ref="FAPService.{i}.CellConfig.LTE.RAN.Mobility.ConnMode." requirement="present">
            </object>
            <object ref="FAPService.{i}.CellConfig.LTE.RAN.Mobility.ConnMode.EUTRA." requirement="present">
                <parameter ref="FilterCoefficientRSRP" requirement="readWrite" />
                <parameter ref="FilterCoefficientRSRQ" requirement="readWrite" />
                <parameter ref="A1ThresholdRSRP" requirement="readWrite" />
                <parameter ref="A1ThresholdRSRQ" requirement="readWrite" />
                <parameter ref="A2ThresholdRSRP" requirement="readWrite" />
                <parameter ref="A2ThresholdRSRQ" requirement="readWrite" />
                <parameter ref="A3Offset" requirement="readWrite" />
                <parameter ref="ReportOnLeave" requirement="readWrite" />
                <parameter ref="A4ThresholdRSRP" requirement="readWrite" />
                <parameter ref="A4ThresholdRSRQ" requirement="readWrite" />
                <parameter ref="A5Threshold1RSRP" requirement="readWrite" />
                <parameter ref="A5Threshold1RSRQ" requirement="readWrite" />
                <parameter ref="A5Threshold2RSRP" requirement="readWrite" />
                <parameter ref="A5Threshold2RSRQ" requirement="readWrite" />
                <parameter ref="Hysteresis" requirement="readWrite" />
                <parameter ref="TimeToTrigger" requirement="readWrite" />
                <parameter ref="TriggerQuantity" requirement="readWrite" />
                <parameter ref="ReportQuantity" requirement="readWrite" />
                <parameter ref="MaxReportCells" requirement="readOnly" />
                <parameter ref="ReportInterval" requirement="readWrite" />
                <parameter ref="ReportAmount" requirement="readWrite" />
            </object>
        </profile>
        <profile name="LTECellConfigRANMobilityConnmodeIRAT:1">
            <object ref="FAPService.{i}.CellConfig.LTE.RAN.Mobility.ConnMode.IRAT." requirement="present">
                <parameter ref="QoffsettUTRA" requirement="readWrite" />
                <parameter ref="FilterCoefficientUTRA" requirement="readWrite" />
                <parameter ref="MeasQuantityUTRAFDD" requirement="readWrite" />
                <parameter ref="B1ThresholdUTRARSCP" requirement="readWrite" />
                <parameter ref="B1ThresholdUTRAEcN0" requirement="readWrite" />
                <parameter ref="QoffsetGERAN" requirement="readWrite" />
                <parameter ref="FilterCoefficientGERAN" requirement="readWrite" />
                <parameter ref="B1ThresholdGERAN" requirement="readWrite" />
                <parameter ref="QoffsetCDMA2000" requirement="readWrite" />
                <parameter ref="MeasQuantityCDMA2000" requirement="readWrite" />
                <parameter ref="B1ThresholdCDMA2000" requirement="readWrite" />
                <parameter ref="B2Threshold2UTRARSCP" requirement="readWrite" />
                <parameter ref="B2Threshold2UTRAEcN0" requirement="readWrite" />
                <parameter ref="B2Threshold2GERAN" requirement="readWrite" />
                <parameter ref="B2Threshold2CDMA2000" requirement="readWrite" />
                <parameter ref="Hysteresis" requirement="readWrite" />
                <parameter ref="TimeToTrigger" requirement="readWrite" />
                <parameter ref="MaxReportCells" requirement="readOnly" />
                <parameter ref="ReportInterval" requirement="readWrite" />
                <parameter ref="ReportAmount" requirement="readWrite" />
            </object>
        </profile>
        <profile name="LTECellConfigRANNLLTECell:1">
            <object ref="FAPService.{i}.CellConfig.LTE.RAN.NeighborList." requirement="present">
                <parameter ref="MaxLTECellEntries" requirement="readOnly" />
                <parameter ref="LTECellNumberOfEntries" requirement="readOnly" />
            </object>
            <object ref="FAPService.{i}.CellConfig.LTE.RAN.NeighborList.LTECell.{i}." requirement="present">
                <parameter ref="MustInclude" requirement="readWrite" />
                <parameter ref="PLMNID" requirement="readWrite" />
                <parameter ref="CID" requirement="readWrite" />
                <parameter ref="EUTRACarrierARFCN" requirement="readWrite" />
                <parameter ref="PhyCellID" requirement="readWrite" />
                <parameter ref="QOffset" requirement="readWrite" />
                <parameter ref="CIO" requirement="readWrite" />
                <parameter ref="RSTxPower" requirement="readWrite" />
                <parameter ref="Blacklisted" requirement="readWrite" />
            </object>
            <object ref="FAPService.{i}.CellConfig.LTE.RAN.NeighborListInUse." requirement="present">
                <parameter ref="MaxLTECellEntries" requirement="readOnly" />
                <parameter ref="LTECellNumberOfEntries" requirement="readOnly" />
            </object>
            <object ref="FAPService.{i}.CellConfig.LTE.RAN.NeighborListInUse.LTECell.{i}." requirement="present">
                <parameter ref="PLMNID" requirement="readOnly" />
                <parameter ref="CID" requirement="readOnly" />
                <parameter ref="EUTRACarrierARFCN" requirement="readOnly" />
                <parameter ref="PhyCellID" requirement="readOnly" />
                <parameter ref="QOffset" requirement="readOnly" />
                <parameter ref="CIO" requirement="readOnly" />
                <parameter ref="RSTxPower" requirement="readOnly" />
                <parameter ref="Blacklisted" requirement="readOnly" />
            </object>
        </profile>
        <profile name="LTECellConfigRANNLIRATUMTSCell:1">
            <object ref="FAPService.{i}.CellConfig.LTE.RAN.NeighborList.InterRATCell." requirement="present">
                <parameter ref="MaxUMTSEntries" requirement="readOnly" />
                <parameter ref="UMTSNumberOfEntries" requirement="readOnly" />
            </object>
            <object ref="FAPService.{i}.CellConfig.LTE.RAN.NeighborList.InterRATCell.UMTS.{i}." requirement="present">
                <parameter ref="MustInclude" requirement="readWrite" />
                <parameter ref="PLMNID" requirement="readWrite" />
                <parameter ref="RNCID" requirement="readWrite" />
                <parameter ref="CID" requirement="readWrite" />
                <parameter ref="LAC" requirement="readWrite" />
                <parameter ref="RAC" requirement="readWrite" />
                <parameter ref="URA" requirement="readWrite" />
                <parameter ref="UARFCNUL" requirement="readWrite" />
                <parameter ref="UARFCNDL" requirement="readWrite" />
                <parameter ref="PCPICHScramblingCode" requirement="readWrite" />
                <parameter ref="PCPICHTxPower" requirement="readWrite" />
            </object>
            <object ref="FAPService.{i}.CellConfig.LTE.RAN.NeighborListInUse.InterRATCell." requirement="present">
                <parameter ref="MaxUMTSEntries" requirement="readOnly" />
                <parameter ref="UMTSNumberOfEntries" requirement="readOnly" />
            </object>
            <object ref="FAPService.{i}.CellConfig.LTE.RAN.NeighborListInUse.InterRATCell.UMTS.{i}." requirement="present">
                <parameter ref="PLMNID" requirement="readOnly" />
                <parameter ref="RNCID" requirement="readOnly" />
                <parameter ref="CID" requirement="readOnly" />
                <parameter ref="LAC" requirement="readOnly" />
                <parameter ref="RAC" requirement="readOnly" />
                <parameter ref="URA" requirement="readOnly" />
                <parameter ref="UARFCNUL" requirement="readOnly" />
                <parameter ref="UARFCNDL" requirement="readOnly" />
                <parameter ref="PCPICHScramblingCode" requirement="readOnly" />
                <parameter ref="PCPICHTxPower" requirement="readOnly" />
            </object>
        </profile>
        <profile name="LTECellConfigRANNLIRATGSMCell:1">
            <object ref="FAPService.{i}.CellConfig.LTE.RAN.NeighborList.InterRATCell." requirement="present">
                <parameter ref="MaxGSMEntries" requirement="readOnly" />
                <parameter ref="GSMNumberOfEntries" requirement="readOnly" />
            </object>
            <object ref="FAPService.{i}.CellConfig.LTE.RAN.NeighborList.InterRATCell.GSM.{i}." requirement="present">
                <parameter ref="MustInclude" requirement="readWrite" />
                <parameter ref="PLMNID" requirement="readWrite" />
                <parameter ref="LAC" requirement="readWrite" />
                <parameter ref="BSIC" requirement="readWrite" />
                <parameter ref="CI" requirement="readWrite" />
                <parameter ref="BandIndicator" requirement="readWrite" />
                <parameter ref="BCCHARFCN" requirement="readWrite" />
            </object>
            <object ref="FAPService.{i}.CellConfig.LTE.RAN.NeighborListInUse.InterRATCell." requirement="present">
                <parameter ref="MaxGSMEntries" requirement="readOnly" />
                <parameter ref="GSMNumberOfEntries" requirement="readOnly" />
            </object>
            <object ref="FAPService.{i}.CellConfig.LTE.RAN.NeighborListInUse.InterRATCell.GSM.{i}." requirement="present">
                <parameter ref="PLMNID" requirement="readOnly" />
                <parameter ref="LAC" requirement="readOnly" />
                <parameter ref="BSIC" requirement="readOnly" />
                <parameter ref="CI" requirement="readOnly" />
                <parameter ref="BandIndicator" requirement="readOnly" />
                <parameter ref="BCCHARFCN" requirement="readOnly" />
            </object>
        </profile>
        <profile name="LTECellConfigRANNLIRATCDMA2000Cell:1">
            <object ref="FAPService.{i}.CellConfig.LTE.RAN.NeighborList.InterRATCell." requirement="present">
                <parameter ref="MaxCDMA2000Entries" requirement="readOnly" />
                <parameter ref="CDMA2000NumberOfEntries" requirement="readOnly" />
            </object>
            <object ref="FAPService.{i}.CellConfig.LTE.RAN.NeighborList.InterRATCell.CDMA2000.{i}." requirement="present">
                <parameter ref="MustInclude" requirement="readWrite" />
                <parameter ref="BandClass" requirement="readWrite" />
                <parameter ref="ARFCN" requirement="readWrite" />
                <parameter ref="PNOffset" requirement="readWrite" />
                <parameter ref="Type" requirement="readWrite" />
                <parameter ref="CID" requirement="readWrite" />
            </object>
            <object ref="FAPService.{i}.CellConfig.LTE.RAN.NeighborListInUse.InterRATCell." requirement="present">
                <parameter ref="MaxCDMA2000Entries" requirement="readOnly" />
                <parameter ref="CDMA2000NumberOfEntries" requirement="readOnly" />
            </object>
            <object ref="FAPService.{i}.CellConfig.LTE.RAN.NeighborListInUse.InterRATCell.CDMA2000.{i}." requirement="present">
                <parameter ref="BandClass" requirement="readOnly" />
                <parameter ref="ARFCN" requirement="readOnly" />
                <parameter ref="PNOffset" requirement="readOnly" />
                <parameter ref="Type" requirement="readOnly" />
                <parameter ref="CID" requirement="readOnly" />
            </object>
        </profile>
        <profile name="REMLTE:1">
            <object ref="FAPService.{i}.REM." requirement="present">
            </object>
            <object ref="FAPService.{i}.REM.LTE." requirement="present">
                <parameter ref="InServiceHandling" requirement="readWrite" />
                <parameter ref="ScanPeriodically" requirement="readWrite" />
                <parameter ref="PeriodicInterval" requirement="readWrite" />
                <parameter ref="PeriodicTime" requirement="readWrite" />
                <parameter ref="REMPLMNList" requirement="readWrite" />
                <parameter ref="REMBandList" requirement="readWrite" />
                <parameter ref="EUTRACarrierARFCNDLList" requirement="readWrite" />
                <parameter ref="ScanTimeout" requirement="readWrite" />
                <parameter ref="ScanStatus" requirement="readOnly" />
                <parameter ref="ErrorDetails" requirement="readOnly" />
                <parameter ref="LastScanTime" requirement="readOnly" />
                <parameter ref="MaxCellEntries" requirement="readOnly" />
                <parameter ref="CellNumberOfEntries" requirement="readOnly" />
            </object>
            <object ref="FAPService.{i}.REM.LTE.Cell.{i}." requirement="createDelete">
            </object>
            <object ref="FAPService.{i}.REM.LTE.Cell.{i}.RF." requirement="present">
                <parameter ref="EUTRACarrierARFCN" requirement="readOnly" />
                <parameter ref="PhyCellID" requirement="readOnly" />
                <parameter ref="RSRP" requirement="readOnly" />
                <parameter ref="RSRQ" requirement="readOnly" />
            </object>
            <object ref="FAPService.{i}.REM.LTE.Cell.{i}.BCCH." requirement="present">
                <parameter ref="DLBandwidth" requirement="readOnly" />
                <parameter ref="ULBandwidth" requirement="readOnly" />
                <parameter ref="RSTxPower" requirement="readOnly" />
                <parameter ref="TAC" requirement="readOnly" />
                <parameter ref="CellID" requirement="readOnly" />
                <parameter ref="CellBarred" requirement="readOnly" />
                <parameter ref="CSGIndication" requirement="readOnly" />
                <parameter ref="CSGIdentity" requirement="readOnly" />
            </object>
            <object ref="FAPService.{i}.REM.LTE.Cell.{i}.BCCH.PLMNList.{i}." requirement="present">
                <parameter ref="PLMNID" requirement="readOnly" />
                <parameter ref="CellReservedForOperatorUse" requirement="readOnly" />
            </object>
        </profile>
        <profile name="CDMA2000Baseline:1">
            <parameter ref="FAPServiceNumberOfEntries" requirement="readOnly" />
            <object ref="FAPService.{i}." requirement="present">
                <parameter ref="DeviceType" requirement="readOnly" />
            </object>
            <object ref="FAPService.{i}.Capabilities." requirement="present">
                <parameter ref="GPSEquipped" requirement="readOnly" />
                <parameter ref="MaxTxPower" requirement="readOnly" />
                <parameter ref="SupportedSystems" requirement="readOnly" />
            </object>
            <object ref="FAPService.{i}.FAPControl.CDMA2000.Time." requirement="present">
                <parameter ref="LocalTimeZone" requirement="readWrite" />
                <parameter ref="CurrentLocalTime" requirement="readOnly" />
                <parameter ref="LeapSeconds" requirement="readWrite" />
                <parameter ref="DaylightSavingsUsed" requirement="readWrite" />
            </object>
            <object ref="FAPService.{i}.Capabilities.CDMA2000.OneX." requirement="present">
                <parameter ref="BandClassSupportedFAP" requirement="readOnly" />
                <parameter ref="ActiveHandinCapable" requirement="readOnly" />
                <parameter ref="FemtoOverheadMessagesCapable" requirement="readOnly" />
            </object>
            <object ref="FAPService.{i}.Capabilities.CDMA2000.HRPD." requirement="present">
                <parameter ref="A13SessionTransferCapable" requirement="readOnly" />
                <parameter ref="A16SessionTransferCapable" requirement="readOnly" />
                <parameter ref="LocalIPAccessCapable" requirement="readOnly" />
                <parameter ref="DedicatedHRPDBeacon" requirement="readOnly" />
            </object>
            <object ref="FAPService.{i}.FAPControl.CDMA2000.OneX." requirement="present">
                <parameter ref="OpState" requirement="readOnly" />
                <parameter ref="AdminState" requirement="readWrite" />
                <parameter ref="RFTxStatus" requirement="readOnly" />
                <parameter ref="Daylight" requirement="readWrite" />
                <parameter ref="MaxPRev" requirement="readWrite" />
                <parameter ref="Reregister" requirement="readWrite" />
                <parameter ref="EmergencySessionPeriod" requirement="readWrite" />
                <parameter ref="LocationAreaCode" requirement="readWrite" />
                <parameter ref="MSCId" requirement="readWrite" />
                <parameter ref="ActiveHandinEnable" requirement="readWrite" />
            </object>
            <object ref="FAPService.{i}.FAPControl.CDMA2000.HRPD." requirement="present">
                <parameter ref="OpState" requirement="readOnly" />
                <parameter ref="AdminState" requirement="readWrite" />
                <parameter ref="RFTxStatus" requirement="readOnly" />
                <parameter ref="A13SessionTransferEnable" requirement="readWrite" />
                <parameter ref="LocalIPAccessEnable" requirement="readWrite" />
            </object>
            <object ref="FAPService.{i}.CellConfig.CDMA2000." requirement="present">
                <parameter ref="TunnelInstance" requirement="readWrite" />
            </object>
        </profile>
        <profile name="OneXSelfConfig:1">
            <object ref="FAPService.{i}.Capabilities.CDMA2000." requirement="present">
            </object>
            <object ref="FAPService.{i}.Capabilities.CDMA2000.OneX." requirement="present">
            </object>
            <object ref="FAPService.{i}.Capabilities.CDMA2000.OneX.SelfConfig." requirement="present">
                <parameter ref="RFCNFLConfig" requirement="readOnly" />
                <parameter ref="PilotPNConfig" requirement="readOnly" />
                <parameter ref="MaxFAPTxPowerConfig" requirement="readOnly" />
                <parameter ref="MaxFAPBeaconTxPowerConfig" requirement="readOnly" />
            </object>
        </profile>
        <profile name="HRPDSelfConfig:1">
            <object ref="FAPService.{i}.Capabilities.CDMA2000." requirement="present">
            </object>
            <object ref="FAPService.{i}.Capabilities.CDMA2000.HRPD." requirement="present">
            </object>
            <object ref="FAPService.{i}.Capabilities.CDMA2000.HRPD.SelfConfig." requirement="present">
                <parameter ref="RFCNFLConfig" requirement="readOnly" />
                <parameter ref="PilotPNConfig" requirement="readOnly" />
                <parameter ref="MaxFAPTxPowerConfig" requirement="readOnly" />
                <parameter ref="MaxFAPBeaconTxPowerConfig" requirement="readOnly" />
            </object>
        </profile>
        <profile name="CDMA2000Time:1">
            <object ref="FAPService.{i}.FAPControl.CDMA2000." requirement="present">
            </object>
            <object ref="FAPService.{i}.FAPControl.CDMA2000.Time." requirement="present">
                <parameter ref="LocalTimeZone" requirement="readWrite" />
                <parameter ref="CurrentLocalTime" requirement="readOnly" />
                <parameter ref="LeapSeconds" requirement="readWrite" />
                <parameter ref="DaylightSavingsUsed" requirement="readWrite" />
            </object>
        </profile>
        <profile name="CDMA2000Gateway:1">
            <object ref="FAPService.{i}.FAPControl.CDMA2000." requirement="present">
            </object>
            <object ref="FAPService.{i}.FAPControl.CDMA2000.Gateway." requirement="present">
                <parameter ref="SecGWServer1" requirement="readWrite" />
                <parameter ref="SecGWServer2" requirement="readWrite" />
                <parameter ref="SecGWServer3" requirement="readWrite" />
                <parameter ref="SecGWSwitchoverCount" requirement="readOnly" />
            </object>
        </profile>
        <profile name="CDMA2000OneXPCF:1">
            <object ref="FAPService.{i}.CellConfig.CDMA2000." requirement="present">
            </object>
            <object ref="FAPService.{i}.CellConfig.CDMA2000.OneX." requirement="present">
            </object>
            <object ref="FAPService.{i}.CellConfig.CDMA2000.OneX.PCFConfig." requirement="present">
                <parameter ref="PCFPDSNHealthMonitorInterval" requirement="readWrite" />
            </object>
            <object ref="FAPService.{i}.CellConfig.CDMA2000.OneX." requirement="present">
                <parameter ref="PCFPDSNNumberOfEntries" requirement="readOnly" />
                <parameter ref="MaxBatchPCFPDSNEntries" requirement="readOnly" />
                <parameter ref="BatchPCFPDSNNumberOfEntries" requirement="readOnly" />
            </object>
            <object ref="FAPService.{i}.CellConfig.CDMA2000.OneX.BatchPCFPDSN.{i}." requirement="present">
                <parameter ref="BatchTableNumber" requirement="readWrite" />
                <parameter ref="BatchTableStartIPAddress" requirement="readWrite" />
                <parameter ref="BatchTableEndIPAddress" requirement="readWrite" />
                <parameter ref="BatchTableSecurityParameterIndex" requirement="readWrite" />
                <parameter ref="BatchTableSecretKey" requirement="readWrite" />
                <parameter ref="BatchTableIOSVersion" requirement="readWrite" />
                <parameter ref="BatchTablePDSNAdminStatus" requirement="readWrite" />
                <parameter ref="PDSNType" requirement="readWrite" />
            </object>
            <object ref="FAPService.{i}.CellConfig.CDMA2000.OneX.PCFPDSN.{i}." requirement="present">
                <parameter ref="PDSNNumber" requirement="readWrite" />
                <parameter ref="SecurityParameterIndex" requirement="readWrite" />
                <parameter ref="SecurityKey" requirement="readWrite" />
                <parameter ref="IOSVersion" requirement="readWrite" />
                <parameter ref="PDSNadminStatus" requirement="readWrite" />
                <parameter ref="PDSNHealthStatus" requirement="readWrite" />
                <parameter ref="PDSNIPAddress" requirement="readWrite" />
            </object>
        </profile>
        <profile name="CDMA2000HRPDPCF:1">
            <object ref="FAPService.{i}.CellConfig.CDMA2000." requirement="present">
            </object>
            <object ref="FAPService.{i}.CellConfig.CDMA2000.HRPD." requirement="present">
                <parameter ref="PCFPDSNNumberOfEntries" requirement="readOnly" />
                <parameter ref="BatchPCFPDSNNumberOfEntries" requirement="readOnly" />
            </object>
            <object ref="FAPService.{i}.CellConfig.CDMA2000.HRPD.PCFConfig." requirement="present">
                <parameter ref="PCFPDSNHealthMonitorInterval" requirement="readWrite" />
            </object>
            <object ref="FAPService.{i}.CellConfig.CDMA2000.HRPD.BatchPCFPDSN.{i}." requirement="present">
                <parameter ref="BatchTableNumber" requirement="readWrite" />
                <parameter ref="BatchTableStartIPAddress" requirement="readWrite" />
                <parameter ref="BatchTableEndIPAddress" requirement="readWrite" />
                <parameter ref="BatchTableSecurityParameterIndex" requirement="readWrite" />
                <parameter ref="BatchTableSecretKey" requirement="readWrite" />
                <parameter ref="BatchTableIOSVersion" requirement="readWrite" />
                <parameter ref="BatchTablePDSNAdminStatus" requirement="readWrite" />
                <parameter ref="PDSNType" requirement="readWrite" />
            </object>
            <object ref="FAPService.{i}.CellConfig.CDMA2000.HRPD.PCFPDSN.{i}." requirement="present">
                <parameter ref="PDSNNumber" requirement="readWrite" />
                <parameter ref="SecurityParameterIndex" requirement="readWrite" />
                <parameter ref="SecurityKey" requirement="readWrite" />
                <parameter ref="IOSVersion" requirement="readWrite" />
                <parameter ref="PDSNadminStatus" requirement="readWrite" />
                <parameter ref="PDSNHealthStatus" requirement="readWrite" />
                <parameter ref="PDSNIPAddress" requirement="readWrite" />
            </object>
        </profile>
        <profile name="CDMA2000OneXRAN:1">
            <object ref="FAPService.{i}.CellConfig.CDMA2000." requirement="present">
            </object>
            <object ref="FAPService.{i}.CellConfig.CDMA2000.OneX." requirement="present">
            </object>
            <object ref="FAPService.{i}.CellConfig.CDMA2000.OneX.RAN." requirement="present">
                <parameter ref="OneXSectorNID" requirement="readWrite" />
                <parameter ref="OneXSectorSID" requirement="readWrite" />
                <parameter ref="OneXPZID" requirement="readWrite" />
                <parameter ref="BaseID" requirement="readWrite" />
                <parameter ref="MaxNeighborListEntries" requirement="readOnly" />
                <parameter ref="NeighborListNumberOfEntries" requirement="readOnly" />
            </object>
            <object ref="FAPService.{i}.CellConfig.CDMA2000.OneX.RAN.RF." requirement="present">
                <parameter ref="RFCNFL" requirement="readWrite" />
                <parameter ref="RFCNFLBandInUse" requirement="readOnly" />
                <parameter ref="RFCNFLInUse" requirement="readOnly" />
                <parameter ref="PilotPN" requirement="readWrite" />
                <parameter ref="PilotPNInUse" requirement="readOnly" />
                <parameter ref="MaxFAPTxPower" requirement="readWrite" />
                <parameter ref="MaxFAPTxPowerInUse" requirement="readOnly" />
                <parameter ref="PchPwrPercentage" requirement="readWrite" />
                <parameter ref="PilotPwrPercentage" requirement="readWrite" />
                <parameter ref="SyncPwrPercentage" requirement="readWrite" />
            </object>
        </profile>
        <profile name="CDMA2000OneXAccessParameters:1">
            <object ref="FAPService.{i}.CellConfig.CDMA2000." requirement="present">
            </object>
            <object ref="FAPService.{i}.CellConfig.CDMA2000.OneX." requirement="present">
            </object>
            <object ref="FAPService.{i}.CellConfig.CDMA2000.OneX.RAN." requirement="present">
            </object>
            <object ref="FAPService.{i}.CellConfig.CDMA2000.OneX.RAN.AccessParameters." requirement="present">
                <parameter ref="NomPwr" requirement="readWrite" />
                <parameter ref="InitPwr" requirement="readWrite" />
                <parameter ref="PwrStepIndb" requirement="readWrite" />
                <parameter ref="NomPwrExt" requirement="readWrite" />
                <parameter ref="APMAuth" requirement="readWrite" />
                <parameter ref="APMRandUpdatePrd" requirement="readWrite" />
                <parameter ref="Initialpwr" requirement="readWrite" />
                <parameter ref="PwrStep" requirement="readWrite" />
                <parameter ref="NumStep" requirement="readWrite" />
                <parameter ref="MaxCapSize" requirement="readWrite" />
                <parameter ref="PreambleSize" requirement="readWrite" />
                <parameter ref="Psist09" requirement="readWrite" />
                <parameter ref="Psist10" requirement="readWrite" />
                <parameter ref="Psist11" requirement="readWrite" />
                <parameter ref="Psist12" requirement="readWrite" />
                <parameter ref="Psist13" requirement="readWrite" />
                <parameter ref="Psist14" requirement="readWrite" />
                <parameter ref="Psist15" requirement="readWrite" />
                <parameter ref="MsgPsist" requirement="readWrite" />
                <parameter ref="RegPsist" requirement="readWrite" />
                <parameter ref="ProbePNRan" requirement="readWrite" />
                <parameter ref="AccTmo" requirement="readWrite" />
                <parameter ref="ProbeBkoff" requirement="readWrite" />
                <parameter ref="Bkoff" requirement="readWrite" />
                <parameter ref="MaxReqSeq" requirement="readWrite" />
                <parameter ref="MaxRspSeq" requirement="readWrite" />
            </object>
        </profile>
        <profile name="CDMA2000OneXNeighborList:1">
            <object ref="FAPService.{i}.CellConfig.CDMA2000." requirement="present">
            </object>
            <object ref="FAPService.{i}.CellConfig.CDMA2000.OneX." requirement="present">
            </object>
            <object ref="FAPService.{i}.CellConfig.CDMA2000.OneX.RAN." requirement="present">
            </object>
            <object ref="FAPService.{i}.CellConfig.CDMA2000.OneX.RAN.NeighborList.{i}." requirement="present">
                <parameter ref="PilotInc" requirement="readWrite" />
                <parameter ref="OneXNeighborIndex" requirement="readWrite" />
                <parameter ref="NeighborConfig" requirement="readWrite" />
                <parameter ref="NeighborPN" requirement="readWrite" />
                <parameter ref="SearchPriority" requirement="readWrite" />
                <parameter ref="NeighborBand" requirement="readWrite" />
                <parameter ref="NeighborFrequency" requirement="readWrite" />
                <parameter ref="FrequencyIncluded" requirement="readWrite" />
                <parameter ref="InTraffic" requirement="readWrite" />
                <parameter ref="OverheadMsg" requirement="readWrite" />
                <parameter ref="BaseIdentifier" requirement="readWrite" />
                <parameter ref="AirInterface" requirement="readWrite" />
                <parameter ref="HandOutCapable" requirement="readWrite" />
                <parameter ref="OneXNeighborLongitude" requirement="readWrite" />
                <parameter ref="OneXNeighborLatitude" requirement="readWrite" />
                <parameter ref="OneXNeighborMSCId" requirement="readWrite" />
                <parameter ref="OneXNeighborIOSCellId" requirement="readWrite" />
                <parameter ref="ForceInOverhead" requirement="readWrite" />
                <parameter ref="IncludedInOverhead" requirement="readOnly" />
            </object>
        </profile>
        <profile name="CDMA2000OneXSystemParameters:1">
            <object ref="FAPService.{i}.CellConfig.CDMA2000." requirement="present">
            </object>
            <object ref="FAPService.{i}.CellConfig.CDMA2000.OneX." requirement="present">
            </object>
            <object ref="FAPService.{i}.CellConfig.CDMA2000.OneX.RAN." requirement="present">
            </object>
            <object ref="FAPService.{i}.CellConfig.CDMA2000.OneX.RAN.SystemParameters." requirement="present">
                <parameter ref="RegZone" requirement="readWrite" />
                <parameter ref="TotalZones" requirement="readWrite" />
                <parameter ref="ZoneTimer" requirement="readWrite" />
                <parameter ref="RegPeriod" requirement="readWrite" />
                <parameter ref="SrchWinA" requirement="readWrite" />
                <parameter ref="SrchWinN" requirement="readWrite" />
                <parameter ref="SrchWinR" requirement="readWrite" />
                <parameter ref="NghbrMaxAge" requirement="readWrite" />
                <parameter ref="PwrRepThresh" requirement="readWrite" />
                <parameter ref="PwrRepFrames" requirement="readWrite" />
                <parameter ref="PwrThreshEnable" requirement="readWrite" />
                <parameter ref="PwrPeriodEnable" requirement="readWrite" />
                <parameter ref="PwrRepDelay" requirement="readWrite" />
                <parameter ref="Rescan" requirement="readWrite" />
                <parameter ref="Tadd" requirement="readWrite" />
                <parameter ref="Tdrop" requirement="readWrite" />
                <parameter ref="Tcomp" requirement="readWrite" />
                <parameter ref="TTdrop" requirement="readWrite" />
                <parameter ref="InTrafficTadd" requirement="readWrite" />
                <parameter ref="InTrafficTdrop" requirement="readWrite" />
                <parameter ref="InTrafficTcomp" requirement="readWrite" />
                <parameter ref="InTrafficTtdrop" requirement="readWrite" />
            </object>
            <object ref="FAPService.{i}.CellConfig.CDMA2000.OneX.RAN.ExtendedSystemParameters." requirement="present">
                <parameter ref="Prev" requirement="readWrite" />
                <parameter ref="PMinRev" requirement="readWrite" />
                <parameter ref="DeleteForTMSI" requirement="readWrite" />
                <parameter ref="UseTMSI" requirement="readWrite" />
                <parameter ref="PrefMSIDType" requirement="readWrite" />
                <parameter ref="MCC" requirement="readWrite" />
                <parameter ref="IMSI1112" requirement="readWrite" />
                <parameter ref="TMSIZoneLen" requirement="readWrite" />
                <parameter ref="TMSIZone" requirement="readWrite" />
                <parameter ref="BcastIndex" requirement="readWrite" />
                <parameter ref="IMSITSupported" requirement="readWrite" />
                <parameter ref="SoftSlope" requirement="readWrite" />
                <parameter ref="AddIntercept" requirement="readWrite" />
                <parameter ref="DropIntercept" requirement="readWrite" />
                <parameter ref="MaxNumAltSo" requirement="readWrite" />
                <parameter ref="ReselectedIncluded" requirement="readWrite" />
                <parameter ref="EcThresh" requirement="readWrite" />
                <parameter ref="EcIoThresh" requirement="readWrite" />
                <parameter ref="PilotReport" requirement="readWrite" />
                <parameter ref="NghbrSetEntryInfo" requirement="readWrite" />
                <parameter ref="AccessHOOrder" requirement="readWrite" />
                <parameter ref="NghbrSetAccessInfo" requirement="readWrite" />
                <parameter ref="AccessHO" requirement="readWrite" />
                <parameter ref="AccessHOMsgRsp" requirement="readWrite" />
                <parameter ref="AccessProbeHO" requirement="readWrite" />
                <parameter ref="AccHOListUpd" requirement="readWrite" />
                <parameter ref="AccProbeHOOtherMsg" requirement="readWrite" />
                <parameter ref="MaxNumProbeHO" requirement="readWrite" />
                <parameter ref="BrdcastGPSAssit" requirement="readWrite" />
                <parameter ref="QPCHSupported" requirement="readWrite" />
                <parameter ref="NumQPCH" requirement="readWrite" />
                <parameter ref="QPCHRate" requirement="readWrite" />
                <parameter ref="QPCHPwrLevelPage" requirement="readWrite" />
                <parameter ref="QPCHcciSupported" requirement="readWrite" />
                <parameter ref="QPCHPwrLevelConfig" requirement="readWrite" />
                <parameter ref="SDBSupported" requirement="readWrite" />
                <parameter ref="RLgainTrafficPilot" requirement="readWrite" />
                <parameter ref="RvsPwrCtrlDelayIncl" requirement="readWrite" />
                <parameter ref="RvsPwrCtrlDelay" requirement="readWrite" />
            </object>
        </profile>
        <profile name="CDMA2000Beacon:1">
            <object ref="FAPService.{i}.CellConfig.CDMA2000." requirement="present">
            </object>
            <object ref="FAPService.{i}.CellConfig.CDMA2000.Beacon." requirement="present">
                <parameter ref="BeaconAdminStatus" requirement="readWrite" />
                <parameter ref="BeaconOperStatus" requirement="readOnly" />
                <parameter ref="HRPDBeaconEnable" requirement="readWrite" />
                <parameter ref="Period" requirement="readWrite" />
                <parameter ref="MaxFAPBeaconTxPower" requirement="readWrite" />
                <parameter ref="MaxFAPBeaconTxPowerInUse" requirement="readOnly" />
                <parameter ref="BeaconPchPwrPercentage" requirement="readWrite" />
                <parameter ref="MaxHRPDBeaconTxPower" requirement="readWrite" />
                <parameter ref="MaxHRPDBeaconTxPowerInUse" requirement="readOnly" />
                <parameter ref="BeaconPilotPwrPercentage" requirement="readWrite" />
                <parameter ref="BeaconSyncPwrPercentage" requirement="readWrite" />
                <parameter ref="MaxBeaconListEntries" requirement="readOnly" />
                <parameter ref="BeaconListNumberOfEntries" requirement="readOnly" />
                <parameter ref="MaxHRPDBeaconListEntries" requirement="readOnly" />
                <parameter ref="HRPDBeaconListNumberOfEntries" requirement="readOnly" />
            </object>
            <object ref="FAPService.{i}.CellConfig.CDMA2000.Beacon.BeaconList.{i}." requirement="present">
                <parameter ref="BeaconIndex" requirement="readOnly" />
                <parameter ref="Offset" requirement="readWrite" />
                <parameter ref="Duration" requirement="readWrite" />
                <parameter ref="TransmissionFormat" requirement="readWrite" />
                <parameter ref="BeaconBandClass" requirement="readWrite" />
                <parameter ref="BeaconChannelFreq" requirement="readWrite" />
                <parameter ref="BeaconPNOffset" requirement="readWrite" />
                <parameter ref="TxPower" requirement="readWrite" />
                <parameter ref="BeaconSID" requirement="readWrite" />
                <parameter ref="BeaconNID" requirement="readWrite" />
                <parameter ref="BeaconPZID" requirement="readWrite" />
            </object>
        </profile>
        <profile name="CDMA2000OneXPowerControl:1">
            <object ref="FAPService.{i}.CellConfig.CDMA2000." requirement="present">
            </object>
            <object ref="FAPService.{i}.CellConfig.CDMA2000.OneX." requirement="present">
            </object>
            <object ref="FAPService.{i}.CellConfig.CDMA2000.OneX.RAN." requirement="present">
            </object>
            <object ref="FAPService.{i}.CellConfig.CDMA2000.OneX.RAN.ForwardPwrCtr." requirement="present">
                <parameter ref="FPCFCHInitSetpt" requirement="readWrite" />
                <parameter ref="FPCSubchanGain" requirement="readWrite" />
                <parameter ref="RLGainAdj" requirement="readWrite" />
                <parameter ref="FPCFCHFER" requirement="readWrite" />
                <parameter ref="FPCFCHMinSetpt" requirement="readWrite" />
                <parameter ref="FPCFCHMaxSetpt" requirement="readWrite" />
            </object>
            <object ref="FAPService.{i}.CellConfig.CDMA2000.OneX.RAN.PowerControl." requirement="present">
                <parameter ref="OneXPCFPCIncl" requirement="readWrite" />
                <parameter ref="OneXPCFPCFCHMinSetpt" requirement="readWrite" />
                <parameter ref="OneXPCFPCFCHMaxSetpt" requirement="readWrite" />
                <parameter ref="OneXPCRPCIncl" requirement="readWrite" />
                <parameter ref="OneXPCFCHChanAdjGain" requirement="readWrite" />
                <parameter ref="OneXPCPwrRepThresh" requirement="readWrite" />
                <parameter ref="OneXPCPwrRepFrames" requirement="readWrite" />
                <parameter ref="OneXPwrThreshEnable" requirement="readWrite" />
                <parameter ref="OneXPCPwrPeriodEnable" requirement="readWrite" />
                <parameter ref="OneXPCPwrRepDelay" requirement="readWrite" />
            </object>
        </profile>
        <profile name="CDMA2000OneXHandoff:1">
            <object ref="FAPService.{i}.CellConfig.CDMA2000." requirement="present">
            </object>
            <object ref="FAPService.{i}.CellConfig.CDMA2000.OneX." requirement="present">
            </object>
            <object ref="FAPService.{i}.CellConfig.CDMA2000.OneX.RAN." requirement="present">
            </object>
            <object ref="FAPService.{i}.CellConfig.CDMA2000.OneX.RAN.HardHandoff." requirement="present">
                <parameter ref="HandoutEnable" requirement="readWrite" />
                <parameter ref="HOPilotPowerThresh" requirement="readWrite" />
                <parameter ref="HOPilotDuration" requirement="readWrite" />
            </object>
            <object ref="FAPService.{i}.CellConfig.CDMA2000.OneX.Redirect." requirement="present">
                <parameter ref="RedirectChannelNumber" requirement="readWrite" />
                <parameter ref="RedirectBandClass" requirement="readWrite" />
            </object>
        </profile>
        <profile name="CDMA2000HRPDRAN:1">
            <object ref="FAPService.{i}.CellConfig.CDMA2000." requirement="present">
            </object>
            <object ref="FAPService.{i}.CellConfig.CDMA2000.HRPD." requirement="present">
            </object>
            <object ref="FAPService.{i}.CellConfig.CDMA2000.HRPD.RAN." requirement="present">
            </object>
            <object ref="FAPService.{i}.CellConfig.CDMA2000.HRPD.RAN.RF." requirement="present">
                <parameter ref="HRPDCarBandClass" requirement="readWrite" />
                <parameter ref="RFCNFL" requirement="readWrite" />
                <parameter ref="RFCNFLInUse" requirement="readOnly" />
                <parameter ref="PilotPN" requirement="readWrite" />
                <parameter ref="PilotPNInUse" requirement="readWrite" />
                <parameter ref="MaxFAPTxPower" requirement="readWrite" />
                <parameter ref="MaxFAPTxPowerInUse" requirement="readWrite" />
                <parameter ref="ControlChannelRate" requirement="readWrite" />
                <parameter ref="SyncCapsuleOffset" requirement="readWrite" />
                <parameter ref="RabLength" requirement="readWrite" />
                <parameter ref="RabOffset" requirement="readWrite" />
                <parameter ref="SectorID" requirement="readWrite" />
                <parameter ref="ColorCode" requirement="readWrite" />
                <parameter ref="SubnetMaskLength" requirement="readWrite" />
                <parameter ref="HRPDSecElReverseLinkSilenceDuration" requirement="readWrite" />
                <parameter ref="HRPDSecElReverseLinkSilencePeriod" requirement="readWrite" />
                <parameter ref="OpenLoopAdjust" requirement="readWrite" />
                <parameter ref="ProbeInitialAdjust" requirement="readWrite" />
                <parameter ref="ProbeNumSteps" requirement="readWrite" />
                <parameter ref="ProbePowerStep" requirement="readWrite" />
                <parameter ref="APersistence" requirement="readWrite" />
                <parameter ref="RSSIRABThreshold" requirement="readWrite" />
                <parameter ref="LoadRABThreshold" requirement="readWrite" />
                <parameter ref="ConnectionRateLimit" requirement="readWrite" />
                <parameter ref="RfeRLBalanceRatio" requirement="readWrite" />
            </object>
        </profile>
        <profile name="CDMA2000HRPDHandoff:1">
            <object ref="FAPService.{i}.CellConfig.CDMA2000." requirement="present">
            </object>
            <object ref="FAPService.{i}.CellConfig.CDMA2000.HRPD." requirement="present">
            </object>
            <object ref="FAPService.{i}.CellConfig.CDMA2000.HRPD.Redirect." requirement="present">
                <parameter ref="RedirectChannelNumber" requirement="readWrite" />
                <parameter ref="RedirectBandClass" requirement="readWrite" />
            </object>
        </profile>
        <profile name="CDMA2000OneXREM:1">
            <object ref="FAPService.{i}.REM.CDMA2000." requirement="present">
                <parameter ref="InServiceHandling" requirement="readWrite" />
                <parameter ref="ScanOnBoot" requirement="readWrite" />
                <parameter ref="ScanNow" requirement="readWrite" />
                <parameter ref="ReturnTimer" requirement="readWrite" />
                <parameter ref="ScanPeriodically" requirement="readWrite" />
                <parameter ref="PeriodicInterval" requirement="readWrite" />
                <parameter ref="PeriodicTime" requirement="readWrite" />
                <parameter ref="ReportOverheads" requirement="readWrite" />
                <parameter ref="ScanTimeout" requirement="readWrite" />
                <parameter ref="ScanStatus" requirement="readOnly" />
                <parameter ref="ErrorDetails" requirement="readOnly" />
                <parameter ref="LastScanTime" requirement="readOnly" />
            </object>
            <object ref="FAPService.{i}.REM.CDMA2000.OneX." requirement="present">
                <parameter ref="MaxCellEntries" requirement="readOnly" />
                <parameter ref="CellNumberOfEntries" requirement="readOnly" />
                <parameter ref="MaxChannelEntries" requirement="readOnly" />
                <parameter ref="ChannelNumberOfEntries" requirement="readOnly" />
            </object>
            <object ref="FAPService.{i}.REM.CDMA2000.OneX.Channel.{i}." requirement="present">
                <parameter ref="SniffingBandClass" requirement="readWrite" />
                <parameter ref="SniffingChannelNumber" requirement="readWrite" />
                <parameter ref="PNList" requirement="readWrite" />
            </object>
            <object ref="FAPService.{i}.REM.CDMA2000.OneX.Cell.{i}." requirement="present">
            </object>
            <object ref="FAPService.{i}.REM.CDMA2000.OneX.Cell.{i}.RF." requirement="present">
                <parameter ref="Band" requirement="readOnly" />
                <parameter ref="RFCNFL" requirement="readOnly" />
                <parameter ref="Io" requirement="readOnly" />
                <parameter ref="PIlotPN" requirement="readOnly" />
                <parameter ref="PIlotPNPhase" requirement="readOnly" />
                <parameter ref="PilotStrengthEcp" requirement="readOnly" />
                <parameter ref="PilotStrengthEcpIo" requirement="readOnly" />
                <parameter ref="OverheadsAvailable" requirement="readOnly" />
            </object>
        </profile>
        <profile name="CDMA2000OneXREMControl:1">
            <object ref="FAPService.{i}.REM.CDMA2000.OneX.Cell.{i}.ControlChannel." requirement="present">
                <parameter ref="SID" requirement="readOnly" />
                <parameter ref="NID" requirement="readOnly" />
                <parameter ref="REGZONE" requirement="readOnly" />
                <parameter ref="BASELAT" requirement="readOnly" />
                <parameter ref="BASELONG" requirement="readOnly" />
                <parameter ref="MCC" requirement="readOnly" />
                <parameter ref="MNCIMSI1112" requirement="readOnly" />
                <parameter ref="BASEID" requirement="readOnly" />
                <parameter ref="APID" requirement="readOnly" />
                <parameter ref="APIDMASK" requirement="readOnly" />
                <parameter ref="APIDTEXT" requirement="readOnly" />
            </object>
        </profile>
        <profile name="CDMA2000HRPDREM:1">
            <object ref="FAPService.{i}.REM.CDMA2000." requirement="present">
            </object>
            <object ref="FAPService.{i}.REM.CDMA2000.HRPD." requirement="present">
                <parameter ref="MaxCellEntries" requirement="readOnly" />
                <parameter ref="CellNumberOfEntries" requirement="readOnly" />
                <parameter ref="MaxChannelEntries" requirement="readOnly" />
                <parameter ref="ChannelNumberOfEntries" requirement="readOnly" />
            </object>
            <object ref="FAPService.{i}.REM.CDMA2000.HRPD.Channel.{i}." requirement="present">
                <parameter ref="SniffingBandClass" requirement="readWrite" />
                <parameter ref="SniffingChannelNumber" requirement="readWrite" />
                <parameter ref="PNList" requirement="readWrite" />
            </object>
            <object ref="FAPService.{i}.REM.CDMA2000.HRPD.Cell.{i}." requirement="present">
            </object>
            <object ref="FAPService.{i}.REM.CDMA2000.HRPD.Cell.{i}.RF." requirement="present">
                <parameter ref="Band" requirement="readOnly" />
                <parameter ref="RFCNFL" requirement="readOnly" />
                <parameter ref="Io" requirement="readOnly" />
                <parameter ref="PIlotPN" requirement="readOnly" />
                <parameter ref="PIlotPNPhase" requirement="readOnly" />
                <parameter ref="PilotStrengthEcp" requirement="readOnly" />
                <parameter ref="PilotStrengthEcpIo" requirement="readOnly" />
                <parameter ref="OverheadsAvailable" requirement="readOnly" />
            </object>
        </profile>
        <profile name="CDMA2000HRPDREMControl:1">
            <object ref="FAPService.{i}.REM.CDMA2000.HRPD.Cell.{i}.ControlChannel." requirement="present">
                <parameter ref="ColorCode" requirement="readOnly" />
                <parameter ref="SectorID" requirement="readOnly" />
                <parameter ref="SubnetMask" requirement="readOnly" />
                <parameter ref="CountryCode" requirement="readOnly" />
                <parameter ref="Latitude" requirement="readOnly" />
                <parameter ref="Longitude" requirement="readOnly" />
            </object>
        </profile>
        <profile name="CDMA2000MacroTiming:1">
            <object ref="FAPService.{i}.REM.CDMA2000." requirement="present">
            </object>
            <object ref="FAPService.{i}.REM.CDMA2000.MacroTiming." requirement="present">
                <parameter ref="AdminState" requirement="readWrite" />
                <parameter ref="TrackingChannelNumber" requirement="readOnly" />
                <parameter ref="TrackingBandClass" requirement="readOnly" />
                <parameter ref="TrackingPNOffset" requirement="readOnly" />
                <parameter ref="TimingSource" requirement="readOnly" />
                <parameter ref="ChannelNumberOfEntries" requirement="readOnly" />
            </object>
            <object ref="FAPService.{i}.REM.CDMA2000.MacroTiming.Channel.{i}." requirement="present">
                <parameter ref="AirInterfaceType" requirement="readWrite" />
                <parameter ref="BandClass" requirement="readWrite" />
                <parameter ref="ChannelNumber" requirement="readWrite" />
                <parameter ref="Priority" requirement="readWrite" />
                <parameter ref="PNList" requirement="readWrite" />
            </object>
        </profile>
        <profile name="CDMA2000NetworkListenMode:1">
            <object ref="FAPService.{i}.CellConfig.CDMA2000.OneX.RAN.NetworkListenModeConfig." requirement="present">
                <parameter ref="RFCNFLMargin" requirement="readWrite" />
                <parameter ref="FAPCoverageTarget" requirement="readWrite" />
                <parameter ref="FAPBeaconCoverageTarget" requirement="readWrite" />
                <parameter ref="MaxCoverageEdgePilotStrength" requirement="readWrite" />
                <parameter ref="MaxAllowablePilotStrengthDegradation" requirement="readWrite" />
                <parameter ref="RFCNFLToProtect" requirement="readWrite" />
                <parameter ref="FAPAllowedAdjChanCoverageHole" requirement="readWrite" />
                <parameter ref="ACIR" requirement="readWrite" />
            </object>
        </profile>
    </model>
</dm:document>
