<?xml version="1.0" encoding="UTF-8"?>
<!--
  TR-196 FAPService:1.1 Femto Access Point Service Data Model (Corrigendum 1)
  
  Copyright (c) 2009-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 FAPService:1.1 Service definition (Corrigendum 1)
    
  Editors:
    Douglas Knisely, Qualcomm Incorporated

  BroadbandHome™ Working Group Chairs:
    Jason Walls, QA Café
    John Blackford, Pace
    
  Version History:
    * March 2009: tr-196-1-0-0.xml, corresponds to TR-196 Issue 1, Section 4 
        (Data Model Definition) and Section 5 (Profile Definitions).
    * May 2011: tr-196-1-1-0.xml, corresponds to TR-196 Amendment 1
    * November 2012: tr-196-1-1-1.xml, corresponds to TR-196 Amendment 1
    	Corrigendum 1 (added missing Alias import)
-->

<dm:document
    xmlns:dm="urn:broadband-forum-org:cwmp:datamodel-1-14"
    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-14
        http://www.broadband-forum.org/cwmp/cwmp-datamodel-1-14.xsd
      urn:broadband-forum-org:cwmp:datamodel-report-0-1
        cwmp-datamodel-report.xsd"
    spec="urn:broadband-forum-org:tr-196-1-1-1">

  <dataType name="_AliasCommon">
    <description>
      A non-volatile handle used to reference this instance.

      '''This is intended only for use in protocol-independent "common"
      definitions, and MUST NOT be used in protocol-specific definitions.'''
    </description>
    <string>
      <size maxLength="64"/>
    </string>
  </dataType>

  <dataType name="_AliasCWMP" base="_AliasCommon">
    <description action="replace">
      A non-volatile handle used to reference this instance. Alias provides a
      mechanism for an ACS to label this instance for future reference.

      If the CPE supports the Alias-based Addressing feature as defined in
      {{bibref|TR-069|3.6.1}} and described in {{bibref|TR-069|Appendix II}},
      the following mandatory constraints MUST be enforced:

      * Its value MUST NOT be empty.

      * Its value MUST start with a letter.

      * If its value is not assigned by the ACS, it MUST start with a "cpe-"
        prefix.

      * The CPE MUST NOT change the parameter value.
    </description>
  </dataType>

  <dataType name="Alias" base="_AliasCWMP"/>

  <dataType name="IPAddress">
    <description>
      IP address, i.e. IPv4 address (or IPv4 subnet mask) or IPv6 address.

      All IPv4 addresses and subnet masks MUST be represented as strings in
      IPv4 dotted-decimal notation. Here are some examples of valid IPv4
      address textual representations:

      * 216.52.29.100

      * 192.168.1.254

      All IPv6 addresses MUST be represented using any of the 3 standard
      textual representations defined in {{bibref|RFC4291}} Sections 2.2.1,
      2.2.2 and 2.2.3. Both lower-case and upper-case letters can be used, but
      use of lower-case letters is RECOMMENDED. Here are some examples of valid
      IPv6 address textual representations:

      * 1080:0:0:800:ba98:3210:11aa:12dd

      * 1080::800:ba98:3210:11aa:12dd

      * 0:0:0:0:0:0:13.1.68.3

      IPv6 addresses MUST NOT include zone identifiers. Zone identifiers are
      discussed in {{bibref|RFC4007|Section 6}}.

      Unspecified or inapplicable addresses (or IPv4 subnet masks) MUST be
      represented as empty strings unless otherwise specified by the parameter
      definition.
    </description>
    <string>
      <size maxLength="45"/>
    </string>
  </dataType>

  <bibliography>
    <reference id="3GPP-TS.03.03">
      <name>3GPP TS 03.03</name>
      <title>Numbering, Addressing and Identification</title>
      <organization>3GPP CT WG4</organization>
      <hyperlink>https://www.3gpp.org/ftp/Specs/html-info/0303.htm</hyperlink>
      <hyperlink>http://www.3gpp.org/ftp/Specs/html-info/0303.htm</hyperlink>
    </reference>
    <reference id="3GPP-TS.05.05">
      <name>3GPP TS 05.05</name>
      <title>Radio Transmission and Reception</title>
      <organization>3GPP GERAN WG1</organization>
      <hyperlink>https://www.3gpp.org/ftp/Specs/html-info/0505.htm</hyperlink>
      <hyperlink>http://www.3gpp.org/ftp/Specs/html-info/0505.htm</hyperlink>
    </reference>
    <reference id="3GPP-TS.22.011">
      <name>3GPP TS 22.011</name>
      <title>Service accessibility</title>
      <organization>3GPP SA WG1</organization>
      <hyperlink>https://www.3gpp.org/ftp/Specs/html-info/22011.htm</hyperlink>
      <hyperlink>http://www.3gpp.org/ftp/Specs/html-info/22011.htm</hyperlink>
    </reference>
    <reference id="3GPP-TS.22.220">
      <name>3GPP TS 22.220</name>
      <title>
        Service requirements for Home Node B (HNB) and Home eNode B (HeNB)
      </title>
      <organization>3GPP SA WG1</organization>
      <hyperlink>https://www.3gpp.org/ftp/Specs/html-info/22220.htm</hyperlink>
    </reference>
    <reference id="3GPP-TS.23.003">
      <name>3GPP TS 23.003</name>
      <title>Numbering, addressing and identification</title>
      <organization>3GPP CT WG4</organization>
      <hyperlink>https://www.3gpp.org/ftp/Specs/html-info/23003.htm</hyperlink>
      <hyperlink>http://www.3gpp.org/ftp/Specs/html-info/23003.htm</hyperlink>
    </reference>
    <reference id="3GPP-TS.23.032">
      <name>3GPP TS 23.032</name>
      <title>Universal Geographical Area Description (GAD)</title>
      <organization>3GPP SA WG2</organization>
      <hyperlink>https://www.3gpp.org/ftp/Specs/html-info/23032.htm</hyperlink>
      <hyperlink>http://www.3gpp.org/ftp/Specs/html-info/23032.htm</hyperlink>
    </reference>
    <reference id="3GPP-TS.23.060">
      <name>3GPP TS 23.060</name>
      <title>
        General Packet Radio Service (GPRS); Service description; Stage 2
      </title>
      <organization>3GPP SA WG2</organization>
      <hyperlink>https://www.3gpp.org/ftp/Specs/html-info/23060.htm</hyperlink>
      <hyperlink>http://www.3gpp.org/ftp/Specs/html-info/23060.htm</hyperlink>
    </reference>
    <reference id="3GPP-TS.23.107">
      <name>3GPP TS 23.107</name>
      <title>Quality of Service (QoS) concept and architecture</title>
      <organization>3GPP SA WG2</organization>
      <hyperlink>https://www.3gpp.org/ftp/Specs/html-info/23107.htm</hyperlink>
      <hyperlink>http://www.3gpp.org/ftp/Specs/html-info/23107.htm</hyperlink>
    </reference>
    <reference id="3GPP-TS.23.401">
      <name>3GPP TS 23.401</name>
      <title>
        General Packet Radio Service (GPRS) enhancements for Evolved Universal
        Terrestrial Radio Access Network (E-UTRAN) access
      </title>
      <organization>3GPP SA WG2</organization>
      <hyperlink>https://www.3gpp.org/ftp/Specs/html-info/23401.htm</hyperlink>
      <hyperlink>http://www.3gpp.org/ftp/Specs/html-info/23401.htm</hyperlink>
    </reference>
    <reference id="3GPP-TS.24.008">
      <name>3GPP TS 24.008</name>
      <title>
        Mobile radio interface Layer 3 specification; Core network protocols;
        Stage 3
      </title>
      <organization>3GPP CT WG1</organization>
      <hyperlink>https://www.3gpp.org/ftp/Specs/html-info/24008.htm</hyperlink>
      <hyperlink>http://www.3gpp.org/ftp/Specs/html-info/24008.htm</hyperlink>
    </reference>
    <reference id="3GPP-TS.25.104">
      <name>3GPP TS 25.104</name>
      <title>Base Station (BS) radio transmission and reception (FDD)</title>
      <organization>3GPP RAN WG4</organization>
      <hyperlink>https://www.3gpp.org/ftp/Specs/html-info/25104.htm</hyperlink>
      <hyperlink>http://www.3gpp.org/ftp/Specs/html-info/25104.htm</hyperlink>
    </reference>
    <reference id="3GPP-TS.25.133">
      <name>3GPP TS 25.133</name>
      <title>
        Requirements for support of radio resource management (FDD)
      </title>
      <organization>3GPP RAN WG4</organization>
      <hyperlink>https://www.3gpp.org/ftp/Specs/html-info/25133.htm</hyperlink>
      <hyperlink>http://www.3gpp.org/ftp/Specs/html-info/25133.htm</hyperlink>
    </reference>
    <reference id="3GPP-TS.25.214">
      <name>3GPP TS 25.214</name>
      <title>Physical layer procedures (FDD)</title>
      <organization>3GPP RAN WG1</organization>
      <hyperlink>https://www.3gpp.org/ftp/Specs/html-info/25214.htm</hyperlink>
      <hyperlink>http://www.3gpp.org/ftp/Specs/html-info/25214.htm</hyperlink>
    </reference>
    <reference id="3GPP-TS.25.304">
      <name>3GPP TS 25.304</name>
      <title>
        User Equipment (UE) procedures in idle mode and procedures for cell
        reselection in connected mode
      </title>
      <organization>3GPP RAN WG2</organization>
      <hyperlink>https://www.3gpp.org/ftp/Specs/html-info/25304.htm</hyperlink>
      <hyperlink>http://www.3gpp.org/ftp/Specs/html-info/25304.htm</hyperlink>
    </reference>
    <reference id="3GPP-TS.25.331">
      <name>3GPP TS 25.331</name>
      <title>Radio Resource Control (RRC); Protocol specification</title>
      <organization>3GPP RAN WG2</organization>
      <hyperlink>https://www.3gpp.org/ftp/Specs/html-info/25331.htm</hyperlink>
      <hyperlink>http://www.3gpp.org/ftp/Specs/html-info/25331.htm</hyperlink>
    </reference>
    <reference id="3GPP-TS.25.401">
      <name>3GPP TS 25.401</name>
      <title>UTRAN overall description</title>
      <organization>3GPP RAN WG3</organization>
      <hyperlink>https://www.3gpp.org/ftp/Specs/html-info/25401.htm</hyperlink>
      <hyperlink>http://www.3gpp.org/ftp/Specs/html-info/25401.htm</hyperlink>
    </reference>
    <reference id="3GPP-TS.25.413">
      <name>3GPP TS 25.413</name>
      <title>
        UTRAN Iu interface Radio Access Network Application Part (RANAP)
        signalling
      </title>
      <organization>3GPP RAN WG3</organization>
      <hyperlink>https://www.3gpp.org/ftp/Specs/html-info/25413.htm</hyperlink>
      <hyperlink>http://www.3gpp.org/ftp/Specs/html-info/25413.htm</hyperlink>
    </reference>
    <reference id="3GPP-TS.25.433">
      <name>3GPP TS 25.433</name>
      <title>
        UTRAN Iub interface Node B Application Part (NBAP) signalling
      </title>
      <organization>3GPP RAN WG3</organization>
      <hyperlink>https://www.3gpp.org/ftp/Specs/html-info/25433.htm</hyperlink>
      <hyperlink>http://www.3gpp.org/ftp/Specs/html-info/25433.htm</hyperlink>
    </reference>
    <reference id="3GPP-TS.25.469">
      <name>3GPP TS 25.469</name>
      <title>
        UTRAN Iuh interface Home Node B Application Part (HNBAP) signalling
      </title>
      <organization>3GPP RAN WG3</organization>
      <hyperlink>https://www.3gpp.org/ftp/Specs/html-info/25469.htm</hyperlink>
    </reference>
    <reference id="3GPP-TS.25.967">
      <name>3GPP TS 25.967</name>
      <title>FDD Home NodeB RF Requirements</title>
      <organization>3GPP RAN WG4</organization>
      <hyperlink>https://www.3gpp.org/ftp/Specs/html-info/25967.htm</hyperlink>
      <hyperlink>http://www.3gpp.org/ftp/Specs/html-info/25967.htm</hyperlink>
    </reference>
    <reference id="3GPP-TS.32.300">
      <name>3GPP TS 32.300</name>
      <title>
        Telecommunication management; Configuration Management (CM); Name
        convention for Managed Objects
      </title>
      <organization>3GPP SA WG5</organization>
      <hyperlink>https://www.3gpp.org/ftp/Specs/html-info/32300.htm</hyperlink>
      <hyperlink>http://www.3gpp.org/ftp/Specs/html-info/32300.htm</hyperlink>
    </reference>
    <reference id="3GPP-TS.32.405">
      <name>3GPP TS 32.405</name>
      <title>
        Telecommunication management; Performance Management (PM); Performance
        measurements Universal Terrestrial Radio Access Network (UTRAN)
      </title>
      <organization>3GPP SA WG5</organization>
      <hyperlink>https://www.3gpp.org/ftp/Specs/html-info/32405.htm</hyperlink>
      <hyperlink>http://www.3gpp.org/ftp/Specs/html-info/32405.htm</hyperlink>
    </reference>
    <reference id="3GPP-TS.32.582">
      <name>3GPP TS 32.582</name>
      <title>
        Telecommunications management; Home Node B (HNB) Operations,
        Administration, Maintenance and Provisioning (OAM&amp;P); Information
        model for Type 1 interface HNB to HNB Management System (HMS)
      </title>
      <organization>3GPP SA WG5</organization>
      <hyperlink>https://www.3gpp.org/ftp/Specs/html-info/32582.htm</hyperlink>
      <hyperlink>http://www.3gpp.org/ftp/Specs/html-info/32582.htm</hyperlink>
    </reference>
    <reference id="3GPP-TS.32.642">
      <name>3GPP TS 32.642</name>
      <title>
        Telecommunication management; Configuration Management (CM); UTRAN
        network resources Integration Reference Point (IRP); Network Resource
        Model (NRM)
      </title>
      <organization>3GPP SA WG5</organization>
      <hyperlink>https://www.3gpp.org/ftp/Specs/html-info/32642.htm</hyperlink>
      <hyperlink>http://www.3gpp.org/ftp/Specs/html-info/32642.htm</hyperlink>
    </reference>
    <reference id="3GPP-TS.45.005">
      <name>3GPP TS 45.005</name>
      <title>Radio transmission and reception</title>
      <organization>3GPP GERAN WG1</organization>
      <hyperlink>https://www.3gpp.org/ftp/Specs/html-info/45005.htm</hyperlink>
      <hyperlink>http://www.3gpp.org/ftp/Specs/html-info/45005.htm</hyperlink>
    </reference>
    <reference id="IEEE_EUI64">
      <name>
        Guidelines for 64-bit Global Identifier (EUI-64) Registration Authority
      </name>
      <title>
        Guidelines for 64-bit Global Identifier (EUI-64) Registration Authority
      </title>
      <organization>IEEE</organization>
      <date>March 1997</date>
      <hyperlink>
        https://standards.ieee.org/regauth/oui/tutorials/EUI64.html
      </hyperlink>
    </reference>
    <reference id="ITU-E.118">
      <name>ITU E.118</name>
      <title>The international telecommunication charge card</title>
      <organization>International Telecommunication Union</organization>
      <date>May 2006</date>
      <hyperlink>https://www.itu.int/rec/T-REC-E.118-200605-I/en</hyperlink>
      <hyperlink>http://www.itu.int/rec/T-REC-E.118/en</hyperlink>
    </reference>
    <reference id="ITU-X.731">
      <name>ITU X.731</name>
      <title>
        Information Technology - Open Systems Interconnection - Systems
        Management: State Management Function
      </title>
      <organization>International Telecommunication Union</organization>
      <date>January 1992</date>
      <hyperlink>https://www.itu.int/rec/T-REC-X.731/en</hyperlink>
      <hyperlink>http://www.itu.int/rec/T-REC-X.731/en</hyperlink>
    </reference>
    <reference id="ITU-X.733">
      <name>ITU X.733</name>
      <title>
        Information technology - Open Systems Interconnection - Systems
        Management: Alarm reporting function
      </title>
      <organization>International Telecommunication Union</organization>
      <date>February 1992</date>
      <hyperlink>https://www.itu.int/rec/T-REC-X.733/en</hyperlink>
      <hyperlink>http://www.itu.int/rec/T-REC-X.733/en</hyperlink>
    </reference>
    <reference id="IANA-portnumbers">
      <name>IANA Port Numbers</name>
      <title>Port Numbers</title>
      <organization>IANA</organization>
      <hyperlink>https://www.iana.org/assignments/port-numbers</hyperlink>
    </reference>
    <reference id="IANA-uri-schemes">
      <name>IANA Uniform Resource Identifier (URI) Schemes Registry</name>
      <title>Uniform Resource Identifier (URI) Schemes</title>
      <organization>IANA</organization>
      <hyperlink>https://www.iana.org/assignments/uri-schemes</hyperlink>
    </reference>
    <reference id="RFC3550">
      <name>RFC 3550</name>
      <title>RTP: A Transport Protocol for Real-Time Applications</title>
      <organization>IETF</organization>
      <date>July 2003</date>
      <hyperlink>https://www.rfc-editor.org/rfc/rfc3550</hyperlink>
      <hyperlink>http://www.ietf.org/rfc/rfc3550.txt</hyperlink>
    </reference>
    <reference id="RFC3873">
      <name>RFC 3873</name>
      <title>
        Stream Control Transmission Protocol (SCTP) Management Information Base
        (MIB)
      </title>
      <organization>IETF</organization>
      <date>September 2004</date>
      <hyperlink>https://www.rfc-editor.org/rfc/rfc3873</hyperlink>
      <hyperlink>http://www.ietf.org/rfc/rfc3873.txt</hyperlink>
    </reference>
    <reference id="RFC3986">
      <name>RFC 3986</name>
      <title>Uniform Resource Identifier (URI): Generic Syntax</title>
      <organization>IETF</organization>
      <category>RFC</category>
      <hyperlink>https://www.rfc-editor.org/rfc/rfc3986</hyperlink>
    </reference>
    <reference id="RFC4007">
      <name>RFC 4007</name>
      <title>IPv6 Scoped Address Architecture</title>
      <organization>IETF</organization>
      <category>RFC</category>
      <hyperlink>https://www.rfc-editor.org/rfc/rfc4007</hyperlink>
    </reference>
    <reference id="RFC4122">
      <name>RFC 4122</name>
      <title>A Universally Unique IDentifier (UUID) URN Namespace</title>
      <organization>IETF</organization>
      <category>RFC</category>
      <date>2005</date>
      <hyperlink>https://www.rfc-editor.org/rfc/rfc4122</hyperlink>
    </reference>
    <reference id="RFC4291">
      <name>RFC 4291</name>
      <title>IP Version 6 Addressing Architecture</title>
      <organization>IETF</organization>
      <category>RFC</category>
      <date>2006</date>
      <hyperlink>https://www.rfc-editor.org/rfc/rfc4291</hyperlink>
    </reference>
    <reference id="RFC4301">
      <name>RFC 4301</name>
      <title>Security Architecture for the Internet Protocol</title>
      <organization>IETF</organization>
      <date>December 2005</date>
      <hyperlink>https://www.rfc-editor.org/rfc/rfc4301</hyperlink>
      <hyperlink>http://www.ietf.org/rfc/rfc4301.txt</hyperlink>
    </reference>
    <reference id="RFC4307">
      <name>RFC 4307</name>
      <title>
        Cryptographic Algorithms for Use in the Internet Key Exchange Version 2
        (IKEv2)
      </title>
      <organization>IETF</organization>
      <date>December 2005</date>
      <hyperlink>https://www.rfc-editor.org/rfc/rfc4307</hyperlink>
      <hyperlink>http://www.ietf.org/rfc/rfc4307.txt</hyperlink>
    </reference>
    <reference id="RFC4632">
      <name>RFC 4632</name>
      <title>
        Classless Inter-domain Routing (CIDR): The Internet Address Assignment
        and Aggregation Plan
      </title>
      <organization>IETF</organization>
      <date>2006</date>
      <hyperlink>https://www.rfc-editor.org/rfc/rfc4632</hyperlink>
    </reference>
    <reference id="RFC4960">
      <name>RFC 4960</name>
      <title>Stream Control Transmission Protocol</title>
      <organization>IETF</organization>
      <date>September 2007</date>
      <hyperlink>https://www.rfc-editor.org/rfc/rfc4960</hyperlink>
      <hyperlink>http://www.ietf.org/rfc/rfc4960.txt</hyperlink>
    </reference>
    <reference id="RFC7159">
      <name>RFC7159</name>
      <title>
        The JavaScript Object Notation (JSON) Data Interchange Format
      </title>
      <organization>IETF</organization>
      <category>RFC</category>
      <date>March 2014</date>
      <hyperlink>https://www.rfc-editor.org/rfc/rfc7159</hyperlink>
    </reference>
    <reference id="RFC7230">
      <name>RFC 7230</name>
      <title>
        Hypertext Transfer Protocol (HTTP/1.1): Message Syntax and Routing
      </title>
      <organization>IETF</organization>
      <category>RFC</category>
      <date>June 2014</date>
      <hyperlink>https://www.rfc-editor.org/rfc/rfc7230</hyperlink>
    </reference>
    <reference id="RFC7252">
      <name>RFC 7252</name>
      <title>The Constrained Application Protocol (CoAP)</title>
      <organization>IETF</organization>
      <category>RFC</category>
      <date>June 2014</date>
      <hyperlink>https://www.rfc-editor.org/rfc/rfc7252</hyperlink>
    </reference>
    <reference id="RFC8089">
      <name>RFC 8089</name>
      <title>The "file" URI Scheme</title>
      <organization>IETF</organization>
      <category>RFC</category>
      <date>February 2017</date>
      <hyperlink>https://www.rfc-editor.org/rfc/rfc8089</hyperlink>
    </reference>
    <reference id="RFC8141">
      <name>RFC 8141</name>
      <title>Uniform Resource Names (URNs)</title>
      <organization>IETF</organization>
      <category>RFC</category>
      <date>April 2017</date>
      <hyperlink>https://www.rfc-editor.org/rfc/rfc8141</hyperlink>
    </reference>
    <reference id="TR-069a2">
      <name>TR-069 Amendment 2</name>
      <title>CPE WAN Management Protocol</title>
      <organization>Broadband Forum</organization>
      <category>TR</category>
      <date>December 2007</date>
    </reference>
    <reference id="TR-069">
      <name>TR-069 Amendment 6</name>
      <title>CPE WAN Management Protocol</title>
      <organization>Broadband Forum</organization>
      <category>TR</category>
      <date>April 2018</date>
    </reference>
    <reference id="TR-098">
      <name>TR-098 Amendment 2 Corrigendum 1</name>
      <title>Internet Gateway Device Data Model for TR-069</title>
      <organization>Broadband Forum</organization>
      <category>TR</category>
      <date>December 2014</date>
    </reference>
    <reference id="TR-106a2">
      <name>TR-106 Amendment 2</name>
      <title>Data Model Template for TR-069-Enabled Devices</title>
      <organization>Broadband Forum</organization>
      <category>TR</category>
      <date>November 2008</date>
    </reference>
    <reference id="TR-181i2">
      <name>TR-181 Issue 2 Amendment 15</name>
      <title>Device Data Model</title>
      <organization>Broadband Forum</organization>
      <category>TR</category>
      <date>January 2022</date>
    </reference>
    <reference id="SOAP1.1">
      <name>Simple Object Access Protocol (SOAP) 1.1</name>
      <organization>W3C</organization>
      <hyperlink>https://www.w3.org/TR/2000/NOTE-SOAP-20000508</hyperlink>
    </reference>
    <reference id="ZigBee2007">
      <name>ZigBee 2007 Specification</name>
      <title>ZigBee 2007 Specification</title>
      <organization>ZigBee Alliance</organization>
      <date>October 2007</date>
      <hyperlink>https://csa-iot.org/all-solutions/zigbee</hyperlink>
    </reference>
    <reference id="3GPP-TS.32.111-5">
      <name>3GPP TS 32.111-5</name>
      <title>
        Telecommunication management; Fault Management; Part 5: Alarm
        Integration Reference Point (IRP): eXtensible Markup Language (XML)
        definitions
      </title>
      <organization>3GPP SA WG5</organization>
      <hyperlink>
        http://www.3gpp.org/ftp/Specs/html-info/32111-5.htm
      </hyperlink>
    </reference>
    <reference id="RFC3280">
      <name>RFC 3280</name>
      <title>
        Internet X.509 Public Key Infrastructure Certificate and Certificate
        Revocation List (CRL) Profile
      </title>
      <organization>IETF</organization>
      <date>April 2002</date>
      <hyperlink>http://www.ietf.org/rfc/rfc3280.txt</hyperlink>
    </reference>
  </bibliography>

  <model name="FAPService:1.1" isService="true">

    <parameter name="FAPServiceNumberOfEntries" access="readOnly">
      <description>
        The number of entries in the FAPService table.
      </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 functional="false">
        <parameter ref="Alias"/>
      </uniqueKey>

      <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>
          Specifies the Distinguished Name (DN) Prefix to be used when
          constructing full DNs which uniquely identify a FAP object, e.g.
          {{param|.FaultMgmt.CurrentAlarm.{i}.ManagedObjectInstance}}. Encodes
          the Managed Object Prefix representation in string format as defined
          in {{bibref|3GPP-TS.32.300}}. Examples:
          "DC=a1.companyNN.com,SubNetwork=1,IRPAgent=1" and "SubNetwork=1"
        </description>
        <syntax>
          <string>
            <size maxLength="256"/>
          </string>
        </syntax>
      </parameter>

      <parameter name="Alias" access="readWrite">
        <description>
          {{datatype|expand}}
        </description>
        <syntax>
          <dataType ref="Alias"/>
        </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">
        <description>
          {{list}} Each entry is a type of system that the FAP supports.
          {{enum}} Other values are "For Future Study" (FFS).
        </description>
        <syntax>
          <list/>
          <string>
            <enumeration value="UMTS"/>
          </string>
        </syntax>
      </parameter>

      <parameter name="MaxChildSAPerIKE" access="readOnly">
        <description>
          Indicates the maximum number of child SAs per IKE session that the
          device is capable of supporting.
        </description>
        <syntax>
          <unsignedInt/>
        </syntax>
      </parameter>

      <parameter name="MaxIKESessions" access="readOnly">
        <description>
          Indicates the maximum number of IKE sessions the device is capable of
          supporting at any given time.
        </description>
        <syntax>
          <unsignedInt/>
        </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 (i.e. 3G HNB).
      </description>

      <parameter name="DuplexMode" access="readOnly">
        <description>
          Indicates the mode supported by the FAP. {{enum}} Other values are
          "For Future Study" (FFS).
        </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>
            <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.FDDFAP.RF.UARFCNDL}} for the FAP to
          select from. If {{false}} only a single value SHOULD be provided in
          {{param|.CellConfig.UMTS.RAN.FDDFAP.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.FDDFAP.RF.PrimaryScramblingCode}} for
          the FAP to select from. If {{false}} only a single value SHOULD be
          provided in
          {{param|.CellConfig.UMTS.RAN.FDDFAP.RF.PrimaryScramblingCode}}.
        </description>
        <syntax>
          <boolean/>
        </syntax>
      </parameter>

      <parameter name="MaxFAPTxPowerConfig" access="readOnly"
          status="deprecated">
        <description>
          This parameter is DEPRECATED and is replaced by
          {{param|MaxFAPTxPowerExpandedConfig}} in order to define the expanded
          value range.
        </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.FDDFAP.RF.PCPICHPower}} for
          the FAP to select from. If {{false}} only a single value SHOULD be
          provided in {{param|.CellConfig.UMTS.RAN.FDDFAP.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.FDDFAP.RF.MaxULTxPower}} for the FAP to
          select from. If {{false}} only a single value SHOULD be provided in
          {{param|.CellConfig.UMTS.RAN.FDDFAP.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.FDDFAP.NeighborList.IntraFreqCell.{i}.}},
          {{object|.CellConfig.UMTS.RAN.FDDFAP.NeighborList.InterFreqCell.{i}.}},
          {{object|.CellConfig.UMTS.RAN.FDDFAP.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.FDDFAP.NeighborListInUse.IntraFreqCell.{i}.}},
          {{object|.CellConfig.UMTS.RAN.FDDFAP.NeighborListInUse.InterFreqCell.{i}.}},
          {{object|.CellConfig.UMTS.RAN.FDDFAP.NeighborListInUse.InterRATCell.}}
          tables. If {{false}} the ACS uses the
          {{object|.CellConfig.UMTS.RAN.FDDFAP.NeighborList.IntraFreqCell.{i}.}},
          {{object|.CellConfig.UMTS.RAN.FDDFAP.NeighborList.InterFreqCell.{i}.}},
          {{object|.CellConfig.UMTS.RAN.FDDFAP.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.FDDFAP.CellSelection.}} can be
          self-configured. If {{false}}
          {{object|.CellConfig.UMTS.RAN.FDDFAP.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.FDDFAP.IntraFreqMeas.}} can be
          self-configured. If {{false}}
          {{object|.CellConfig.UMTS.RAN.FDDFAP.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.FDDFAP.InterFreqMeas.}} can be
          self-configured. If {{false}}
          {{object|.CellConfig.UMTS.RAN.FDDFAP.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.FDDFAP.InterRATMeas.}} can be
          self-configured. If {{false}}
          {{object|.CellConfig.UMTS.RAN.FDDFAP.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.FDDFAP.UEInternalMeas.}} can be
          self-configured. If {{false}}
          {{object|.CellConfig.UMTS.RAN.FDDFAP.UEInternalMeas.}} is provided by
          the ACS.
        </description>
        <syntax>
          <boolean/>
        </syntax>
      </parameter>

      <parameter name="MaxFAPTxPowerExpandedConfig" access="readOnly">
        <description>
          This parameter replaces {{param|MaxFAPTxPowerConfig}} which is
          DEPRECATED in order to define the expanded value range. 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.FDDFAP.RF.MaxFAPTxPowerExpanded}} for
          the FAP to select from. If {{false}} only a single value SHOULD be
          provided in
          {{param|.CellConfig.UMTS.RAN.FDDFAP.RF.MaxFAPTxPowerExpanded}}.
        </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="OpState" access="readOnly"
          activeNotify="forceDefaultEnabled" forcedInform="true">
        <description>
          Current operational state of the FAP as defined in
          {{bibref|ITU-X.731}}. 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 {{bibref|ITU-X.731}}. 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 {{param|AdminState}} to {{true}}, then the FAP has
           permission to turn on the RF transmitter.

          :When the ACS sets {{param|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="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.}}
          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>
    </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.FDDFAP.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="MaxFAPTxPowerSelfConfigEnable" access="readWrite"
          status="deprecated">
        <description>
          This parameter is DEPRECATED and is replaced by
          {{param|MaxFAPTxPowerExpandedSelfConfigEnable}} in order to define
          the expanded value range.
        </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.FDDFAP.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.FDDFAP.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.FDDFAP.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.FDDFAP.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.FDDFAP.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.FDDFAP.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.FDDFAP.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.FDDFAP.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="MaxFAPTxPowerExpandedSelfConfigEnable"
          access="readWrite">
        <description>
          This parameter replaces {{param|MaxFAPTxPowerSelfConfigEnable}} which
          is DEPRECATED in order to define the expanded value range. Indicates
          whether the self-configuration capability in the FAP is used or not
          to determine the value of
          {{param|.CellConfig.UMTS.RAN.FDDFAP.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>
    </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 FAP-GW 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 FAP-GW 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 FAP-GW 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 FAP-GW 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}.AccessMgmt." access="readOnly" minEntries="1"
        maxEntries="1">
      <description>
        This object contains parameters relating to Access Management (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.FDDFAP.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}} (for UMTS FAP).
        </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 FAP-GW">
              <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="HNBIdentifier" access="readWrite" status="deprecated">
        <description>
          This parameter is DEPRECATED and is being replaced by
          {{param|HNBName}}.
        </description>
        <syntax>
          <string>
            <size maxLength="48"/>
          </string>
        </syntax>
      </parameter>

      <parameter name="HomeZoneName" access="readWrite" status="deprecated">
        <description>
          This parameter is DEPRECATED and is being replaced by
          {{param|HNBName}}.
        </description>
        <syntax>
          <string>
            <size maxLength="48"/>
          </string>
        </syntax>
      </parameter>

      <parameter name="MaxConcurrentCSGUsers" access="readWrite"
          status="deprecated">
        <description>
          This parameter is DEPRECATED and being replaced with
          {{param|MaxCSGMembers}}.
        </description>
        <syntax>
          <int>
            <range minInclusive="-1"/>
          </int>
          <default type="factory" value="-1"/>
        </syntax>
      </parameter>

      <parameter name="CSGID" access="readWrite">
        <description>
          Defines the Closed Subscriber Group of the Access Control List. An
          UMTS FAP broadcasts this CSG ID in SIB3 depending on the AccessMode.
        </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.MemberDetail.{i}.}} table.
        </description>
        <syntax>
          <unsignedInt/>
        </syntax>
      </parameter>

      <parameter name="MemberDetailNumberOfEntries" access="readOnly">
        <description>
          The number of entries in the {{object|.AccessMgmt.MemberDetail.{i}.}}
          table.
        </description>
        <syntax>
          <unsignedInt/>
        </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="HNBName" access="readWrite">
        <description>
          This parameter replaces {{param|HNBIdentifier}} and
          {{param|HomeZoneName}} which are DEPRECATED. 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}} for an UMTS FAP.
        </description>
        <syntax>
          <string>
            <size maxLength="48"/>
          </string>
        </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 an UMTS FAP, this applies
          to RB resource.
        </description>
        <syntax>
          <unsignedInt>
            <range minInclusive="0" maxInclusive="100"/>
          </unsignedInt>
        </syntax>
      </parameter>
    </object>

    <object name="FAPService.{i}.AccessMgmt.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="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.AccessControlList}}, but the entry in
          {{object|.AccessMgmt.MemberDetail.{i}.}} remains.
          {{bibref|3GPP-TS.22.011}}
        </description>
        <syntax>
          <dateTime/>
          <default type="object" value="0001-01-01T00:00:00Z"/>
        </syntax>
      </parameter>

      <parameter name="Alias" access="readWrite">
        <description>
          {{datatype|expand}}
        </description>
        <syntax>
          <dataType ref="Alias"/>
        </syntax>
      </parameter>
    </object>

    <object name="FAPService.{i}.AccessMgmt.LocalIPAccess." access="readOnly"
        minEntries="1" maxEntries="1">
      <description>
        Local IP access.
      </description>

      <parameter name="Enable" access="readWrite">
        <description>
          Enables/disables the Local IP Access (LIA) 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.LocalIPAccess.Rules.{i}.}} table.
        </description>
        <syntax>
          <unsignedInt/>
        </syntax>
      </parameter>

      <parameter name="RulesNumberOfEntries" access="readOnly">
        <description>
          The number of enteries in
          {{object|.AccessMgmt.LocalIPAccess.Rules.{i}.}} table.
        </description>
        <syntax>
          <unsignedInt/>
        </syntax>
      </parameter>
    </object>

    <object name="FAPService.{i}.AccessMgmt.LocalIPAccess.Rules.{i}."
        access="readWrite" minEntries="0" maxEntries="unbounded"
        numEntriesParameter="RulesNumberOfEntries" 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="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"/>
          <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"/>
          <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>

      <parameter name="Alias" access="readWrite">
        <description>
          {{datatype|expand}}
        </description>
        <syntax>
          <dataType ref="Alias"/>
        </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>
    </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 value="ANSI-41"/>
          </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"/>
          </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"/>
          </list>
          <string>
            <size maxLength="6"/>
          </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="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"/>
          </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}}
        </description>
        <syntax>
          <unsignedInt>
            <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"/>
          </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.331|Section 10.3.2.2}}
        </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"/>
          </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"/>
          </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="0" maxInclusive="10"/>
          </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"/>
          </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"/>
          </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"/>
          </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"/>
          </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"/>
          </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}} v8.2.0 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"/>
          </string>
        </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.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"/>
          </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 value="10"/>
            <enumeration value="15"/>
            <enumeration value="20"/>
            <enumeration value="30"/>
            <enumeration value="40"/>
            <enumeration value="50"/>
            <enumeration value="64"/>
            <enumeration value="80"/>
            <enumeration value="120"/>
            <enumeration value="160"/>
            <enumeration value="256"/>
            <enumeration value="alltherest"/>
            <enumeration value="spare3"/>
            <enumeration value="spare2"/>
            <enumeration value="spare1"/>
          </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.FDDFAP."
        access="readOnly" minEntries="1" maxEntries="1">
      <description>
        This object contains parameters relating to the cell-level
        configuration for FDD mode FAP.
      </description>

      <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.FDDFAP.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 value="RSCP"/>
          </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"/>
          </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"/>
          </unsignedInt>
          <default type="factory" value="1"/>
        </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"/>
          </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"/>
          </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"/>
          </unsignedInt>
          <default type="factory" value="2"/>
        </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. 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="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|RSCP|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"/>
          </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 value="30"/>
            <enumeration value="60"/>
            <enumeration value="120"/>
            <enumeration value="180"/>
            <enumeration value="240"/>
          </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 value="10"/>
            <enumeration value="20"/>
            <enumeration value="30"/>
            <enumeration value="40"/>
            <enumeration value="50"/>
            <enumeration value="60"/>
            <enumeration value="70"/>
          </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"/>
        </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"/>
        </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 value="30"/>
            <enumeration value="60"/>
            <enumeration value="120"/>
            <enumeration value="180"/>
            <enumeration value="240"/>
          </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 value="10"/>
            <enumeration value="20"/>
            <enumeration value="30"/>
            <enumeration value="40"/>
            <enumeration value="50"/>
            <enumeration value="60"/>
            <enumeration value="70"/>
          </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"/>
          </int>
        </syntax>
      </parameter>
    </object>

    <object name="FAPService.{i}.CellConfig.UMTS.RAN.FDDFAP.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.43}}.
        </description>
        <syntax>
          <unsignedInt>
            <range minInclusive="100" maxInclusive="8000"/>
            <units value="milliseconds"/>
          </unsignedInt>
          <default type="factory" value="1000"/>
        </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.43}}.
        </description>
        <syntax>
          <unsignedInt>
            <range minInclusive="100" maxInclusive="8000"/>
            <units value="milliseconds"/>
          </unsignedInt>
          <default type="factory" value="2000"/>
        </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.43}}.
        </description>
        <syntax>
          <unsignedInt>
            <range minInclusive="100" maxInclusive="8000"/>
            <units value="milliseconds"/>
          </unsignedInt>
          <default type="factory" value="4000"/>
        </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.43}}.
        </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"/>
          </unsignedInt>
          <default type="factory" value="2000"/>
        </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.43}}.
        </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"/>
          </int>
          <default type="factory" value="30"/>
        </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.43}}.
        </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"/>
          </unsignedInt>
          <default type="factory" value="30"/>
        </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.43}}.
        </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"/>
          </unsignedInt>
          <default type="factory" value="160"/>
        </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.43}}.
        </description>
        <syntax>
          <unsignedInt>
            <range minInclusive="1" maxInclusive="8"/>
            <units value="seconds"/>
          </unsignedInt>
          <default type="factory" value="5"/>
        </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.43}}.
        </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"/>
          </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"/>
          </unsignedInt>
          <default type="factory" value="2000"/>
        </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.43}}.
        </description>
        <syntax>
          <unsignedInt>
            <range minInclusive="0" maxInclusive="15"/>
            <units value="seconds"/>
          </unsignedInt>
          <default type="factory" value="1"/>
        </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"/>
          </unsignedInt>
          <default type="factory" value="3"/>
        </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"/>
          </unsignedInt>
          <default type="factory" value="12"/>
        </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"/>
          </unsignedInt>
          <default type="factory" value="180"/>
        </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"/>
          </int>
          <default type="factory" value="30"/>
        </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"/>
          </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.43}}.
        </description>
        <syntax>
          <unsignedInt>
            <range minInclusive="0" maxInclusive="7"/>
          </unsignedInt>
          <default type="factory" value="3"/>
        </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"/>
        </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"/>
        </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"/>
        </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"/>
        </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.43}}.
        </description>
        <syntax>
          <unsignedInt>
            <range minInclusive="1" maxInclusive="1000"/>
          </unsignedInt>
          <default type="factory" value="1"/>
        </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"/>
        </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"/>
        </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"/>
          </unsignedInt>
        </syntax>
      </parameter>
    </object>

    <object name="FAPService.{i}.CellConfig.UMTS.RAN.FDDFAP.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.FDDFAP.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"/>
          </int>
        </syntax>
      </parameter>

      <parameter name="PowerRampSetup" access="readWrite" status="deprecated">
        <description>
          This parameter is DEPRECATED and replaced by
          {{param|PowerRampStepUp}} in order to correct and align the parameter
          name to the intended purpose.
        </description>
        <syntax>
          <unsignedInt>
            <range minInclusive="1" maxInclusive="8"/>
            <units value="dB"/>
          </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>

      <parameter name="PowerRampStepUp" access="readWrite">
        <description>
          This parameter replaces {{param|PowerRampSetup}} which is DEPRECATED
          in order to correct and align the parameter name to the intended
          purpose. 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"/>
          </unsignedInt>
        </syntax>
      </parameter>
    </object>

    <object name="FAPService.{i}.CellConfig.UMTS.RAN.FDDFAP.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"/>
          </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.FDDFAP.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 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="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"/>
          </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 value="Monitored"/>
            <enumeration value="Active and Monitored"/>
            <enumeration value="Detected"/>
            <enumeration value="Detected and Monitored"/>
          </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 value="Monitored"/>
            <enumeration value="Active and Monitored"/>
          </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 value="Monitored"/>
            <enumeration value="Active and Monitored"/>
            <enumeration value="Detected"/>
            <enumeration value="Detected and Monitored"/>
          </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 value="Monitored"/>
            <enumeration value="Active and Monitored"/>
          </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"/>
          </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"/>
          </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"/>
          </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"/>
          </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="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 following
          values are considered valid:

          :0, 10, 20, 40, 60, 80, 100, 120, 160, 200, 240, 320, 640, 1280,
           2560, 5000 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="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 following
          values are considered valid:

          :0, 10, 20, 40, 60, 80, 100, 120, 160, 200, 240, 320, 640, 1280,
           2560, 5000 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="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 following
          values are considered valid:

          :0, 10, 20, 40, 60, 80, 100, 120, 160, 200, 240, 320, 640, 1280,
           2560, 5000 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="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 following
          values are considered valid:

          :0, 10, 20, 40, 60, 80, 100, 120, 160, 200, 240, 320, 640, 1280,
           2560, 5000 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="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 following
          values are considered valid:

          :0, 10, 20, 40, 60, 80, 100, 120, 160, 200, 240, 320, 640, 1280,
           2560, 5000 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="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>
    </object>

    <object name="FAPService.{i}.CellConfig.UMTS.RAN.FDDFAP.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 value="CPICH RSCP"/>
          </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"/>
          </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 following
          values are considered valid:

          :0, 10, 20, 40, 60, 80, 100, 120, 160, 200, 240, 320, 640, 1280,
           2560, 5000 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="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 following
          values are considered valid:

          :0, 10, 20, 40, 60, 80, 100, 120, 160, 200, 240, 320, 640, 1280,
           2560, 5000 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="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 following
          values are considered valid:

          :0, 10, 20, 40, 60, 80, 100, 120, 160, 200, 240, 320, 640, 1280,
           2560, 5000 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="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 following
          values are considered valid:

          :0, 10, 20, 40, 60, 80, 100, 120, 160, 200, 240, 320, 640, 1280,
           2560, 5000 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="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>
    </object>

    <object name="FAPService.{i}.CellConfig.UMTS.RAN.FDDFAP.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 following values are
          considered valid:

          :0, 10, 20, 40, 60, 80, 100, 120, 160, 200, 240, 320, 640, 1280,
           2560, 5000 Any value other than those and the CPE MUST reject the
           request. {{bibref|3GPP-TS.25.331|Section 10.3.7.30 and Section
           10.3.7.64}}
        </description>
        <syntax>
          <unsignedInt>
            <range minInclusive="0" 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>
    </object>

    <object name="FAPService.{i}.CellConfig.UMTS.RAN.FDDFAP.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"/>
          </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 following values are
          considered valid:

          :0, 10, 20, 40, 60, 80, 100, 120, 160, 200, 240, 320, 640, 1280,
           2560, 5000 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="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"/>
          </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 following values are
          considered valid:

          :0, 10, 20, 40, 60, 80, 100, 120, 160, 200, 240, 320, 640, 1280,
           2560, 5000 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="5000"/>
            <units value="milliseconds"/>
          </unsignedInt>
        </syntax>
      </parameter>
    </object>

    <object name="FAPService.{i}.CellConfig.UMTS.RAN.FDDFAP.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"/>
          </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"/>
          </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"/>
          </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="MaxFAPTxPower" access="readWrite" status="deprecated">
        <description>
          This parameter is DEPRECATED and is replaced by
          {{param|MaxFAPTxPowerExpanded}} in order to expand the value range.
        </description>
        <syntax>
          <string>
            <size maxLength="64"/>
          </string>
        </syntax>
      </parameter>

      <parameter name="MaxFAPTxPowerInUse" access="readOnly"
          status="deprecated">
        <description>
          This parameter is DEPRECATED and is replaced by
          {{param|MaxFAPTxPowerInUseExpanded}} in order to expand the value
          range.
        </description>
        <syntax>
          <unsignedInt>
            <range minInclusive="0" maxInclusive="200"/>
            <units value="dBm"/>
          </unsignedInt>
        </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"/>
          </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"/>
          </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"/>
          </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"/>
          </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"/>
          </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"/>
          </unsignedInt>
        </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"/>
          </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"/>
          </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"/>
          </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"/>
          </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"/>
          </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"/>
          </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"/>
          </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="MaxFAPTxPowerExpanded" access="readWrite">
        <description>
          This parameter replaces {{param|MaxFAPTxPower}} which is DEPRECATED
          in order to expand the value range. 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"/>
          </string>
        </syntax>
      </parameter>

      <parameter name="MaxFAPTxPowerInUseExpanded" access="readOnly">
        <description>
          This parameter replaces {{param|MaxFAPTxPowerInUse}} which is
          DEPRECATED in order to expand the value range. 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|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="-300" maxInclusive="200"/>
            <units value="dBm"/>
          </int>
        </syntax>
      </parameter>
    </object>

    <object name="FAPService.{i}.CellConfig.UMTS.RAN.FDDFAP.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.FDDFAP.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.FDDFAP.NeighborList.InterFreqCell.{i}.}}
          table.
        </description>
        <syntax>
          <unsignedInt/>
        </syntax>
      </parameter>

      <parameter name="IntraFreqCellNumberOfEntries" access="readOnly">
        <description>
          The number of entries in the
          {{object|.CellConfig.UMTS.RAN.FDDFAP.NeighborList.IntraFreqCell.{i}.}}
          table.
        </description>
        <syntax>
          <unsignedInt/>
        </syntax>
      </parameter>

      <parameter name="InterFreqCellNumberOfEntries" access="readOnly">
        <description>
          The number of entries in the
          {{object|.CellConfig.UMTS.RAN.FDDFAP.NeighborList.InterFreqCell.{i}.}}
          table.
        </description>
        <syntax>
          <unsignedInt/>
        </syntax>
      </parameter>
    </object>

    <object
        name="FAPService.{i}.CellConfig.UMTS.RAN.FDDFAP.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"/>
        </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"/>
        </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"/>
          </string>
          <default type="object" value=""/>
        </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"/>
        </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="1" 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="0" maxInclusive="65535"/>
          </unsignedInt>
          <default type="object" value="0"/>
        </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"/>
        </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"/>
        </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"/>
        </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"/>
          </int>
          <default type="object" value="0"/>
        </syntax>
      </parameter>

      <parameter name="Alias" access="readWrite">
        <description>
          {{datatype|expand}}
        </description>
        <syntax>
          <dataType ref="Alias"/>
        </syntax>
      </parameter>
    </object>

    <object
        name="FAPService.{i}.CellConfig.UMTS.RAN.FDDFAP.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"/>
        </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"/>
        </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"/>
          </string>
          <default type="object" value=""/>
        </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"/>
        </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="1" 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="0" maxInclusive="65535"/>
          </unsignedInt>
          <default type="object" value="0"/>
        </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"/>
        </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"/>
        </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"/>
        </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"/>
          </int>
          <default type="object" value="0"/>
        </syntax>
      </parameter>

      <parameter name="Alias" access="readWrite">
        <description>
          {{datatype|expand}}
        </description>
        <syntax>
          <dataType ref="Alias"/>
        </syntax>
      </parameter>
    </object>

    <object
        name="FAPService.{i}.CellConfig.UMTS.RAN.FDDFAP.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.FDDFAP.NeighborList.InterRATCell.GSM.{i}.}}
          table.
        </description>
        <syntax>
          <unsignedInt/>
        </syntax>
      </parameter>

      <parameter name="GSMNumberOfEntries" access="readOnly">
        <description>
          Number of entries in the
          {{object|.CellConfig.UMTS.RAN.FDDFAP.NeighborList.InterRATCell.GSM.{i}.}}
          table.
        </description>
        <syntax>
          <unsignedInt/>
        </syntax>
      </parameter>
    </object>

    <object
        name="FAPService.{i}.CellConfig.UMTS.RAN.FDDFAP.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"/>
        </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"/>
        </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"/>
          </string>
          <default type="object" value=""/>
        </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"/>
        </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 value="GSM 900"/>
            <enumeration value="DCS 1800"/>
            <enumeration value="PCS 1900"/>
          </string>
        </syntax>
      </parameter>

      <parameter name="BCCHARFCN" access="readWrite">
        <description>
          ARFCN of this cell.
        </description>
        <syntax>
          <unsignedInt>
            <range minInclusive="0" maxInclusive="1023"/>
          </unsignedInt>
        </syntax>
      </parameter>

      <parameter name="Alias" access="readWrite">
        <description>
          {{datatype|expand}}
        </description>
        <syntax>
          <dataType ref="Alias"/>
        </syntax>
      </parameter>
    </object>

    <object
        name="FAPService.{i}.CellConfig.UMTS.RAN.FDDFAP.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.FDDFAP.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.FDDFAP.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.FDDFAP.NeighborList.InterFreqCell.{i}.}}
          table.
        </description>
        <syntax>
          <unsignedInt/>
        </syntax>
      </parameter>

      <parameter name="IntraFreqCellNumberOfEntries" access="readOnly">
        <description>
          The number of entries in the
          {{object|.CellConfig.UMTS.RAN.FDDFAP.NeighborList.IntraFreqCell.{i}.}}
          table.
        </description>
        <syntax>
          <unsignedInt/>
        </syntax>
      </parameter>

      <parameter name="InterFreqCellNumberOfEntries" access="readOnly">
        <description>
          The number of entries in the
          {{object|.CellConfig.UMTS.RAN.FDDFAP.NeighborList.InterFreqCell.{i}.}}
          table.
        </description>
        <syntax>
          <unsignedInt/>
        </syntax>
      </parameter>
    </object>

    <object
        name="FAPService.{i}.CellConfig.UMTS.RAN.FDDFAP.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>
      <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"/>
          </string>
          <default type="object" value="" status="deleted"/>
        </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>
          <default type="object" value="0" status="deleted"/>
        </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="0" maxInclusive="65535"/>
          </unsignedInt>
          <default type="object" value="0" status="deleted"/>
        </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>
          <default type="object" value="0" status="deleted"/>
        </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>
          <default type="object" value="0" status="deleted"/>
        </syntax>
      </parameter>

      <parameter name="PCPICHScramblingCode" access="readOnly">
        <description>
          Primary CPICH scrambling code.
        </description>
        <syntax>
          <unsignedInt>
            <range minInclusive="0" maxInclusive="511"/>
          </unsignedInt>
          <default type="object" value="0" status="deleted"/>
        </syntax>
      </parameter>
    </object>

    <object
        name="FAPService.{i}.CellConfig.UMTS.RAN.FDDFAP.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>
      <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"/>
          </string>
          <default type="object" value="" status="deleted"/>
        </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>
          <default type="object" value="0" status="deleted"/>
        </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="0" maxInclusive="65535"/>
          </unsignedInt>
          <default type="object" value="0" status="deleted"/>
        </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>
          <default type="object" value="0" status="deleted"/>
        </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>
          <default type="object" value="0" status="deleted"/>
        </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>
          <default type="object" value="0" status="deleted"/>
        </syntax>
      </parameter>
    </object>

    <object
        name="FAPService.{i}.CellConfig.UMTS.RAN.FDDFAP.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.FDDFAP.NeighborList.InterRATCell.GSM.{i}.}}
          table.
        </description>
        <syntax>
          <unsignedInt/>
        </syntax>
      </parameter>

      <parameter name="GSMNumberOfEntries" access="readOnly">
        <description>
          Number of entries in the
          {{object|.CellConfig.UMTS.RAN.FDDFAP.NeighborList.InterRATCell.GSM.{i}.}}
          table.
        </description>
        <syntax>
          <unsignedInt/>
        </syntax>
      </parameter>
    </object>

    <object
        name="FAPService.{i}.CellConfig.UMTS.RAN.FDDFAP.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>
      <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"/>
          </string>
          <default type="object" value="" status="deleted"/>
        </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>
          <default type="object" value="0" status="deleted"/>
        </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 value="GSM 900"/>
            <enumeration value="DCS 1800"/>
            <enumeration value="PCS 1900"/>
          </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>

      <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"/>
          </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"/>
          </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"/>
          </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"/>
          </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}.Transport." access="readOnly" minEntries="1"
        maxEntries="1">
      <description>
        This object contains parameters relating to the transport
      </description>
    </object>

    <object name="FAPService.{i}.Transport.SCTP." access="readOnly"
        minEntries="1" maxEntries="1">
      <description>
        This object contains parameters relating to SCTP as 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/>
        </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/>
        </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/>
        </syntax>
      </parameter>

      <parameter name="InCtrlChunks" access="readOnly" activeNotify="canDeny">
        <description>
          The number of SCTP control chunks received (no duplicate chunks
          included).
        </description>
        <syntax>
          <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/>
        </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/>
        </syntax>
      </parameter>

      <parameter name="FragUsrMsgs" access="readOnly" activeNotify="canDeny">
        <description>
          The number of user messages that have been sent fragmented.
        </description>
        <syntax>
          <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/>
        </syntax>
      </parameter>

      <parameter name="OutSCTPPacks" access="readOnly" activeNotify="canDeny">
        <description>
          The number of SCTP packets sent. Retransmitted DATA chunks are
          included.
        </description>
        <syntax>
          <unsignedInt/>
        </syntax>
      </parameter>

      <parameter name="InSCTPPacks" access="readOnly" activeNotify="canDeny">
        <description>
          The number of SCTP packets received. Duplicates are included.
        </description>
        <syntax>
          <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>
          The number of entries in the {{object|.Transport.SCTP.Assoc.{i}.}}
          Table
        </description>
        <syntax>
          <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"/>
        </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/>
        </syntax>
      </parameter>

      <parameter name="Discontinuity" access="readOnly" activeNotify="canDeny">
        <description>
          The time of the last discontinuity.
        </description>
        <syntax>
          <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"/>
          </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.Tunnel." access="readOnly"
        minEntries="1" maxEntries="1">
      <description>
        This object contains parameters relating to Tunneling.
      </description>

      <parameter name="IKESANumberOfEntries" access="readOnly">
        <description>
          The number of entries in the {{object|.Transport.Tunnel.IKESA.{i}.}}
          table.
        </description>
        <syntax>
          <unsignedInt/>
        </syntax>
      </parameter>

      <parameter name="ChildSANumberOfEntries" access="readOnly">
        <description>
          The number of entries in the
          {{object|.Transport.Tunnel.ChildSA.{i}.}} table.
        </description>
        <syntax>
          <unsignedInt/>
        </syntax>
      </parameter>

      <parameter name="MaxVirtualInterfaces" access="readOnly">
        <description>
          The maximum number of virtual interfaces.
        </description>
        <syntax>
          <unsignedInt/>
        </syntax>
      </parameter>

      <parameter name="VirtualInterfaceNumberOfEntries" access="readOnly">
        <description>
          The number of entries in the
          {{object|.Transport.Tunnel.VirtualInterface.{i}.}} table.
        </description>
        <syntax>
          <unsignedInt/>
        </syntax>
      </parameter>

      <parameter name="UseForCWMP" access="readWrite">
        <description>
          If the SecGW parameters are configured then this parameter determines
          whether the CWMP traffic will be sent across the IPsec tunnel or
          outside of the IPsec tunnel. If {{false}} then the CWMP traffic will
          be sent outside of the IPsec tunnel. If {{true}} then the CWMP
          traffic will be sent across the IPsec tunnel.
        </description>
        <syntax>
          <boolean/>
        </syntax>
      </parameter>
    </object>

    <object name="FAPService.{i}.Transport.Tunnel.IKESA.{i}."
        access="readOnly" minEntries="0" maxEntries="unbounded"
        numEntriesParameter="IKESANumberOfEntries">
      <description>
        IKE IPsec Security Association Table. This Table is a member of the
        IPsec Security Association Database (SAD). {{bibref|RFC4301}}.
      </description>
      <uniqueKey>
        <parameter ref="IPAddress"/>
        <parameter ref="SubnetMask"/>
      </uniqueKey>

      <parameter name="Status" access="readOnly">
        <description>
          The status of this IKE SA entry.
        </description>
        <syntax>
          <string>
            <enumeration value="Disabled"/>
            <enumeration value="Active"/>
            <enumeration value="Completed"/>
            <enumeration value="Progressing"/>
            <enumeration value="Error" optional="true">
              <description>
                This value MAY be used by the CPE to indicate a locally defined
                error condition.
              </description>
            </enumeration>
          </string>
        </syntax>
      </parameter>

      <parameter name="PeerAddress" access="readOnly">
        <description>
          The IP address of the peer SecGW.
        </description>
        <syntax>
          <dataType ref="IPAddress"/>
        </syntax>
      </parameter>

      <parameter name="CreationTime" access="readOnly">
        <description>
          The time that the current IKE SA was set up.
        </description>
        <syntax>
          <dateTime/>
        </syntax>
      </parameter>

      <parameter name="IPAddress" access="readOnly"
          activeNotify="forceDefaultEnabled">
        <description>
          The current IP address assigned to this interface by IKEv2.
        </description>
        <syntax>
          <dataType ref="IPAddress"/>
        </syntax>
      </parameter>

      <parameter name="SubnetMask" access="readOnly">
        <description>
          The current subnet mask assigned to this interface by IKEv2.
        </description>
        <syntax>
          <string/>
        </syntax>
      </parameter>

      <parameter name="DNSServers" access="readOnly">
        <description>
          {{list}} Each item is an IP Address of a DNS server for this
          interface assigned to this interface by IKEv2.
        </description>
        <syntax>
          <list>
            <size maxLength="256"/>
          </list>
          <dataType ref="IPAddress"/>
        </syntax>
      </parameter>

      <parameter name="DHCPServers" access="readOnly">
        <description>
          {{list}} Each item is an IP address of a DHCP server for this
          interface. A non empty list instructs the CPE to send any internal
          DHCP request to the address contained within this parameter.
        </description>
        <syntax>
          <list>
            <size maxLength="256"/>
          </list>
          <dataType ref="IPAddress"/>
        </syntax>
      </parameter>

      <parameter name="IntegrityErrors" access="readOnly"
          activeNotify="canDeny">
        <description>
          The number of inbound packets discarded by the IKE SA due to
          Integrity checking errors.
        </description>
        <syntax>
          <unsignedInt/>
        </syntax>
      </parameter>

      <parameter name="OtherErrors" access="readOnly" activeNotify="canDeny">
        <description>
          The number of inbound packets discarded by the IKE SA due to other
          errors, such as anti-replay errors.
        </description>
        <syntax>
          <unsignedInt/>
        </syntax>
      </parameter>

      <parameter name="AuthErrors" access="readOnly" activeNotify="canDeny">
        <description>
          The number of inbound packets discarded by the IKE SA due to
          authentication errors.
        </description>
        <syntax>
          <unsignedInt/>
        </syntax>
      </parameter>
    </object>

    <object name="FAPService.{i}.Transport.Tunnel.ChildSA.{i}."
        access="readOnly" minEntries="0" maxEntries="unbounded"
        numEntriesParameter="ChildSANumberOfEntries">
      <description>
        Child IPsec Security Association Table. This Table is a member of the
        IPsec Security Association Database (SAD). {{bibref|RFC4301}}.
      </description>
      <uniqueKey>
        <parameter ref="SPI"/>
      </uniqueKey>

      <parameter name="ParentID" access="readOnly">
        <description>
          {{reference}}
        </description>
        <syntax>
          <unsignedInt>
            <instanceRef refType="strong"
                targetParent=".Transport.Tunnel.IKESA."/>
          </unsignedInt>
        </syntax>
      </parameter>

      <parameter name="SPI" access="readOnly">
        <description>
          SPI value of the Child SA.
        </description>
        <syntax>
          <unsignedInt/>
        </syntax>
      </parameter>

      <parameter name="DirectionOutbound" access="readOnly">
        <description>
          Traffic Direction. If {{true}} this Child SA refers to outbound
          traffic. If {{false}} this Child SA refers to inbound traffic.
        </description>
        <syntax>
          <boolean/>
        </syntax>
      </parameter>

      <parameter name="CreationTime" access="readOnly">
        <description>
          The time that the current Child SA was set up.
        </description>
        <syntax>
          <dateTime/>
        </syntax>
      </parameter>

      <parameter name="Traffic" access="readOnly">
        <description>
          The measured traffic in {{units}} transferred by the Child SA.
        </description>
        <syntax>
          <unsignedInt>
            <units value="bytes"/>
          </unsignedInt>
        </syntax>
      </parameter>

      <parameter name="IntegrityErrors" access="readOnly"
          activeNotify="canDeny">
        <description>
          The number of inbound {{units}} discarded by the Child SA due to
          integrity checking errors.
        </description>
        <syntax>
          <unsignedInt>
            <units value="packets"/>
          </unsignedInt>
        </syntax>
      </parameter>

      <parameter name="ReplayErrors" access="readOnly" activeNotify="canDeny">
        <description>
          The number of inbound {{units}} discarded by the Child SA due to
          anti-replay errors.
        </description>
        <syntax>
          <unsignedInt>
            <units value="packets"/>
          </unsignedInt>
        </syntax>
      </parameter>
    </object>

    <object name="FAPService.{i}.Transport.Tunnel.VirtualInterface.{i}."
        access="readWrite" minEntries="0" maxEntries="unbounded"
        numEntriesParameter="VirtualInterfaceNumberOfEntries"
        enableParameter="Enable">
      <description>
        Virtual Interfaces used for associating the tunnel (ephemeral) childSA
        pairs with the QueueManagement framework defined in the used root data
        model:

        * For the Device:2 root model specified in {{bibref|TR-181i2}} the
          Device.QoS.Classification.{i}. and Device.QoS.Queue.{i}. objects can
          be associated with these interfaces.

        * For InternetGatewayDevice root model specified in {{bibref|TR-098}}
          the InternetGatewayDevice.QueueManagement.Classification.{i}. and
          InternetGatewayDevice.QueueManagement.Queue.{i}. objects can be
          associated with these interfaces.
      </description>
      <uniqueKey>
        <parameter ref="CryptoProfile"/>
        <parameter ref="DSCPMarkPolicy"/>
      </uniqueKey>
      <uniqueKey functional="false">
        <parameter ref="Alias"/>
      </uniqueKey>

      <parameter name="Enable" access="readWrite">
        <description>
          Enables and disables this entry.
        </description>
        <syntax>
          <boolean/>
          <default type="object" value="false"/>
        </syntax>
      </parameter>

      <parameter name="CryptoProfile" access="readWrite">
        <description>
          {{reference}} If multiple instances of VirtualInterface point to the
          same CryptoProfile instance, the associated
          {{param|.Transport.Security.CryptoProfile.{i}.MaxChildSA}} determines
          whether a new IKE session will be created (dynamically) to negotiate
          the child SA(s) for each of the virtual interfaces; otherwise, they
          are negotiated through the same IKE session.
        </description>
        <syntax>
          <string>
            <pathRef refType="strong" targetType="row"
                targetParent=".Transport.Security.CryptoProfile."/>
          </string>
          <default type="object" value=""/>
        </syntax>
      </parameter>

      <parameter name="DSCPMarkPolicy" access="readWrite">
        <description>
          DSCP to mark the outer IP header for traffic that is associated with
          this virtual interface. A value of -1 indicates copy from the
          incoming packet. A value of -2 indicates automatic marking of DSCP as
          defined for the UMTS QoS class {{bibref|3GPP-TS.23.107}}. De-tunneled
          packets are never re-marked.
        </description>
        <syntax>
          <int>
            <range minInclusive="-2"/>
          </int>
          <default type="object" value="-1"/>
        </syntax>
      </parameter>

      <parameter name="Alias" access="readWrite">
        <description>
          {{datatype|expand}}
        </description>
        <syntax>
          <dataType ref="Alias"/>
        </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>
          The number of entries in the
          {{object|.Transport.Security.Secret.{i}.}} table.
        </description>
        <syntax>
          <unsignedInt/>
        </syntax>
      </parameter>

      <parameter name="PkeyNumberOfEntries" access="readOnly">
        <description>
          The number of entries in the {{object|.Transport.Security.Pkey.{i}.}}
          table.
        </description>
        <syntax>
          <unsignedInt/>
        </syntax>
      </parameter>

      <parameter name="CryptoProfileNumberOfEntries" access="readOnly">
        <description>
          The number of entries in the
          {{object|.Transport.Security.CryptoProfile.{i}.}} table.
        </description>
        <syntax>
          <unsignedInt/>
        </syntax>
      </parameter>
    </object>

    <object name="FAPService.{i}.Transport.Security.Secret.{i}."
        access="readOnly" 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>
      <uniqueKey functional="false">
        <parameter ref="Alias"/>
      </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>

      <parameter name="Alias" access="readWrite">
        <description>
          {{datatype|expand}}
        </description>
        <syntax>
          <dataType ref="Alias"/>
        </syntax>
      </parameter>
    </object>

    <object name="FAPService.{i}.Transport.Security.Pkey.{i}."
        access="readOnly" minEntries="0" maxEntries="unbounded"
        numEntriesParameter="PkeyNumberOfEntries">
      <description>
        Public Key Table. This table gathers information about all types of
        public key-based credentials, such as X.509 certificates.
        {{bibref|RFC3280}}.
      </description>
      <uniqueKey>
        <parameter ref="SerialNumber"/>
      </uniqueKey>
      <uniqueKey functional="false">
        <parameter ref="Alias"/>
      </uniqueKey>

      <parameter name="Enable" access="readWrite">
        <description>
          Enables or disables this Public Key entry.
        </description>
        <syntax>
          <boolean/>
        </syntax>
      </parameter>

      <parameter name="LastModif" access="readOnly">
        <description>
          The last modification time of this Public Key entry.
        </description>
        <syntax>
          <dateTime/>
        </syntax>
      </parameter>

      <parameter name="SerialNumber" access="readOnly">
        <description>
          The Serial Number field in an X.509 certificate
        </description>
        <syntax>
          <string>
            <size maxLength="64"/>
          </string>
        </syntax>
      </parameter>

      <parameter name="Issuer" access="readOnly">
        <description>
          The Issuer field in an X.509 certificate; i.e. the Distinguished Name
          (DN) of the entity who has signed the certificate.
        </description>
        <syntax>
          <string>
            <size maxLength="256"/>
          </string>
        </syntax>
      </parameter>

      <parameter name="NotBefore" access="readOnly">
        <description>
          The beginning of the certificate validity period; i.e. the Not Before
          field in an X.509 certificate.
        </description>
        <syntax>
          <dateTime/>
        </syntax>
      </parameter>

      <parameter name="NotAfter" access="readOnly">
        <description>
          The end of the certificate validity period; i.e., the Not After field
          in an X.509 certificate.
        </description>
        <syntax>
          <dateTime/>
        </syntax>
      </parameter>

      <parameter name="Subject" access="readOnly">
        <description>
          The X.501 Distinguished Name (DN) of the entity associated with the
          Public Key; i.e., the Subject field in an X.509 certificate.
        </description>
        <syntax>
          <string>
            <size maxLength="256"/>
          </string>
        </syntax>
      </parameter>

      <parameter name="SubjectAlt" access="readOnly">
        <description>
          {{list}} Each item is a DNS Name. The Subject Alternative Names
          extension field in an X.509 certificate.
        </description>
        <syntax>
          <list>
            <size maxLength="256"/>
          </list>
          <string/>
        </syntax>
      </parameter>

      <parameter name="Alias" access="readWrite">
        <description>
          {{datatype|expand}}
        </description>
        <syntax>
          <dataType ref="Alias"/>
        </syntax>
      </parameter>
    </object>

    <object name="FAPService.{i}.Transport.Security.CryptoProfile.{i}."
        access="readWrite" minEntries="0" maxEntries="unbounded"
        numEntriesParameter="CryptoProfileNumberOfEntries"
        enableParameter="Enable">
      <description>
        This object contains parameters relating to IKEv2 and IPsec crypto
        profiles, which are essentially a subset of the typical IPsec SPD.
        {{bibref|RFC4301}}.
      </description>
      <uniqueKey>
        <parameter ref="AuthMethod"/>
        <parameter ref="IKEEncrypt"/>
        <parameter ref="IKEPRF"/>
        <parameter ref="IKEIntegrity"/>
        <parameter ref="IKEDH"/>
        <parameter ref="ESPEncrypt"/>
        <parameter ref="ESPIntegrity"/>
      </uniqueKey>
      <uniqueKey functional="false">
        <parameter ref="Alias"/>
      </uniqueKey>

      <parameter name="Enable" access="readWrite">
        <description>
          Enables and disables this entry.
        </description>
        <syntax>
          <boolean/>
          <default type="object" value="false"/>
        </syntax>
      </parameter>

      <parameter name="AuthMethod" access="readWrite">
        <description>
          Specifies the Security mechanism and set of credentials used by the
          FAP to authenticate itself. {{reference}} If {{empty}}, the FAP
          chooses the authentication method based on local policy. In order to
          configure the FAP for both FAP and hosting-party authentication, the
          object is populated with an enabled instance of the Pkey object.
        </description>
        <syntax>
          <string>
            <pathRef
                refType="strong"
                targetType="row"
                targetParent="
                  .Transport.Security.Pkey.
                  .Transport.Security.Secret."/>
          </string>
          <default type="object" value=""/>
        </syntax>
      </parameter>

      <parameter name="MaxChildSA" access="readWrite">
        <description>
          Controls the maximum number of child SAs that can be negotiated by a
          single IKE session.
        </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"/>
          </unsignedInt>
          <default type="object" value="2"/>
        </syntax>
      </parameter>

      <parameter name="IKEEncrypt" access="readWrite">
        <description>
          IKEv2 encryption algorithm. {{bibref|RFC4307}}
        </description>
        <syntax>
          <list/>
          <string>
            <enumeration value="3DES-CBC"/>
            <enumeration value="AES-CBC"/>
          </string>
          <default type="object" value="AES-CBC"/>
        </syntax>
      </parameter>

      <parameter name="IKEPRF" access="readWrite">
        <description>
          IKEv2 pseudo-random function. {{bibref|RFC4307}}.
        </description>
        <syntax>
          <list/>
          <string>
            <enumeration value="HMAC-SHA1"/>
            <enumeration value="AES-XCBC-PRF-128"/>
          </string>
          <default type="object" value="HMAC-SHA1"/>
        </syntax>
      </parameter>

      <parameter name="IKEIntegrity" access="readWrite">
        <description>
          IKEv2 integrity function. {{bibref|RFC4307}}
        </description>
        <syntax>
          <list/>
          <string>
            <enumeration value="HMAC-SHA1-96"/>
            <enumeration value="AES-XCBC-MAC-96"/>
          </string>
          <default type="object" value="HMAC-SHA1-96"/>
        </syntax>
      </parameter>

      <parameter name="IKEDH" access="readWrite">
        <description>
          IKEv2 pseudo-random function. {{bibref|RFC4307}}
        </description>
        <syntax>
          <list/>
          <string>
            <enumeration value="1024"/>
            <enumeration value="2048"/>
          </string>
          <default type="object" value="2048"/>
        </syntax>
      </parameter>

      <parameter name="ESPEncrypt" access="readWrite">
        <description>
          IPsec encryption algorithm. {{bibref|RFC4307}}
        </description>
        <syntax>
          <list/>
          <string>
            <enumeration value="3DES-CBC"/>
            <enumeration value="AES-CBC"/>
            <enumeration value="Null"/>
          </string>
          <default type="object" value="AES-CBC"/>
        </syntax>
      </parameter>

      <parameter name="ESPIntegrity" access="readWrite">
        <description>
          IPsec integrity function. {{bibref|RFC4307}}
        </description>
        <syntax>
          <list/>
          <string>
            <enumeration value="HMAC-SHA1-96"/>
            <enumeration value="AES-XCBC-MAC-96"/>
          </string>
          <default type="object" value="HMAC-SHA1-96"/>
        </syntax>
      </parameter>

      <parameter name="IPsecWindowSize" access="readWrite">
        <description>
          The size of the Anti-Replay Window. If 0 Sequence Number Verification
          is disabled.
        </description>
        <syntax>
          <unsignedInt/>
          <default type="object" value="0"/>
        </syntax>
      </parameter>

      <parameter name="IKERekeyLifetime" access="readWrite">
        <description>
          IKEv2 SA rekey timeout in {{units}}.
        </description>
        <syntax>
          <unsignedInt>
            <units value="seconds"/>
          </unsignedInt>
        </syntax>
      </parameter>

      <parameter name="IPsecRekeyLifetimeByte" access="readWrite">
        <description>
          IPsec SA rekey timeout in {{units}}.
        </description>
        <syntax>
          <unsignedInt>
            <units value="Kilobytes"/>
          </unsignedInt>
        </syntax>
      </parameter>

      <parameter name="IPsecRekeyLifetimeTime" access="readWrite">
        <description>
          IPsec SA rekey timeout in {{units}}.
        </description>
        <syntax>
          <unsignedInt>
            <units value="seconds"/>
          </unsignedInt>
        </syntax>
      </parameter>

      <parameter name="DPDTimer" access="readWrite">
        <description>
          DPD timeout in {{units}}.
        </description>
        <syntax>
          <unsignedInt>
            <units value="seconds"/>
          </unsignedInt>
          <default type="object" value="300"/>
        </syntax>
      </parameter>

      <parameter name="NATTKeepaliveTimer" access="readWrite">
        <description>
          NAT-T keepalive timeout in {{units}}.
        </description>
        <syntax>
          <unsignedInt>
            <units value="seconds"/>
          </unsignedInt>
          <default type="object" value="180"/>
        </syntax>
      </parameter>

      <parameter name="Alias" access="readWrite">
        <description>
          {{datatype|expand}}
        </description>
        <syntax>
          <dataType ref="Alias"/>
        </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.WCDMAFDD." 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/>
        </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"/>
          </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"/>
          </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"/>
          </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"/>
          </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 value="Success"/>
            <enumeration value="Error"/>
            <enumeration value="Error_TIMEOUT"/>
          </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"/>
          </string>
        </syntax>
      </parameter>

      <parameter name="LastScanTime" access="readOnly"
          activeNotify="forceDefaultEnabled">
        <description>
          The time of the last UMTS system radio environment measurement.
        </description>
        <syntax>
          <dateTime/>
        </syntax>
      </parameter>

      <parameter name="MaxCellEntries" access="readOnly">
        <description>
          The maximum number of entries available in the
          {{object|.REM.WCDMAFDD.Cell.{i}.}} table.
        </description>
        <syntax>
          <unsignedInt/>
        </syntax>
      </parameter>

      <parameter name="CellNumberOfEntries" access="readOnly">
        <description>
          The number entries in the {{object|.REM.WCDMAFDD.Cell.{i}.}} table..
        </description>
        <syntax>
          <unsignedInt/>
        </syntax>
      </parameter>
    </object>

    <object name="FAPService.{i}.REM.WCDMAFDD.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.WCDMAFDD.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"/>
          </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"/>
          </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"/>
          </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.WCDMAFDD.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 value="ANSI-41"/>
          </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"/>
          </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.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"/>
          </list>
          <unsignedInt>
            <range maxInclusive="16383"/>
          </unsignedInt>
        </syntax>
      </parameter>
    </object>

    <object name="FAPService.{i}.REM.WCDMAFDD.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 value="10"/>
            <enumeration value="15"/>
            <enumeration value="20"/>
            <enumeration value="30"/>
            <enumeration value="40"/>
            <enumeration value="50"/>
            <enumeration value="64"/>
            <enumeration value="80"/>
            <enumeration value="120"/>
            <enumeration value="160"/>
            <enumeration value="256"/>
            <enumeration value="alltherest"/>
            <enumeration value="spare3"/>
            <enumeration value="spare2"/>
            <enumeration value="spare1"/>
          </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.WCDMAFDD.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°0.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°0’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"/>
          </unsignedInt>
        </syntax>
      </parameter>
    </object>

    <object name="FAPService.{i}.REM.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"/>
        </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/>
        </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"/>
          </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 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="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"/>
          </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"/>
          </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 value="Success"/>
            <enumeration value="Error"/>
            <enumeration value="Error_TIMEOUT"/>
          </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"/>
          </string>
        </syntax>
      </parameter>

      <parameter name="LastScanTime" access="readOnly"
          activeNotify="forceDefaultEnabled">
        <description>
          The time of the last GSM radio environment measurement.
        </description>
        <syntax>
          <dateTime/>
        </syntax>
      </parameter>

      <parameter name="MaxCellEntries" access="readOnly">
        <description>
          The maximum number of entries allowed in the
          {{object|.REM.GSM.Cell.{i}.}} table.
        </description>
        <syntax>
          <unsignedInt/>
        </syntax>
      </parameter>

      <parameter name="CellNumberOfEntries" access="readOnly">
        <description>
          The number of entries in the {{object|.REM.GSM.Cell.{i}.}} table.
        </description>
        <syntax>
          <unsignedInt/>
        </syntax>
      </parameter>
    </object>

    <object name="FAPService.{i}.REM.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 value="GSM 900"/>
            <enumeration value="DCS 1800"/>
            <enumeration value="PCS 1900"/>
          </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"/>
          </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="63999"/>
          </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"/>
          </int>
        </syntax>
      </parameter>
    </object>

    <object name="FAPService.{i}.GPS." access="readOnly" minEntries="1"
        maxEntries="1">
      <description>
        This object contains the parameters relating to the GPS scan.
      </description>

      <parameter name="ScanOnBoot" access="readWrite">
        <description>
          Enables or disables GPS scans during the FAP start up.
        </description>
        <syntax>
          <boolean/>
          <default type="factory" value="true"/>
        </syntax>
      </parameter>

      <parameter name="ScanPeriodically" access="readWrite">
        <description>
          Enables or disables periodic GPS scans.
        </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 GPS scan 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 GPS scan. Each GPS scan 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 GPS scan. 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 GPS scans 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 GPS scan behavior MUST be the same as if {{param}}
          parameter was set to the Unknown Time value.
        </description>
        <syntax>
          <dateTime/>
        </syntax>
      </parameter>

      <parameter name="ContinuousGPS" access="readWrite">
        <description>
          Whether or not the FAP SHOULD maintain a continuous GPS lock (e.g. as
          a frequency stability source).
        </description>
        <syntax>
          <boolean/>
        </syntax>
      </parameter>

      <parameter name="ScanTimeout" access="readWrite">
        <description>
          Specifies the time-out value in {{units}} since the test started
          after which the test will time out. A timed out test is to be
          reported as {{enum|Error_TIMEOUT|ScanStatus}} with
          {{param|ErrorDetails}} indicating “Timed out”.
        </description>
        <syntax>
          <unsignedInt>
            <units value="seconds"/>
          </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 value="Success"/>
            <enumeration value="Error"/>
            <enumeration value="Error_TIMEOUT"/>
          </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"/>
          </string>
        </syntax>
      </parameter>

      <parameter name="LastScanTime" access="readOnly"
          activeNotify="forceDefaultEnabled">
        <description>
          The time of the last GPS scan.
        </description>
        <syntax>
          <dateTime/>
        </syntax>
      </parameter>

      <parameter name="LastSuccessfulScanTime" access="readOnly"
          activeNotify="canDeny">
        <description>
          Specifies the date and time, when the GPS scan last completed
          successfully. This value is retained across reboot. The values for
          LockedLatitude, LockedLongitute and NumberOfSattelites correspond to
          this time. If a scan has never succeeded before, the value will be
          the Unknown Time value, as defined in {{bibref|TR-106a2|Section
          3.2}}.
        </description>
        <syntax>
          <dateTime/>
        </syntax>
      </parameter>

      <parameter name="LockedLatitude" access="readOnly"
          activeNotify="canDeny">
        <description>
          This parameter specifies the actual location of the FAP, returned by
          the GPS Diagnostics Test. 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°0.00’ S would be represented as value -50,000,000.
          This value is retained across reboots and is only reset after another
          scan completes successfully. If a scan has never succeeded before,
          the value 0 is reported.
        </description>
        <syntax>
          <int>
            <range minInclusive="-90000000" maxInclusive="90000000"/>
          </int>
        </syntax>
      </parameter>

      <parameter name="LockedLongitude" access="readOnly"
          activeNotify="canDeny">
        <description>
          This parameter specifies the actual location of the FAP, returned by
          the GPS Diagnostics Test. 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°0’0’’ W
          would be represented as value -50,000,000. This value is retained
          across reboots and is only reset after another scan completes
          successfully. If a scan has never succeeded before, the value 0 is
          reported.
        </description>
        <syntax>
          <int>
            <range minInclusive="-180000000" maxInclusive="180000000"/>
          </int>
        </syntax>
      </parameter>

      <parameter name="NumberOfSatellites" access="readOnly"
          activeNotify="canDeny">
        <description>
          The number of satellites that were locked during the test execution.
          The greater the number of satellites the better the precision of the
          results. This value is retained across reboots and is only reset
          after another scan completes successfully. If a scan has never
          succeeded before, the value 0 is reported.
        </description>
        <syntax>
          <unsignedInt/>
        </syntax>
      </parameter>
    </object>

    <object name="FAPService.{i}.FaultMgmt." access="readOnly" minEntries="1"
        maxEntries="1">
      <description>
        This object contains parameters relating to Fault/Alarm Management.
      </description>

      <parameter name="SupportedAlarmNumberOfEntries" access="readOnly">
        <description>
          The number of entries in the
          {{object|.FaultMgmt.SupportedAlarm.{i}.}} table.
        </description>
        <syntax>
          <unsignedInt/>
        </syntax>
      </parameter>

      <parameter name="MaxCurrentAlarmEntries" access="readOnly">
        <description>
          The maximum number of entries allowed in the
          {{object|.FaultMgmt.CurrentAlarm.{i}.}} table.
        </description>
        <syntax>
          <unsignedInt/>
        </syntax>
      </parameter>

      <parameter name="CurrentAlarmNumberOfEntries" access="readOnly">
        <description>
          The number of entries in the {{object|.FaultMgmt.CurrentAlarm.{i}.}}
          table.
        </description>
        <syntax>
          <unsignedInt/>
        </syntax>
      </parameter>

      <parameter name="HistoryEventNumberOfEntries" access="readOnly">
        <description>
          The number of entries in the {{object|.FaultMgmt.HistoryEvent.{i}.}}
          table.
        </description>
        <syntax>
          <unsignedInt/>
        </syntax>
      </parameter>

      <parameter name="ExpeditedEventNumberOfEntries" access="readOnly">
        <description>
          The number of entries in the
          {{object|.FaultMgmt.ExpeditedEvent.{i}.}} table.
        </description>
        <syntax>
          <unsignedInt/>
        </syntax>
      </parameter>

      <parameter name="QueuedEventNumberOfEntries" access="readOnly">
        <description>
          The number of entries in the {{object|.FaultMgmt.QueuedEvent.{i}.}}
          table.
        </description>
        <syntax>
          <unsignedInt/>
        </syntax>
      </parameter>
    </object>

    <object name="FAPService.{i}.FaultMgmt.SupportedAlarm.{i}."
        access="readOnly" minEntries="0" maxEntries="unbounded"
        numEntriesParameter="SupportedAlarmNumberOfEntries">
      <description>
        Supported Alarm Entries which can be raised by the FAP. The instance
        numbers for this table SHOULD be maintained across firmware upgrades of
        the device.
      </description>
      <uniqueKey>
        <parameter ref="EventType"/>
        <parameter ref="ProbableCause"/>
        <parameter ref="SpecificProblem"/>
        <parameter ref="PerceivedSeverity"/>
      </uniqueKey>
      <uniqueKey functional="false">
        <parameter ref="Alias"/>
      </uniqueKey>

      <parameter name="EventType" access="readOnly">
        <description>
          Indicates the type of FAP event. See {{bibref|3GPP-TS.32.111-5}} for
          information on pre-defined alarm types.
        </description>
        <syntax>
          <string>
            <size maxLength="64"/>
          </string>
        </syntax>
      </parameter>

      <parameter name="ProbableCause" access="readOnly">
        <description>
          Qualifies the alarm and provides further information than
          {{param|EventType}}. See {{bibref|3GPP-TS.32.111-5}} for information
          on pre-defined probable causes.
        </description>
        <syntax>
          <string>
            <size maxLength="64"/>
          </string>
        </syntax>
      </parameter>

      <parameter name="SpecificProblem" access="readOnly">
        <description>
          Provides further qualification on the alarm beyond
          {{param|EventType}} and {{param|ProbableCause}}. This is not 3GPP
          standards based and is vendor defined. This will be {{empty}} if the
          FAP doesn’t support unique indexing of the table using {{param}}. The
          string can be set to "*" to indicate the default case if only a
          subset of {{param}} are to be contained within the table.
        </description>
        <syntax>
          <string>
            <size maxLength="128"/>
          </string>
        </syntax>
      </parameter>

      <parameter name="PerceivedSeverity" access="readOnly">
        <description>
          Indicates the relative level of urgency for operator attention, see
          {{bibref|ITU-X.733}}. {{enum}} Although {{enum|Indeterminate}} is
          defined in {{bibref|ITU-X.733}} it SHOULD NOT be used by the FAP as a
          {{param}}. This will be {{empty}} if the FAP doesn’t support unique
          indexing of the table using {{param}}. The string can be set to “*”
          to indicate the default case if only a subset of {{param}} are to be
          contained within the table.
        </description>
        <syntax>
          <string>
            <enumeration value="">
              <description>{{empty}}</description>
            </enumeration>
            <enumeration value="*"/>
            <enumeration value="Cleared"/>
            <enumeration value="Critical"/>
            <enumeration value="Major"/>
            <enumeration value="Minor"/>
            <enumeration value="Warning"/>
            <enumeration value="Indeterminate" optional="true"/>
          </string>
        </syntax>
      </parameter>

      <parameter name="ReportingMechanism" access="readWrite">
        <description>
          Indicates the reporting mechanism setting of the alarm. {{enum}}
        </description>
        <syntax>
          <string>
            <enumeration value="0 Expedited">
              <description>
                The FAP inserts the alarm into the
                {{object|.FaultMgmt.ExpeditedEvent.{i}.}} table and the
                {{object|.FaultMgmt.HistoryEvent.{i}.}} table.
              </description>
            </enumeration>
            <enumeration value="1 Queued">
              <description>
                The FAP inserts the alarm into the
                {{object|.FaultMgmt.QueuedEvent.{i}.}} table and the
                {{object|.FaultMgmt.HistoryEvent.{i}.}} table.
              </description>
            </enumeration>
            <enumeration value="2 Logged">
              <description>
                The FAP inserts the alarm into the
                {{object|.FaultMgmt.HistoryEvent.{i}.}} table.
              </description>
            </enumeration>
            <enumeration value="3 Disabled">
              <description>The FAP ignores the alarm.</description>
            </enumeration>
          </string>
        </syntax>
      </parameter>

      <parameter name="Alias" access="readWrite">
        <description>
          {{datatype|expand}}
        </description>
        <syntax>
          <dataType ref="Alias"/>
        </syntax>
      </parameter>
    </object>

    <object name="FAPService.{i}.FaultMgmt.CurrentAlarm.{i}."
        access="readOnly" minEntries="0" maxEntries="unbounded"
        numEntriesParameter="CurrentAlarmNumberOfEntries">
      <description>
        Contains all currently active alarms (whose
        {{param|.FaultMgmt.SupportedAlarm.{i}.PerceivedSeverity}} is not
        {{enum|Cleared|.FaultMgmt.SupportedAlarm.{i}.PerceivedSeverity}}). New
        raised alarms result in a new entry in this table being added, any
        changes to the alarm as a result of an update event are updated in the
        existing table entry, and a clear event raised against an alarm results
        in the alarm being removed from this table. Active alarms at the time
        of a power failure or reboot are removed from this table.
      </description>
      <uniqueKey>
        <parameter ref="AlarmIdentifier"/>
      </uniqueKey>
      <uniqueKey>
        <parameter ref="EventType"/>
        <parameter ref="ProbableCause"/>
        <parameter ref="SpecificProblem"/>
      </uniqueKey>

      <parameter name="AlarmIdentifier" access="readOnly">
        <description>
          Identifies one Alarm Entry in the Alarm List. This value MUST be
          uniquely allocated by the FAP to the alarm instance during the
          lifetime of the individual alarm.
        </description>
        <syntax>
          <string>
            <size maxLength="64"/>
          </string>
        </syntax>
      </parameter>

      <parameter name="AlarmRaisedTime" access="readOnly">
        <description>
          Indicates the date and time when the alarm was first raised by the
          FAP.
        </description>
        <syntax>
          <dateTime/>
        </syntax>
      </parameter>

      <parameter name="AlarmChangedTime" access="readOnly">
        <description>
          Indicates the date and time when the alarm was last changed by the
          FAP.
        </description>
        <syntax>
          <dateTime/>
        </syntax>
      </parameter>

      <parameter name="ManagedObjectInstance" access="readOnly">
        <description>
          Specifies the instance of the Informational Object Class in which the
          FAP alarm occurred by carrying the Distinguished Name (DN) of this
          object instance. This object may or may not be identical to the
          object instance actually emitting the notification to the ACS. The
          {{param|.DNPrefix}} should be pre-pended to the local DN to create
          the ManagedObjectInstance. Encode the Managed Objects representation
          in string format as defined in {{bibref|3GPP-TS.32.300}}.
        </description>
        <syntax>
          <string>
            <size maxLength="512"/>
          </string>
        </syntax>
      </parameter>

      <parameter name="EventType" access="readOnly">
        <description>
          Indicates the type of FAP event. See {{bibref|3GPP-TS.32.111-5}} for
          information on pre-defined alarm types.
        </description>
        <syntax>
          <string>
            <size maxLength="64"/>
          </string>
        </syntax>
      </parameter>

      <parameter name="ProbableCause" access="readOnly">
        <description>
          Qualifies the alarm and provides further information than
          {{param|EventType}}. See {{bibref|3GPP-TS.32.111-5}} for information
          on pre-defined probable causes.
        </description>
        <syntax>
          <string>
            <size maxLength="64"/>
          </string>
        </syntax>
      </parameter>

      <parameter name="SpecificProblem" access="readOnly">
        <description>
          Provides further qualification on the alarm beyond
          {{param|EventType}} and {{param|ProbableCause}}. This is not 3GPP
          standards based and is vendor defined. This will be {{empty}} if the
          FAP doesn’t support inclusion of this information.
        </description>
        <syntax>
          <string>
            <size maxLength="128"/>
          </string>
        </syntax>
      </parameter>

      <parameter name="PerceivedSeverity" access="readOnly">
        <description>
          Indicates the relative level of urgency for operator attention, see
          {{bibref|ITU-X.733}}. {{enum}} Although {{enum|Indeterminate}} is
          defined in {{bibref|ITU-X.733}} it SHOULD NOT be used by the FAP as a
          {{param}}.
        </description>
        <syntax>
          <string>
            <enumeration value="Critical"/>
            <enumeration value="Major"/>
            <enumeration value="Minor"/>
            <enumeration value="Warning"/>
            <enumeration value="Indeterminate" optional="true"/>
          </string>
        </syntax>
      </parameter>

      <parameter name="AdditionalText" access="readOnly">
        <description>
          This provides a textual string which is vendor defined. This will be
          {{empty}} if the FAP doesn’t support inclusion of this information.
        </description>
        <syntax>
          <string>
            <size maxLength="256"/>
          </string>
        </syntax>
      </parameter>

      <parameter name="AdditionalInformation" access="readOnly">
        <description>
          This contains additional information about the alarm and is vendor
          defined.
        </description>
        <syntax>
          <string>
            <size maxLength="256"/>
          </string>
        </syntax>
      </parameter>
    </object>

    <object name="FAPService.{i}.FaultMgmt.HistoryEvent.{i}."
        access="readOnly" minEntries="0" maxEntries="unbounded"
        numEntriesParameter="HistoryEventNumberOfEntries">
      <description>
        Alarm events added or updated in
        {{object|.FaultMgmt.CurrentAlarm.{i}.}} are simultaneously entered into
        the this table. This table also contains alarm clearing events. Active
        alarms at the time of a power failure or reboot may not get an alarm
        clearing event. If maximum instance number
        {{param|.FaultMgmt.HistoryEventNumberOfEntries}} is reached, the next
        event overrides the object with instance number 1. Subsequent entries
        override objects at sequentially increasing instance numbers. This
        logic provides for automatic "rolling" of records. The data in this
        table is maintained across reboots.
      </description>
      <uniqueKey>
        <parameter ref="EventTime"/>
        <parameter ref="AlarmIdentifier"/>
      </uniqueKey>

      <parameter name="EventTime" access="readOnly">
        <description>
          Indicates the date and time when the alarm event occurs.
        </description>
        <syntax>
          <dateTime/>
        </syntax>
      </parameter>

      <parameter name="AlarmIdentifier" access="readOnly">
        <description>
          Identifies one Alarm Entry in the Alarm List. This value MUST be
          uniquely allocated by the FAP to the alarm instance during the
          lifetime of the individual alarm.
        </description>
        <syntax>
          <string>
            <size maxLength="64"/>
          </string>
        </syntax>
      </parameter>

      <parameter name="NotificationType" access="readOnly">
        <description>
          Indicates the reason for the specific alarm notification event.
          {{enum}}
        </description>
        <syntax>
          <string>
            <enumeration value="NewAlarm"/>
            <enumeration value="ChangedAlarm"/>
            <enumeration value="ClearedAlarm"/>
          </string>
        </syntax>
      </parameter>

      <parameter name="ManagedObjectInstance" access="readOnly">
        <description>
          Specifies the instance of the Informational Object Class in which the
          FAP alarm occurred by carrying the Distinguished Name (DN) of this
          object instance. This object may or may not be identical to the
          object instance actually emitting the notification to the ACS. The
          {{param|.DNPrefix}} should be pre-pended to the local DN to create
          the ManagedObjectInstance. Encode the Managed Objects representation
          in string format as defined in {{bibref|3GPP-TS.32.300}}.
        </description>
        <syntax>
          <string>
            <size maxLength="512"/>
          </string>
        </syntax>
      </parameter>

      <parameter name="EventType" access="readOnly">
        <description>
          Indicates the type of FAP event. See {{bibref|3GPP-TS.32.111-5}} for
          information on pre-defined alarm types.
        </description>
        <syntax>
          <string>
            <size maxLength="64"/>
          </string>
        </syntax>
      </parameter>

      <parameter name="ProbableCause" access="readOnly">
        <description>
          Qualifies the alarm and provides further information than
          {{param|EventType}}. See {{bibref|3GPP-TS.32.111-5}} for information
          on pre-defined probable causes.
        </description>
        <syntax>
          <string>
            <size maxLength="64"/>
          </string>
        </syntax>
      </parameter>

      <parameter name="SpecificProblem" access="readOnly">
        <description>
          Provides further qualification on the alarm beyond
          {{param|EventType}} and {{param|ProbableCause}}. This is not 3GPP
          standards based and is vendor defined. This will be {{empty}} if the
          FAP doesn’t support inclusion of this information.
        </description>
        <syntax>
          <string>
            <size maxLength="128"/>
          </string>
        </syntax>
      </parameter>

      <parameter name="PerceivedSeverity" access="readOnly">
        <description>
          Indicates the relative level of urgency for operator attention, see
          {{bibref|ITU-X.733}}. {{enum}} Although {{enum|Indeterminate}} is
          defined in {{bibref|ITU-X.733}} it SHOULD NOT be used by the FAP as a
          {{param}}.
        </description>
        <syntax>
          <string>
            <enumeration value="Cleared"/>
            <enumeration value="Critical"/>
            <enumeration value="Major"/>
            <enumeration value="Minor"/>
            <enumeration value="Warning"/>
            <enumeration value="Indeterminate" optional="true"/>
          </string>
        </syntax>
      </parameter>

      <parameter name="AdditionalText" access="readOnly">
        <description>
          This provides a textual string which is vendor defined. This will be
          {{empty}} if the FAP doesn’t support inclusion of this information.
        </description>
        <syntax>
          <string>
            <size maxLength="256"/>
          </string>
        </syntax>
      </parameter>

      <parameter name="AdditionalInformation" access="readOnly">
        <description>
          This contains additional information about the alarm and is vendor
          defined.
        </description>
        <syntax>
          <string>
            <size maxLength="256"/>
          </string>
        </syntax>
      </parameter>
    </object>

    <object name="FAPService.{i}.FaultMgmt.ExpeditedEvent.{i}."
        access="readOnly" minEntries="0" maxEntries="unbounded"
        numEntriesParameter="ExpeditedEventNumberOfEntries">
      <description>
        Alarm events added or updated in
        {{object|.FaultMgmt.CurrentAlarm.{i}.}} are simultaneously entered into
        the this table if their corresponding entry in
        {{object|.FaultMgmt.SupportedAlarm.{i}.}} has
        {{param|.FaultMgmt.SupportedAlarm.{i}.ReportingMechanism}} set to
        {{enum|0 Expedited|.FaultMgmt.SupportedAlarm.{i}.ReportingMechanism}}.
        This table also contains alarm clearing events. This object has a fixed
        number of entries with instance numbers from 1 to
        {{param|.FaultMgmt.HistoryEventNumberOfEntries}}. Initially the table
        starts with all instances having {{param|EventTime}} set to the Unknown
        Time value, as defined in {{bibref|TR-106a2}}. If maximum instance
        number {{param|.FaultMgmt.ExpeditedEventNumberOfEntries}} is reached,
        the next event overrides the object with instance number 1. Subsequent
        entries override objects at sequentially increasing instance numbers.
        This logic provides for automatic "rolling" of records. When a new
        alarm replaces an existing alarm, then all parameter values for that
        instance are considered as changed for the purposes of value change
        notifications to the ACS (even if their new values are identical to
        those of the prior alarm).
      </description>
      <uniqueKey>
        <parameter ref="EventTime"/>
        <parameter ref="AlarmIdentifier"/>
      </uniqueKey>

      <parameter name="EventTime" access="readOnly">
        <description>
          Indicates the date and time when the alarm event occurs. For an
          unpopulated entry, the value is the Unknown Time as defined in
          {{bibref|TR-106a2}}.
        </description>
        <syntax>
          <dateTime/>
        </syntax>
      </parameter>

      <parameter name="AlarmIdentifier" access="readOnly">
        <description>
          Identifies one Alarm Entry in the Alarm List. This value MUST be
          uniquely allocated by the FAP to the alarm instance during the
          lifetime of the individual alarm. For an unpopulated entry, the value
          is {{empty}}.
        </description>
        <syntax>
          <string>
            <size maxLength="64"/>
          </string>
        </syntax>
      </parameter>

      <parameter name="NotificationType" access="readOnly">
        <description>
          Indicates the reason for the specific alarm notification event.
          {{enum}}
        </description>
        <syntax>
          <string>
            <enumeration value="NewAlarm"/>
            <enumeration value="ChangedAlarm"/>
            <enumeration value="ClearedAlarm"/>
          </string>
        </syntax>
      </parameter>

      <parameter name="ManagedObjectInstance" access="readOnly">
        <description>
          Specifies the instance of the Informational Object Class in which the
          FAP alarm occurred by carrying the Distinguished Name (DN) of this
          object instance. This object may or may not be identical to the
          object instance actually emitting the notification to the ACS. The
          {{param|.DNPrefix}} should be pre-pended to the local DN to create
          the ManagedObjectInstance. Encode the Managed Objects representation
          in string format as defined in {{bibref|3GPP-TS.32.300}}.
        </description>
        <syntax>
          <string>
            <size maxLength="512"/>
          </string>
        </syntax>
      </parameter>

      <parameter name="EventType" access="readOnly">
        <description>
          Indicates the type of FAP event. See {{bibref|3GPP-TS.32.111-5}} for
          information on pre-defined alarm types.
        </description>
        <syntax>
          <string>
            <size maxLength="64"/>
          </string>
        </syntax>
      </parameter>

      <parameter name="ProbableCause" access="readOnly">
        <description>
          Qualifies the alarm and provides further information than
          {{param|EventType}}. See {{bibref|3GPP-TS.32.111-5}} for information
          on pre-defined probable causes.
        </description>
        <syntax>
          <string>
            <size maxLength="64"/>
          </string>
        </syntax>
      </parameter>

      <parameter name="SpecificProblem" access="readOnly">
        <description>
          Provides further qualification on the alarm beyond
          {{param|EventType}} and {{param|ProbableCause}}. This is not 3GPP
          standards based and is vendor defined. This will be {{empty}} if the
          FAP doesn’t support inclusion of this information.
        </description>
        <syntax>
          <string>
            <size maxLength="128"/>
          </string>
        </syntax>
      </parameter>

      <parameter name="PerceivedSeverity" access="readOnly">
        <description>
          Indicates the relative level of urgency for operator attention, see
          {{bibref|ITU-X.733}}. {{enum}} Although {{enum|Indeterminate}} is
          defined in {{bibref|ITU-X.733}} it SHOULD NOT be used by the FAP as a
          {{param}}.
        </description>
        <syntax>
          <string>
            <enumeration value="Cleared"/>
            <enumeration value="Critical"/>
            <enumeration value="Major"/>
            <enumeration value="Minor"/>
            <enumeration value="Warning"/>
            <enumeration value="Indeterminate" optional="true"/>
          </string>
        </syntax>
      </parameter>

      <parameter name="AdditionalText" access="readOnly">
        <description>
          This provides a textual string which is vendor defined. This will be
          {{empty}} if the FAP doesn’t support inclusion of this information.
        </description>
        <syntax>
          <string>
            <size maxLength="256"/>
          </string>
        </syntax>
      </parameter>

      <parameter name="AdditionalInformation" access="readOnly">
        <description>
          This contains additional information about the alarm and is vendor
          defined.
        </description>
        <syntax>
          <string>
            <size maxLength="256"/>
          </string>
        </syntax>
      </parameter>
    </object>

    <object name="FAPService.{i}.FaultMgmt.QueuedEvent.{i}." access="readOnly"
        minEntries="0" maxEntries="unbounded"
        numEntriesParameter="QueuedEventNumberOfEntries">
      <description>
        Alarm events added or updated in
        {{object|.FaultMgmt.CurrentAlarm.{i}.}} are simultaneously entered into
        the this table if their corresponding entry in
        {{object|.FaultMgmt.SupportedAlarm.{i}.}} has
        {{param|.FaultMgmt.SupportedAlarm.{i}.ReportingMechanism}} set to
        {{enum|1 Queued|.FaultMgmt.SupportedAlarm.{i}.ReportingMechanism}}.
        This table also contains alarm clearing events. This object has a fixed
        number of entries with instance numbers from 1 to
        {{param|.FaultMgmt.HistoryEventNumberOfEntries}}. Initially the table
        starts with all instances having {{param|EventTime}} set to the Unknown
        Time value, as defined in {{bibref|TR-106a2}}. If maximum instance
        number {{param|.FaultMgmt.QueuedEventNumberOfEntries}} is reached, the
        next event overrides the object with instance number 1. Subsequent
        entries override objects at sequentially increasing instance numbers.
        This logic provides for automatic "rolling" of records. When a new
        alarm replaces an existing alarm, then all parameter values for that
        instance are considered as changed for the purposes of value change
        notifications to the ACS (even if their new values are identical to
        those of the prior alarm).
      </description>
      <uniqueKey>
        <parameter ref="EventTime"/>
        <parameter ref="AlarmIdentifier"/>
      </uniqueKey>

      <parameter name="EventTime" access="readOnly">
        <description>
          Indicates the date and time when the alarm event occurs. For an
          unpopulated entry, the value is the Unknown Time as defined in
          {{bibref|TR-106a2}}.
        </description>
        <syntax>
          <dateTime/>
        </syntax>
      </parameter>

      <parameter name="AlarmIdentifier" access="readOnly">
        <description>
          Identifies one Alarm Entry in the Alarm List. This value MUST be
          uniquely allocated by the FAP to the alarm instance during the
          lifetime of the individual alarm. For an unpopulated entry, the value
          is {{empty}}.
        </description>
        <syntax>
          <string>
            <size maxLength="64"/>
          </string>
        </syntax>
      </parameter>

      <parameter name="NotificationType" access="readOnly">
        <description>
          Indicates the reason for the specific alarm notification event.
          {{enum}}
        </description>
        <syntax>
          <string>
            <enumeration value="NewAlarm"/>
            <enumeration value="ChangedAlarm"/>
            <enumeration value="ClearedAlarm"/>
          </string>
        </syntax>
      </parameter>

      <parameter name="ManagedObjectInstance" access="readOnly">
        <description>
          Specifies the instance of the Informational Object Class in which the
          FAP alarm occurred by carrying the Distinguished Name (DN) of this
          object instance. This object may or may not be identical to the
          object instance actually emitting the notification to the ACS. The
          {{param|.DNPrefix}} should be pre-pended to the local DN to create
          the ManagedObjectInstance. Encode the Managed Objects representation
          in string format as defined in {{bibref|3GPP-TS.32.300}}.
        </description>
        <syntax>
          <string>
            <size maxLength="512"/>
          </string>
        </syntax>
      </parameter>

      <parameter name="EventType" access="readOnly">
        <description>
          Indicates the type of FAP event. See {{bibref|3GPP-TS.32.111-5}} for
          information on pre-defined alarm types.
        </description>
        <syntax>
          <string>
            <size maxLength="64"/>
          </string>
        </syntax>
      </parameter>

      <parameter name="ProbableCause" access="readOnly">
        <description>
          Qualifies the alarm and provides further information than
          {{param|EventType}}. See {{bibref|3GPP-TS.32.111-5}} for information
          on pre-defined probable causes.
        </description>
        <syntax>
          <string>
            <size maxLength="64"/>
          </string>
        </syntax>
      </parameter>

      <parameter name="SpecificProblem" access="readOnly">
        <description>
          Provides further qualification on the alarm beyond
          {{param|EventType}} and {{param|ProbableCause}}. This is not 3GPP
          standards based and is vendor defined. This will be {{empty}} if the
          FAP doesn’t support inclusion of this information.
        </description>
        <syntax>
          <string>
            <size maxLength="128"/>
          </string>
        </syntax>
      </parameter>

      <parameter name="PerceivedSeverity" access="readOnly">
        <description>
          Indicates the relative level of urgency for operator attention, see
          {{bibref|ITU-X.733}}. {{enum}} Although {{enum|Indeterminate}} is
          defined in {{bibref|ITU-X.733}} it SHOULD NOT be used by the FAP as a
          {{param}}.
        </description>
        <syntax>
          <string>
            <enumeration value="Cleared"/>
            <enumeration value="Critical"/>
            <enumeration value="Major"/>
            <enumeration value="Minor"/>
            <enumeration value="Warning"/>
            <enumeration value="Indeterminate" optional="true"/>
          </string>
        </syntax>
      </parameter>

      <parameter name="AdditionalText" access="readOnly">
        <description>
          This provides a textual string which is vendor defined. This will be
          {{empty}} if the FAP doesn’t support inclusion of this information.
        </description>
        <syntax>
          <string>
            <size maxLength="256"/>
          </string>
        </syntax>
      </parameter>

      <parameter name="AdditionalInformation" access="readOnly">
        <description>
          This contains additional information about the alarm and is vendor
          defined.
        </description>
        <syntax>
          <string>
            <size maxLength="256"/>
          </string>
        </syntax>
      </parameter>
    </object>

    <object name="FAPService.{i}.PerfMgmt." access="readOnly" minEntries="1"
        maxEntries="1">
      <description>
        This object contains parameters relating to Performance Management.
      </description>
    </object>

    <object name="FAPService.{i}.PerfMgmt.FileMgmt." access="readOnly"
        minEntries="1" maxEntries="1">
      <description>
        This object contains parameters relating to File Management for
        uploading of Performance Files to a designated File Server.
      </description>

      <parameter name="PeriodicUploadEnable" access="readWrite">
        <description>
          Enables or disables the ability to send FAP information periodically
          to a designated File Server.
        </description>
        <syntax>
          <boolean/>
        </syntax>
      </parameter>

      <parameter name="URL" access="readWrite">
        <description>
          URL specifying the destination file location. HTTP and HTTPS
          transports MUST be supported. Other optional transports MAY be
          supported. This argument specifies only the destination file
          location, and does not indicate in any way the name or location of
          the local file to be uploaded.
        </description>
        <syntax>
          <string>
            <size maxLength="256"/>
          </string>
        </syntax>
      </parameter>

      <parameter name="Username" access="readWrite">
        <description>
          Username to be used by the FAP to authenticate with the file server.
          This string is set to {{empty}} if no authentication is required.
        </description>
        <syntax>
          <string>
            <size maxLength="256"/>
          </string>
        </syntax>
      </parameter>

      <parameter name="Password" access="readWrite">
        <description>
          Password to be used by the FAP to authenticate with the file server.
          This string is set to {{empty}} if no authentication is required.
        </description>
        <syntax hidden="true">
          <string>
            <size maxLength="256"/>
          </string>
        </syntax>
      </parameter>

      <parameter name="PeriodicUploadInterval" access="readWrite">
        <description>
          The duration in {{units}} of the interval for which the FAP MUST
          create an Performance File and attempt to upload the file to
          {{param|URL}} if {{param|PeriodicUploadEnable}} is {{true}}.
        </description>
        <syntax>
          <unsignedInt>
            <range minInclusive="1"/>
            <units value="seconds"/>
          </unsignedInt>
        </syntax>
      </parameter>

      <parameter name="PeriodicUploadTime" access="readWrite">
        <description>
          An absolute time reference in UTC to determine when the FAP will
          initiate the periodic file upload. Each file upload MUST occur at
          this reference time plus or minus an integer multiple of the
          {{param|PeriodicUploadInterval}}. {{param}} is used only to set the
          “phase” of the periodic uploads. The actual value of {{param}} can be
          arbitrarily far into the past or future. For example, if
          {{param|PeriodicUploadInterval}} is 86400 (a day) and if {{param}} is
          set to UTC midnight on some day (in the past, present, or future)
          then periodic file uploads 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 as defined in
          {{bibref|TR-106a2}} indicates that no particular time reference is
          specified. That is, the FAP MAY locally choose the time reference,
          and is required only to adhere to the specified
          {{param|PeriodicUploadInterval}}. If absolute time is not available
          to the FAP, its periodic file upload behavior MUST be the same as if
          the {{param}} parameter was set to the Unknown Time value.
        </description>
        <syntax>
          <dateTime/>
        </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"/>
        <parameter ref="MaxChildSAPerIKE" requirement="readOnly"/>
        <parameter ref="MaxIKESessions" requirement="readOnly"/>
      </object>
      <object ref="FAPService.{i}.FAPControl." requirement="present">
        <parameter ref="OpState" requirement="readOnly"/>
        <parameter ref="AdminState" requirement="readWrite"/>
        <parameter ref="RFTxStatus" requirement="readOnly"/>
      </object>
    </profile>

    <profile name="ACL:1">
      <object ref="FAPService.{i}.AccessMgmt." requirement="present">
        <parameter ref="AccessMode" requirement="readWrite"/>
        <parameter ref="NonCSGUEAccessDecision" requirement="readWrite"/>
        <parameter ref="CSGMembershipDeterminedLocally"
            requirement="readWrite"/>
        <parameter ref="HNBIdentifier" requirement="readWrite"/>
        <parameter ref="HomeZoneName" requirement="readWrite"/>
        <parameter ref="MaxConcurrentCSGUsers" 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.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="LocalIPAccess:1">
      <object ref="FAPService.{i}.AccessMgmt.LocalIPAccess."
          requirement="present">
        <parameter ref="Enable" requirement="readWrite"/>
        <parameter ref="MaxRulesEntries" requirement="readOnly"/>
        <parameter ref="RulesNumberOfEntries" requirement="readOnly"/>
      </object>
      <object ref="FAPService.{i}.AccessMgmt.LocalIPAccess.Rules.{i}."
          requirement="createDelete">
        <parameter ref="Enable" requirement="readWrite"/>
        <parameter ref="DestIPAddress" requirement="readWrite"/>
        <parameter ref="DestSubnetMask" requirement="readWrite"/>
        <parameter ref="Protocol" requirement="readWrite"/>
        <parameter ref="Action" requirement="readWrite"/>
        <parameter ref="Interface" requirement="readWrite"/>
      </object>
    </profile>

    <profile name="REMWCDMAFDD:1">
      <object ref="FAPService.{i}.REM." requirement="present"/>
      <object ref="FAPService.{i}.REM.WCDMAFDD." requirement="present">
        <parameter ref="InServiceHandling" requirement="readOnly"/>
        <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.WCDMAFDD.Cell.{i}."
          requirement="present"/>
      <object ref="FAPService.{i}.REM.WCDMAFDD.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.WCDMAFDD.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.WCDMAFDD.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.WCDMAFDD.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." requirement="present"/>
      <object ref="FAPService.{i}.REM.GSM." requirement="present">
        <parameter ref="InServiceHandling" requirement="readOnly"/>
        <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.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="GPS:1">
      <object ref="FAPService.{i}.GPS." requirement="present">
        <parameter ref="ScanOnBoot" requirement="readWrite"/>
        <parameter ref="ScanPeriodically" requirement="readWrite"/>
        <parameter ref="PeriodicInterval" requirement="readWrite"/>
        <parameter ref="PeriodicTime" requirement="readWrite"/>
        <parameter ref="ContinuousGPS" requirement="readWrite"/>
        <parameter ref="ScanTimeout" requirement="readWrite"/>
        <parameter ref="ScanStatus" requirement="readOnly"/>
        <parameter ref="ErrorDetails" requirement="readOnly"/>
        <parameter ref="LastScanTime" requirement="readOnly"/>
        <parameter ref="LastSuccessfulScanTime" requirement="readOnly"/>
        <parameter ref="LockedLatitude" requirement="readOnly"/>
        <parameter ref="LockedLongitude" requirement="readOnly"/>
        <parameter ref="NumberOfSatellites" requirement="readOnly"/>
      </object>
    </profile>

    <profile name="TransportSCTP:1">
      <object ref="FAPService.{i}.Transport.SCTP." requirement="present">
        <parameter ref="Enable" requirement="readWrite"/>
        <parameter ref="HBInterval" requirement="readWrite"/>
        <parameter ref="MaxAssociationRetransmits" requirement="readWrite"/>
        <parameter ref="MaxInitRetransmits" requirement="readWrite"/>
        <parameter ref="MaxPathRetransmits" requirement="readWrite"/>
        <parameter ref="RTOInitial" requirement="readWrite"/>
        <parameter ref="RTOMax" requirement="readWrite"/>
        <parameter ref="RTOMin" requirement="readWrite"/>
        <parameter ref="ValCookieLife" requirement="readWrite"/>
        <parameter ref="OutOfBlues" requirement="readOnly"/>
        <parameter ref="ChecksumErrors" requirement="readOnly"/>
        <parameter ref="OutCtrlChunks" requirement="readOnly"/>
        <parameter ref="OutOrderChunks" requirement="readOnly"/>
        <parameter ref="OutUnorderChunks" requirement="readOnly"/>
        <parameter ref="InCtrlChunks" requirement="readOnly"/>
        <parameter ref="InOrderChunks" requirement="readOnly"/>
        <parameter ref="InUnorderChunks" requirement="readOnly"/>
        <parameter ref="FragUsrMsgs" requirement="readOnly"/>
        <parameter ref="ReasmUsrMsgs" requirement="readOnly"/>
        <parameter ref="OutSCTPPacks" requirement="readOnly"/>
        <parameter ref="InSCTPPacks" requirement="readOnly"/>
        <parameter ref="Discontinuity" requirement="readOnly"/>
        <parameter ref="AssocNumberOfEntries" requirement="readOnly"/>
      </object>
      <object ref="FAPService.{i}.Transport.SCTP.Assoc.{i}."
          requirement="present">
        <parameter ref="Status" requirement="readOnly"/>
        <parameter ref="PrimaryPeerAddress" requirement="readOnly"/>
        <parameter ref="LocalPort" requirement="readOnly"/>
        <parameter ref="InStreams" requirement="readOnly"/>
        <parameter ref="OutStreams" requirement="readOnly"/>
        <parameter ref="StartTime" requirement="readOnly"/>
        <parameter ref="Discontinuity" requirement="readOnly"/>
      </object>
    </profile>

    <profile name="TransportRealTime:1">
      <object ref="FAPService.{i}.Transport.RealTime." requirement="present">
        <parameter ref="RTCPEnable" requirement="readWrite"/>
        <parameter ref="SentPackets" requirement="readOnly"/>
        <parameter ref="RcvPackets" requirement="readOnly"/>
        <parameter ref="BytesSent" requirement="readOnly"/>
        <parameter ref="BytesReceived" requirement="readOnly"/>
      </object>
      <object ref="FAPService.{i}.Transport.RealTime.Perf."
          requirement="present">
        <parameter ref="LostRcvPackets" requirement="readOnly"/>
        <parameter ref="LostFarEndPackets" requirement="readOnly"/>
        <parameter ref="Overruns" requirement="readOnly"/>
        <parameter ref="Underruns" requirement="readOnly"/>
        <parameter ref="MeanRTT" requirement="readOnly"/>
        <parameter ref="MaxRTT" requirement="readOnly"/>
        <parameter ref="MeanReceiveJitter" requirement="readOnly"/>
        <parameter ref="MaxReceiveJitter" requirement="readOnly"/>
        <parameter ref="MeanFarEndJitter" requirement="readOnly"/>
        <parameter ref="MaxFarEndJitter" requirement="readOnly"/>
      </object>
      <object ref="FAPService.{i}.Transport.Packet." requirement="present">
        <parameter ref="EchoInterval" requirement="readWrite"/>
        <parameter ref="SentPackets" requirement="readOnly"/>
        <parameter ref="RcvPackets" requirement="readOnly"/>
      </object>
    </profile>

    <profile name="IPsecTunnel:1">
      <object ref="FAPService.{i}.Transport.Tunnel." requirement="present">
        <parameter ref="IKESANumberOfEntries" requirement="readOnly"/>
        <parameter ref="ChildSANumberOfEntries" requirement="readOnly"/>
        <parameter ref="VirtualInterfaceNumberOfEntries"
            requirement="readOnly"/>
        <parameter ref="MaxVirtualInterfaces" requirement="readOnly"/>
      </object>
      <object ref="FAPService.{i}.Transport.Tunnel.IKESA.{i}."
          requirement="present">
        <parameter ref="Status" requirement="readOnly"/>
        <parameter ref="PeerAddress" requirement="readOnly"/>
        <parameter ref="CreationTime" requirement="readOnly"/>
        <parameter ref="IPAddress" requirement="readOnly"/>
        <parameter ref="SubnetMask" requirement="readOnly"/>
      </object>
      <object ref="FAPService.{i}.Transport.Tunnel.ChildSA.{i}."
          requirement="present">
        <parameter ref="ParentID" requirement="readOnly"/>
        <parameter ref="SPI" requirement="readOnly"/>
        <parameter ref="DirectionOutbound" requirement="readOnly"/>
        <parameter ref="CreationTime" requirement="readOnly"/>
      </object>
      <object ref="FAPService.{i}.Transport.Tunnel.VirtualInterface.{i}."
          requirement="present">
        <parameter ref="Enable" requirement="readWrite"/>
        <parameter ref="CryptoProfile" requirement="readWrite"/>
        <parameter ref="DSCPMarkPolicy" requirement="readWrite"/>
      </object>
      <object ref="FAPService.{i}.Transport.Security.CryptoProfile.{i}."
          requirement="createDelete">
        <parameter ref="Enable" requirement="readWrite"/>
        <parameter ref="AuthMethod" requirement="readWrite"/>
        <parameter ref="MaxChildSA" requirement="readWrite"/>
        <parameter ref="IKEEncrypt" requirement="readWrite"/>
        <parameter ref="IKEPRF" requirement="readWrite"/>
        <parameter ref="IKEIntegrity" requirement="readWrite"/>
        <parameter ref="IKEDH" requirement="readWrite"/>
        <parameter ref="ESPEncrypt" requirement="readWrite"/>
        <parameter ref="ESPIntegrity" requirement="readWrite"/>
      </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="MaxFAPTxPowerConfig" requirement="readOnly"
            status="deprecated"/>
        <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"/>
        <parameter ref="MaxFAPTxPowerExpandedConfig" requirement="readOnly"/>
      </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.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="RABSuccModCS" requirement="readOnly"/>
        <parameter ref="RABFailModCS" requirement="readOnly"/>
        <parameter ref="RABSuccModPS" requirement="readOnly"/>
        <parameter ref="RABFailModPS" requirement="readOnly"/>
        <parameter ref="RABSuccRelCS" requirement="readOnly"/>
        <parameter ref="RABFailRelCS" requirement="readOnly"/>
        <parameter ref="RABSuccRelPS" requirement="readOnly"/>
        <parameter ref="RABFailRelPS" 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="MaxFAPTxPowerSelfConfigEnable" requirement="readWrite"
            status="deprecated"/>
        <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"/>
        <parameter ref="MaxFAPTxPowerExpandedSelfConfigEnable"
            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.FDDFAP.RF."
          requirement="present">
        <parameter ref="UARFCNDLInUse" requirement="readOnly"/>
        <parameter ref="UARFCNULInUse" requirement="readOnly"/>
        <parameter ref="PrimaryScramblingCodeInUse" requirement="readOnly"/>
        <parameter ref="MaxFAPTxPowerInUse" requirement="readOnly"
            status="deprecated"/>
        <parameter ref="MaxULTxPowerInUse" requirement="readOnly"/>
        <parameter ref="PCPICHPowerInUse" requirement="readOnly"/>
        <parameter ref="MaxFAPTxPowerInUseExpanded" 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.FDDFAP.NeighborListInUse."
          requirement="present">
        <parameter ref="MaxIntraFreqCellEntries" requirement="readOnly"/>
        <parameter ref="IntraFreqCellNumberOfEntries" requirement="readOnly"/>
      </object>
      <object
          ref="FAPService.{i}.CellConfig.UMTS.RAN.FDDFAP.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.FDDFAP.NeighborListInUse."
          requirement="present">
        <parameter ref="MaxInterFreqCellEntries" requirement="readOnly"/>
        <parameter ref="InterFreqCellNumberOfEntries" requirement="readOnly"/>
      </object>
      <object
          ref="FAPService.{i}.CellConfig.UMTS.RAN.FDDFAP.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.FDDFAP.NeighborListInUse.InterRATCell."
          requirement="present">
        <parameter ref="MaxGSMEntries" requirement="readOnly"/>
        <parameter ref="GSMNumberOfEntries" requirement="readOnly"/>
      </object>
      <object
          ref="FAPService.{i}.CellConfig.UMTS.RAN.FDDFAP.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 ref="FAPService.{i}.CellConfig.UMTS." requirement="present"/>
      <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="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"/>
      </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.FDDFAP."
          requirement="present">
        <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.FDDFAP.RF."
          requirement="present">
        <parameter ref="UARFCNDL" requirement="readWrite"/>
        <parameter ref="UARFCNDLToProtect" requirement="readWrite"/>
        <parameter ref="PrimaryScramblingCode" requirement="readWrite"/>
        <parameter ref="MaxFAPTxPower" requirement="readWrite"
            status="deprecated"/>
        <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"/>
        <parameter ref="MaxFAPTxPowerExpanded" requirement="readWrite"/>
      </object>
    </profile>

    <profile name="UMTSCellConfigAdvanced:1">
      <object ref="FAPService.{i}.CellConfig.UMTS.RAN.FDDFAP.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.FDDFAP.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.FDDFAP.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.FDDFAP.PowerControl."
          requirement="present">
        <parameter ref="ConstantValue" requirement="readWrite"/>
        <parameter ref="PowerRampSetup" requirement="readWrite"
            status="deprecated"/>
        <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"/>
        <parameter ref="PowerRampStepUp" requirement="readWrite"/>
      </object>
      <object ref="FAPService.{i}.CellConfig.UMTS.RAN.FDDFAP.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.FDDFAP.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.FDDFAP.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.FDDFAP.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.FDDFAP.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.FDDFAP.NeighborList."
          requirement="present">
        <parameter ref="MaxIntraFreqCellEntries" requirement="readOnly"/>
        <parameter ref="IntraFreqCellNumberOfEntries" requirement="readOnly"/>
      </object>
      <object
          ref="FAPService.{i}.CellConfig.UMTS.RAN.FDDFAP.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.FDDFAP.NeighborList."
          requirement="present">
        <parameter ref="MaxInterFreqCellEntries" requirement="readOnly"/>
        <parameter ref="InterFreqCellNumberOfEntries" requirement="readOnly"/>
      </object>
      <object
          ref="FAPService.{i}.CellConfig.UMTS.RAN.FDDFAP.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.FDDFAP.NeighborList."
          requirement="present"/>
      <object
          ref="FAPService.{i}.CellConfig.UMTS.RAN.FDDFAP.NeighborList.InterRATCell."
          requirement="present">
        <parameter ref="MaxGSMEntries" requirement="readOnly"/>
        <parameter ref="GSMNumberOfEntries" requirement="readOnly"/>
      </object>
      <object
          ref="FAPService.{i}.CellConfig.UMTS.RAN.FDDFAP.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="FaultMgmtSupportedAlarms:1">
      <object ref="FAPService.{i}.FaultMgmt." requirement="present">
        <parameter ref="SupportedAlarmNumberOfEntries" requirement="readOnly"/>
      </object>
      <object ref="FAPService.{i}.FaultMgmt.SupportedAlarm.{i}."
          requirement="present">
        <parameter ref="EventType" requirement="readOnly"/>
        <parameter ref="ProbableCause" requirement="readOnly"/>
        <parameter ref="SpecificProblem" requirement="readOnly"/>
        <parameter ref="PerceivedSeverity" requirement="readOnly"/>
        <parameter ref="ReportingMechanism" requirement="readWrite"/>
      </object>
    </profile>

    <profile name="FaultMgmtActive:1 ">
      <object ref="FAPService.{i}.FaultMgmt." requirement="present">
        <parameter ref="CurrentAlarmNumberOfEntries" requirement="readOnly"/>
      </object>
      <object ref="FAPService.{i}.FaultMgmt.CurrentAlarm.{i}."
          requirement="present">
        <parameter ref="AlarmIdentifier" requirement="readOnly"/>
        <parameter ref="AlarmRaisedTime" requirement="readOnly"/>
        <parameter ref="AlarmChangedTime" requirement="readOnly"/>
        <parameter ref="EventType" requirement="readOnly"/>
        <parameter ref="ProbableCause" requirement="readOnly"/>
        <parameter ref="PerceivedSeverity" requirement="readOnly"/>
      </object>
    </profile>

    <profile name="FaultMgmtHistory:1">
      <object ref="FAPService.{i}.FaultMgmt." requirement="present">
        <parameter ref="HistoryEventNumberOfEntries" requirement="readOnly"/>
      </object>
      <object ref="FAPService.{i}.FaultMgmt.HistoryEvent.{i}."
          requirement="present">
        <parameter ref="EventTime" requirement="readOnly"/>
        <parameter ref="AlarmIdentifier" requirement="readOnly"/>
        <parameter ref="NotificationType" requirement="readOnly"/>
        <parameter ref="EventType" requirement="readOnly"/>
        <parameter ref="ProbableCause" requirement="readOnly"/>
        <parameter ref="PerceivedSeverity" requirement="readOnly"/>
      </object>
    </profile>

    <profile name="FaultMgmtExpedited:1">
      <object ref="FAPService.{i}.FaultMgmt." requirement="present">
        <parameter ref="ExpeditedEventNumberOfEntries" requirement="readOnly"/>
      </object>
      <object ref="FAPService.{i}.FaultMgmt.ExpeditedEvent.{i}."
          requirement="present">
        <parameter ref="EventTime" requirement="readOnly"/>
        <parameter ref="AlarmIdentifier" requirement="readOnly"/>
        <parameter ref="NotificationType" requirement="readOnly"/>
        <parameter ref="EventType" requirement="readOnly"/>
        <parameter ref="ProbableCause" requirement="readOnly"/>
        <parameter ref="PerceivedSeverity" requirement="readOnly"/>
      </object>
    </profile>

    <profile name="FaultMgmtQueued:1">
      <object ref="FAPService.{i}.FaultMgmt." requirement="present">
        <parameter ref="QueuedEventNumberOfEntries" requirement="readOnly"/>
      </object>
      <object ref="FAPService.{i}.FaultMgmt.QueuedEvent.{i}."
          requirement="present">
        <parameter ref="EventTime" requirement="readOnly"/>
        <parameter ref="AlarmIdentifier" requirement="readOnly"/>
        <parameter ref="NotificationType" requirement="readOnly"/>
        <parameter ref="EventType" requirement="readOnly"/>
        <parameter ref="ProbableCause" requirement="readOnly"/>
        <parameter ref="PerceivedSeverity" requirement="readOnly"/>
      </object>
    </profile>

    <profile name="PerfMgmt:1">
      <object ref="FAPService.{i}.PerfMgmt." requirement="present"/>
      <object ref="FAPService.{i}.PerfMgmt.FileMgmt." requirement="present">
        <parameter ref="PeriodicUploadEnable" requirement="readWrite"/>
        <parameter ref="URL" requirement="readWrite"/>
        <parameter ref="Username" requirement="readWrite"/>
        <parameter ref="Password" requirement="readWrite"/>
        <parameter ref="PeriodicUploadInterval" requirement="readWrite"/>
        <parameter ref="PeriodicUploadTime" requirement="readWrite"/>
      </object>
    </profile>

    <profile name=" ACL:2">
      <object ref="FAPService.{i}.AccessMgmt." 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.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="REMWCDMAFDD:2" base="REMWCDMAFDD:1">
      <object ref="FAPService.{i}.REM.WCDMAFDD." requirement="present">
        <parameter ref="InServiceHandling" requirement="readWrite"/>
      </object>
    </profile>

    <profile name="REMGSM:2" base="REMGSM:1">
      <object ref="FAPService.{i}.REM.GSM." requirement="present">
        <parameter ref="InServiceHandling" requirement="readWrite"/>
      </object>
    </profile>
  </model>
</dm:document>
