view cdg3/sap/mmgmm.sap @ 702:9394305d4ff5 default tip

etm_audio.c: fix off-by-one error in auw of FIR coefficients This fix was already made in FC Tourmaline a while back, but it is also the kind of bugfix that deserves to be backported to Magnetite and Selenite as well.
author Mychaela Falconia <falcon@freecalypso.org>
date Mon, 31 Oct 2022 00:14:44 +0000
parents c15047b3d00d
children
line wrap: on
line source

<?xml version="1.0" encoding="UTF-8"?>
<!-- edited with SAPE SAP Editor -->
<SAP xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="sap.xsd">
    <DocInfoSection>
        <DocName DocType="SAP">mmgmm</DocName>
        <DocNum Number="114" Project="8441"/>
        <Description>
            <DocElement>
                <XHTMLElement Type="TEXT_SECTION">The Protocol Stacks are used to define the functionality of the GSM protocols for interfaces. The GSM specifications are normative when used to describe the functionality of interfaces, but the stacks and the subdivision of protocol layers does not imply or restrict any implementation.</XHTMLElement>
            </DocElement>
            <DocElement>
                <XHTMLElement Type="TEXT_SECTION">The protocol stack for GPRS consists of several entities. Each entity has one ore more service access points, over which the entity provides a service for the upper entity.</XHTMLElement>
            </DocElement>
            <DocElement>
                <XHTMLElement Type="TEXT_SECTION">Figure 1-1: Architecture of the GSM/GPRS protocol stack</XHTMLElement>
            </DocElement>
            <DocElement>
                <XHTMLElement Type="TEXT_SECTION">The information units passed via the SAPs are called primitives and consists of an operation code and several parameters. See the Users Guide for details.</XHTMLElement>
            </DocElement>
            <DocElement>
                <XHTMLElement Type="TEXT_SECTION">The entities of the GPRS protocol stack are:</XHTMLElement>
            </DocElement>
            <DocElement>
                <XHTMLElement Type="TEXT_SECTION">1.1 GRR (RLC/MAC) - Radio Link Control/Medium Access Control</XHTMLElement>
            </DocElement>
            <DocElement>
                <XHTMLElement Type="TEXT_SECTION">This layer contains two functions: The Radio Link Control function provides a radio-solution-dependent reliable link. The Medium Access Control function controls the access signalling (request and grant) procedures for the radio channel, and the mapping of LLC frames onto the GSM physical channel.</XHTMLElement>
            </DocElement>
            <DocElement>
                <XHTMLElement Type="TEXT_SECTION">1.2 LLC - Logical Link Control</XHTMLElement>
            </DocElement>
            <DocElement>
                <XHTMLElement Type="TEXT_SECTION">The LLC entity provides multiple highly reliable logical links for asynchronous data transfer between the MS and the network. It supports variable-length information frames, acknowledged and unacknowledged data transfer, flow and sequence control, error detection and recovery, notification of unrecoverable errors, user identity confidentiality, and ciphering of user and signaling data.</XHTMLElement>
            </DocElement>
            <DocElement>
                <XHTMLElement Type="TEXT_SECTION">1.3 GMM - GPRS Mobility Management</XHTMLElement>
            </DocElement>
            <DocElement>
                <XHTMLElement Type="TEXT_SECTION">The GMM entity provides procedures for the mobility of the MS, such as informing the network of its present location, and user identity confidentiality. It manages the GMM context (attach, detach, routing area updating), supports security functions such as authentication of user and MS, controls ciphering of data, and initiates the response to paging messages.</XHTMLElement>
            </DocElement>
            <DocElement>
                <XHTMLElement Type="TEXT_SECTION">1.4 SM - Session Management</XHTMLElement>
            </DocElement>
            <DocElement>
                <XHTMLElement Type="TEXT_SECTION">The main function of the session management (SM) is to support PDP context handling of the user terminal. Session Management activates, modifies and deletes the contexts for packet data protocols (PDP). Session Management services are provided at the SMREG-SAP and the SNSM-SAP for anonymous and non-anonymous access. The non-anonymous and anonymous access procedures for PDP context activation and PDP context deactivation are available at the SMREG-SAP. In addition there exists a PDP context modification for non-anonymous PDP contexts.</XHTMLElement>
            </DocElement>
            <DocElement>
                <XHTMLElement Type="TEXT_SECTION">1.5 SNDCP - Subnetwork Dependant Convergence Protocol</XHTMLElement>
            </DocElement>
            <DocElement>
                <XHTMLElement Type="TEXT_SECTION">SNDCP carries out all functions related to transfer of Network layer Protocol Data Units (N-PDUs) over GPRS in a transparent way. SNDCP helps to improve channel efficiency by means of compression techniques. The set of protocol entities above SNDCP consists of commonly used network protocols. They all use the same SNDCP entity, which then performs multiplexing of data coming from different sources to be sent using the service provided by the LLC layer.</XHTMLElement>
            </DocElement>
            <DocElement>
                <XHTMLElement Type="TEXT_SECTION">1.6 GACI - GPRS Application Control Interface</XHTMLElement>
            </DocElement>
            <DocElement>
                <XHTMLElement Type="TEXT_SECTION">The GACI is the GPRS extension of the ACI. It is specified in GSM 07.07 and 07.60. It is responsible for processing of the GPRS related AT Commands to setup, activate and deactivate the PDP context parameter. It also provides functionality for the interworking between GMM/SM/SNDCP and a packet oriented protocol like PPP.</XHTMLElement>
            </DocElement>
            <DocElement>
                <XHTMLElement Type="TEXT_SECTION">1.7 USART - Universal Synchronous Asynchronous Receiver Transmitter Driver</XHTMLElement>
            </DocElement>
            <DocElement>
                <XHTMLElement Type="TEXT_SECTION">The USART is a hardware component that facilitates a connection between the mobile station and terminal equipment (e.g. a PC). This interface uses some of the circuits described in V.24.</XHTMLElement>
            </DocElement>
            <DocElement>
                <XHTMLElement Type="TEXT_SECTION">The data exchange provided by this unit is serial and asynchronous (synchronous communication is not in the scope of this document). A driver that uses interrupts to manage a circular buffer for the sending and receiving direction is necessary in order to use this component in the GPRS. The driver has to be able to perform flow control.</XHTMLElement>
            </DocElement>
            <DocElement>
                <XHTMLElement Type="TEXT_SECTION">1.8 TOM - Tunnelling of Messages</XHTMLElement>
            </DocElement>
            <DocElement>
                <XHTMLElement Type="TEXT_SECTION">The TOM entity is present if and only if HS136 is supported (the feature flag FF_HS136 is enabled).</XHTMLElement>
            </DocElement>
            <DocElement>
                <XHTMLElement Type="TEXT_SECTION">The main function of TOM is to tunnel non-GSM signalling messages between the MS and the SGSN. The only non-GSM signalling which is currently supported by TOM is for the EGPRS-136 system (according to TIA/EIA-136-376). Data transfer in both uplink and downlink direction is possible. Two different priorities (high, low) of signalling data transfer are supported. TOM uses the unacknowledged mode of LLC and the acknowledged mode of GRR (RLC/MAC).</XHTMLElement>
            </DocElement>
        </Description>
        <DocHistory>
            <DocVersion Number="001" Year="99"/>
            <Date Day="7" Month="4" Year="1999"/>
            <Author>DB</Author>
            <DocStatus State="BEING_PROCESSED"/>
            <Comment>Initial</Comment>
        </DocHistory>
        <DocHistory>
            <DocVersion Number="002" Year="99"/>
            <Date Day="28" Month="7" Year="1999"/>
            <Author>ANS</Author>
            <DocStatus State="BEING_PROCESSED"/>
            <Comment>MMGMM_AUTHENTICATION_REJ included</Comment>
        </DocHistory>
        <DocHistory>
            <DocVersion Number="003" Year="99"/>
            <Date Day="7" Month="8" Year="1999"/>
            <Author>ANS</Author>
            <DocStatus State="BEING_PROCESSED"/>
            <Comment>Reset LAU attampt counter and stop LAU timers extracted</Comment>
        </DocHistory>
        <DocHistory>
            <DocVersion Number="004" Year="99"/>
            <Date Day="6" Month="9" Year="1999"/>
            <Author>ANS</Author>
            <DocStatus State="BEING_PROCESSED"/>
            <Comment>MMGMM_UPDATE_REQ is splitted in several primitives</Comment>
        </DocHistory>
        <DocHistory>
            <DocVersion Number="005" Year="99"/>
            <Date Day="23" Month="11" Year="1999"/>
            <Author>ANS</Author>
            <DocStatus State="BEING_PROCESSED"/>
            <Comment>MMGMM_CALL_IND added</Comment>
        </DocHistory>
        <DocHistory>
            <DocVersion Number="006" Year="99"/>
            <Date Day="10" Month="3" Year="2000"/>
            <Author>ANS</Author>
            <DocStatus State="BEING_PROCESSED"/>
            <Comment>MMGMM_START_T3212_REQ added</Comment>
        </DocHistory>
        <DocHistory>
            <DocVersion Number="007" Year="99"/>
            <Date Day="29" Month="5" Year="2000"/>
            <Author>ANS</Author>
            <DocStatus State="BEING_PROCESSED"/>
            <Comment>AUTHENTICATION moved to GSIM</Comment>
        </DocHistory>
        <DocHistory>
            <DocVersion Number="008" Year="99"/>
            <Date Day="12" Month="2" Year="2001"/>
            <Author>HM</Author>
            <DocStatus State="BEING_PROCESSED"/>
            <Comment>LUP_NEEDED_IND added</Comment>
        </DocHistory>
        <DocHistory>
            <DocVersion Number="009" Year="99"/>
            <Date Day="27" Month="6" Year="2001"/>
            <Author>HM</Author>
            <DocStatus State="BEING_PROCESSED"/>
            <Comment>CS_SOFT_OFF inserted</Comment>
        </DocHistory>
        <DocHistory>
            <DocVersion Number="010" Year="99"/>
            <Date Day="27" Month="6" Year="2001"/>
            <Author>HM</Author>
            <DocStatus State="BEING_PROCESSED"/>
            <Comment>NREG_PLMN_SEARCH added</Comment>
        </DocHistory>
        <DocHistory>
            <DocVersion Number="011" Year="99"/>
            <Date Day="14" Month="8" Year="2001"/>
            <Author>HM</Author>
            <DocStatus State="BEING_PROCESSED"/>
            <Comment>3-digit-MNC</Comment>
        </DocHistory>
        <DocHistory>
            <DocVersion Number="012" Year="99"/>
            <Date Day="17" Month="9" Year="2001"/>
            <Author>ANS</Author>
            <DocStatus State="BEING_PROCESSED"/>
            <Comment>TMSI added for REG_CNF</Comment>
        </DocHistory>
        <DocHistory>
            <DocVersion Number="013" Year="99"/>
            <Date Day="31" Month="10" Year="2001"/>
            <Author>SBK</Author>
            <DocStatus State="BEING_PROCESSED"/>
            <Comment>SBK, MMGMM_CIPHERING_IND added</Comment>
        </DocHistory>
        <DocHistory>
            <DocVersion Number="014" Year="99"/>
            <Date Day="21" Month="11" Year="2001"/>
            <Author>ANS</Author>
            <DocStatus State="BEING_PROCESSED"/>
            <Comment>#14 added, TMSI removed, MMGMM_ALLOWED_REQ added</Comment>
        </DocHistory>
        <DocHistory>
            <DocVersion Number="015" Year="99"/>
            <Date Day="7" Month="12" Year="2001"/>
            <Author>HM</Author>
            <DocStatus State="BEING_PROCESSED"/>
            <Comment>Added mobile_class, needed for #14</Comment>
        </DocHistory>
        <DocHistory>
            <DocVersion Number="016" Year="99"/>
            <Date Day="17" Month="1" Year="2002"/>
            <Author>HM</Author>
            <DocStatus State="BEING_PROCESSED"/>
            <Comment>Added MMGMM_TMSI_IND</Comment>
        </DocHistory>
        <DocHistory>
            <DocVersion Number="017" Year="99"/>
            <Date Day="29" Month="1" Year="2002"/>
            <Author>HM</Author>
            <DocStatus State="BEING_PROCESSED"/>
            <Comment>Added cid in MMGMM_REG_CNF, MMGMM_LUP_ACCEPT_IND</Comment>
        </DocHistory>
        <DocHistory>
            <DocVersion Number="018" Year="99"/>
            <Date Day="19" Month="2" Year="2002"/>
            <Author>HM</Author>
            <DocStatus State="BEING_PROCESSED"/>
            <Comment>Clarified meaning of MMGMM_INFO_IND</Comment>
        </DocHistory>
        <DocHistory>
            <DocVersion Number="019" Year="99"/>
            <Date Day="11" Month="4" Year="2002"/>
            <Author>HM</Author>
            <DocStatus State="BEING_PROCESSED"/>
            <Comment>GPRS resumption for reg. primitives</Comment>
        </DocHistory>
        <DocHistory>
            <DocVersion Number="020" Year="99"/>
            <Date Day="17" Month="7" Year="2002"/>
            <Author>HM</Author>
            <DocStatus State="BEING_PROCESSED"/>
            <Comment>Cause concept realization, cs =&gt; dcs</Comment>
        </DocHistory>
        <DocHistory>
            <DocVersion Number="021" Year="99"/>
            <Date Day="9" Month="8" Year="2002"/>
            <Author>HM</Author>
            <DocStatus State="BEING_PROCESSED"/>
            <Comment>MMGMM_TRIGGER_REQ introduced</Comment>
        </DocHistory>
        <DocRef>
            <RefId>[1]</RefId>
            <RefTitle>GSM 05.02 version 8.0.0 Release 1999Digital cellular telecommunications system (Phase 2+);Multiplexing and multiple access on the radio path</RefTitle>
        </DocRef>
        <DocRef>
            <RefId>[2]</RefId>
            <RefTitle>GSM 04.60 version 6.3.0 Release 1997Digital cellular telecommunications system (Phase 2+);General Packet Radio Service (GPRS);Mobile Station (MS) - Base Station System (BSS) interface;Radio Link Control/ Medium Access Control (RLC/MAC) protocol</RefTitle>
        </DocRef>
        <DocRef>
            <RefId>[3]</RefId>
            <RefTitle>GSM 04.08 version 6.3.0 Release 1997Digital cellular telecommunications system (Phase 2+);Mobile radio interface layer 3 specification</RefTitle>
        </DocRef>
        <DocRef>
            <RefId>[4]</RefId>
            <RefTitle>GSM 03.64 version 6.1.0 Release 1997Digital cellular telecommunications system (Phase 2+);General Packet Radio Service (GPRS);Overall description of the GPRS radio interface; Stage 2</RefTitle>
        </DocRef>
        <DocRef>
            <RefId>[5]</RefId>
            <RefTitle>GSM 03.60 version 6.3.1 Release 1997Digital cellular telecommunications system (Phase 2+);General Packet Radio Service (GPRS);Service description; Stage 2</RefTitle>
        </DocRef>
        <DocRef>
            <RefId>[6]</RefId>
            <RefTitle>GSM 04.07 version 6.3.0 Release 1997Digital cellular telecommunications system (Phase 2+);Mobile radio interface signalling layer 3; General aspects</RefTitle>
        </DocRef>
        <DocRef>
            <RefId>[7]</RefId>
            <RefTitle>GSM 04.64 version 6.3.0 Release 1997Digital cellular telecommunications system (Phase 2+);General Packet Radio Service (GPRS);Mobile Station - Serving GPRS Support Node (MS-SGSN)Logical Link Control (LLC) layer specification</RefTitle>
        </DocRef>
        <DocRef>
            <RefId>[8]</RefId>
            <RefTitle>GSM 05.08 version 6.4.0 Release 1997Digital cellular telecommunications system (Phase 2+);Radio subsystem link control</RefTitle>
        </DocRef>
        <DocRef>
            <RefId>[9]</RefId>
            <RefTitle>GSM 05.10 version 6.3.0 Release 1997Digital cellular telecommunications system (Phase 2+);Radio subsystem synchronization</RefTitle>
        </DocRef>
        <DocRef>
            <RefId>[10]</RefId>
            <RefTitle>GSM 03.20 TS 100 929: July 1998 (GSM 03.20 version 6.0.1)Security related network functions, ETSI</RefTitle>
        </DocRef>
        <DocRef>
            <RefId>[11]</RefId>
            <RefTitle>Draft GSM 03.22: August 1998 (GSM 03.22 version 6.1.0)Functions related to Mobile Station (MS) in idle mode and group receive mode, ETSI</RefTitle>
        </DocRef>
        <DocRef>
            <RefId>[12]</RefId>
            <RefTitle>GSM 04.65 V6.3.0: Subnetwork Dependant Convergence Protocol ETSI, March 1999</RefTitle>
        </DocRef>
        <DocRef>
            <RefId>[13]</RefId>
            <RefTitle>ITU-T V42bis ITU-T, Recommendation V.42 bis 1990</RefTitle>
        </DocRef>
        <DocRef>
            <RefId>[14]</RefId>
            <RefTitle>GSM 09.60 GPRS Tunneling Protocol (GTP) across the Gn and Gp Interface</RefTitle>
        </DocRef>
        <DocRef>
            <RefId>[15]</RefId>
            <RefTitle>RFC 1661 IETF STD 51 July 1994The Point-to-Point Protocol (PPP)</RefTitle>
        </DocRef>
        <DocRef>
            <RefId>[16]</RefId>
            <RefTitle>RFC 1662 IETF STD 51 July 1994PPP in HDLC-like Framing</RefTitle>
        </DocRef>
        <DocRef>
            <RefId>[17]</RefId>
            <RefTitle>RFC 1570 January 1994PPP LCP Extensions</RefTitle>
        </DocRef>
        <DocRef>
            <RefId>[18]</RefId>
            <RefTitle>RFC 1989 August 1996PPP Link Quality Monitoring</RefTitle>
        </DocRef>
        <DocRef>
            <RefId>[19]</RefId>
            <RefTitle>RFC 1332 May 1992The PPP Internet Protocol Control Protocol (IPCP)</RefTitle>
        </DocRef>
        <DocRef>
            <RefId>[20]</RefId>
            <RefTitle>RFC 1877 December 1995PPP IPCP Extensions for Name Server Addresses</RefTitle>
        </DocRef>
        <DocRef>
            <RefId>[21]</RefId>
            <RefTitle>RFC 2153 May 1997PPP Vendor Extensions</RefTitle>
        </DocRef>
        <DocRef>
            <RefId>[22]</RefId>
            <RefTitle>RFC 1334 October 1992PPP Authentication Protocols (for Password Authentication Protocol only)</RefTitle>
        </DocRef>
        <DocRef>
            <RefId>[23]</RefId>
            <RefTitle>RFC 1994 August 1996PPP Challenge Handshake Authentication Protocol (CHAP)</RefTitle>
        </DocRef>
        <DocRef>
            <RefId>[24]</RefId>
            <RefTitle>TIA/EIA-136-370Packet-Data Services - Enhanced General Packet Radio for TIA/EIA-136 (EGPRS-136) - Overview, Telecommunications Industry Association</RefTitle>
        </DocRef>
        <DocRef>
            <RefId>[25]</RefId>
            <RefTitle>TIA/EIA-136-376Packet-Data Services - EGPRS-136 Mobility Management, Telecommunications Industry Association</RefTitle>
        </DocRef>
        <DocRef>
            <RefId>[26]</RefId>
            <RefTitle>TIA/EIA-136-972Packet-Data Services - Stage 2 Description, Telecommunications Industry Association</RefTitle>
        </DocRef>
    </DocInfoSection>
    <ConstantsSection>
        <Description>
            <DocElement>
                <XHTMLElement Type="TEXT_SECTION">This section contains all constants that are defined for the MMGMM SAP</XHTMLElement>
            </DocElement>
        </Description>
        <Constant>
            <Alias>MAX_PLMN_ID</Alias>
            <Value ValueType="DEC">12</Value>
            <Comment>The maximum number of different PLMN in some pimitives</Comment>
        </Constant>
        <Constant>
            <Alias>MMR_MAX_TEXT_LEN</Alias>
            <Value ValueType="DEC">40</Value>
            <Comment>The maximum length of a PLMN's name in MMGMM_INFO_IND</Comment>
        </Constant>
        <Constant>
            <Alias>SIZE_MCC</Alias>
            <Value ValueType="DEC">3</Value>
            <Comment>The number of MCC digits</Comment>
        </Constant>
        <Constant>
            <Alias>SIZE_MNC</Alias>
            <Value ValueType="DEC">3</Value>
            <Comment>The number of MNC digits</Comment>
        </Constant>
        <Constant>
            <Alias>SIZE_MNC_MIN</Alias>
            <Value ValueType="DEC">2</Value>
            <Comment/>
        </Constant>
        <Constant>
            <Alias>SIZE_MNC_MAX</Alias>
            <Value ValueType="DEC">3</Value>
            <Comment/>
        </Constant>
        <Constant>
            <Alias>MM_ORIGINATING_ENTITY</Alias>
            <ItemLink>
                <DocName DocType="SAP">gsmcom</DocName>
                <Name>MM_ORIGINATING_ENTITY</Name>
            </ItemLink>
            <Comment/>
        </Constant>
        <Constant>
            <Alias>GMM_ORIGINATING_ENTITY</Alias>
            <ItemLink>
                <DocName DocType="SAP">gsmcom</DocName>
                <Name>GMM_ORIGINATING_ENTITY</Name>
            </ItemLink>
            <Comment/>
        </Constant>
        <Constant>
            <Alias>MIN_EQ_PLMN_ID</Alias>
            <Value ValueType="DEC">1</Value>
            <Comment>The minimum number of allowed equivalent PLMN's</Comment>
        </Constant>
        <Constant>
            <Alias>MAX_EQ_PLMN_ID</Alias>
            <Value ValueType="DEC">5</Value>
            <Comment>The maximum number of allowed equivalent PLMN's</Comment>
        </Constant>
        <History>
            <Date Day="17" Month="12" Year="1996"/>
            <Author>LE</Author>
            <Comment>Initial</Comment>
        </History>
        <History>
            <Date Day="3" Month="6" Year="1997"/>
            <Author>MS</Author>
            <Comment>Revised</Comment>
        </History>
        <History>
            <Date Day="8" Month="12" Year="1999"/>
            <Author>ANS</Author>
            <Comment>Copied from MMREG</Comment>
        </History>
        <History>
            <Date Day="20" Month="11" Year="2000"/>
            <Author>HM</Author>
            <Comment>Copied SIZE_MCC and SIZE_MNC from MMREG</Comment>
        </History>
        <History>
            <Date Day="7" Month="12" Year="2000"/>
            <Author>HM</Author>
            <Comment>Changed MAX_PLMN_ID from 5 to 12 after 3.2.6 integration</Comment>
        </History>
        <History>
            <Date Day="14" Month="8" Year="2001"/>
            <Author>HM</Author>
            <Comment>3-digit-MNC</Comment>
        </History>
        <History>
            <Date Day="12" Month="2" Year="2002"/>
            <Author>HM</Author>
            <Comment>Originating entities as defined by cause concept</Comment>
        </History>
        <History>
            <Date Day="13" Month="3" Year="2003"/>
            <Author>ABR</Author>
            <Comment>Adding MAX_EQ_PLMN_ID and MIN_EQ_PLMN_ID.</Comment>
        </History>
    </ConstantsSection>
    <PrimitivesSection PrimIDType="BIT16" SAPid="46">
        <Description>
            <DocElement>
                <XHTMLElement Type="TEXT_SECTION">This section contains all primitives that are defined for the MMGMM SAP</XHTMLElement>
            </DocElement>
        </Description>
        <Primitive>
            <Description>
                <DocElement>
                    <XHTMLElement Type="TEXT_SECTION">GMM requests MM to perform location update by its own procedures.</XHTMLElement>
                </DocElement>
                <DocElement>
                    <XHTMLElement Type="TEXT_SECTION">Requirements: &lt;R.GMM.RAUTIMER.M.017&gt;</XHTMLElement>
                </DocElement>
            </Description>
            <PrimDef>
                <Name>MMGMM_REG_REQ</Name>
                <PrimID Direction="UPLINK" Number="0"/>
                <PrimUsage>
                    <Sender>GMM</Sender>
                    <Receiver>MM</Receiver>
                </PrimUsage>
            </PrimDef>
            <PrimItem Presentation="MANDATORY">
                <ItemLink>
                    <DocName DocType="SAP">mmgmm</DocName>
                    <Name>service_mode</Name>
                </ItemLink>
                <Comment>registration mode</Comment>
            </PrimItem>
            <PrimItem Presentation="MANDATORY">
                <ItemLink>
                    <DocName DocType="SAP">mmgmm</DocName>
                    <Name>reg_type</Name>
                </ItemLink>
                <Comment>Reg type</Comment>
            </PrimItem>
            <PrimItem Presentation="MANDATORY">
                <ItemLink>
                    <DocName DocType="SAP">mmgmm</DocName>
                    <Name>mobile_class</Name>
                </ItemLink>
                <Comment>Mobile class</Comment>
            </PrimItem>
            <PrimItem Presentation="MANDATORY">
                <ItemLink>
                    <DocName DocType="SAP">mmgmm</DocName>
                    <Name>bootup_act</Name>
                </ItemLink>
                <Comment>bootup action</Comment>
            </PrimItem>
            <History>
                <Date Day="2" Month="6" Year="1999"/>
                <Author>ANS</Author>
                <Comment>Initial</Comment>
            </History>
            <History>
                <Date Day="15" Month="5" Year="2000"/>
                <Author>ANS</Author>
                <Comment>reg _type included</Comment>
            </History>
            <History>
                <Date Day="7" Month="12" Year="2001"/>
                <Author>HM</Author>
                <Comment>Mobile class added</Comment>
            </History>
            <History>
                <Date Day="22" Month="11" Year="2006"/>
                <Author>xparapgu</Author>
                <Comment>bootup action added</Comment>
            </History>
        </Primitive>
        <Primitive>
            <Description>
                <DocElement>
                    <XHTMLElement Type="TEXT_SECTION">MMGMM_REG_CNF is used to indicate a positive end of registration.</XHTMLElement>
                </DocElement>
                <DocElement>
                    <XHTMLElement Type="TEXT_SECTION">Requirements: &lt;R.GMM.RCINIT.M.015&gt;, &lt;R.GMM.ACSUGPRS.M.006&gt;, &lt;R.GMM.ACSUGPRS.M.007&gt;, &lt;R.GMM.ACREJECT.M.015&gt;, &lt;R.GMM.ACREJECT.M.016&gt;, &lt;R.GMM.RCSUGPRS.M.006&gt;, &lt;R.GMM.RCSUGPRS.M.007&gt;</XHTMLElement>
                </DocElement>
            </Description>
            <PrimDef>
                <Name>MMGMM_REG_CNF</Name>
                <PrimID Direction="DOWNLINK" Number="0"/>
                <PrimUsage>
                    <Sender>MM</Sender>
                    <Receiver>GMM</Receiver>
                </PrimUsage>
            </PrimDef>
            <PrimItem Presentation="MANDATORY">
                <ItemLink>
                    <DocName DocType="SAP">mmgmm</DocName>
                    <Name>plmn</Name>
                </ItemLink>
                <Comment>PLMN</Comment>
            </PrimItem>
            <PrimItem Presentation="MANDATORY">
                <ItemLink>
                    <DocName DocType="SAP">mmgmm</DocName>
                    <Name>lac</Name>
                </ItemLink>
                <Comment>Location area code</Comment>
            </PrimItem>
            <PrimItem Presentation="MANDATORY">
                <ItemLink>
                    <DocName DocType="SAP">mmgmm</DocName>
                    <Name>cid</Name>
                </ItemLink>
                <Comment>Cell id</Comment>
            </PrimItem>
            <PrimItem Presentation="MANDATORY">
                <ItemLink>
                    <DocName DocType="SAP">mmgmm</DocName>
                    <Name>resumption</Name>
                </ItemLink>
                <Comment>GPRS resumption</Comment>
            </PrimItem>
            <PrimItem Presentation="MANDATORY">
                <ItemLink>
                    <DocName DocType="SAP">mmgmm</DocName>
                    <Name>gprs_indicator</Name>
                </ItemLink>
                <Comment>GPRS indicator</Comment>
            </PrimItem>
            <PrimItem Presentation="MANDATORY">
                <ItemLink>
                    <DocName DocType="SAP">mmgmm</DocName>
                    <Name>bootup_cause</Name>
                </ItemLink>
                <Comment>bootup cause</Comment>
            </PrimItem>
            <History>
                <Date Day="7" Month="8" Year="1999"/>
                <Author>ANS</Author>
                <Comment>Initial</Comment>
            </History>
            <History>
                <Date Day="12" Month="4" Year="2000"/>
                <Author>ANS</Author>
                <Comment>lai added.</Comment>
            </History>
            <History>
                <Date Day="18" Month="5" Year="2000"/>
                <Author>ANS</Author>
                <Comment>lai replaced to lac</Comment>
            </History>
            <History>
                <Date Day="11" Month="8" Year="2000"/>
                <Author>HM</Author>
                <Comment>Exchanged lac and plmn positions, MMREG compability</Comment>
            </History>
            <History>
                <Date Day="29" Month="1" Year="2002"/>
                <Author>HM</Author>
                <Comment>cid added</Comment>
            </History>
            <History>
                <Date Day="11" Month="4" Year="2002"/>
                <Author>HM</Author>
                <Comment>GPRS resumption added</Comment>
            </History>
            <History>
                <Date Day="22" Month="11" Year="2006"/>
                <Author>xparapgu</Author>
                <Comment>bootup cause added</Comment>
            </History>
        </Primitive>
        <Primitive>
            <Description>
                <DocElement>
                    <XHTMLElement Type="TEXT_SECTION">MMGMM_REG_REJ is used to reject the MMGMM_REG_REQ. If the element forb_plmn is present, ACI/MMI should add the PLMN to its internal list of forbidden PLMNs. The element limited_cause gives the network cause or the internal cause for the limited service, if known by MM. The element network_cause is intended to be used by the MMI for user information.</XHTMLElement>
                </DocElement>
            </Description>
            <PrimDef>
                <Name>MMGMM_REG_REJ</Name>
                <PrimID Direction="DOWNLINK" Number="1"/>
                <PrimUsage>
                    <Sender>MM</Sender>
                    <Receiver>GMM</Receiver>
                </PrimUsage>
            </PrimDef>
            <PrimItem Presentation="MANDATORY">
                <ItemLink>
                    <DocName DocType="SAP">mmgmm</DocName>
                    <Name>service</Name>
                </ItemLink>
                <Comment>Service</Comment>
            </PrimItem>
            <PrimItem Presentation="MANDATORY">
                <ItemLink>
                    <DocName DocType="SAP">mmgmm</DocName>
                    <Name>search_running</Name>
                </ItemLink>
                <Comment>Search running</Comment>
            </PrimItem>
            <PrimItem Presentation="MANDATORY">
                <ItemLink>
                    <DocName DocType="SAP">mmgmm</DocName>
                    <Name>new_forb_plmn</Name>
                </ItemLink>
                <Comment>PLMN</Comment>
            </PrimItem>
            <PrimItem Presentation="MANDATORY">
                <ItemLink>
                    <DocName DocType="SAP">mmgmm</DocName>
                    <Name>cause</Name>
                </ItemLink>
                <Comment>Cause for limited or no service</Comment>
            </PrimItem>
            <PrimItem Presentation="MANDATORY">
                <ItemLink>
                    <DocName DocType="SAP">mmgmm</DocName>
                    <Name>resumption</Name>
                </ItemLink>
                <Comment>GPRS resumption</Comment>
            </PrimItem>
            <History>
                <Date Day="5" Month="10" Year="2001"/>
                <Author>ANS</Author>
                <Comment>copied from NREG_IND.</Comment>
            </History>
            <History>
                <Date Day="12" Month="2" Year="2002"/>
                <Author>HM</Author>
                <Comment>limited_cause =&gt; cause according to cause concept, nreg_cs =&gt; service</Comment>
            </History>
            <History>
                <Date Day="11" Month="4" Year="2002"/>
                <Author>HM</Author>
                <Comment>GPRS resumption added</Comment>
            </History>
        </Primitive>
        <Primitive>
            <Description>
                <DocElement>
                    <XHTMLElement Type="TEXT_SECTION">MMGMM_NREG_IND is used to indicate the lost of registration. If the element forb_plmn is present, ACI/MMI should add the PLMN to its internal list of forbidden PLMNs. The element limited_cause gives the network cause or the internal cause for the limited service, if known by MM. The element network_cause is intended to be used by the MMI for user information.</XHTMLElement>
                </DocElement>
            </Description>
            <PrimDef>
                <Name>MMGMM_NREG_IND</Name>
                <PrimID Direction="DOWNLINK" Number="2"/>
                <PrimUsage>
                    <Sender>MM</Sender>
                    <Receiver>GMM</Receiver>
                </PrimUsage>
            </PrimDef>
            <PrimItem Presentation="MANDATORY">
                <ItemLink>
                    <DocName DocType="SAP">mmgmm</DocName>
                    <Name>service</Name>
                </ItemLink>
                <Comment>Service</Comment>
            </PrimItem>
            <PrimItem Presentation="MANDATORY">
                <ItemLink>
                    <DocName DocType="SAP">mmgmm</DocName>
                    <Name>search_running</Name>
                </ItemLink>
                <Comment>Search running</Comment>
            </PrimItem>
            <PrimItem Presentation="MANDATORY">
                <ItemLink>
                    <DocName DocType="SAP">mmgmm</DocName>
                    <Name>new_forb_plmn</Name>
                </ItemLink>
                <Comment>PLMN</Comment>
            </PrimItem>
            <PrimItem Presentation="MANDATORY">
                <ItemLink>
                    <DocName DocType="SAP">mmgmm</DocName>
                    <Name>cause</Name>
                </ItemLink>
                <Comment>Cause for limited or no service</Comment>
            </PrimItem>
            <History>
                <Date Day="26" Month="4" Year="2000"/>
                <Author>ANS</Author>
                <Comment>copied from MMREG.</Comment>
            </History>
            <History>
                <Date Day="5" Month="12" Year="2000"/>
                <Author>HM</Author>
                <Comment>copied from now actual MMREG document</Comment>
            </History>
            <History>
                <Date Day="12" Month="1" Year="2001"/>
                <Author>HM</Author>
                <Comment>Elements network_cause, sim_inval added</Comment>
            </History>
            <History>
                <Date Day="30" Month="1" Year="2001"/>
                <Author>HM</Author>
                <Comment>Recently added fields joined after discussion</Comment>
            </History>
            <History>
                <Date Day="12" Month="2" Year="2002"/>
                <Author>HM</Author>
                <Comment>limited_cause =&gt; cause according to cause concept, nreg_cs =&gt; service</Comment>
            </History>
        </Primitive>
        <Primitive>
            <Description>
                <DocElement>
                    <XHTMLElement Type="TEXT_SECTION">MMGMM_NREG_REQ is used for de-registration of the mobile station (SIM remove or power off).</XHTMLElement>
                </DocElement>
            </Description>
            <PrimDef>
                <Name>MMGMM_NREG_REQ</Name>
                <PrimID Direction="UPLINK" Number="1"/>
                <PrimUsage>
                    <Sender>MMI</Sender>
                    <Receiver>GMM</Receiver>
                </PrimUsage>
                <PrimUsage>
                    <Sender>GMM</Sender>
                    <Receiver>MM</Receiver>
                </PrimUsage>
            </PrimDef>
            <PrimItem Presentation="MANDATORY">
                <ItemLink>
                    <DocName DocType="SAP">mmgmm</DocName>
                    <Name>detach_cause</Name>
                </ItemLink>
                <Comment>Detach cause</Comment>
            </PrimItem>
            <PrimItem Presentation="MANDATORY">
                <ItemLink>
                    <DocName DocType="SAP">mmgmm</DocName>
                    <Name>detach_done</Name>
                </ItemLink>
                <Comment>detach procedure done</Comment>
            </PrimItem>
            <PrimItem Presentation="MANDATORY">
                <ItemLink>
                    <DocName DocType="SAP">mmgmm</DocName>
                    <Name>cause</Name>
                </ItemLink>
                <Comment>error cause</Comment>
            </PrimItem>
            <History>
                <Date Day="17" Month="12" Year="1996"/>
                <Author>LE</Author>
                <Comment>Initial</Comment>
            </History>
            <History>
                <Date Day="3" Month="6" Year="1997"/>
                <Author>MS</Author>
                <Comment>Revised</Comment>
            </History>
            <History>
                <Date Day="4" Month="8" Year="1997"/>
                <Author>LE</Author>
                <Comment>Op-code changed</Comment>
            </History>
            <History>
                <Date Day="28" Month="5" Year="1998"/>
                <Author>VK</Author>
                <Comment>add param</Comment>
            </History>
            <History>
                <Date Day="11" Month="1" Year="1999"/>
                <Author>LE</Author>
                <Comment>cause added</Comment>
            </History>
            <History>
                <Date Day="12" Month="5" Year="2000"/>
                <Author>ANS</Author>
                <Comment>copied from MMREG</Comment>
            </History>
            <History>
                <Date Day="15" Month="5" Year="2000"/>
                <Author>ANS</Author>
                <Comment>detach done added</Comment>
            </History>
            <History>
                <Date Day="19" Month="5" Year="2000"/>
                <Author>ANS</Author>
                <Comment>error_cause added</Comment>
            </History>
            <History>
                <Date Day="12" Month="2" Year="2002"/>
                <Author>HM</Author>
                <Comment>cs =&gt; detach_cause, mmgmm_error_cause =&gt; cause</Comment>
            </History>
        </Primitive>
        <Primitive>
            <Description>
                <DocElement>
                    <XHTMLElement Type="TEXT_SECTION">MMGMM_NREG_CNF is used to confirm the de-registration.</XHTMLElement>
                </DocElement>
            </Description>
            <PrimDef>
                <Name>MMGMM_NREG_CNF</Name>
                <PrimID Direction="DOWNLINK" Number="3"/>
                <PrimUsage>
                    <Sender>MM</Sender>
                    <Receiver>GMM</Receiver>
                </PrimUsage>
                <PrimUsage>
                    <Sender>GMM</Sender>
                    <Receiver>MMI</Receiver>
                </PrimUsage>
            </PrimDef>
            <PrimItem Presentation="MANDATORY">
                <ItemLink>
                    <DocName DocType="SAP">mmgmm</DocName>
                    <Name>detach_cause</Name>
                </ItemLink>
                <Comment>Detach cause</Comment>
            </PrimItem>
            <History>
                <Date Day="17" Month="12" Year="1996"/>
                <Author>LE</Author>
                <Comment>Initial</Comment>
            </History>
            <History>
                <Date Day="3" Month="6" Year="1997"/>
                <Author>MS</Author>
                <Comment>Revised</Comment>
            </History>
            <History>
                <Date Day="4" Month="8" Year="1997"/>
                <Author>LE</Author>
                <Comment>Op-code changed</Comment>
            </History>
            <History>
                <Date Day="12" Month="5" Year="2000"/>
                <Author>ANS</Author>
                <Comment>copied from MMREG</Comment>
            </History>
            <History>
                <Date Day="12" Month="2" Year="2002"/>
                <Author>HM</Author>
                <Comment>cs =&gt; detach_cause</Comment>
            </History>
        </Primitive>
        <Primitive>
            <Description>
                <DocElement>
                    <XHTMLElement Type="TEXT_SECTION">MMGMM_NET_REQ is used to start a network search.</XHTMLElement>
                </DocElement>
            </Description>
            <PrimDef>
                <Name>MMGMM_NET_REQ</Name>
                <PrimID Direction="UPLINK" Number="2"/>
                <PrimUsage>
                    <Sender>MMI</Sender>
                    <Receiver>GMM</Receiver>
                </PrimUsage>
                <PrimUsage>
                    <Sender>GMM</Sender>
                    <Receiver>MM</Receiver>
                </PrimUsage>
            </PrimDef>
            <History>
                <Date Day="17" Month="12" Year="1996"/>
                <Author>LE</Author>
                <Comment>Initial</Comment>
            </History>
            <History>
                <Date Day="3" Month="6" Year="1997"/>
                <Author>MS</Author>
                <Comment>Revised</Comment>
            </History>
            <History>
                <Date Day="4" Month="8" Year="1997"/>
                <Author>LE</Author>
                <Comment>Op-code changed</Comment>
            </History>
            <History>
                <Date Day="28" Month="5" Year="1998"/>
                <Author>VK</Author>
                <Comment>add param</Comment>
            </History>
            <History>
                <Date Day="10" Month="1" Year="2000"/>
                <Author>ANS</Author>
                <Comment>copied from MMREG</Comment>
            </History>
        </Primitive>
        <Primitive>
            <Description>
                <DocElement>
                    <XHTMLElement Type="TEXT_SECTION">MMGMM_PLMN_IND is used to indicate a PLMN list to the MMI.</XHTMLElement>
                </DocElement>
            </Description>
            <PrimDef>
                <Name>MMGMM_PLMN_IND</Name>
                <PrimID Direction="DOWNLINK" Number="4"/>
                <PrimUsage>
                    <Sender>MM</Sender>
                    <Receiver>GMM</Receiver>
                </PrimUsage>
                <PrimUsage>
                    <Sender>GMM</Sender>
                    <Receiver>MMI</Receiver>
                </PrimUsage>
            </PrimDef>
            <PrimItem Presentation="MANDATORY">
                <ItemLink>
                    <DocName DocType="SAP">mmgmm</DocName>
                    <Name>cause</Name>
                </ItemLink>
                <Comment>network search result</Comment>
            </PrimItem>
            <PrimItem Presentation="MANDATORY">
                <ItemLink>
                    <DocName DocType="SAP">mmgmm</DocName>
                    <Name>plmn</Name>
                </ItemLink>
                <Control>[MAX_PLMN_ID]</Control>
                <Comment>found plmns</Comment>
            </PrimItem>
            <PrimItem Presentation="MANDATORY">
                <ItemLink>
                    <DocName DocType="SAP">mmgmm</DocName>
                    <Name>forb_ind</Name>
                </ItemLink>
                <Control>[MAX_PLMN_ID]</Control>
                <Comment>Forbidden PLMN</Comment>
            </PrimItem>
            <PrimItem Presentation="MANDATORY">
                <ItemLink>
                    <DocName DocType="SAP">mmgmm</DocName>
                    <Name>lac_list</Name>
                </ItemLink>
                <Control>[MAX_PLMN_ID]</Control>
                <Comment>List of LACs</Comment>
            </PrimItem>
            <PrimItem Presentation="MANDATORY">
                <ItemLink>
                    <DocName DocType="SAP">mmgmm</DocName>
                    <Name>rxlevel</Name>
                </ItemLink>
                <Control>[MAX_PLMN_ID]</Control>
                <Comment>Fieldstrength</Comment>
            </PrimItem>
            <PrimItem Presentation="MANDATORY">
                <ItemLink>
                    <DocName DocType="SAP">mmgmm</DocName>
                    <Name>gprs_status</Name>
                </ItemLink>
                <Control>[MAX_PLMN_ID]</Control>
                <Comment>GPRS valid</Comment>
            </PrimItem>
            <History>
                <Date Day="17" Month="12" Year="1996"/>
                <Author>LE</Author>
                <Comment>Initial</Comment>
            </History>
            <History>
                <Date Day="3" Month="6" Year="1997"/>
                <Author>MS</Author>
                <Comment>Revised</Comment>
            </History>
            <History>
                <Date Day="4" Month="8" Year="1997"/>
                <Author>LE</Author>
                <Comment>Op-code changed</Comment>
            </History>
            <History>
                <Date Day="12" Month="1" Year="1999"/>
                <Author>LE</Author>
                <Comment>forbidden PLMN Indicator and Fieldstrength added</Comment>
            </History>
            <History>
                <Date Day="30" Month="11" Year="1999"/>
                <Author>ANS</Author>
                <Comment>copied from MM</Comment>
            </History>
            <History>
                <Date Day="10" Month="1" Year="2000"/>
                <Author>ANS</Author>
                <Comment>copied from GMMREG</Comment>
            </History>
            <History>
                <Date Day="11" Month="8" Year="2000"/>
                <Author>HM</Author>
                <Comment>Adapted SAP to MMREG SAP, removed "0.." in array definitions</Comment>
            </History>
            <History>
                <Date Day="5" Month="8" Year="2002"/>
                <Author>HM</Author>
                <Comment>Introduced cause for network search result</Comment>
            </History>
            <History>
                <Date Day="20" Month="12" Year="2002"/>
                <Author>LOL</Author>
                <Comment>Adding element lac_list for EONS functionality</Comment>
            </History>
        </Primitive>
        <Primitive>
            <Description>
                <DocElement>
                    <XHTMLElement Type="TEXT_SECTION">MMGMM_PLMN_RES is used to select a PLMN after network search.</XHTMLElement>
                </DocElement>
            </Description>
            <PrimDef>
                <Name>MMGMM_PLMN_RES</Name>
                <PrimID Direction="UPLINK" Number="3"/>
                <PrimUsage>
                    <Sender>MMI</Sender>
                    <Receiver>GMM</Receiver>
                </PrimUsage>
                <PrimUsage>
                    <Sender>GMM</Sender>
                    <Receiver>MM</Receiver>
                </PrimUsage>
            </PrimDef>
            <PrimItem Presentation="MANDATORY">
                <ItemLink>
                    <DocName DocType="SAP">mmgmm</DocName>
                    <Name>plmn</Name>
                </ItemLink>
                <Comment>selected plmn</Comment>
            </PrimItem>
            <PrimItem Presentation="MANDATORY">
                <ItemLink>
                    <DocName DocType="SAP">mmgmm</DocName>
                    <Name>reg_type</Name>
                </ItemLink>
                <Comment>Reg type</Comment>
            </PrimItem>
            <PrimItem Presentation="MANDATORY">
                <ItemLink>
                    <DocName DocType="SAP">mmgmm</DocName>
                    <Name>mobile_class</Name>
                </ItemLink>
                <Comment>Mobile class</Comment>
            </PrimItem>
            <History>
                <Date Day="10" Month="1" Year="2000"/>
                <Author>ANS</Author>
                <Comment>Initial</Comment>
            </History>
            <History>
                <Date Day="26" Month="1" Year="2000"/>
                <Author>ANS</Author>
                <Comment>copied from GMMREG</Comment>
            </History>
            <History>
                <Date Day="7" Month="12" Year="2001"/>
                <Author>HM</Author>
                <Comment>Mobile class added</Comment>
            </History>
        </Primitive>
        <Primitive>
            <Description>
                <DocElement>
                    <XHTMLElement Type="TEXT_SECTION">MMGMM_PLMN_MODE_REQ is used to switch between automatic and manual mode of registration.</XHTMLElement>
                </DocElement>
            </Description>
            <PrimDef>
                <Name>MMGMM_PLMN_MODE_REQ</Name>
                <PrimID Direction="UPLINK" Number="4"/>
                <PrimUsage>
                    <Sender>MMI</Sender>
                    <Receiver>GMM</Receiver>
                </PrimUsage>
                <PrimUsage>
                    <Sender>GMM</Sender>
                    <Receiver>MM</Receiver>
                </PrimUsage>
            </PrimDef>
            <PrimItem Presentation="MANDATORY">
                <ItemLink>
                    <DocName DocType="SAP">mmgmm</DocName>
                    <Name>mode</Name>
                </ItemLink>
                <Comment>network selected mode</Comment>
            </PrimItem>
            <History>
                <Date Day="10" Month="1" Year="2000"/>
                <Author>ANS</Author>
                <Comment>Initial</Comment>
            </History>
        </Primitive>
        <Primitive>
            <Description>
                <DocElement>
                    <XHTMLElement Type="TEXT_SECTION">MMGMM_AUTH_REJ_REQ indicates MM that the authentication procedure performed by GMM is rejected by the network.</XHTMLElement>
                </DocElement>
                <DocElement>
                    <XHTMLElement Type="TEXT_SECTION">Requirements: &lt;R.GMM.MMGMMONE.M.005&gt;</XHTMLElement>
                </DocElement>
            </Description>
            <PrimDef>
                <Name>MMGMM_AUTH_REJ_REQ</Name>
                <PrimID Direction="UPLINK" Number="5"/>
                <PrimUsage>
                    <Sender>GMM</Sender>
                    <Receiver>MM</Receiver>
                </PrimUsage>
            </PrimDef>
            <History>
                <Date Day="28" Month="7" Year="1999"/>
                <Author>ANS</Author>
                <Comment>Initial due to changes of TS GSM 04.08 V6.4.0</Comment>
            </History>
        </Primitive>
        <Primitive>
            <Description>
                <DocElement>
                    <XHTMLElement Type="TEXT_SECTION">MMGMM_AUTH_REJ_IND indicates GMM that the authentication procedure performed by MM is rejected by the network.</XHTMLElement>
                </DocElement>
                <DocElement>
                    <XHTMLElement Type="TEXT_SECTION">Requirements: &lt;R.GMM.MMGMMONE.M.005&gt;</XHTMLElement>
                </DocElement>
            </Description>
            <PrimDef>
                <Name>MMGMM_AUTH_REJ_IND</Name>
                <PrimID Direction="DOWNLINK" Number="5"/>
                <PrimUsage>
                    <Sender>MM</Sender>
                    <Receiver>GMM</Receiver>
                </PrimUsage>
            </PrimDef>
            <History>
                <Date Day="28" Month="7" Year="1999"/>
                <Author>ANS</Author>
                <Comment>Initial due to changes of TS GSM 04.08 V6.4.0</Comment>
            </History>
        </Primitive>
        <Primitive>
            <Description>
                <DocElement>
                    <XHTMLElement Type="TEXT_SECTION">MM informs GMM that a circuit switched call has to be started.</XHTMLElement>
                </DocElement>
                <DocElement>
                    <XHTMLElement Type="TEXT_SECTION">Requirements: &lt;R.GMM.ORSUSPND.M.001&gt;</XHTMLElement>
                </DocElement>
            </Description>
            <PrimDef>
                <Name>MMGMM_CM_ESTABLISH_IND</Name>
                <PrimID Direction="DOWNLINK" Number="6"/>
                <PrimUsage>
                    <Sender>MM</Sender>
                    <Receiver>GMM</Receiver>
                </PrimUsage>
            </PrimDef>
            <History>
                <Date Day="23" Month="11" Year="1999"/>
                <Author>ANS</Author>
                <Comment>Initial</Comment>
            </History>
            <History>
                <Date Day="12" Month="4" Year="2000"/>
                <Author>ANS</Author>
                <Comment>name changed from CALL_IND to CM_ESTABLISH_IND</Comment>
            </History>
        </Primitive>
        <Primitive>
            <Description>
                <DocElement>
                    <XHTMLElement Type="TEXT_SECTION">GMM confirms the establish request.</XHTMLElement>
                </DocElement>
            </Description>
            <PrimDef>
                <Name>MMGMM_CM_ESTABLISH_RES</Name>
                <PrimID Direction="UPLINK" Number="6"/>
                <PrimUsage>
                    <Sender>GMM</Sender>
                    <Receiver>MM</Receiver>
                </PrimUsage>
            </PrimDef>
            <PrimItem Presentation="MANDATORY">
                <ItemLink>
                    <DocName DocType="SAP">mmgmm</DocName>
                    <Name>cm_establish_res</Name>
                </ItemLink>
                <Comment>Establish responce</Comment>
            </PrimItem>
            <History>
                <Date Day="12" Month="4" Year="2000"/>
                <Author>ANS</Author>
                <Comment>Initial</Comment>
            </History>
        </Primitive>
        <Primitive>
            <Description>
                <DocElement>
                    <XHTMLElement Type="TEXT_SECTION">The RR_RELEASE_IND is used to signal the release of a SAPI 0 or SAPI 3 RR connection.</XHTMLElement>
                </DocElement>
            </Description>
            <PrimDef>
                <Name>MMGMM_CM_RELEASE_IND</Name>
                <PrimID Direction="DOWNLINK" Number="7"/>
                <PrimUsage>
                    <Sender>MM</Sender>
                    <Receiver>GMM</Receiver>
                </PrimUsage>
            </PrimDef>
            <PrimItem Presentation="MANDATORY">
                <ItemLink>
                    <DocName DocType="SAP">mmgmm</DocName>
                    <Name>resumption</Name>
                </ItemLink>
                <Comment>GPRS resumption</Comment>
            </PrimItem>
            <History>
                <Date Day="5" Month="5" Year="2000"/>
                <Author>ANS</Author>
                <Comment>Initial</Comment>
            </History>
        </Primitive>
        <Primitive>
            <Description>
                <DocElement>
                    <XHTMLElement Type="TEXT_SECTION">The MMGMM_ACTIVATE_IND is used to signal a successful cell selection to GMM.</XHTMLElement>
                </DocElement>
            </Description>
            <PrimDef>
                <Name>MMGMM_ACTIVATE_IND</Name>
                <PrimID Direction="DOWNLINK" Number="8"/>
                <PrimUsage>
                    <Sender>RR</Sender>
                    <Receiver>MM</Receiver>
                </PrimUsage>
                <PrimUsage>
                    <Sender>MM</Sender>
                    <Receiver>GMM</Receiver>
                </PrimUsage>
            </PrimDef>
            <PrimItem Presentation="MANDATORY">
                <ItemLink>
                    <DocName DocType="SAP">mmgmm</DocName>
                    <Name>plmn</Name>
                </ItemLink>
                <Comment>PLMN</Comment>
            </PrimItem>
            <PrimItem Presentation="MANDATORY">
                <ItemLink>
                    <DocName DocType="SAP">mmgmm</DocName>
                    <Name>lac</Name>
                </ItemLink>
                <Comment>Location area code</Comment>
            </PrimItem>
            <PrimItem Presentation="MANDATORY">
                <ItemLink>
                    <DocName DocType="SAP">mmgmm</DocName>
                    <Name>cid</Name>
                </ItemLink>
                <Comment>Cell id</Comment>
            </PrimItem>
            <PrimItem Presentation="MANDATORY">
                <ItemLink>
                    <DocName DocType="SAP">mmgmm</DocName>
                    <Name>t3212_val</Name>
                </ItemLink>
                <Comment>value of T3212</Comment>
            </PrimItem>
            <PrimItem Presentation="MANDATORY">
                <ItemLink>
                    <DocName DocType="SAP">mmgmm</DocName>
                    <Name>status</Name>
                </ItemLink>
                <Comment>Activation status</Comment>
            </PrimItem>
            <PrimItem Presentation="MANDATORY">
                <ItemLink>
                    <DocName DocType="SAP">mmgmm</DocName>
                    <Name>gprs_indicator</Name>
                </ItemLink>
                <Comment>GPRS indicator</Comment>
            </PrimItem>
            <History>
                <Date Day="9" Month="12" Year="1999"/>
                <Author>ANS</Author>
                <Comment>Initial</Comment>
            </History>
            <History>
                <Date Day="12" Month="4" Year="2000"/>
                <Author>ANS</Author>
                <Comment>name changed</Comment>
            </History>
            <History>
                <Date Day="24" Month="8" Year="2000"/>
                <Author>HM</Author>
                <Comment>Swapped lac and PLMN</Comment>
            </History>
            <History>
                <Date Day="13" Month="11" Year="2000"/>
                <Author>HM</Author>
                <Comment>Added t3212_val and status</Comment>
            </History>
            <History>
                <Date Day="1" Month="2" Year="2001"/>
                <Author>HM</Author>
                <Comment>Added gprs_indicator</Comment>
            </History>
            <History>
                <Date Day="29" Month="1" Year="2002"/>
                <Author>HM</Author>
                <Comment>cid added</Comment>
            </History>
        </Primitive>
        <Primitive>
            <Description>
                <DocElement>
                    <XHTMLElement Type="TEXT_SECTION">GMM indicates MM that GMM starts the attach procedure.</XHTMLElement>
                </DocElement>
            </Description>
            <PrimDef>
                <Name>MMGMM_ATTACH_STARTED_REQ</Name>
                <PrimID Direction="UPLINK" Number="7"/>
                <PrimUsage>
                    <Sender>GMM</Sender>
                    <Receiver>MM</Receiver>
                </PrimUsage>
            </PrimDef>
            <History>
                <Date Day="6" Month="9" Year="1999"/>
                <Author>ANS</Author>
                <Comment>Initial</Comment>
            </History>
        </Primitive>
        <Primitive>
            <Description>
                <DocElement>
                    <XHTMLElement Type="TEXT_SECTION">GMM informs MM about the successful attach procedure and sends the new TMSI, if availbale to MM.</XHTMLElement>
                </DocElement>
                <DocElement>
                    <XHTMLElement Type="TEXT_SECTION">Any timer used for triggering the location update procedure (e.g T3211, T3212) shall be stopped if running.</XHTMLElement>
                </DocElement>
                <DocElement>
                    <XHTMLElement Type="TEXT_SECTION">Requirements: &lt;R.GMM.ACSUBOTH.M.011&gt;, &lt;R.GMM.ACSUBOTH.M.012&gt;, &lt;R.GMM.ACSUBOTH.M.013&gt;, &lt;R.GMM.ACSUBOTH.M.014&gt;, &lt;R.GMM.ACSUBOTH.M.016&gt;, &lt;R.GMM.ACREJECT.M.024&gt;, &lt;R.GMM.RCSUBOTH.M.011&gt;, &lt;R.GMM.RCSUBOTH.M.012&gt;, &lt;R.GMM.RCSUBOTH.M.013&gt;,, &lt;R.GMM.RCSUBOTH.M.014&gt;</XHTMLElement>
                </DocElement>
            </Description>
            <PrimDef>
                <Name>MMGMM_ATTACH_ACC_REQ</Name>
                <PrimID Direction="UPLINK" Number="8"/>
                <PrimUsage>
                    <Sender>GMM</Sender>
                    <Receiver>MM</Receiver>
                </PrimUsage>
            </PrimDef>
            <PrimItem Presentation="MANDATORY">
                <ItemLink>
                    <DocName DocType="SAP">mmgmm</DocName>
                    <Name>plmn</Name>
                </ItemLink>
                <Comment>PLMN</Comment>
            </PrimItem>
            <PrimItem Presentation="MANDATORY">
                <ItemLink>
                    <DocName DocType="SAP">mmgmm</DocName>
                    <Name>lac</Name>
                </ItemLink>
                <Comment>Location area code</Comment>
            </PrimItem>
            <PrimItem Presentation="MANDATORY">
                <ItemLink>
                    <DocName DocType="SAP">mmgmm</DocName>
                    <Name>v_tmsi</Name>
                </ItemLink>
                <Comment>TMSI valid</Comment>
            </PrimItem>
            <PrimItem Presentation="MANDATORY">
                <ItemLink>
                    <DocName DocType="SAP">mmgmm</DocName>
                    <Name>tmsi</Name>
                </ItemLink>
                <Comment>TMSI</Comment>
            </PrimItem>
            <PrimItem Presentation="MANDATORY">
                <ItemLink>
                    <DocName DocType="SAP">mmgmm</DocName>
                    <Name>v_equ_plmn_list</Name>
                </ItemLink>
                <Comment>EPLMN list validity</Comment>
            </PrimItem>
            <PrimItem Presentation="MANDATORY">
                <ItemLink>
                    <DocName DocType="SAP">mmgmm</DocName>
                    <Name>equ_plmn_list</Name>
                </ItemLink>
                <Comment>EPLMN list</Comment>
            </PrimItem>
            <History>
                <Date Day="6" Month="9" Year="1999"/>
                <Author>ANS</Author>
                <Comment>Initial</Comment>
            </History>
            <History>
                <Date Day="24" Month="8" Year="2000"/>
                <Author>HM</Author>
                <Comment>Swapped PLMN and LAC</Comment>
            </History>
            <History>
                <Date Day="11" Month="3" Year="2003"/>
                <Author>ABR</Author>
                <Comment>Adding eplmn list.</Comment>
            </History>
        </Primitive>
        <Primitive>
            <Description>
                <DocElement>
                    <XHTMLElement Type="TEXT_SECTION">GMM informs MM that the attach procedure was rejected be the network with the given reject cause. If the case is MMGMM_AAC_OVER_5 MM has to delete any LAI, TMSI, CKSN stored in the SIM and to enter state MM-ATTEMPTING-TO-UPDATE.</XHTMLElement>
                </DocElement>
                <DocElement>
                    <XHTMLElement Type="TEXT_SECTION">Requirements: &lt;R.GMM.ACABNORM.A.006&gt;, &lt;R.GMM.ACABNORM.A.007&gt;, &lt;R.GMM.ACABNORM.A.008&gt;</XHTMLElement>
                </DocElement>
            </Description>
            <PrimDef>
                <Name>MMGMM_ATTACH_REJ_REQ</Name>
                <PrimID Direction="UPLINK" Number="9"/>
                <PrimUsage>
                    <Sender>GMM</Sender>
                    <Receiver>MM</Receiver>
                </PrimUsage>
            </PrimDef>
            <PrimItem Presentation="MANDATORY">
                <ItemLink>
                    <DocName DocType="SAP">mmgmm</DocName>
                    <Name>cause</Name>
                </ItemLink>
                <Comment>error cause</Comment>
            </PrimItem>
            <History>
                <Date Day="11" Month="5" Year="2000"/>
                <Author>ANS</Author>
                <Comment>Initial</Comment>
            </History>
            <History>
                <Date Day="12" Month="2" Year="2002"/>
                <Author>HM</Author>
                <Comment>mmgmm_error_cause =&gt; cause</Comment>
            </History>
        </Primitive>
        <Primitive>
            <Description>
                <DocElement>
                    <XHTMLElement Type="TEXT_SECTION">GMM indicates MM that GMM starts the detach procedure for GSM. MM has to enter state MM-IMSI-DETACH-PENDING. The response to this message is for compatiblility reasons the message MMGMM_NREG_REQ.</XHTMLElement>
                </DocElement>
            </Description>
            <PrimDef>
                <Name>MMGMM_DETACH_STARTED_REQ</Name>
                <PrimID Direction="UPLINK" Number="10"/>
                <PrimUsage>
                    <Sender>GMM</Sender>
                    <Receiver>MM</Receiver>
                </PrimUsage>
            </PrimDef>
            <History>
                <Date Day="17" Month="5" Year="2000"/>
                <Author>ANS</Author>
                <Comment>Initial</Comment>
            </History>
        </Primitive>
        <Primitive>
            <Description>
                <DocElement>
                    <XHTMLElement Type="TEXT_SECTION">MMGMM_START_T3212_REQ indicates, that GPRS is now detached after combined attached state. MM has to start his own timer T3212.</XHTMLElement>
                </DocElement>
                <DocElement>
                    <XHTMLElement Type="TEXT_SECTION">Requirements: &lt;R.GMM.DINIM.M.007&gt;</XHTMLElement>
                </DocElement>
            </Description>
            <PrimDef>
                <Name>MMGMM_START_T3212_REQ</Name>
                <PrimID Direction="UPLINK" Number="11"/>
                <PrimUsage>
                    <Sender>GMM</Sender>
                    <Receiver>MM</Receiver>
                </PrimUsage>
            </PrimDef>
            <History>
                <Date Day="10" Month="3" Year="2000"/>
                <Author>ANS</Author>
                <Comment>Initial due to changes of GSM 04.08 V6.7.0</Comment>
            </History>
        </Primitive>
        <Primitive>
            <Description>
                <DocElement>
                    <XHTMLElement Type="TEXT_SECTION">MMGMM_T3212_VAL_IND passes the value of the currently value of timer T3212 to GMM.</XHTMLElement>
                </DocElement>
            </Description>
            <PrimDef>
                <Name>MMGMM_T3212_VAL_IND</Name>
                <PrimID Direction="DOWNLINK" Number="9"/>
                <PrimUsage>
                    <Sender>MM</Sender>
                    <Receiver>GMM</Receiver>
                </PrimUsage>
            </PrimDef>
            <PrimItem Presentation="MANDATORY">
                <ItemLink>
                    <DocName DocType="SAP">mmgmm</DocName>
                    <Name>t3212_val</Name>
                </ItemLink>
                <Comment>value of T3212</Comment>
            </PrimItem>
            <History>
                <Date Day="23" Month="3" Year="2000"/>
                <Author>ANS</Author>
                <Comment>Initial</Comment>
            </History>
        </Primitive>
        <Primitive>
            <Description>
                <DocElement>
                    <XHTMLElement Type="TEXT_SECTION">MMGMM_INFO_IND is used to transmit the information provided by the MM INFORMATION message to the MMI.</XHTMLElement>
                </DocElement>
            </Description>
            <PrimDef>
                <Name>MMGMM_INFO_IND</Name>
                <PrimID Direction="DOWNLINK" Number="10"/>
                <PrimUsage>
                    <Sender>MM</Sender>
                    <Receiver>GMM</Receiver>
                </PrimUsage>
                <PrimUsage>
                    <Sender>GMM</Sender>
                    <Receiver>MMI</Receiver>
                </PrimUsage>
            </PrimDef>
            <PrimItem Presentation="MANDATORY">
                <ItemLink>
                    <DocName DocType="SAP">mmgmm</DocName>
                    <Name>plmn</Name>
                </ItemLink>
                <Comment>Public Land Mobile Network</Comment>
            </PrimItem>
            <PrimItem Presentation="MANDATORY">
                <ItemLink>
                    <DocName DocType="SAP">mmgmm</DocName>
                    <Name>full_name</Name>
                </ItemLink>
                <Comment>full network name</Comment>
            </PrimItem>
            <PrimItem Presentation="MANDATORY">
                <ItemLink>
                    <DocName DocType="SAP">mmgmm</DocName>
                    <Name>short_name</Name>
                </ItemLink>
                <Comment>short network name</Comment>
            </PrimItem>
            <PrimItem Presentation="MANDATORY">
                <ItemLink>
                    <DocName DocType="SAP">mmgmm</DocName>
                    <Name>ntz</Name>
                </ItemLink>
                <Comment>network time zone</Comment>
            </PrimItem>
            <PrimItem Presentation="MANDATORY">
                <ItemLink>
                    <DocName DocType="SAP">mmgmm</DocName>
                    <Name>time</Name>
                </ItemLink>
                <Comment>network time</Comment>
            </PrimItem>
            <PrimItem Presentation="MANDATORY">
                <ItemLink>
                    <DocName DocType="SAP">mmgmm</DocName>
                    <Name>daylight_save_time</Name>
                </ItemLink>
                <Comment>network daylight saving time</Comment>
            </PrimItem>
            <History>
                <Date Day="27" Month="7" Year="2000"/>
                <Author>HM</Author>
                <Comment>Initial</Comment>
            </History>
        </Primitive>
        <Primitive>
            <Description>
                <DocElement>
                    <XHTMLElement Type="TEXT_SECTION">MM informs GMM that a circuit switched emergency call has to be started.</XHTMLElement>
                </DocElement>
            </Description>
            <PrimDef>
                <Name>MMGMM_CM_EMERGENCY_IND</Name>
                <PrimID Direction="DOWNLINK" Number="11"/>
                <PrimUsage>
                    <Sender>MM</Sender>
                    <Receiver>GMM</Receiver>
                </PrimUsage>
            </PrimDef>
            <History>
                <Date Day="6" Month="11" Year="2000"/>
                <Author>HM</Author>
                <Comment>Initial</Comment>
            </History>
        </Primitive>
        <Primitive>
            <Description>
                <DocElement>
                    <XHTMLElement Type="TEXT_SECTION">GMM confirms the emergency establish request.</XHTMLElement>
                </DocElement>
            </Description>
            <PrimDef>
                <Name>MMGMM_CM_EMERGENCY_RES</Name>
                <PrimID Direction="UPLINK" Number="12"/>
                <PrimUsage>
                    <Sender>GMM</Sender>
                    <Receiver>MM</Receiver>
                </PrimUsage>
            </PrimDef>
            <PrimItem Presentation="MANDATORY">
                <ItemLink>
                    <DocName DocType="SAP">mmgmm</DocName>
                    <Name>cm_establish_res</Name>
                </ItemLink>
                <Comment>Establish responce</Comment>
            </PrimItem>
            <History>
                <Date Day="6" Month="11" Year="2000"/>
                <Author>HM</Author>
                <Comment>Initial</Comment>
            </History>
        </Primitive>
        <Primitive>
            <Description>
                <DocElement>
                    <XHTMLElement Type="TEXT_SECTION">MM indicates the reception of LOCATION UPDATING ACCEPT message to GMM. The primitive contains the same parameters as MMGMM_REG_CNF, but will be sent in the moment of the reception of the appropriate air message, while MMGMM_REG_CNF will be sent at the end of the complete procedure. This includes channel release.</XHTMLElement>
                </DocElement>
            </Description>
            <PrimDef>
                <Name>MMGMM_LUP_ACCEPT_IND</Name>
                <PrimID Direction="DOWNLINK" Number="12"/>
                <PrimUsage>
                    <Sender>MM</Sender>
                    <Receiver>GMM</Receiver>
                </PrimUsage>
            </PrimDef>
            <PrimItem Presentation="MANDATORY">
                <ItemLink>
                    <DocName DocType="SAP">mmgmm</DocName>
                    <Name>plmn</Name>
                </ItemLink>
                <Comment>PLMN</Comment>
            </PrimItem>
            <PrimItem Presentation="MANDATORY">
                <ItemLink>
                    <DocName DocType="SAP">mmgmm</DocName>
                    <Name>lac</Name>
                </ItemLink>
                <Comment>Location area code</Comment>
            </PrimItem>
            <PrimItem Presentation="MANDATORY">
                <ItemLink>
                    <DocName DocType="SAP">mmgmm</DocName>
                    <Name>cid</Name>
                </ItemLink>
                <Comment>Cell id</Comment>
            </PrimItem>
            <History>
                <Date Day="14" Month="11" Year="2000"/>
                <Author>HM</Author>
                <Comment>Initial</Comment>
            </History>
            <History>
                <Date Day="29" Month="1" Year="2002"/>
                <Author>HM</Author>
                <Comment>cid added</Comment>
            </History>
        </Primitive>
        <Primitive>
            <Description>
                <DocElement>
                    <XHTMLElement Type="TEXT_SECTION">MM indicates the need of a remote controlled location updating procedure to GMM. The reason why an update is needed is also indicated to GMM.</XHTMLElement>
                </DocElement>
            </Description>
            <PrimDef>
                <Name>MMGMM_LUP_NEEDED_IND</Name>
                <PrimID Direction="DOWNLINK" Number="13"/>
                <PrimUsage>
                    <Sender>MM</Sender>
                    <Receiver>GMM</Receiver>
                </PrimUsage>
            </PrimDef>
            <PrimItem Presentation="MANDATORY">
                <ItemLink>
                    <DocName DocType="SAP">mmgmm</DocName>
                    <Name>reason</Name>
                </ItemLink>
                <Comment>Update reason</Comment>
            </PrimItem>
            <History>
                <Date Day="12" Month="2" Year="2001"/>
                <Author>HM</Author>
                <Comment>Initial</Comment>
            </History>
        </Primitive>
        <Primitive>
            <Description>
                <DocElement>
                    <XHTMLElement Type="TEXT_SECTION">The MMGMM_CIPHERING_IND is used to forward the ciphering indicator to MMI via GMM.</XHTMLElement>
                </DocElement>
            </Description>
            <PrimDef>
                <Name>MMGMM_CIPHERING_IND</Name>
                <PrimID Direction="DOWNLINK" Number="14"/>
                <PrimUsage>
                    <Sender>MM</Sender>
                    <Receiver>GMM</Receiver>
                </PrimUsage>
            </PrimDef>
            <PrimItem Presentation="MANDATORY">
                <ItemLink>
                    <DocName DocType="SAP">mmgmm</DocName>
                    <Name>ciph</Name>
                </ItemLink>
                <Comment>cipher mode</Comment>
            </PrimItem>
            <History>
                <Date Day="18" Month="9" Year="2001"/>
                <Author>MSE</Author>
                <Comment>Initial</Comment>
            </History>
        </Primitive>
        <Primitive>
            <Description>
                <DocElement>
                    <XHTMLElement Type="TEXT_SECTION">GMM informs MM about the successful normal attach procedure and sends the PLMN to MM.</XHTMLElement>
                </DocElement>
                <DocElement>
                    <XHTMLElement Type="TEXT_SECTION">MM has to remove the PLMN from the list of forbidden PLMNs.</XHTMLElement>
                </DocElement>
            </Description>
            <PrimDef>
                <Name>MMGMM_ALLOWED_REQ</Name>
                <PrimID Direction="UPLINK" Number="13"/>
                <PrimUsage>
                    <Sender>GMM</Sender>
                    <Receiver>MM</Receiver>
                </PrimUsage>
            </PrimDef>
            <PrimItem Presentation="MANDATORY">
                <ItemLink>
                    <DocName DocType="SAP">mmgmm</DocName>
                    <Name>plmn</Name>
                </ItemLink>
                <Comment>PLMN</Comment>
            </PrimItem>
            <PrimItem Presentation="MANDATORY">
                <ItemLink>
                    <DocName DocType="SAP">mmgmm</DocName>
                    <Name>lac</Name>
                </ItemLink>
                <Comment>Location area code</Comment>
            </PrimItem>
            <PrimItem Presentation="MANDATORY">
                <ItemLink>
                    <DocName DocType="SAP">mmgmm</DocName>
                    <Name>v_equ_plmn_list</Name>
                </ItemLink>
                <Comment>EPLMN list validity</Comment>
            </PrimItem>
            <PrimItem Presentation="MANDATORY">
                <ItemLink>
                    <DocName DocType="SAP">mmgmm</DocName>
                    <Name>equ_plmn_list</Name>
                </ItemLink>
                <Comment>EPLMN list</Comment>
            </PrimItem>
            <History>
                <Date Day="20" Month="11" Year="2001"/>
                <Author>ANS</Author>
                <Comment>Initial</Comment>
            </History>
            <History>
                <Date Day="11" Month="3" Year="2003"/>
                <Author>ABR</Author>
                <Comment>Adding eplmn list.</Comment>
            </History>
        </Primitive>
        <Primitive>
            <Description>
                <DocElement>
                    <XHTMLElement Type="TEXT_SECTION">MM informs GMM about a TMSI change. This is a synchronization primitive.</XHTMLElement>
                </DocElement>
            </Description>
            <PrimDef>
                <Name>MMGMM_TMSI_IND</Name>
                <PrimID Direction="DOWNLINK" Number="15"/>
                <PrimUsage>
                    <Sender>MM</Sender>
                    <Receiver>GMM</Receiver>
                </PrimUsage>
            </PrimDef>
            <PrimItem Presentation="MANDATORY">
                <ItemLink>
                    <DocName DocType="SAP">mmgmm</DocName>
                    <Name>tmsi</Name>
                </ItemLink>
                <Comment>TMSI</Comment>
            </PrimItem>
            <History>
                <Date Day="17" Month="1" Year="2002"/>
                <Author>HM</Author>
                <Comment>Initial</Comment>
            </History>
        </Primitive>
        <Primitive>
            <Description>
                <DocElement>
                    <XHTMLElement Type="TEXT_SECTION">GMM informs MM about the transfer of a packet.</XHTMLElement>
                </DocElement>
            </Description>
            <PrimDef>
                <Name>MMGMM_TRIGGER_REQ</Name>
                <PrimID Direction="UPLINK" Number="14"/>
                <PrimUsage>
                    <Sender>GMM</Sender>
                    <Receiver>MM</Receiver>
                </PrimUsage>
            </PrimDef>
            <History>
                <Date Day="9" Month="8" Year="2002"/>
                <Author>HM</Author>
                <Comment>Initial</Comment>
            </History>
        </Primitive>
        <Primitive>
            <Description>
                <DocElement>
                    <XHTMLElement Type="TEXT_SECTION">The MMGMM_AHPLMN_IND is used to forward the ahplmn indicator to MMI via GMM.</XHTMLElement>
                </DocElement>
            </Description>
            <PrimDef>
                <Name>MMGMM_AHPLMN_IND</Name>
                <PrimID Direction="DOWNLINK" Number="16"/>
                <PrimUsage>
                    <Sender>MM</Sender>
                    <Receiver>GMM</Receiver>
                </PrimUsage>
            </PrimDef>
            <PrimItem Presentation="MANDATORY">
                <ItemLink>
                    <DocName DocType="SAP">mmgmm</DocName>
                    <Name>ahplmn</Name>
                </ItemLink>
                <Comment>AHPLMN</Comment>
            </PrimItem>
            <History>
                <Date Day="19" Month="08" Year="2004"/>
                <Author/>
                <Comment>Added for AHPLMN feature</Comment>
            </History>
        </Primitive>
    </PrimitivesSection>
    <PrimStructElementsSection>
        <Description>
            <DocElement>
                <XHTMLElement Type="TEXT_SECTION">Parameters shall be part of the primitives described above and, if applied, the parameters shall contain the values specified here. These values are selected to correspond to element values used in the air interface protocol.</XHTMLElement>
            </DocElement>
        </Description>
        <PrimStructElem>
            <Description>
                <DocElement>
                    <XHTMLElement Type="TEXT_SECTION">The parameter defines a PLMN identification.</XHTMLElement>
                </DocElement>
            </Description>
            <PrimStructElemDef Type="STRUCT">
                <Name>plmn</Name>
                <Comment>plmn identification</Comment>
            </PrimStructElemDef>
            <PrimStructElemDef Type="STRUCT">
                <Name>new_forb_plmn</Name>
                <Comment>plmn identification</Comment>
            </PrimStructElemDef>
            <PrimStructElemDef Type="STRUCT">
                <Name>ahplmn</Name>
                <Comment>ahplmn identification</Comment>
            </PrimStructElemDef>
            <PrimStructElemItem Presentation="MANDATORY">
                <ItemLink>
                    <DocName DocType="SAP">mmgmm</DocName>
                    <Name>v_plmn</Name>
                </ItemLink>
                <Comment>valid flag</Comment>
            </PrimStructElemItem>
            <PrimStructElemItem Presentation="MANDATORY">
                <ItemLink>
                    <DocName DocType="SAP">mmgmm</DocName>
                    <Name>mcc</Name>
                </ItemLink>
                <Control>[SIZE_MCC]</Control>
                <Comment>mobile country code</Comment>
            </PrimStructElemItem>
            <PrimStructElemItem Presentation="MANDATORY">
                <ItemLink>
                    <DocName DocType="SAP">mmgmm</DocName>
                    <Name>mnc</Name>
                </ItemLink>
                <Control>[SIZE_MNC]</Control>
                <Comment>mobile network code</Comment>
            </PrimStructElemItem>
            <History>
                <Date Day="17" Month="12" Year="1996"/>
                <Author>LE</Author>
                <Comment>Initial</Comment>
            </History>
            <History>
                <Date Day="3" Month="6" Year="1997"/>
                <Author>MS</Author>
                <Comment>Revised</Comment>
            </History>
            <History>
                <Date Day="6" Month="8" Year="1997"/>
                <Author>PZ</Author>
                <Comment>structure changed</Comment>
            </History>
            <History>
                <Date Day="5" Month="12" Year="2000"/>
                <Author>HM</Author>
                <Comment>copied from now actual MMREG document</Comment>
            </History>
        </PrimStructElem>
        <PrimStructElem>
            <Description>
                <DocElement>
                    <XHTMLElement Type="TEXT_SECTION">The parameter defines a network name.</XHTMLElement>
                </DocElement>
            </Description>
            <PrimStructElemDef Type="STRUCT">
                <Name>full_name</Name>
                <Comment>Network name, long format</Comment>
            </PrimStructElemDef>
            <PrimStructElemDef Type="STRUCT">
                <Name>short_name</Name>
                <Comment>Network name, short format</Comment>
            </PrimStructElemDef>
            <PrimStructElemItem Presentation="MANDATORY">
                <ItemLink>
                    <DocName DocType="SAP">mmgmm</DocName>
                    <Name>v_name</Name>
                </ItemLink>
                <Comment>valid flag</Comment>
            </PrimStructElemItem>
            <PrimStructElemItem Presentation="MANDATORY">
                <ItemLink>
                    <DocName DocType="SAP">mmgmm</DocName>
                    <Name>dcs</Name>
                </ItemLink>
                <Comment>data coding scheme</Comment>
            </PrimStructElemItem>
            <PrimStructElemItem Presentation="MANDATORY">
                <ItemLink>
                    <DocName DocType="SAP">mmgmm</DocName>
                    <Name>add_ci</Name>
                </ItemLink>
                <Comment>add ci indicator</Comment>
            </PrimStructElemItem>
            <PrimStructElemItem Presentation="MANDATORY">
                <ItemLink>
                    <DocName DocType="SAP">mmgmm</DocName>
                    <Name>num_spare</Name>
                </ItemLink>
                <Comment>num spare bits</Comment>
            </PrimStructElemItem>
            <PrimStructElemItem Presentation="MANDATORY">
                <ItemLink>
                    <DocName DocType="SAP">mmgmm</DocName>
                    <Name>text</Name>
                </ItemLink>
                <Control>[0..MMR_MAX_TEXT_LEN]</Control>
                <Comment>name</Comment>
            </PrimStructElemItem>
            <History>
                <Date Day="6" Month="3" Year="2000"/>
                <Author>HM</Author>
                <Comment>Initial</Comment>
            </History>
            <History>
                <Date Day="27" Month="7" Year="2000"/>
                <Author>ANS</Author>
                <Comment>copied from MM</Comment>
            </History>
            <History>
                <Date Day="12" Month="2" Year="2002"/>
                <Author>HM</Author>
                <Comment>coding scheme =&gt; data coding scheme (cs =&gt; dcs)</Comment>
            </History>
        </PrimStructElem>
        <PrimStructElem>
            <Description>
                <DocElement>
                    <XHTMLElement Type="TEXT_SECTION">The parameter defines the network timezone.</XHTMLElement>
                </DocElement>
            </Description>
            <PrimStructElemDef Type="STRUCT">
                <Name>ntz</Name>
                <Comment>Network time zone</Comment>
            </PrimStructElemDef>
            <PrimStructElemItem Presentation="MANDATORY">
                <ItemLink>
                    <DocName DocType="SAP">mmgmm</DocName>
                    <Name>v_tz</Name>
                </ItemLink>
                <Comment>timezone valid</Comment>
            </PrimStructElemItem>
            <PrimStructElemItem Presentation="MANDATORY">
                <ItemLink>
                    <DocName DocType="SAP">mmgmm</DocName>
                    <Name>tz</Name>
                </ItemLink>
                <Comment>timezone</Comment>
            </PrimStructElemItem>
            <History>
                <Date Day="6" Month="3" Year="2000"/>
                <Author>HM</Author>
                <Comment>Initial</Comment>
            </History>
            <History>
                <Date Day="27" Month="7" Year="2000"/>
                <Author>ANS</Author>
                <Comment>copied from MM</Comment>
            </History>
            <History>
                <Date Day="19" Month="2" Year="2002"/>
                <Author>HM</Author>
                <Comment>Added values to clarifiy the interface</Comment>
            </History>
        </PrimStructElem>
        <PrimStructElem>
            <Description>
                <DocElement>
                    <XHTMLElement Type="TEXT_SECTION">The parameter defines the network time.</XHTMLElement>
                </DocElement>
            </Description>
            <PrimStructElemDef Type="STRUCT">
                <Name>time</Name>
                <Comment>Network time</Comment>
            </PrimStructElemDef>
            <PrimStructElemItem Presentation="MANDATORY">
                <ItemLink>
                    <DocName DocType="SAP">mmgmm</DocName>
                    <Name>v_time</Name>
                </ItemLink>
                <Comment>time valid</Comment>
            </PrimStructElemItem>
            <PrimStructElemItem Presentation="MANDATORY">
                <ItemLink>
                    <DocName DocType="SAP">mmgmm</DocName>
                    <Name>year</Name>
                </ItemLink>
                <Comment>year</Comment>
            </PrimStructElemItem>
            <PrimStructElemItem Presentation="MANDATORY">
                <ItemLink>
                    <DocName DocType="SAP">mmgmm</DocName>
                    <Name>month</Name>
                </ItemLink>
                <Comment>month</Comment>
            </PrimStructElemItem>
            <PrimStructElemItem Presentation="MANDATORY">
                <ItemLink>
                    <DocName DocType="SAP">mmgmm</DocName>
                    <Name>day</Name>
                </ItemLink>
                <Comment>day</Comment>
            </PrimStructElemItem>
            <PrimStructElemItem Presentation="MANDATORY">
                <ItemLink>
                    <DocName DocType="SAP">mmgmm</DocName>
                    <Name>hour</Name>
                </ItemLink>
                <Comment>hour</Comment>
            </PrimStructElemItem>
            <PrimStructElemItem Presentation="MANDATORY">
                <ItemLink>
                    <DocName DocType="SAP">mmgmm</DocName>
                    <Name>minute</Name>
                </ItemLink>
                <Comment>minute</Comment>
            </PrimStructElemItem>
            <PrimStructElemItem Presentation="MANDATORY">
                <ItemLink>
                    <DocName DocType="SAP">mmgmm</DocName>
                    <Name>second</Name>
                </ItemLink>
                <Comment>second</Comment>
            </PrimStructElemItem>
            <History>
                <Date Day="6" Month="3" Year="2000"/>
                <Author>HM</Author>
                <Comment>Initial</Comment>
            </History>
            <History>
                <Date Day="27" Month="7" Year="2000"/>
                <Author>ANS</Author>
                <Comment>copied from MM</Comment>
            </History>
            <History>
                <Date Day="19" Month="2" Year="2002"/>
                <Author>HM</Author>
                <Comment>Added values to clarifiy the interface</Comment>
            </History>
        </PrimStructElem>
        <PrimStructElem>
            <Description>
                <DocElement>
                    <XHTMLElement Type="TEXT_SECTION">The purpose of the PLMN List information element is to provide a list of PLMN codes to the mobile station.</XHTMLElement>
                </DocElement>
            </Description>
            <PrimStructElemDef Type="STRUCT">
                <Name>equ_plmn_list</Name>
                <Comment>Equivalent plmn List</Comment>
            </PrimStructElemDef>
            <PrimStructElemItem Presentation="MANDATORY">
                <ItemLink>
                    <DocName DocType="SAP">mmgmm</DocName>
                    <Name>equ_plmn</Name>
                </ItemLink>
                <Control>[MIN_EQ_PLMN_ID.. MAX_EQ_PLMN_ID]</Control>
                <Comment>Equivalent PLMN</Comment>
            </PrimStructElemItem>
            <History>
                <Date Day="11" Month="3" Year="2003"/>
                <Author>ABR</Author>
                <Comment>Initial</Comment>
            </History>
        </PrimStructElem>
        <PrimStructElem>
            <Description>
                <DocElement>
                    <XHTMLElement Type="TEXT_SECTION">The parameter defines an equivalent PLMN identification.</XHTMLElement>
                </DocElement>
            </Description>
            <PrimStructElemDef Type="STRUCT">
                <Name>equ_plmn</Name>
                <Comment>Equivalent plmn identification</Comment>
            </PrimStructElemDef>
            <PrimStructElemItem Presentation="MANDATORY">
                <ItemLink>
                    <DocName DocType="SAP">mmgmm</DocName>
                    <Name>mcc</Name>
                </ItemLink>
                <Control>[SIZE_MCC]</Control>
                <Comment>mobile country code</Comment>
            </PrimStructElemItem>
            <PrimStructElemItem Presentation="MANDATORY">
                <ItemLink>
                    <DocName DocType="SAP">mmgmm</DocName>
                    <Name>mnc</Name>
                </ItemLink>
                <Control>[SIZE_MNC_MIN..SIZE_MNC_MAX]</Control>
                <Comment>mobile network code</Comment>
            </PrimStructElemItem>
            <History>
                <Date Day="11" Month="3" Year="2003"/>
                <Author>ABR</Author>
                <Comment>Initial</Comment>
            </History>
        </PrimStructElem>
    </PrimStructElementsSection>
    <PrimBasicElementsSection>
        <Description>
            <DocElement>
                <XHTMLElement Type="TEXT_SECTION">Parameters shall be part of the primitives described above and, if applied, the parameters shall contain the values specified here. These values are selected to correspond to element values used in the air interface protocol.</XHTMLElement>
            </DocElement>
        </Description>
        <PrimBasicElem>
            <Description>
                <DocElement>
                    <XHTMLElement Type="TEXT_SECTION">The parameter defines the registration mode. The default value is automatic mode.</XHTMLElement>
                </DocElement>
            </Description>
            <PrimBasicElemDef>
                <Name>mode</Name>
                <Type>U8</Type>
                <Comment>network selction mode</Comment>
            </PrimBasicElemDef>
            <ValuesLink>
                <DocName DocType="SAP">mmgmm</DocName>
                <Name>VAL_mode</Name>
            </ValuesLink>
            <History>
                <Date Day="16" Month="7" Year="1999"/>
                <Author>ANS</Author>
                <Comment>Initial</Comment>
            </History>
        </PrimBasicElem>
        <PrimBasicElem>
            <Description>
                <DocElement>
                    <XHTMLElement Type="TEXT_SECTION">This element describes whether the TMSI is received form the network or not.</XHTMLElement>
                </DocElement>
            </Description>
            <PrimBasicElemDef>
                <Name>v_tmsi</Name>
                <Type>U8</Type>
                <Comment>TMSI available or not</Comment>
            </PrimBasicElemDef>
            <ValuesLink>
                <DocName DocType="SAP">mmgmm</DocName>
                <Name>VAL_v_tmsi</Name>
            </ValuesLink>
            <History>
                <Date Day="25" Month="7" Year="2000"/>
                <Author>ANS</Author>
                <Comment>Initial</Comment>
            </History>
        </PrimBasicElem>
        <PrimBasicElem>
            <Description>
                <DocElement>
                    <XHTMLElement Type="TEXT_SECTION">This element is an pointer to the air message IE mobile_identity.</XHTMLElement>
                </DocElement>
            </Description>
            <PrimBasicElemDef>
                <Name>tmsi</Name>
                <Type>U32</Type>
                <Comment>TMSI</Comment>
            </PrimBasicElemDef>
            <ValuesLink>
                <DocName DocType="SAP">mmgmm</DocName>
                <Name>VAL_tmsi</Name>
            </ValuesLink>
            <History>
                <Date Day="7" Month="2" Year="2000"/>
                <Author>ANS</Author>
                <Comment>Initial</Comment>
            </History>
            <History>
                <Date Day="6" Month="11" Year="2000"/>
                <Author>HM</Author>
                <Comment>Added value for TMSI invalid (0xffffffff)</Comment>
            </History>
        </PrimBasicElem>
        <PrimBasicElem>
            <Description>
                <DocElement>
                    <XHTMLElement Type="TEXT_SECTION">The parameter defines the location area code.</XHTMLElement>
                </DocElement>
            </Description>
            <PrimBasicElemDef>
                <Name>lac</Name>
                <Type>U16</Type>
                <Comment>location area code</Comment>
            </PrimBasicElemDef>
            <History>
                <Date Day="23" Month="5" Year="1997"/>
                <Author>MS</Author>
                <Comment>Initial</Comment>
            </History>
            <History>
                <Date Day="18" Month="5" Year="2000"/>
                <Author>ANS</Author>
                <Comment>copied from MMREG</Comment>
            </History>
        </PrimBasicElem>
        <PrimBasicElem>
            <Description>
                <DocElement>
                    <XHTMLElement Type="TEXT_SECTION">This parameter defines the cause of an error that is indicated to GMM. This indication is sent whenever an error has occurred that cannot be corrected by the LLC layer, or when LLC cannot continue its operation due to errors at the RLC/MAC layer.</XHTMLElement>
                </DocElement>
            </Description>
            <PrimBasicElemDef>
                <Name>cause</Name>
                <Type>U16</Type>
                <Comment>MM or GMM error cause</Comment>
            </PrimBasicElemDef>
            <ValuesLink>
                <DocName DocType="SAP">mmgmm</DocName>
                <Name>VAL_cause</Name>
            </ValuesLink>
            <History>
                <Date Day="16" Month="11" Year="1999"/>
                <Author>ANS</Author>
                <Comment>Initial from GMMREG</Comment>
            </History>
            <History>
                <Date Day="18" Month="5" Year="2000"/>
                <Author>ANS</Author>
                <Comment>AAC_OVER_5 added.</Comment>
            </History>
            <History>
                <Date Day="5" Month="2" Year="2001"/>
                <Author>HM</Author>
                <Comment>Additional internal error causes for GSM added</Comment>
            </History>
            <History>
                <Date Day="12" Month="2" Year="2002"/>
                <Author>HM</Author>
                <Comment>UBYTE =&gt; USHORT; values changed, dead defs removed</Comment>
            </History>
        </PrimBasicElem>
        <PrimBasicElem>
            <Description>
                <DocElement>
                    <XHTMLElement Type="TEXT_SECTION">The parameter defines a PLMN identification.</XHTMLElement>
                </DocElement>
            </Description>
            <PrimBasicElemDef>
                <Name>v_plmn</Name>
                <Type>U8</Type>
                <Comment>valid flag</Comment>
            </PrimBasicElemDef>
            <History>
                <Date Day="17" Month="12" Year="1996"/>
                <Author>LE</Author>
                <Comment>Initial</Comment>
            </History>
            <History>
                <Date Day="3" Month="6" Year="1997"/>
                <Author>MS</Author>
                <Comment>Revised</Comment>
            </History>
            <History>
                <Date Day="6" Month="8" Year="1997"/>
                <Author>PZ</Author>
                <Comment>structure changed</Comment>
            </History>
            <History>
                <Date Day="5" Month="12" Year="2000"/>
                <Author>HM</Author>
                <Comment>copied from now actual MMREG document</Comment>
            </History>
        </PrimBasicElem>
        <PrimBasicElem>
            <Description>
                <DocElement>
                    <XHTMLElement Type="TEXT_SECTION">The parameter defines whether a PLMN identification is member of the forbidden PLMN list or not.</XHTMLElement>
                </DocElement>
            </Description>
            <PrimBasicElemDef>
                <Name>forb_ind</Name>
                <Type>U8</Type>
                <Comment>Forbidden PLMN indicator</Comment>
            </PrimBasicElemDef>
            <ValuesLink>
                <DocName DocType="SAP">mmgmm</DocName>
                <Name>VAL_forb_ind</Name>
            </ValuesLink>
            <History>
                <Date Day="12" Month="1" Year="1999"/>
                <Author>LE</Author>
                <Comment>Initial</Comment>
            </History>
            <History>
                <Date Day="28" Month="1" Year="1999"/>
                <Author>LE</Author>
                <Comment>Constant changed</Comment>
            </History>
            <History>
                <Date Day="30" Month="11" Year="1999"/>
                <Author>ANS</Author>
                <Comment>copied from MM</Comment>
            </History>
        </PrimBasicElem>
        <PrimBasicElem>
            <Description>
                <DocElement>
                    <XHTMLElement Type="TEXT_SECTION">The parameter defines the maximum fieldstrength of a PLMN.</XHTMLElement>
                </DocElement>
            </Description>
            <PrimBasicElemDef>
                <Name>rxlevel</Name>
                <Type>U8</Type>
                <Comment>Fieldstrength</Comment>
            </PrimBasicElemDef>
            <History>
                <Date Day="12" Month="1" Year="1999"/>
                <Author>LE</Author>
                <Comment>Initial</Comment>
            </History>
            <History>
                <Date Day="30" Month="11" Year="1999"/>
                <Author>ANS</Author>
                <Comment>copied from MM</Comment>
            </History>
        </PrimBasicElem>
        <PrimBasicElem>
            <Description>
                <DocElement>
                    <XHTMLElement Type="TEXT_SECTION">The parameter defines whether the PLMN supports GPRS only, non_GPRS only or both.</XHTMLElement>
                </DocElement>
            </Description>
            <PrimBasicElemDef>
                <Name>gprs_status</Name>
                <Type>U8</Type>
                <Comment>GPRS Status</Comment>
            </PrimBasicElemDef>
            <ValuesLink>
                <DocName DocType="SAP">mmgmm</DocName>
                <Name>VAL_gprs_status</Name>
            </ValuesLink>
            <History>
                <Date Day="30" Month="11" Year="1999"/>
                <Author>ANS</Author>
                <Comment>Initial</Comment>
            </History>
        </PrimBasicElem>
        <PrimBasicElem>
            <Description>
                <DocElement>
                    <XHTMLElement Type="TEXT_SECTION">The value of T3212 in milli sec.</XHTMLElement>
                </DocElement>
            </Description>
            <PrimBasicElemDef>
                <Name>t3212_val</Name>
                <Type>U32</Type>
                <Comment>value of T3212</Comment>
            </PrimBasicElemDef>
            <History>
                <Date Day="23" Month="1" Year="2000"/>
                <Author>ANS</Author>
                <Comment>Initial</Comment>
            </History>
        </PrimBasicElem>
        <PrimBasicElem>
            <Description>
                <DocElement>
                    <XHTMLElement Type="TEXT_SECTION">The parameter defines the cause for a negative result of registration attempt.</XHTMLElement>
                </DocElement>
            </Description>
            <PrimBasicElemDef>
                <Name>service</Name>
                <Type>U8</Type>
                <Comment>service (either no or limited service)</Comment>
            </PrimBasicElemDef>
            <ValuesLink>
                <DocName DocType="SAP">mmgmm</DocName>
                <Name>VAL_service</Name>
            </ValuesLink>
            <History>
                <Date Day="2" Month="7" Year="1997"/>
                <Author>LE</Author>
                <Comment>Initial</Comment>
            </History>
            <History>
                <Date Day="16" Month="10" Year="1997"/>
                <Author>DL</Author>
                <Comment>extended to include all  reject causes (cp. MM message spec.)</Comment>
            </History>
            <History>
                <Date Day="15" Month="1" Year="1998"/>
                <Author>LE</Author>
                <Comment>limited to causes expected by MMI.</Comment>
            </History>
            <History>
                <Date Day="31" Month="3" Year="2000"/>
                <Author>HM</Author>
                <Comment>Added cause for MM Restart</Comment>
            </History>
            <History>
                <Date Day="26" Month="4" Year="2000"/>
                <Author>ANS</Author>
                <Comment>copied from MMREG.</Comment>
            </History>
            <History>
                <Date Day="23" Month="7" Year="2001"/>
                <Author>ANS</Author>
                <Comment>NREG_PLMN_SEARCH added.</Comment>
            </History>
            <History>
                <Date Day="12" Month="2" Year="2002"/>
                <Author>HM</Author>
                <Comment>NREG_PLMN_SEARCH removed, possible values now NREG_NO_SERVICE and NREG_LIMITED_SERVICE</Comment>
            </History>
        </PrimBasicElem>
        <PrimBasicElem>
            <Description>
                <DocElement>
                    <XHTMLElement Type="TEXT_SECTION">The parameter defines if a network search is still running and the given cause shall be considerd as intermediate only or if the search is not running anymore and the given cause shall be considered as final.</XHTMLElement>
                </DocElement>
            </Description>
            <PrimBasicElemDef>
                <Name>search_running</Name>
                <Type>U8</Type>
                <Comment>Search is still running</Comment>
            </PrimBasicElemDef>
            <ValuesLink>
                <DocName DocType="SAP">mmgmm</DocName>
                <Name>VAL_search_running</Name>
            </ValuesLink>
            <History>
                <Date Day="28" Month="2" Year="2000"/>
                <Author>HM</Author>
                <Comment>Initial</Comment>
            </History>
            <History>
                <Date Day="26" Month="4" Year="2000"/>
                <Author>ANS</Author>
                <Comment>copied from MMREG.</Comment>
            </History>
        </PrimBasicElem>
        <PrimBasicElem>
            <Description>
                <DocElement>
                    <XHTMLElement Type="TEXT_SECTION">The parameter defines whether the resumption is failed or not.</XHTMLElement>
                </DocElement>
            </Description>
            <PrimBasicElemDef>
                <Name>resumption</Name>
                <Type>U8</Type>
                <Comment>Resumption ok or not</Comment>
            </PrimBasicElemDef>
            <ValuesLink>
                <DocName DocType="SAP">mmgmm</DocName>
                <Name>VAL_resumption</Name>
            </ValuesLink>
            <History>
                <Date Day="5" Month="5" Year="2000"/>
                <Author>ANS</Author>
                <Comment>Initial</Comment>
            </History>
            <History>
                <Date Day="21" Month="11" Year="2000"/>
                <Author>HM</Author>
                <Comment>Swapped values to reflect RR air message content</Comment>
            </History>
        </PrimBasicElem>
        <PrimBasicElem>
            <Description>
                <DocElement>
                    <XHTMLElement Type="TEXT_SECTION">The parameter defines the cause for a de-registration attempt.</XHTMLElement>
                </DocElement>
            </Description>
            <PrimBasicElemDef>
                <Name>detach_cause</Name>
                <Type>U8</Type>
                <Comment>Detach cause</Comment>
            </PrimBasicElemDef>
            <ValuesLink>
                <DocName DocType="SAP">mmgmm</DocName>
                <Name>VAL_detach_cause</Name>
            </ValuesLink>
            <History>
                <Date Day="17" Month="12" Year="1996"/>
                <Author>LE</Author>
                <Comment>Initial</Comment>
            </History>
            <History>
                <Date Day="3" Month="6" Year="1997"/>
                <Author>MS</Author>
                <Comment>Revised</Comment>
            </History>
            <History>
                <Date Day="3" Month="7" Year="1997"/>
                <Author>LE</Author>
                <Comment>Cause only for de-registration</Comment>
            </History>
            <History>
                <Date Day="12" Month="5" Year="2000"/>
                <Author>ANS</Author>
                <Comment>copied from MMREG</Comment>
            </History>
            <History>
                <Date Day="27" Month="6" Year="2001"/>
                <Author>HM</Author>
                <Comment>Inserted CS_SOFT_OFF, clarified meaning of causes</Comment>
            </History>
            <History>
                <Date Day="12" Month="2" Year="2002"/>
                <Author>HM</Author>
                <Comment>CS_DISABLE_GPRS removed, cs -=&gt; detach_cause</Comment>
            </History>
        </PrimBasicElem>
        <PrimBasicElem>
            <Description>
                <DocElement>
                    <XHTMLElement Type="TEXT_SECTION">The parameter indicates whether Detach procedure for GSM is already done be GMM or not.</XHTMLElement>
                </DocElement>
            </Description>
            <PrimBasicElemDef>
                <Name>detach_done</Name>
                <Type>U8</Type>
                <Comment>Detach done</Comment>
            </PrimBasicElemDef>
            <ValuesLink>
                <DocName DocType="SAP">mmgmm</DocName>
                <Name>VAL_detach_done</Name>
            </ValuesLink>
            <History>
                <Date Day="17" Month="5" Year="2000"/>
                <Author>ANS</Author>
                <Comment>Initial</Comment>
            </History>
        </PrimBasicElem>
        <PrimBasicElem>
            <Description>
                <DocElement>
                    <XHTMLElement Type="TEXT_SECTION">The parameter reg type indicates whether MM is activated as an CC mobile, i.e. GPRS is inactive, or MM has to act remote controlled.</XHTMLElement>
                </DocElement>
            </Description>
            <PrimBasicElemDef>
                <Name>reg_type</Name>
                <Type>U8</Type>
                <Comment>Reg type</Comment>
            </PrimBasicElemDef>
            <ValuesLink>
                <DocName DocType="SAP">mmgmm</DocName>
                <Name>VAL_reg_type</Name>
            </ValuesLink>
            <History>
                <Date Day="15" Month="5" Year="2000"/>
                <Author>ANS</Author>
                <Comment>Initial</Comment>
            </History>
        </PrimBasicElem>
        <PrimBasicElem>
            <Description>
                <DocElement>
                    <XHTMLElement Type="TEXT_SECTION">The parameter defines the required service mode.</XHTMLElement>
                </DocElement>
            </Description>
            <PrimBasicElemDef>
                <Name>service_mode</Name>
                <Type>U8</Type>
                <Comment>Required service mode</Comment>
            </PrimBasicElemDef>
            <ValuesLink>
                <DocName DocType="SAP">mmgmm</DocName>
                <Name>VAL_service_mode</Name>
            </ValuesLink>
            <History>
                <Date Day="20" Month="4" Year="2000"/>
                <Author>HM</Author>
                <Comment>Initial</Comment>
            </History>
            <History>
                <Date Day="15" Month="5" Year="2000"/>
                <Author>ANS</Author>
                <Comment>copied from MMREG</Comment>
            </History>
        </PrimBasicElem>
        <PrimBasicElem>
            <Description>
                <DocElement>
                    <XHTMLElement Type="TEXT_SECTION">The parameter defines whether CM establishing is possible or not.</XHTMLElement>
                </DocElement>
            </Description>
            <PrimBasicElemDef>
                <Name>cm_establish_res</Name>
                <Type>U8</Type>
                <Comment>cm establish response</Comment>
            </PrimBasicElemDef>
            <ValuesLink>
                <DocName DocType="SAP">mmgmm</DocName>
                <Name>VAL_cm_establish_res</Name>
            </ValuesLink>
            <History>
                <Date Day="15" Month="5" Year="2000"/>
                <Author>ANS</Author>
                <Comment>Initial</Comment>
            </History>
        </PrimBasicElem>
        <PrimBasicElem>
            <Description>
                <DocElement>
                    <XHTMLElement Type="TEXT_SECTION">The parameter defines a network name.</XHTMLElement>
                </DocElement>
            </Description>
            <PrimBasicElemDef>
                <Name>v_name</Name>
                <Type>U8</Type>
                <Comment>valid flag</Comment>
            </PrimBasicElemDef>
            <History>
                <Date Day="6" Month="3" Year="2000"/>
                <Author>HM</Author>
                <Comment>Initial</Comment>
            </History>
            <History>
                <Date Day="27" Month="7" Year="2000"/>
                <Author>ANS</Author>
                <Comment>copied from MM</Comment>
            </History>
            <History>
                <Date Day="12" Month="2" Year="2002"/>
                <Author>HM</Author>
                <Comment>coding scheme =&amp;gt; data coding scheme (cs =&amp;gt; dcs)</Comment>
            </History>
        </PrimBasicElem>
        <PrimBasicElem>
            <Description>
                <DocElement>
                    <XHTMLElement Type="TEXT_SECTION">The parameter defines a network name.</XHTMLElement>
                </DocElement>
            </Description>
            <PrimBasicElemDef>
                <Name>dcs</Name>
                <Type>U8</Type>
                <Comment>data coding scheme</Comment>
            </PrimBasicElemDef>
            <History>
                <Date Day="6" Month="3" Year="2000"/>
                <Author>HM</Author>
                <Comment>Initial</Comment>
            </History>
            <History>
                <Date Day="27" Month="7" Year="2000"/>
                <Author>ANS</Author>
                <Comment>copied from MM</Comment>
            </History>
            <History>
                <Date Day="12" Month="2" Year="2002"/>
                <Author>HM</Author>
                <Comment>coding scheme =&amp;gt; data coding scheme (cs =&amp;gt; dcs)</Comment>
            </History>
        </PrimBasicElem>
        <PrimBasicElem>
            <Description>
                <DocElement>
                    <XHTMLElement Type="TEXT_SECTION">The parameter defines a network name.</XHTMLElement>
                </DocElement>
            </Description>
            <PrimBasicElemDef>
                <Name>add_ci</Name>
                <Type>U8</Type>
                <Comment>add ci indicator</Comment>
            </PrimBasicElemDef>
            <History>
                <Date Day="6" Month="3" Year="2000"/>
                <Author>HM</Author>
                <Comment>Initial</Comment>
            </History>
            <History>
                <Date Day="27" Month="7" Year="2000"/>
                <Author>ANS</Author>
                <Comment>copied from MM</Comment>
            </History>
            <History>
                <Date Day="12" Month="2" Year="2002"/>
                <Author>HM</Author>
                <Comment>coding scheme =&amp;gt; data coding scheme (cs =&amp;gt; dcs)</Comment>
            </History>
        </PrimBasicElem>
        <PrimBasicElem>
            <Description>
                <DocElement>
                    <XHTMLElement Type="TEXT_SECTION">The parameter defines a network name.</XHTMLElement>
                </DocElement>
            </Description>
            <PrimBasicElemDef>
                <Name>num_spare</Name>
                <Type>U8</Type>
                <Comment>num spare bits</Comment>
            </PrimBasicElemDef>
            <History>
                <Date Day="6" Month="3" Year="2000"/>
                <Author>HM</Author>
                <Comment>Initial</Comment>
            </History>
            <History>
                <Date Day="27" Month="7" Year="2000"/>
                <Author>ANS</Author>
                <Comment>copied from MM</Comment>
            </History>
            <History>
                <Date Day="12" Month="2" Year="2002"/>
                <Author>HM</Author>
                <Comment>coding scheme =&amp;gt; data coding scheme (cs =&amp;gt; dcs)</Comment>
            </History>
        </PrimBasicElem>
        <PrimBasicElem>
            <Description>
                <DocElement>
                    <XHTMLElement Type="TEXT_SECTION">The parameter defines a network name.</XHTMLElement>
                </DocElement>
            </Description>
            <PrimBasicElemDef>
                <Name>text</Name>
                <Type>U8</Type>
                <Comment>name</Comment>
            </PrimBasicElemDef>
            <History>
                <Date Day="6" Month="3" Year="2000"/>
                <Author>HM</Author>
                <Comment>Initial</Comment>
            </History>
            <History>
                <Date Day="27" Month="7" Year="2000"/>
                <Author>ANS</Author>
                <Comment>copied from MM</Comment>
            </History>
            <History>
                <Date Day="12" Month="2" Year="2002"/>
                <Author>HM</Author>
                <Comment>coding scheme =&amp;gt; data coding scheme (cs =&amp;gt; dcs)</Comment>
            </History>
        </PrimBasicElem>
        <PrimBasicElem>
            <Description>
                <DocElement>
                    <XHTMLElement Type="TEXT_SECTION">The parameter defines the network timezone.</XHTMLElement>
                </DocElement>
            </Description>
            <PrimBasicElemDef>
                <Name>v_tz</Name>
                <Type>U8</Type>
                <Comment>timezone valid</Comment>
            </PrimBasicElemDef>
            <History>
                <Date Day="6" Month="3" Year="2000"/>
                <Author>HM</Author>
                <Comment>Initial</Comment>
            </History>
            <History>
                <Date Day="27" Month="7" Year="2000"/>
                <Author>ANS</Author>
                <Comment>copied from MM</Comment>
            </History>
            <History>
                <Date Day="19" Month="2" Year="2002"/>
                <Author>HM</Author>
                <Comment>Added values to clarifiy the interface</Comment>
            </History>
        </PrimBasicElem>
        <PrimBasicElem>
            <Description>
                <DocElement>
                    <XHTMLElement Type="TEXT_SECTION">The parameter defines the network timezone.</XHTMLElement>
                </DocElement>
            </Description>
            <PrimBasicElemDef>
                <Name>tz</Name>
                <Type>U8</Type>
                <Comment>timezone</Comment>
            </PrimBasicElemDef>
            <ValuesLink>
                <DocName DocType="SAP">mmgmm</DocName>
                <Name>VAL_tz</Name>
            </ValuesLink>
            <History>
                <Date Day="6" Month="3" Year="2000"/>
                <Author>HM</Author>
                <Comment>Initial</Comment>
            </History>
            <History>
                <Date Day="27" Month="7" Year="2000"/>
                <Author>ANS</Author>
                <Comment>copied from MM</Comment>
            </History>
            <History>
                <Date Day="19" Month="2" Year="2002"/>
                <Author>HM</Author>
                <Comment>Added values to clarifiy the interface</Comment>
            </History>
        </PrimBasicElem>
        <PrimBasicElem>
            <Description>
                <DocElement>
                    <XHTMLElement Type="TEXT_SECTION">The parameter defines the network time.</XHTMLElement>
                </DocElement>
            </Description>
            <PrimBasicElemDef>
                <Name>v_time</Name>
                <Type>U8</Type>
                <Comment>time valid</Comment>
            </PrimBasicElemDef>
            <History>
                <Date Day="6" Month="3" Year="2000"/>
                <Author>HM</Author>
                <Comment>Initial</Comment>
            </History>
            <History>
                <Date Day="27" Month="7" Year="2000"/>
                <Author>ANS</Author>
                <Comment>copied from MM</Comment>
            </History>
            <History>
                <Date Day="19" Month="2" Year="2002"/>
                <Author>HM</Author>
                <Comment>Added values to clarifiy the interface</Comment>
            </History>
        </PrimBasicElem>
        <PrimBasicElem>
            <Description>
                <DocElement>
                    <XHTMLElement Type="TEXT_SECTION">The parameter defines the network time.</XHTMLElement>
                </DocElement>
            </Description>
            <PrimBasicElemDef>
                <Name>year</Name>
                <Type>U8</Type>
                <Comment>year</Comment>
            </PrimBasicElemDef>
            <ValuesLink>
                <DocName DocType="SAP">mmgmm</DocName>
                <Name>VAL_year</Name>
            </ValuesLink>
            <History>
                <Date Day="6" Month="3" Year="2000"/>
                <Author>HM</Author>
                <Comment>Initial</Comment>
            </History>
            <History>
                <Date Day="27" Month="7" Year="2000"/>
                <Author>ANS</Author>
                <Comment>copied from MM</Comment>
            </History>
            <History>
                <Date Day="19" Month="2" Year="2002"/>
                <Author>HM</Author>
                <Comment>Added values to clarifiy the interface</Comment>
            </History>
        </PrimBasicElem>
        <PrimBasicElem>
            <Description>
                <DocElement>
                    <XHTMLElement Type="TEXT_SECTION">The parameter defines the network time.</XHTMLElement>
                </DocElement>
            </Description>
            <PrimBasicElemDef>
                <Name>month</Name>
                <Type>U8</Type>
                <Comment>month</Comment>
            </PrimBasicElemDef>
            <ValuesLink>
                <DocName DocType="SAP">mmgmm</DocName>
                <Name>VAL_month</Name>
            </ValuesLink>
            <History>
                <Date Day="6" Month="3" Year="2000"/>
                <Author>HM</Author>
                <Comment>Initial</Comment>
            </History>
            <History>
                <Date Day="27" Month="7" Year="2000"/>
                <Author>ANS</Author>
                <Comment>copied from MM</Comment>
            </History>
            <History>
                <Date Day="19" Month="2" Year="2002"/>
                <Author>HM</Author>
                <Comment>Added values to clarifiy the interface</Comment>
            </History>
        </PrimBasicElem>
        <PrimBasicElem>
            <Description>
                <DocElement>
                    <XHTMLElement Type="TEXT_SECTION">The parameter defines the network time.</XHTMLElement>
                </DocElement>
            </Description>
            <PrimBasicElemDef>
                <Name>day</Name>
                <Type>U8</Type>
                <Comment>day</Comment>
            </PrimBasicElemDef>
            <ValuesLink>
                <DocName DocType="SAP">mmgmm</DocName>
                <Name>VAL_day</Name>
            </ValuesLink>
            <History>
                <Date Day="6" Month="3" Year="2000"/>
                <Author>HM</Author>
                <Comment>Initial</Comment>
            </History>
            <History>
                <Date Day="27" Month="7" Year="2000"/>
                <Author>ANS</Author>
                <Comment>copied from MM</Comment>
            </History>
            <History>
                <Date Day="19" Month="2" Year="2002"/>
                <Author>HM</Author>
                <Comment>Added values to clarifiy the interface</Comment>
            </History>
        </PrimBasicElem>
        <PrimBasicElem>
            <Description>
                <DocElement>
                    <XHTMLElement Type="TEXT_SECTION">The parameter defines the network time.</XHTMLElement>
                </DocElement>
            </Description>
            <PrimBasicElemDef>
                <Name>hour</Name>
                <Type>U8</Type>
                <Comment>hour</Comment>
            </PrimBasicElemDef>
            <ValuesLink>
                <DocName DocType="SAP">mmgmm</DocName>
                <Name>VAL_hour</Name>
            </ValuesLink>
            <History>
                <Date Day="6" Month="3" Year="2000"/>
                <Author>HM</Author>
                <Comment>Initial</Comment>
            </History>
            <History>
                <Date Day="27" Month="7" Year="2000"/>
                <Author>ANS</Author>
                <Comment>copied from MM</Comment>
            </History>
            <History>
                <Date Day="19" Month="2" Year="2002"/>
                <Author>HM</Author>
                <Comment>Added values to clarifiy the interface</Comment>
            </History>
        </PrimBasicElem>
        <PrimBasicElem>
            <Description>
                <DocElement>
                    <XHTMLElement Type="TEXT_SECTION">The parameter defines the network time.</XHTMLElement>
                </DocElement>
            </Description>
            <PrimBasicElemDef>
                <Name>minute</Name>
                <Type>U8</Type>
                <Comment>minute</Comment>
            </PrimBasicElemDef>
            <ValuesLink>
                <DocName DocType="SAP">mmgmm</DocName>
                <Name>VAL_minute</Name>
            </ValuesLink>
            <History>
                <Date Day="6" Month="3" Year="2000"/>
                <Author>HM</Author>
                <Comment>Initial</Comment>
            </History>
            <History>
                <Date Day="27" Month="7" Year="2000"/>
                <Author>ANS</Author>
                <Comment>copied from MM</Comment>
            </History>
            <History>
                <Date Day="19" Month="2" Year="2002"/>
                <Author>HM</Author>
                <Comment>Added values to clarifiy the interface</Comment>
            </History>
        </PrimBasicElem>
        <PrimBasicElem>
            <Description>
                <DocElement>
                    <XHTMLElement Type="TEXT_SECTION">The parameter defines the network time.</XHTMLElement>
                </DocElement>
            </Description>
            <PrimBasicElemDef>
                <Name>second</Name>
                <Type>U8</Type>
                <Comment>second</Comment>
            </PrimBasicElemDef>
            <ValuesLink>
                <DocName DocType="SAP">mmgmm</DocName>
                <Name>VAL_second</Name>
            </ValuesLink>
            <History>
                <Date Day="6" Month="3" Year="2000"/>
                <Author>HM</Author>
                <Comment>Initial</Comment>
            </History>
            <History>
                <Date Day="27" Month="7" Year="2000"/>
                <Author>ANS</Author>
                <Comment>copied from MM</Comment>
            </History>
            <History>
                <Date Day="19" Month="2" Year="2002"/>
                <Author>HM</Author>
                <Comment>Added values to clarifiy the interface</Comment>
            </History>
        </PrimBasicElem>
        <PrimBasicElem>
            <Description>
                <DocElement>
                    <XHTMLElement Type="TEXT_SECTION">The parameter defines the network activation status.</XHTMLElement>
                </DocElement>
            </Description>
            <PrimBasicElemDef>
                <Name>status</Name>
                <Type>U8</Type>
                <Comment>Activation status</Comment>
            </PrimBasicElemDef>
            <ValuesLink>
                <DocName DocType="SAP">mmgmm</DocName>
                <Name>VAL_status</Name>
            </ValuesLink>
            <History>
                <Date Day="13" Month="11" Year="2000"/>
                <Author>HM</Author>
                <Comment>Initial</Comment>
            </History>
        </PrimBasicElem>
        <PrimBasicElem>
            <Description>
                <DocElement>
                    <XHTMLElement Type="TEXT_SECTION">The parameter inidicates whether the cell supports GPRS.</XHTMLElement>
                </DocElement>
            </Description>
            <PrimBasicElemDef>
                <Name>gprs_indicator</Name>
                <Type>U8</Type>
                <Comment>GPRS indicator</Comment>
            </PrimBasicElemDef>
            <ValuesLink>
                <DocName DocType="SAP">mmgmm</DocName>
                <Name>VAL_gprs_indicator</Name>
            </ValuesLink>
            <History>
                <Date Day="1" Month="2" Year="2001"/>
                <Author>HM</Author>
                <Comment>Initial</Comment>
            </History>
        </PrimBasicElem>
        <PrimBasicElem>
            <Description>
                <DocElement>
                    <XHTMLElement Type="TEXT_SECTION">The parameter describes the reason why MM needs a remote controlled location update. No cell selection has taken place here.</XHTMLElement>
                </DocElement>
            </Description>
            <PrimBasicElemDef>
                <Name>reason</Name>
                <Type>U8</Type>
                <Comment>Location updating needed reason</Comment>
            </PrimBasicElemDef>
            <ValuesLink>
                <DocName DocType="SAP">mmgmm</DocName>
                <Name>VAL_reason</Name>
            </ValuesLink>
            <History>
                <Date Day="12" Month="2" Year="2001"/>
                <Author>HM</Author>
                <Comment>Initial</Comment>
            </History>
            <History>
                <Date Day="5" Month="8" Year="2002"/>
                <Author>HM</Author>
                <Comment>Reason instead of cause</Comment>
            </History>
        </PrimBasicElem>
        <PrimBasicElem>
            <Description>
                <DocElement>
                    <XHTMLElement Type="TEXT_SECTION">The parameter defines if ciphering has been switched on or off.</XHTMLElement>
                </DocElement>
            </Description>
            <PrimBasicElemDef>
                <Name>ciph</Name>
                <Type>U8</Type>
                <Comment>cipher mode</Comment>
            </PrimBasicElemDef>
            <ValuesLink>
                <DocName DocType="SAP">mmgmm</DocName>
                <Name>VAL_ciph</Name>
            </ValuesLink>
            <History>
                <Date Day="18" Month="9" Year="2001"/>
                <Author>MSE</Author>
                <Comment>Initial</Comment>
            </History>
        </PrimBasicElem>
        <PrimBasicElem>
            <Description>
                <DocElement>
                    <XHTMLElement Type="TEXT_SECTION">The parameter defines the mobile class of the mobile station.</XHTMLElement>
                </DocElement>
            </Description>
            <PrimBasicElemDef>
                <Name>mobile_class</Name>
                <Type>U8</Type>
                <Comment>mobile class</Comment>
            </PrimBasicElemDef>
            <ValuesLink>
                <DocName DocType="SAP">mmgmm</DocName>
                <Name>VAL_mobile_class</Name>
            </ValuesLink>
            <History>
                <Date Day="7" Month="12" Year="2001"/>
                <Author>HM</Author>
                <Comment>Initial (courtesy of GMMREG)</Comment>
            </History>
        </PrimBasicElem>
        <PrimBasicElem>
            <Description>
                <DocElement>
                    <XHTMLElement Type="TEXT_SECTION">The parameter defines the cell id.</XHTMLElement>
                </DocElement>
            </Description>
            <PrimBasicElemDef>
                <Name>cid</Name>
                <Type>U16</Type>
                <Comment>cell id</Comment>
            </PrimBasicElemDef>
            <History>
                <Date Day="29" Month="1" Year="2002"/>
                <Author>HM</Author>
                <Comment>Initial</Comment>
            </History>
        </PrimBasicElem>
        <PrimBasicElem>
            <Description>
                <DocElement>
                    <XHTMLElement Type="TEXT_SECTION">The parameter defines the list of Location Area Codes (LAC) of the PLMNs found during net search.</XHTMLElement>
                </DocElement>
            </Description>
            <PrimBasicElemDef>
                <Name>lac_list</Name>
                <Type>U16</Type>
                <Comment>LACs of found PLMNs</Comment>
            </PrimBasicElemDef>
            <History>
                <Date Day="20" Month="12" Year="2002"/>
                <Author>LOL</Author>
                <Comment>Adding EONS functionality</Comment>
            </History>
        </PrimBasicElem>
        <PrimBasicElem>
            <Description>
                <DocElement>
                    <XHTMLElement Type="TEXT_SECTION">Validity marking of equivalent plmn list received from the network.</XHTMLElement>
                </DocElement>
            </Description>
            <PrimBasicElemDef>
                <Name>v_equ_plmn_list</Name>
                <Type>U8</Type>
                <Comment>Validity of equivalent plmn list</Comment>
            </PrimBasicElemDef>
            <History>
                <Date Day="13" Month="3" Year="2003"/>
                <Author>ABR</Author>
                <Comment>Initial</Comment>
            </History>
        </PrimBasicElem>
        <PrimBasicElem>
            <Description>
                <DocElement>
                    <XHTMLElement Type="TEXT_SECTION">.</XHTMLElement>
                </DocElement>
            </Description>
            <PrimBasicElemDef>
                <Name>mcc</Name>
                <Type>U8</Type>
                <Comment>Mobile country code.</Comment>
            </PrimBasicElemDef>
            <History>
                <Date Day="10" Month="3" Year="2003"/>
                <Author>ABR</Author>
                <Comment>Initial</Comment>
            </History>
        </PrimBasicElem>
        <PrimBasicElem>
            <Description>
                <DocElement>
                    <XHTMLElement Type="TEXT_SECTION">.</XHTMLElement>
                </DocElement>
            </Description>
            <PrimBasicElemDef>
                <Name>mnc</Name>
                <Type>U8</Type>
                <Comment>Mobile network code.</Comment>
            </PrimBasicElemDef>
            <History>
                <Date Day="10" Month="3" Year="2003"/>
                <Author>ABR</Author>
                <Comment>Initial</Comment>
            </History>
        </PrimBasicElem>
        <PrimBasicElem>
            <Description>
                <Section/>
            </Description>
            <PrimBasicElemDef>
                <Name>daylight_save_time</Name>
                <Type>U8</Type>
                <Version>REL99</Version>
                <Comment>network daylight saving time</Comment>
            </PrimBasicElemDef>
            <ValuesLink>
                <DocName DocType="SAP">mmgmm</DocName>
                <Name>VAL_daylight_save_time</Name>
            </ValuesLink>
            <History>
                <Date Day="26" Month="04" Year="2006"/>
                <Author/>
                <Comment>Initial</Comment>
            </History>
        </PrimBasicElem>
        <PrimBasicElem>
            <Description>
                <DocElement>
                    <XHTMLElement Type="TEXT_SECTION">The parameter defines the bootup action.</XHTMLElement>
                </DocElement>
            </Description>
            <PrimBasicElemDef>
                <Name>bootup_act</Name>
                <Type>U8</Type>
                <Comment>bootup action</Comment>
            </PrimBasicElemDef>
            <ValuesLink>
                <DocName DocType="SAP">mmgmm</DocName>
                <Name>VAL_bootup_act</Name>
            </ValuesLink>
            <History>
                <Date Day="22" Month="11" Year="2006"/>
                <Author>xparapgu</Author>
                <Comment>Initial (courtesy of GMMREG)</Comment>
            </History>
        </PrimBasicElem>
        <PrimBasicElem>
            <Description>
                <DocElement>
                    <XHTMLElement Type="TEXT_SECTION">The parameter defines the bootup cause.</XHTMLElement>
                </DocElement>
            </Description>
            <PrimBasicElemDef>
                <Name>bootup_cause</Name>
                <Type>U8</Type>
                <Comment>bootup cause</Comment>
            </PrimBasicElemDef>
            <ValuesLink>
                <DocName DocType="SAP">mmgmm</DocName>
                <Name>VAL_bootup_cause</Name>
            </ValuesLink>
            <History>
                <Date Day="22" Month="11" Year="2006"/>
                <Author>xparapgu</Author>
                <Comment>Initial (courtesy of GMMREG)</Comment>
            </History>
        </PrimBasicElem>
    </PrimBasicElementsSection>
    <ValuesSection>
        <Description>
            <DocElement>
                <XHTMLElement Type="TEXT_SECTION">This section contains all sets of values that are defined for the MMGMM SAP</XHTMLElement>
            </DocElement>
        </Description>
        <Values>
            <Description>
                <DocElement>
                    <XHTMLElement Type="TEXT_SECTION">This former local values table was generated by the doc2XML converter tool. Please exchange this description by a more meaningful one !!!</XHTMLElement>
                </DocElement>
            </Description>
            <ValuesDef>
                <Name>VAL_mode</Name>
                <Comment>values for mode</Comment>
            </ValuesDef>
            <ValuesItem>
                <Value ValueType="DEC">0</Value>
                <Alias>MODE_AUTO</Alias>
                <Comment>automatic mode</Comment>
            </ValuesItem>
            <ValuesItem>
                <Value ValueType="DEC">1</Value>
                <Alias>MODE_MAN</Alias>
                <Comment>manual mode</Comment>
            </ValuesItem>
            <History>
                <Date Day="4" Month="11" Year="2003"/>
                <Author>doc2XML</Author>
                <Comment>Initial</Comment>
            </History>
        </Values>
        <Values>
            <Description>
                <DocElement>
                    <XHTMLElement Type="TEXT_SECTION">This former local values table was generated by the doc2XML converter tool. Please exchange this description by a more meaningful one !!!</XHTMLElement>
                </DocElement>
            </Description>
            <ValuesDef>
                <Name>VAL_v_tmsi</Name>
                <Comment>values for v_tmsi</Comment>
            </ValuesDef>
            <ValuesItem>
                <Value ValueType="DEC">0</Value>
                <Alias>MMGMM_TMSI_NOT_USED</Alias>
                <Comment>TMSI not used</Comment>
            </ValuesItem>
            <ValuesItem>
                <Value ValueType="DEC">1</Value>
                <Alias>MMGMM_TMSI_USED</Alias>
                <Comment>TMSI used</Comment>
            </ValuesItem>
            <History>
                <Date Day="4" Month="11" Year="2003"/>
                <Author>doc2XML</Author>
                <Comment>Initial</Comment>
            </History>
        </Values>
        <Values>
            <Description>
                <DocElement>
                    <XHTMLElement Type="TEXT_SECTION">This former local values table was generated by the doc2XML converter tool. Please exchange this description by a more meaningful one !!!</XHTMLElement>
                </DocElement>
            </Description>
            <ValuesDef>
                <Name>VAL_tmsi</Name>
                <Comment>values for tmsi</Comment>
            </ValuesDef>
            <ValuesItem>
                <Value ValueType="DEC">4294967295</Value>
                <Alias>MMGMM_TMSI_INVALID</Alias>
                <Comment>TMSI invalidated</Comment>
            </ValuesItem>
            <ValuesDefault>
                <Comment>All other values are a valid TMSI</Comment>
            </ValuesDefault>
            <History>
                <Date Day="4" Month="11" Year="2003"/>
                <Author>doc2XML</Author>
                <Comment>Initial</Comment>
            </History>
        </Values>
        <Values>
            <Description>
                <DocElement>
                    <XHTMLElement Type="TEXT_SECTION">This former local values table was generated by the doc2XML converter tool. Please exchange this description by a more meaningful one !!!</XHTMLElement>
                </DocElement>
            </Description>
            <ValuesDef>
                <Name>VAL_cause</Name>
                <Comment>values for cause</Comment>
            </ValuesDef>
            <ValuesItem>
                <Value ValueType="HEX">0402</Value>
                <Alias>MMCS_IMSI_IN_HLR</Alias>
                <Comment>IMSI unknown in HLR</Comment>
            </ValuesItem>
            <ValuesItem>
                <Value ValueType="HEX">0403</Value>
                <Alias>MMCS_ILLEGAL_MS</Alias>
                <Comment>Illegal MS</Comment>
            </ValuesItem>
            <ValuesItem>
                <Value ValueType="HEX">0404</Value>
                <Alias>MMCS_IMSI_IN_VLR</Alias>
                <Comment>IMSI unknown in VLR</Comment>
            </ValuesItem>
            <ValuesItem>
                <Value ValueType="HEX">0405</Value>
                <Alias>MMCS_IMEI_NOT_ACCEPTED</Alias>
                <Comment>IMEI not accepted</Comment>
            </ValuesItem>
            <ValuesItem>
                <Value ValueType="HEX">0406</Value>
                <Alias>MMCS_ILLEGAL_ME</Alias>
                <Comment>Illegal ME</Comment>
            </ValuesItem>
            <ValuesItem>
                <Value ValueType="HEX">040B</Value>
                <Alias>MMCS_PLMN_NOT_ALLOWED</Alias>
                <Comment>PLMN not allowed</Comment>
            </ValuesItem>
            <ValuesItem>
                <Value ValueType="HEX">040C</Value>
                <Alias>MMCS_LA_NOT_ALLOWED</Alias>
                <Comment>Location Area not allowed</Comment>
            </ValuesItem>
            <ValuesItem>
                <Value ValueType="HEX">040D</Value>
                <Alias>MMCS_ROAMING_NOT_ALLOWED</Alias>
                <Comment>Roaming not allowed in this location area</Comment>
            </ValuesItem>
            <ValuesItem>
                <Value ValueType="HEX">040F</Value>
                <Alias>MMCS_NO_SUITABLE_CELL_IN_LA</Alias>
                <Version>REL99</Version>
                <Comment>Find another allowed location area in the same PLMN</Comment>
            </ValuesItem>
            <ValuesItem>
                <Value ValueType="HEX">0411</Value>
                <Alias>MMCS_NETWORK_FAILURE</Alias>
                <Comment>Network failure</Comment>
            </ValuesItem>
            <ValuesItem>
                <Value ValueType="HEX">0416</Value>
                <Alias>MMCS_CONGESTION</Alias>
                <Comment>Congestion</Comment>
            </ValuesItem>
            <ValuesItem>
                <Value ValueType="HEX">0420</Value>
                <Alias>MMCS_SERVICE_NOT_SUPPORTED</Alias>
                <Comment>Service option not supported</Comment>
            </ValuesItem>
            <ValuesItem>
                <Value ValueType="HEX">0421</Value>
                <Alias>MMCS_SERVICE_NOT_SUBSCRIBED</Alias>
                <Comment>Requested service option not subscribed</Comment>
            </ValuesItem>
            <ValuesItem>
                <Value ValueType="HEX">0422</Value>
                <Alias>MMCS_SERVICE_ORDER</Alias>
                <Comment>Service option temporarily out of order</Comment>
            </ValuesItem>
            <ValuesItem>
                <Value ValueType="HEX">0426</Value>
                <Alias>MMCS_IDENTIFIY</Alias>
                <Comment>Call cannot be identified</Comment>
            </ValuesItem>
            <ValuesItem>
                <Value ValueType="HEX">0430</Value>
                <Alias>MMCS_RETRY_IN_NEW_CELL</Alias>
                <Comment>retry upon entry into a new cell (mapped 0x0430..0x043f -&gt; 0x0430)</Comment>
            </ValuesItem>
            <ValuesItem>
                <Value ValueType="HEX">045F</Value>
                <Alias>MMCS_INCORRECT_MESSAGE</Alias>
                <Comment>Semantically incorrect message</Comment>
            </ValuesItem>
            <ValuesItem>
                <Value ValueType="HEX">0460</Value>
                <Alias>MMCS_INVALID_MAND_MESSAGE</Alias>
                <Comment>Invalid mandatory information</Comment>
            </ValuesItem>
            <ValuesItem>
                <Value ValueType="HEX">0461</Value>
                <Alias>MMCS_MESSAGE_TYPE_NOT_IMPLEM</Alias>
                <Comment>Message type non-existent or not implemented</Comment>
            </ValuesItem>
            <ValuesItem>
                <Value ValueType="HEX">0462</Value>
                <Alias>MMCS_MESSAGE_TYPE_INCOMPAT</Alias>
                <Comment>Message type not compatible with the protocol state</Comment>
            </ValuesItem>
            <ValuesItem>
                <Value ValueType="HEX">0463</Value>
                <Alias>MMCS_IE_NOT_IMPLEM</Alias>
                <Comment>Information element non-existent or not implemented</Comment>
            </ValuesItem>
            <ValuesItem>
                <Value ValueType="HEX">0464</Value>
                <Alias>MMCS_CONDITIONAL_IE</Alias>
                <Comment>Conditional IE error</Comment>
            </ValuesItem>
            <ValuesItem>
                <Value ValueType="HEX">0465</Value>
                <Alias>MMCS_MESSAGE_INCOMPAT</Alias>
                <Comment>Message not compatible with the protocol state</Comment>
            </ValuesItem>
            <ValuesItem>
                <Value ValueType="HEX">046F</Value>
                <Alias>MMCS_UNSPECIFIED</Alias>
                <Comment>Protocol error, unspecified</Comment>
            </ValuesItem>
            <ValuesItem>
                <Value ValueType="HEX">C400</Value>
                <Alias>MMCS_SUCCESS</Alias>
                <Comment>No error, successful operation (MM)</Comment>
            </ValuesItem>
            <ValuesItem>
                <Value ValueType="HEX">C480</Value>
                <Alias>MMCS_NO_REGISTRATION</Alias>
                <Comment>MS is not registered or deregistration started</Comment>
            </ValuesItem>
            <ValuesItem>
                <Value ValueType="HEX">C481</Value>
                <Alias>MMCS_TIMER_RECOVERY</Alias>
                <Comment>time-out in MM during establishment</Comment>
            </ValuesItem>
            <ValuesItem>
                <Value ValueType="HEX">C482</Value>
                <Alias>MMCS_NO_REESTABLISH</Alias>
                <Comment>Cell does not support call reestablishment</Comment>
            </ValuesItem>
            <ValuesItem>
                <Value ValueType="HEX">C483</Value>
                <Alias>MMCS_INT_PREEM</Alias>
                <Comment>Preemptive release, e.g. MO-MT clash in MM</Comment>
            </ValuesItem>
            <ValuesItem>
                <Value ValueType="HEX">C484</Value>
                <Alias>MMCS_PLMN_NOT_IDLE_MODE</Alias>
                <Comment>reject, not in idle mode (MMR_PLMN_IND)</Comment>
            </ValuesItem>
            <ValuesItem>
                <Value ValueType="HEX">C488</Value>
                <Alias>MMCS_AUTHENTICATION_REJECTED</Alias>
                <Comment>AUTHENTICATION REJECT received</Comment>
            </ValuesItem>
            <ValuesItem>
                <Value ValueType="HEX">C489</Value>
                <Alias>MMCS_SIM_REMOVED</Alias>
                <Comment>A valid SIM is not present</Comment>
            </ValuesItem>
            <ValuesItem>
                <Value ValueType="HEX">C4FF</Value>
                <Alias>MMCS_INT_NOT_PRESENT</Alias>
                <Comment>No error cause (MM)</Comment>
            </ValuesItem>
            <ValuesItem>
                <Value ValueType="HEX">0A02</Value>
                <Alias>GMMCS_IMSI_UNKNOWN</Alias>
                <Comment>IMSI unknown in HLR</Comment>
            </ValuesItem>
            <ValuesItem>
                <Value ValueType="HEX">0A03</Value>
                <Alias>GMMCS_ILLEGAL_MS</Alias>
                <Comment>Illegal MS</Comment>
            </ValuesItem>
            <ValuesItem>
                <Value ValueType="HEX">0A06</Value>
                <Alias>GMMCS_ILLEGAL_ME</Alias>
                <Comment>Illegal ME</Comment>
            </ValuesItem>
            <ValuesItem>
                <Value ValueType="HEX">0A07</Value>
                <Alias>GMMCS_GPRS_NOT_ALLOWED</Alias>
                <Comment>GPRS services not allowed</Comment>
            </ValuesItem>
            <ValuesItem>
                <Value ValueType="HEX">0A08</Value>
                <Alias>GMMCS_GSM_GPRS_NOT_ALLOWED</Alias>
                <Comment>GPRS services and non-GPRS services not allowed</Comment>
            </ValuesItem>
            <ValuesItem>
                <Value ValueType="HEX">0A09</Value>
                <Alias>GMMCS_NO_MS_ID</Alias>
                <Comment>MS identity cannot be derived by the network</Comment>
            </ValuesItem>
            <ValuesItem>
                <Value ValueType="HEX">0A0A</Value>
                <Alias>GMMCS_IMPLICIT_DETACHED</Alias>
                <Comment>Implicitly detached</Comment>
            </ValuesItem>
            <ValuesItem>
                <Value ValueType="HEX">0A0B</Value>
                <Alias>GMMCS_PLMN_NOT_ALLOWED</Alias>
                <Comment>PLMN not allowed</Comment>
            </ValuesItem>
            <ValuesItem>
                <Value ValueType="HEX">0A0C</Value>
                <Alias>GMMCS_LA_NOT_ALLOWED</Alias>
                <Comment>Location Area not allowed</Comment>
            </ValuesItem>
            <ValuesItem>
                <Value ValueType="HEX">0A0D</Value>
                <Alias>GMMCS_ROAMING_NOT_ALLOWED</Alias>
                <Comment>Roaming not allowed in this location area</Comment>
            </ValuesItem>
            <ValuesItem>
                <Value ValueType="HEX">0A0E</Value>
                <Alias>GMMCS_GPRS_NOT_ALLOWED_IN_PLMN</Alias>
                <Comment>GPRS services not allowed in this PLMN</Comment>
            </ValuesItem>
            <ValuesItem>
                <Value ValueType="HEX">0A0F</Value>
                <Alias>GMMCS_NO_SUITABLE_CELL_IN_LA</Alias>
                <Version>REL99</Version>
                <Comment>No suitable cell</Comment>
            </ValuesItem>
            <ValuesItem>
                <Value ValueType="HEX">0A10</Value>
                <Alias>GMMCS_MSC_TEMP_NOT_REACHABLE</Alias>
                <Comment>MSC temporarily not reachable</Comment>
            </ValuesItem>
            <ValuesItem>
                <Value ValueType="HEX">0A11</Value>
                <Alias>GMMCS_NET_FAIL</Alias>
                <Comment>Network failure</Comment>
            </ValuesItem>
            <ValuesItem>
                <Value ValueType="HEX">0A16</Value>
                <Alias>GMMCS_CONGESTION</Alias>
                <Comment>Congestion</Comment>
            </ValuesItem>
            <ValuesItem>
                <Value ValueType="HEX">0A30</Value>
                <Alias>GMMCS_RETRY_IN_NEW_CELL</Alias>
                <Comment>retry upon entry into a new cell (- 0x0A3F)</Comment>
            </ValuesItem>
            <ValuesItem>
                <Value ValueType="HEX">0A5F</Value>
                <Alias>GMMCS_SEMANTIC_INCORRECT</Alias>
                <Comment>Semantically incorrect message</Comment>
            </ValuesItem>
            <ValuesItem>
                <Value ValueType="HEX">0A60</Value>
                <Alias>GMMCS_INVALID_M_INFO</Alias>
                <Comment>Invalid mandatory information</Comment>
            </ValuesItem>
            <ValuesItem>
                <Value ValueType="HEX">0A61</Value>
                <Alias>GMMCS_TYPE_INVALID</Alias>
                <Comment>Message type non-existent or not implemented</Comment>
            </ValuesItem>
            <ValuesItem>
                <Value ValueType="HEX">0A62</Value>
                <Alias>GMMCS_TYPE_INCOMPATIBLE</Alias>
                <Comment>Message type not compatible with the protocol state</Comment>
            </ValuesItem>
            <ValuesItem>
                <Value ValueType="HEX">0A63</Value>
                <Alias>GMMCS_IE_INVALID</Alias>
                <Comment>Information element non-existent or not implemented</Comment>
            </ValuesItem>
            <ValuesItem>
                <Value ValueType="HEX">0A64</Value>
                <Alias>GMMCS_COND_IE_ERROR</Alias>
                <Comment>Conditional IE error</Comment>
            </ValuesItem>
            <ValuesItem>
                <Value ValueType="HEX">0A65</Value>
                <Alias>GMMCS_MESSAGE_INVALID</Alias>
                <Comment>Message not compatible with the protocol state</Comment>
            </ValuesItem>
            <ValuesItem>
                <Value ValueType="HEX">0A6F</Value>
                <Alias>GMMCS_PROTOCOL_ERROR</Alias>
                <Comment>Protocol error, unspecified</Comment>
            </ValuesItem>
            <ValuesItem>
                <Value ValueType="HEX">4A07</Value>
                <Alias>GMMCS_INT_PROTOCOL_ERROR</Alias>
                <Comment>GPRS services not allowed (MS MM originated)</Comment>
            </ValuesItem>
            <ValuesItem>
                <Value ValueType="HEX">4A0A</Value>
                <Alias>GMMCS_INT_IMPLICIT_DETACHED</Alias>
                <Comment>Implicitely detached (MS MM originated)</Comment>
            </ValuesItem>
            <ValuesItem>
                <Value ValueType="HEX">4A6F</Value>
                <Alias>GNMCS_INT_PROTOCOL_ERROR</Alias>
                <Comment>Protocol error, unspecified (MS MM originated)</Comment>
            </ValuesItem>
            <ValuesItem>
                <Value ValueType="HEX">8AFF</Value>
                <Alias>GMMCS_NET_CAUSE_NOT_PRESENT</Alias>
                <Comment>Network send message without cause information element</Comment>
            </ValuesItem>
            <ValuesItem>
                <Value ValueType="HEX">CA00</Value>
                <Alias>GMMCS_SUCCESS</Alias>
                <Comment>No error, successful operation (GMM)</Comment>
            </ValuesItem>
            <ValuesItem>
                <Value ValueType="HEX">CA80</Value>
                <Alias>GMMCS_AAC_OVER_5</Alias>
                <Comment>attach_attempt counter over or equal 5</Comment>
            </ValuesItem>
            <ValuesItem>
                <Value ValueType="HEX">CA81</Value>
                <Alias>GMMCS_AAC_UNDER_5</Alias>
                <Comment>attach_attempt counter under 5</Comment>
            </ValuesItem>
            <ValuesItem>
                <Value ValueType="HEX">CA88</Value>
                <Alias>GMMCS_AUTHENTICATION_REJECTED</Alias>
                <Comment>AUTHENTICATION REJECT received</Comment>
            </ValuesItem>
            <ValuesItem>
                <Value ValueType="HEX">CA89</Value>
                <Alias>GMMCS_SIM_REMOVED</Alias>
                <Comment>reserved for GACI</Comment>
            </ValuesItem>
            <ValuesItem>
                <Value ValueType="HEX">CA8A</Value>
                <Alias>GMMCS_POWER_OFF</Alias>
                <Comment>reserved for GACI</Comment>
            </ValuesItem>
            <ValuesItem>
                <Value ValueType="HEX">CA8B</Value>
                <Alias>GMMCS_NO_SERVICE</Alias>
                <Comment>reserved for GACI, no service available</Comment>
            </ValuesItem>
            <ValuesItem>
                <Value ValueType="HEX">CA8C</Value>
                <Alias>GMMCS_LIMITED_SERVICE</Alias>
                <Comment>reserved for GACI</Comment>
            </ValuesItem>
            <ValuesItem>
                <Value ValueType="HEX">CA90</Value>
                <Alias>GMMCS_ROAMING_NOT_ALLOWED_WITH_RAU_REJ</Alias>
                <Version>REL99</Version>
                <Comment>Roaming not allowed in this location area.</Comment>
            </ValuesItem>
            <ValuesItem>
                <Value ValueType="HEX">CA91</Value>
                <Alias>GMMCS_NO_SUITABLE_CELL_IN_LA_WITH_RAU_REJ</Alias>
                <Version>REL99</Version>
                <Comment>Find another allowed location area in the same PLMN.</Comment>
            </ValuesItem>
            <ValuesItem>
                <Value ValueType="HEX">CAFF</Value>
                <Alias>GMMCS_INT_NOT_PRESENT</Alias>
                <Comment>No error cause (GMM)</Comment>
            </ValuesItem>
            <History>
                <Date Day="4" Month="11" Year="2003"/>
                <Author>doc2XML</Author>
                <Comment>Initial</Comment>
            </History>
        </Values>
        <Values>
            <Description>
                <DocElement>
                    <XHTMLElement Type="TEXT_SECTION">This former local values table was generated by the doc2XML converter tool. Please exchange this description by a more meaningful one !!!</XHTMLElement>
                </DocElement>
            </Description>
            <ValuesDef>
                <Name>VAL_forb_ind</Name>
                <Comment>values for forb_ind</Comment>
            </ValuesDef>
            <ValuesItem>
                <Value ValueType="DEC">0</Value>
                <Alias>FORB_PLMN_NOT_INCLUDED</Alias>
                <Comment>Not member of the forbidden PLMN list</Comment>
            </ValuesItem>
            <ValuesItem>
                <Value ValueType="DEC">1</Value>
                <Alias>FORB_PLMN_INCLUDED</Alias>
                <Comment>Member of the forbidden PLMN list</Comment>
            </ValuesItem>
            <History>
                <Date Day="4" Month="11" Year="2003"/>
                <Author>doc2XML</Author>
                <Comment>Initial</Comment>
            </History>
        </Values>
        <Values>
            <Description>
                <DocElement>
                    <XHTMLElement Type="TEXT_SECTION">This former local values table was generated by the doc2XML converter tool. Please exchange this description by a more meaningful one !!!</XHTMLElement>
                </DocElement>
            </Description>
            <ValuesDef>
                <Name>VAL_gprs_status</Name>
                <Comment>values for gprs_status</Comment>
            </ValuesDef>
            <ValuesItem>
                <Value ValueType="DEC">0</Value>
                <Alias>MMGMM_GPRS_GSM</Alias>
                <Comment>PLMN supports GPRS and GSM</Comment>
            </ValuesItem>
            <ValuesItem>
                <Value ValueType="DEC">1</Value>
                <Alias>MMGMM_GPRS_ONLY</Alias>
                <Comment>PLMN supports only GPRS</Comment>
            </ValuesItem>
            <ValuesItem>
                <Value ValueType="DEC">2</Value>
                <Alias>MMGMM_GSM_ONLY</Alias>
                <Comment>PLMN supports only GSM</Comment>
            </ValuesItem>
            <ValuesDefault>
                <Comment>PLMN supports GPRS and GSM</Comment>
            </ValuesDefault>
            <History>
                <Date Day="4" Month="11" Year="2003"/>
                <Author>doc2XML</Author>
                <Comment>Initial</Comment>
            </History>
        </Values>
        <Values>
            <Description>
                <DocElement>
                    <XHTMLElement Type="TEXT_SECTION">This former local values table was generated by the doc2XML converter tool. Please exchange this description by a more meaningful one !!!</XHTMLElement>
                </DocElement>
            </Description>
            <ValuesDef>
                <Name>VAL_service</Name>
                <Comment>values for service</Comment>
            </ValuesDef>
            <ValuesItem>
                <Value ValueType="DEC">0</Value>
                <Alias>NREG_NO_SERVICE</Alias>
                <Comment>no service available</Comment>
            </ValuesItem>
            <ValuesItem>
                <Value ValueType="DEC">1</Value>
                <Alias>NREG_LIMITED_SERVICE</Alias>
                <Comment>limited service available</Comment>
            </ValuesItem>
            <History>
                <Date Day="4" Month="11" Year="2003"/>
                <Author>doc2XML</Author>
                <Comment>Initial</Comment>
            </History>
        </Values>
        <Values>
            <Description>
                <DocElement>
                    <XHTMLElement Type="TEXT_SECTION">This former local values table was generated by the doc2XML converter tool. Please exchange this description by a more meaningful one !!!</XHTMLElement>
                </DocElement>
            </Description>
            <ValuesDef>
                <Name>VAL_search_running</Name>
                <Comment>values for search_running</Comment>
            </ValuesDef>
            <ValuesItem>
                <Value ValueType="DEC">0</Value>
                <Alias>SEARCH_NOT_RUNNING</Alias>
                <Comment>Network search not running anymore</Comment>
            </ValuesItem>
            <ValuesItem>
                <Value ValueType="DEC">1</Value>
                <Alias>SEARCH_RUNNING</Alias>
                <Comment>Network search still running</Comment>
            </ValuesItem>
            <History>
                <Date Day="4" Month="11" Year="2003"/>
                <Author>doc2XML</Author>
                <Comment>Initial</Comment>
            </History>
        </Values>
        <Values>
            <Description>
                <DocElement>
                    <XHTMLElement Type="TEXT_SECTION">This former local values table was generated by the doc2XML converter tool. Please exchange this description by a more meaningful one !!!</XHTMLElement>
                </DocElement>
            </Description>
            <ValuesDef>
                <Name>VAL_resumption</Name>
                <Comment>values for resumption</Comment>
            </ValuesDef>
            <ValuesItem>
                <Value ValueType="DEC">0</Value>
                <Alias>MMGMM_RESUMPTION_FAILURE</Alias>
                <Comment>Resumption failure</Comment>
            </ValuesItem>
            <ValuesItem>
                <Value ValueType="DEC">1</Value>
                <Alias>MMGMM_RESUMPTION_OK</Alias>
                <Comment>Resumption ok</Comment>
            </ValuesItem>
            <History>
                <Date Day="4" Month="11" Year="2003"/>
                <Author>doc2XML</Author>
                <Comment>Initial</Comment>
            </History>
        </Values>
        <Values>
            <Description>
                <DocElement>
                    <XHTMLElement Type="TEXT_SECTION">This former local values table was generated by the doc2XML converter tool. Please exchange this description by a more meaningful one !!!</XHTMLElement>
                </DocElement>
            </Description>
            <ValuesDef>
                <Name>VAL_detach_cause</Name>
                <Comment>values for detach_cause</Comment>
            </ValuesDef>
            <ValuesItem>
                <Value ValueType="DEC">0</Value>
                <Alias>CS_SIM_REM</Alias>
                <Comment>Consider SIM as removed or not valid</Comment>
            </ValuesItem>
            <ValuesItem>
                <Value ValueType="DEC">1</Value>
                <Alias>CS_POW_OFF</Alias>
                <Comment>Power off and delete SIM data</Comment>
            </ValuesItem>
            <ValuesItem>
                <Value ValueType="DEC">2</Value>
                <Alias>CS_SOFT_OFF</Alias>
                <Comment>Power off and keep SIM data</Comment>
            </ValuesItem>
            <ValuesItem>
                <Value ValueType="DEC">3</Value>
                <Alias>CS_DISABLE</Alias>
                <Comment>disable GSM</Comment>
            </ValuesItem>
            <History>
                <Date Day="4" Month="11" Year="2003"/>
                <Author>doc2XML</Author>
                <Comment>Initial</Comment>
            </History>
        </Values>
        <Values>
            <Description>
                <DocElement>
                    <XHTMLElement Type="TEXT_SECTION">This former local values table was generated by the doc2XML converter tool. Please exchange this description by a more meaningful one !!!</XHTMLElement>
                </DocElement>
            </Description>
            <ValuesDef>
                <Name>VAL_detach_done</Name>
                <Comment>values for detach_done</Comment>
            </ValuesDef>
            <ValuesItem>
                <Value ValueType="DEC">0</Value>
                <Alias>MMGMM_PERFORM_DETACH</Alias>
                <Comment>detach not done</Comment>
            </ValuesItem>
            <ValuesItem>
                <Value ValueType="DEC">1</Value>
                <Alias>MMGMM_DETACH_DONE</Alias>
                <Comment>detach done</Comment>
            </ValuesItem>
            <History>
                <Date Day="4" Month="11" Year="2003"/>
                <Author>doc2XML</Author>
                <Comment>Initial</Comment>
            </History>
        </Values>
        <Values>
            <Description>
                <DocElement>
                    <XHTMLElement Type="TEXT_SECTION">This former local values table was generated by the doc2XML converter tool. Please exchange this description by a more meaningful one !!!</XHTMLElement>
                </DocElement>
            </Description>
            <ValuesDef>
                <Name>VAL_reg_type</Name>
                <Comment>values for reg_type</Comment>
            </ValuesDef>
            <ValuesItem>
                <Value ValueType="DEC">0</Value>
                <Alias>REG_GPRS_INACTIVE</Alias>
                <Comment>MM acts as an normal GSM mobile</Comment>
            </ValuesItem>
            <ValuesItem>
                <Value ValueType="DEC">1</Value>
                <Alias>REG_REMOTE_CONTROLLED</Alias>
                <Comment>GPRS requests MM to perform olny LAU procedure</Comment>
            </ValuesItem>
            <ValuesItem>
                <Value ValueType="DEC">2</Value>
                <Alias>REG_CELL_SEARCH_ONLY</Alias>
                <Comment>MM is not allowed to start lau procedure</Comment>
            </ValuesItem>
            <History>
                <Date Day="4" Month="11" Year="2003"/>
                <Author>doc2XML</Author>
                <Comment>Initial</Comment>
            </History>
        </Values>
        <Values>
            <Description>
                <DocElement>
                    <XHTMLElement Type="TEXT_SECTION">This former local values table was generated by the doc2XML converter tool. Please exchange this description by a more meaningful one !!!</XHTMLElement>
                </DocElement>
            </Description>
            <ValuesDef>
                <Name>VAL_service_mode</Name>
                <Comment>values for service_mode</Comment>
            </ValuesDef>
            <ValuesItem>
                <Value ValueType="DEC">0</Value>
                <Alias>SERVICE_MODE_LIMITED</Alias>
                <Comment>Search for limited service required</Comment>
            </ValuesItem>
            <ValuesItem>
                <Value ValueType="DEC">1</Value>
                <Alias>SERVICE_MODE_FULL</Alias>
                <Comment>Search for full service required</Comment>
            </ValuesItem>
            <History>
                <Date Day="4" Month="11" Year="2003"/>
                <Author>doc2XML</Author>
                <Comment>Initial</Comment>
            </History>
        </Values>
        <Values>
            <Description>
                <DocElement>
                    <XHTMLElement Type="TEXT_SECTION">This former local values table was generated by the doc2XML converter tool. Please exchange this description by a more meaningful one !!!</XHTMLElement>
                </DocElement>
            </Description>
            <ValuesDef>
                <Name>VAL_cm_establish_res</Name>
                <Comment>values for cm_establish_res</Comment>
            </ValuesDef>
            <ValuesItem>
                <Value ValueType="DEC">0</Value>
                <Alias>MMGMM_ESTABLISH_OK</Alias>
                <Comment>establishing allowed</Comment>
            </ValuesItem>
            <ValuesItem>
                <Value ValueType="DEC">1</Value>
                <Alias>MMGMM_ESTABLISH_REJECT</Alias>
                <Comment>establishing rejected</Comment>
            </ValuesItem>
            <History>
                <Date Day="4" Month="11" Year="2003"/>
                <Author>doc2XML</Author>
                <Comment>Initial</Comment>
            </History>
        </Values>
        <Values>
            <Description>
                <DocElement>
                    <XHTMLElement Type="TEXT_SECTION">This former local values table was generated by the doc2XML converter tool. Please exchange this description by a more meaningful one !!!</XHTMLElement>
                </DocElement>
            </Description>
            <ValuesDef>
                <Name>VAL_tz</Name>
                <Comment>values for tz</Comment>
            </ValuesDef>
            <ValuesItem>
                <Value ValueType="DEC">0</Value>
                <Alias>TIMEZONE_GMT</Alias>
                <Comment>GMT</Comment>
            </ValuesItem>
            <ValuesItem>
                <Value ValueType="HEX">40</Value>
                <Alias>TIMEZONE_GMT_PLS_1HR</Alias>
                <Comment>GMT + 1 hour</Comment>
            </ValuesItem>
            <ValuesItem>
                <Value ValueType="HEX">80</Value>
                <Alias>TIMEZONE_GMT_PLS_2HR</Alias>
                <Comment>GMT + 2 hours</Comment>
            </ValuesItem>
            <ValuesItem>
                <Value ValueType="HEX">48</Value>
                <Alias>TIMEZONE_GMT_MIN_1HR</Alias>
                <Comment>GMT - 1 hour</Comment>
            </ValuesItem>
            <ValuesItem>
                <Value ValueType="HEX">88</Value>
                <Alias>TIMEZONE_GMT_MIN_2HR</Alias>
                <Comment>GMT - 2 hours</Comment>
            </ValuesItem>
            <History>
                <Date Day="4" Month="11" Year="2003"/>
                <Author>doc2XML</Author>
                <Comment>Initial</Comment>
            </History>
        </Values>
        <Values>
            <Description>
                <DocElement>
                    <XHTMLElement Type="TEXT_SECTION">This former local values table was generated by the doc2XML converter tool. Please exchange this description by a more meaningful one !!!</XHTMLElement>
                </DocElement>
            </Description>
            <ValuesDef>
                <Name>VAL_month</Name>
                <Comment>values for month</Comment>
            </ValuesDef>
            <ValuesRange ValueType="DEC">
                <MinValue>1</MinValue>
                <MaxValue>12</MaxValue>
                <Comment>month</Comment>
            </ValuesRange>
            <History>
                <Date Day="4" Month="11" Year="2003"/>
                <Author>doc2XML</Author>
                <Comment>Initial</Comment>
            </History>
        </Values>
        <Values>
            <Description>
                <DocElement>
                    <XHTMLElement Type="TEXT_SECTION">This former local values table was generated by the doc2XML converter tool. Please exchange this description by a more meaningful one !!!</XHTMLElement>
                </DocElement>
            </Description>
            <ValuesDef>
                <Name>VAL_second</Name>
                <Comment>values for second</Comment>
            </ValuesDef>
            <ValuesRange ValueType="DEC">
                <MinValue>0</MinValue>
                <MaxValue>59</MaxValue>
                <Comment>second</Comment>
            </ValuesRange>
            <History>
                <Date Day="4" Month="11" Year="2003"/>
                <Author>doc2XML</Author>
                <Comment>Initial</Comment>
            </History>
        </Values>
        <Values>
            <Description>
                <DocElement>
                    <XHTMLElement Type="TEXT_SECTION">This former local values table was generated by the doc2XML converter tool. Please exchange this description by a more meaningful one !!!</XHTMLElement>
                </DocElement>
            </Description>
            <ValuesDef>
                <Name>VAL_minute</Name>
                <Comment>values for minute</Comment>
            </ValuesDef>
            <ValuesRange ValueType="DEC">
                <MinValue>0</MinValue>
                <MaxValue>59</MaxValue>
                <Comment>minute</Comment>
            </ValuesRange>
            <History>
                <Date Day="4" Month="11" Year="2003"/>
                <Author>doc2XML</Author>
                <Comment>Initial</Comment>
            </History>
        </Values>
        <Values>
            <Description>
                <DocElement>
                    <XHTMLElement Type="TEXT_SECTION">This former local values table was generated by the doc2XML converter tool. Please exchange this description by a more meaningful one !!!</XHTMLElement>
                </DocElement>
            </Description>
            <ValuesDef>
                <Name>VAL_hour</Name>
                <Comment>values for hour</Comment>
            </ValuesDef>
            <ValuesRange ValueType="DEC">
                <MinValue>0</MinValue>
                <MaxValue>23</MaxValue>
                <Comment>hour</Comment>
            </ValuesRange>
            <History>
                <Date Day="4" Month="11" Year="2003"/>
                <Author>doc2XML</Author>
                <Comment>Initial</Comment>
            </History>
        </Values>
        <Values>
            <Description>
                <DocElement>
                    <XHTMLElement Type="TEXT_SECTION">This former local values table was generated by the doc2XML converter tool. Please exchange this description by a more meaningful one !!!</XHTMLElement>
                </DocElement>
            </Description>
            <ValuesDef>
                <Name>VAL_day</Name>
                <Comment>values for day</Comment>
            </ValuesDef>
            <ValuesRange ValueType="DEC">
                <MinValue>1</MinValue>
                <MaxValue>31</MaxValue>
                <Comment>day</Comment>
            </ValuesRange>
            <History>
                <Date Day="4" Month="11" Year="2003"/>
                <Author>doc2XML</Author>
                <Comment>Initial</Comment>
            </History>
        </Values>
        <Values>
            <Description>
                <DocElement>
                    <XHTMLElement Type="TEXT_SECTION">This former local values table was generated by the doc2XML converter tool. Please exchange this description by a more meaningful one !!!</XHTMLElement>
                </DocElement>
            </Description>
            <ValuesDef>
                <Name>VAL_year</Name>
                <Comment>values for year</Comment>
            </ValuesDef>
            <ValuesRange ValueType="DEC">
                <MinValue>0</MinValue>
                <MaxValue>99</MaxValue>
                <Comment>year</Comment>
            </ValuesRange>
            <History>
                <Date Day="4" Month="11" Year="2003"/>
                <Author>doc2XML</Author>
                <Comment>Initial</Comment>
            </History>
        </Values>
        <Values>
            <Description>
                <DocElement>
                    <XHTMLElement Type="TEXT_SECTION">This former local values table was generated by the doc2XML converter tool. Please exchange this description by a more meaningful one !!!</XHTMLElement>
                </DocElement>
            </Description>
            <ValuesDef>
                <Name>VAL_status</Name>
                <Comment>values for status</Comment>
            </ValuesDef>
            <ValuesItem>
                <Value ValueType="DEC">0</Value>
                <Alias>MMGMM_LIMITED_SERVICE</Alias>
                <Comment>limited service only</Comment>
            </ValuesItem>
            <ValuesItem>
                <Value ValueType="DEC">1</Value>
                <Alias>MMGMM_FULL_SERVICE</Alias>
                <Comment>full service, no LUP necessary</Comment>
            </ValuesItem>
            <ValuesItem>
                <Value ValueType="DEC">2</Value>
                <Alias>MMGMM_CELL_SELECTED</Alias>
                <Comment>Cell selected, indifferent</Comment>
            </ValuesItem>
            <ValuesItem>
                <Value ValueType="DEC">3</Value>
                <Alias>MMGMM_WAIT_FOR_UPDATE</Alias>
                <Comment>waiting for remote controlled LUP</Comment>
            </ValuesItem>
            <History>
                <Date Day="4" Month="11" Year="2003"/>
                <Author>doc2XML</Author>
                <Comment>Initial</Comment>
            </History>
        </Values>
        <Values>
            <Description>
                <DocElement>
                    <XHTMLElement Type="TEXT_SECTION">This former local values table was generated by the doc2XML converter tool. Please exchange this description by a more meaningful one !!!</XHTMLElement>
                </DocElement>
            </Description>
            <ValuesDef>
                <Name>VAL_gprs_indicator</Name>
                <Comment>values for gprs_indicator</Comment>
            </ValuesDef>
            <ValuesItem>
                <Value ValueType="DEC">0</Value>
                <Alias>MMGMM_GPRS_SUPP_NO</Alias>
                <Comment>GPRS is not supported by the cell</Comment>
            </ValuesItem>
            <ValuesItem>
                <Value ValueType="DEC">1</Value>
                <Alias>MMGMM_GPRS_SUPP_YES</Alias>
                <Comment>GPRS is supported by the cell</Comment>
            </ValuesItem>
            <History>
                <Date Day="4" Month="11" Year="2003"/>
                <Author>doc2XML</Author>
                <Comment>Initial</Comment>
            </History>
        </Values>
        <Values>
            <Description>
                <DocElement>
                    <XHTMLElement Type="TEXT_SECTION">This former local values table was generated by the doc2XML converter tool. Please exchange this description by a more meaningful one !!!</XHTMLElement>
                </DocElement>
            </Description>
            <ValuesDef>
                <Name>VAL_reason</Name>
                <Comment>values for reason</Comment>
            </ValuesDef>
            <ValuesItem>
                <Value ValueType="DEC">0</Value>
                <Alias>MMGMM_T3212</Alias>
                <Comment>T3212 has expired</Comment>
            </ValuesItem>
            <ValuesItem>
                <Value ValueType="DEC">1</Value>
                <Alias>MMGMM_T_ACCEPT</Alias>
                <Comment>T_ACCEPT has expired</Comment>
            </ValuesItem>
            <ValuesItem>
                <Value ValueType="DEC">2</Value>
                <Alias>MMGMM_IMSI_IN_VLR</Alias>
                <Comment>IMSI unknown in VLR received</Comment>
            </ValuesItem>
            <ValuesItem>
                <Value ValueType="DEC">3</Value>
                <Alias>MMGMM_RXLEV_JUMP</Alias>
                <Comment>RR indicated an increased RX level</Comment>
            </ValuesItem>
            <ValuesItem>
                <Value ValueType="DEC">4</Value>
                <Alias>MMGMM_REG_TIMER</Alias>
                <Comment>Registration timer in MM expired</Comment>
            </ValuesItem>
            <History>
                <Date Day="4" Month="11" Year="2003"/>
                <Author>doc2XML</Author>
                <Comment>Initial</Comment>
            </History>
        </Values>
        <Values>
            <Description>
                <DocElement>
                    <XHTMLElement Type="TEXT_SECTION">This former local values table was generated by the doc2XML converter tool. Please exchange this description by a more meaningful one !!!</XHTMLElement>
                </DocElement>
            </Description>
            <ValuesDef>
                <Name>VAL_ciph</Name>
                <Comment>values for ciph</Comment>
            </ValuesDef>
            <ValuesItem>
                <Value ValueType="DEC">0</Value>
                <Alias>CIPH_OFF</Alias>
                <Comment>ciphering off</Comment>
            </ValuesItem>
            <ValuesItem>
                <Value ValueType="DEC">1</Value>
                <Alias>CIPH_ON</Alias>
                <Comment>ciphering on</Comment>
            </ValuesItem>
            <History>
                <Date Day="4" Month="11" Year="2003"/>
                <Author>doc2XML</Author>
                <Comment>Initial</Comment>
            </History>
        </Values>
        <Values>
            <Description>
                <DocElement>
                    <XHTMLElement Type="TEXT_SECTION">This former local values table was generated by the doc2XML converter tool. Please exchange this description by a more meaningful one !!!</XHTMLElement>
                </DocElement>
            </Description>
            <ValuesDef>
                <Name>VAL_mobile_class</Name>
                <Comment>values for mobile_class</Comment>
            </ValuesDef>
            <ValuesItem>
                <Value ValueType="DEC">1</Value>
                <Alias>MMGMM_CLASS_A</Alias>
                <Comment>Combined GPRS</Comment>
            </ValuesItem>
            <ValuesItem>
                <Value ValueType="DEC">2</Value>
                <Alias>MMGMM_CLASS_B</Alias>
                <Comment>GPRS and GSM</Comment>
            </ValuesItem>
            <ValuesItem>
                <Value ValueType="DEC">3</Value>
                <Alias>MMGMM_CLASS_BC</Alias>
                <Comment>Combined GPRS if possible, otherwise GSM only</Comment>
            </ValuesItem>
            <ValuesItem>
                <Value ValueType="DEC">4</Value>
                <Alias>MMGMM_CLASS_BG</Alias>
                <Comment>Combined GPRS if possible, otherwise GPRS only</Comment>
            </ValuesItem>
            <ValuesItem>
                <Value ValueType="DEC">5</Value>
                <Alias>MMGMM_CLASS_CC</Alias>
                <Comment>GSM-only</Comment>
            </ValuesItem>
            <ValuesItem>
                <Value ValueType="DEC">6</Value>
                <Alias>MMGMM_CLASS_CG</Alias>
                <Comment>GPRS-only</Comment>
            </ValuesItem>
            <ValuesDefault>
                <Comment>Combined GPRS attach</Comment>
            </ValuesDefault>
            <History>
                <Date Day="4" Month="11" Year="2003"/>
                <Author>doc2XML</Author>
                <Comment>Initial</Comment>
            </History>
        </Values>
        <Values>
            <Description>
                <Section/>
            </Description>
            <ValuesDef>
                <Name>VAL_daylight_save_time</Name>
                <Version>REL99</Version>
                <Comment>values for daylight_save_time</Comment>
            </ValuesDef>
            <ValuesItem>
                <Value ValueType="DEC">0</Value>
                <Alias>MMR_ADJ_NO</Alias>
                <Comment>No adjustment for Daylight Saving Time</Comment>
            </ValuesItem>
            <ValuesItem>
                <Value ValueType="DEC">1</Value>
                <Alias>MMR_TIME_ADJ_1</Alias>
                <Comment>+1 hour adjustment for Daylight Saving Time</Comment>
            </ValuesItem>
            <ValuesItem>
                <Value ValueType="DEC">2</Value>
                <Alias>MMR_TIME_ADJ_2</Alias>
                <Comment>+2 hours adjustment for Daylight Saving Time</Comment>
            </ValuesItem>
            <History>
                <Date Day="26" Month="04" Year="2006"/>
                <Author/>
                <Comment>Initial</Comment>
            </History>
        </Values>
        <Values>
            <Description>
                <DocElement>
                    <DocLink DocType="OTHER">
                        <Name/>
                    </DocLink>
                </DocElement>
            </Description>
            <ValuesDef>
                <Name>VAL_bootup_act</Name>
                <Comment>Values for bootup action</Comment>
            </ValuesDef>
            <ValuesItem>
                <Value ValueType="DEC">0</Value>
                <Alias>NORMAL_REG</Alias>
                <Comment>Normal Registration</Comment>
            </ValuesItem>
            <ValuesItem>
                <Value ValueType="DEC">1</Value>
                <Alias>QUICK_REG</Alias>
                <Comment>Fast Registration</Comment>
            </ValuesItem>
            <History>
                <Date Day="22" Month="11" Year="2006"/>
                <Author>xparapgu</Author>
                <Comment>Initial</Comment>
            </History>
        </Values>
        <Values>
            <Description>
                <DocElement>
                    <DocLink DocType="OTHER">
                        <Name/>
                    </DocLink>
                </DocElement>
            </Description>
            <ValuesDef>
                <Name>VAL_bootup_cause</Name>
                <Comment>Values for bootup cause</Comment>
            </ValuesDef>
            <ValuesItem>
                <Value ValueType="DEC">0</Value>
                <Alias>REG_END</Alias>
                <Comment>end of registration</Comment>
            </ValuesItem>
            <ValuesItem>
                <Value ValueType="DEC">1</Value>
                <Alias>PWR_SCAN_START</Alias>
                <Comment>power scanning started</Comment>
            </ValuesItem>
            <History>
                <Date Day="22" Month="11" Year="2006"/>
                <Author>xparapgu</Author>
                <Comment>Initial</Comment>
            </History>
        </Values>
    </ValuesSection>
</SAP>