view g23m/condat/ms/doc/sap/aaa.sap @ 11:98f5312a7d0b

AT-over-RVTMUX implementation code hooked in
author Space Falcon <falcon@ivan.Harhan.ORG>
date Mon, 01 Jun 2015 19:16:41 +0000
parents 509db1a7b7b8
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">aaa</DocName>
        <DocNum Number="100" Project="8462"/>
        <Description>
            <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.</Section>
        </Description>
        <DocHistory>
            <DocVersion Number="001" Year="01"/>
            <Date Day="18" Month="11" Year="2002"/>
            <Author>TE</Author>
            <DocStatus State="BEING_PROCESSED"/>
            <Comment>Initial version.</Comment>
        </DocHistory>
        <DocHistory>
            <DocVersion Number="002" Year="01"/>
            <Date Day="5" Month="12" Year="2002"/>
            <Author>TE</Author>
            <DocStatus State="BEING_PROCESSED"/>
            <Comment>added primitives AAA_DTI_IND, AAA_DTI_RSP and associated parameters</Comment>
        </DocHistory>
        <DocHistory>
            <DocVersion Number="003" Year="01"/>
            <Date Day="10" Month="12" Year="2002"/>
            <Author>TE</Author>
            <DocStatus State="BEING_PROCESSED"/>
            <Comment>3.1 and 3.7 corrected short name  from port number to port_number</Comment>
        </DocHistory>
        <DocHistory>
            <DocVersion Number="004" Year="01"/>
            <Date Day="12" Month="12" Year="2002"/>
            <Author>TE</Author>
            <DocStatus State="BEING_PROCESSED"/>
            <Comment>add link id</Comment>
        </DocHistory>
        <DocHistory>
            <DocVersion Number="005" Year="01"/>
            <Date Day="25" Month="1" Year="2003"/>
            <Author>TE</Author>
            <DocStatus State="BEING_PROCESSED"/>
            <Comment>added AAA_DISCONNECT_IND/RSP</Comment>
        </DocHistory>
        <DocHistory>
            <DocVersion Number="006" Year="01"/>
            <Date Day="28" Month="1" Year="2003"/>
            <Author>TE</Author>
            <DocStatus State="BEING_PROCESSED"/>
            <Comment>changed  _RSP to _RES</Comment>
        </DocHistory>
        <DocRef>
            <RefId>[C_7010.801]</RefId>
            <RefTitle>7010.801, References and Vocabulary, Condat AG</RefTitle>
        </DocRef>
    </DocInfoSection>
    <ConstantsSection>
        <Description>
            <Section>This section contains all constants that are defined for the AAA SAP</Section>
        </Description>
        <Constant>
            <Alias>MAX_CMD_LEN</Alias>
            <Value ValueType="DEC">380</Value>
            <Comment>length of one ACI command sequence</Comment>
        </Constant>
        <History>
            <Date Day="18" Month="11" Year="2002"/>
            <Author>SKA</Author>
            <Comment>Initial</Comment>
        </History>
        <History>
            <Date Day="6" Month="2" Year="2003"/>
            <Author>SKA</Author>
            <Comment>changed 350 to 380</Comment>
        </History>
    </ConstantsSection>
    <PrimitivesSection PrimIDType="BIT32" SAPid="71">
        <Description>
            <Section>This section contains all primitives that are defined for the AAA SAP</Section>
        </Description>
        <Primitive>
            <Description>
                <Section>*No description found in source document*</Section>
            </Description>
            <PrimDef>
                <Name>AAA_CMD_REQ</Name>
                <PrimID Direction="DOWNLINK" Number="0"/>
                <PrimUsage>
                    <Sender>AAA</Sender>
                    <Receiver>ACI</Receiver>
                </PrimUsage>
            </PrimDef>
            <PrimItem Presentation="MANDATORY">
                <ItemLink>
                    <DocName DocType="SAP">aaa</DocName>
                    <Name>port_number</Name>
                </ItemLink>
                <Comment>port number</Comment>
            </PrimItem>
            <PrimItem Presentation="MANDATORY">
                <ItemLink>
                    <DocName DocType="SAP">aaa</DocName>
                    <Name>sub_no</Name>
                </ItemLink>
                <Comment>sub number</Comment>
            </PrimItem>
            <PrimItem Presentation="MANDATORY">
                <ItemLink>
                    <DocName DocType="SAP">aaa</DocName>
                    <Name>cmd_len</Name>
                </ItemLink>
                <Comment>length of command</Comment>
            </PrimItem>
            <PrimItem Presentation="MANDATORY">
                <ItemLink>
                    <DocName DocType="SAP">aaa</DocName>
                    <Name>cmd_seq</Name>
                </ItemLink>
                <Control>[MAX_CMD_LEN]</Control>
                <Comment>command</Comment>
            </PrimItem>
            <History>
                <Date Day="18" Month="11" Year="2002"/>
                <Author>SKA</Author>
                <Comment>Initial</Comment>
            </History>
        </Primitive>
        <Primitive>
            <Description>
                <Section>*No description found in source document*</Section>
            </Description>
            <PrimDef>
                <Name>AAA_CMD_CNF</Name>
                <PrimID Direction="UPLINK" Number="0"/>
                <PrimUsage>
                    <Sender>ACI</Sender>
                    <Receiver>AAA</Receiver>
                </PrimUsage>
            </PrimDef>
            <PrimItem Presentation="MANDATORY">
                <ItemLink>
                    <DocName DocType="SAP">aaa</DocName>
                    <Name>port_number</Name>
                </ItemLink>
                <Comment>port number</Comment>
            </PrimItem>
            <PrimItem Presentation="MANDATORY">
                <ItemLink>
                    <DocName DocType="SAP">aaa</DocName>
                    <Name>sub_no</Name>
                </ItemLink>
                <Comment>sub number</Comment>
            </PrimItem>
            <PrimItem Presentation="MANDATORY">
                <ItemLink>
                    <DocName DocType="SAP">aaa</DocName>
                    <Name>result_len</Name>
                </ItemLink>
                <Comment>length of the cmd result</Comment>
            </PrimItem>
            <PrimItem Presentation="MANDATORY">
                <ItemLink>
                    <DocName DocType="SAP">aaa</DocName>
                    <Name>cmd_result</Name>
                </ItemLink>
                <Control>[MAX_CMD_LEN]</Control>
                <Comment>command result</Comment>
            </PrimItem>
            <History>
                <Date Day="18" Month="11" Year="2002"/>
                <Author>SKA</Author>
                <Comment>Initial</Comment>
            </History>
        </Primitive>
        <Primitive>
            <Description>
                <Section>*No description found in source document*</Section>
            </Description>
            <PrimDef>
                <Name>AAA_PRES_IND</Name>
                <PrimID Direction="UPLINK" Number="4"/>
                <PrimUsage>
                    <Sender>ACI</Sender>
                    <Receiver>AAA</Receiver>
                </PrimUsage>
            </PrimDef>
            <PrimItem Presentation="MANDATORY">
                <ItemLink>
                    <DocName DocType="SAP">aaa</DocName>
                    <Name>port_number</Name>
                </ItemLink>
                <Comment>port number</Comment>
            </PrimItem>
            <PrimItem Presentation="MANDATORY">
                <ItemLink>
                    <DocName DocType="SAP">aaa</DocName>
                    <Name>sub_no</Name>
                </ItemLink>
                <Comment>sub number</Comment>
            </PrimItem>
            <PrimItem Presentation="MANDATORY">
                <ItemLink>
                    <DocName DocType="SAP">aaa</DocName>
                    <Name>result_len</Name>
                </ItemLink>
                <Comment>length of the cmd result</Comment>
            </PrimItem>
            <PrimItem Presentation="MANDATORY">
                <ItemLink>
                    <DocName DocType="SAP">aaa</DocName>
                    <Name>cmd_result</Name>
                </ItemLink>
                <Control>[MAX_CMD_LEN]</Control>
                <Comment>command result</Comment>
            </PrimItem>
            <History>
                <Date Day="18" Month="11" Year="2002"/>
                <Author>SKA</Author>
                <Comment>Initial</Comment>
            </History>
        </Primitive>
        <Primitive>
            <Description>
                <Section>*No description found in source document*</Section>
            </Description>
            <PrimDef>
                <Name>AAA_URES_IND</Name>
                <PrimID Direction="UPLINK" Number="5"/>
                <PrimUsage>
                    <Sender>ACI</Sender>
                    <Receiver>AAA</Receiver>
                </PrimUsage>
            </PrimDef>
            <PrimItem Presentation="MANDATORY">
                <ItemLink>
                    <DocName DocType="SAP">aaa</DocName>
                    <Name>port_number</Name>
                </ItemLink>
                <Comment>port number</Comment>
            </PrimItem>
            <PrimItem Presentation="MANDATORY">
                <ItemLink>
                    <DocName DocType="SAP">aaa</DocName>
                    <Name>sub_no</Name>
                </ItemLink>
                <Comment>sub number</Comment>
            </PrimItem>
            <PrimItem Presentation="MANDATORY">
                <ItemLink>
                    <DocName DocType="SAP">aaa</DocName>
                    <Name>result_len</Name>
                </ItemLink>
                <Comment>length of the cmd result</Comment>
            </PrimItem>
            <PrimItem Presentation="MANDATORY">
                <ItemLink>
                    <DocName DocType="SAP">aaa</DocName>
                    <Name>cmd_result</Name>
                </ItemLink>
                <Control>[MAX_CMD_LEN]</Control>
                <Comment>command result</Comment>
            </PrimItem>
            <History>
                <Date Day="18" Month="11" Year="2002"/>
                <Author>SKA</Author>
                <Comment>Initial</Comment>
            </History>
        </Primitive>
        <Primitive>
            <Description>
                <Section>*No description found in source document*</Section>
            </Description>
            <PrimDef>
                <Name>AAA_OPEN_PORT_REQ</Name>
                <PrimID Direction="DOWNLINK" Number="1"/>
                <PrimUsage>
                    <Sender>AAA</Sender>
                    <Receiver>ACI</Receiver>
                </PrimUsage>
            </PrimDef>
            <PrimItem Presentation="MANDATORY">
                <ItemLink>
                    <DocName DocType="SAP">aaa</DocName>
                    <Name>port_number</Name>
                </ItemLink>
                <Comment>port number</Comment>
            </PrimItem>
            <PrimItem Presentation="MANDATORY">
                <ItemLink>
                    <DocName DocType="SAP">aaa</DocName>
                    <Name>sub_no</Name>
                </ItemLink>
                <Comment>instance w. multiplexed ch</Comment>
            </PrimItem>
            <PrimItem Presentation="MANDATORY">
                <ItemLink>
                    <DocName DocType="SAP">aaa</DocName>
                    <Name>capability</Name>
                </ItemLink>
                <Comment>capability of device</Comment>
            </PrimItem>
            <History>
                <Date Day="18" Month="11" Year="2002"/>
                <Author>SKA</Author>
                <Comment>Initial</Comment>
            </History>
        </Primitive>
        <Primitive>
            <Description>
                <Section>*No description found in source document*</Section>
            </Description>
            <PrimDef>
                <Name>AAA_OPEN_PORT_CNF</Name>
                <PrimID Direction="UPLINK" Number="1"/>
                <PrimUsage>
                    <Sender>ACI</Sender>
                    <Receiver>AAA</Receiver>
                </PrimUsage>
            </PrimDef>
            <PrimItem Presentation="MANDATORY">
                <ItemLink>
                    <DocName DocType="SAP">aaa</DocName>
                    <Name>port_number</Name>
                </ItemLink>
                <Comment>port number</Comment>
            </PrimItem>
            <PrimItem Presentation="MANDATORY">
                <ItemLink>
                    <DocName DocType="SAP">aaa</DocName>
                    <Name>sub_no</Name>
                </ItemLink>
                <Comment>instance w. multiplexed ch</Comment>
            </PrimItem>
            <PrimItem Presentation="MANDATORY">
                <ItemLink>
                    <DocName DocType="SAP">aaa</DocName>
                    <Name>dti_id</Name>
                </ItemLink>
                <Comment>dti identifier</Comment>
            </PrimItem>
            <History>
                <Date Day="18" Month="11" Year="2002"/>
                <Author>SKA</Author>
                <Comment>Initial</Comment>
            </History>
        </Primitive>
        <Primitive>
            <Description>
                <Section>*No description found in source document*</Section>
            </Description>
            <PrimDef>
                <Name>AAA_CLOSE_PORT_REQ</Name>
                <PrimID Direction="DOWNLINK" Number="2"/>
                <PrimUsage>
                    <Sender>AAA</Sender>
                    <Receiver>ACI</Receiver>
                </PrimUsage>
            </PrimDef>
            <PrimItem Presentation="MANDATORY">
                <ItemLink>
                    <DocName DocType="SAP">aaa</DocName>
                    <Name>port_number</Name>
                </ItemLink>
                <Comment>port number</Comment>
            </PrimItem>
            <PrimItem Presentation="MANDATORY">
                <ItemLink>
                    <DocName DocType="SAP">aaa</DocName>
                    <Name>sub_no</Name>
                </ItemLink>
                <Comment>instance w. multiplexed ch</Comment>
            </PrimItem>
            <History>
                <Date Day="18" Month="11" Year="2002"/>
                <Author>SKA</Author>
                <Comment>Initial</Comment>
            </History>
        </Primitive>
        <Primitive>
            <Description>
                <Section>*No description found in source document*</Section>
            </Description>
            <PrimDef>
                <Name>AAA_CLOSE_PORT_CNF</Name>
                <PrimID Direction="UPLINK" Number="2"/>
                <PrimUsage>
                    <Sender>ACI</Sender>
                    <Receiver>AAA</Receiver>
                </PrimUsage>
            </PrimDef>
            <PrimItem Presentation="MANDATORY">
                <ItemLink>
                    <DocName DocType="SAP">aaa</DocName>
                    <Name>port_number</Name>
                </ItemLink>
                <Comment>port number</Comment>
            </PrimItem>
            <PrimItem Presentation="MANDATORY">
                <ItemLink>
                    <DocName DocType="SAP">aaa</DocName>
                    <Name>sub_no</Name>
                </ItemLink>
                <Comment>instance w. multiplexed ch</Comment>
            </PrimItem>
            <History>
                <Date Day="18" Month="11" Year="2002"/>
                <Author>SKA</Author>
                <Comment>Initial</Comment>
            </History>
        </Primitive>
        <Primitive>
            <Description>
                <Section>*No description found in source document*</Section>
            </Description>
            <PrimDef>
                <Name>AAA_DTI_IND</Name>
                <PrimID Direction="UPLINK" Number="3"/>
                <PrimUsage>
                    <Sender>ACI</Sender>
                    <Receiver>AAA</Receiver>
                </PrimUsage>
            </PrimDef>
            <PrimItem Presentation="MANDATORY">
                <ItemLink>
                    <DocName DocType="SAP">aaa</DocName>
                    <Name>port_number</Name>
                </ItemLink>
                <Comment>port number</Comment>
            </PrimItem>
            <PrimItem Presentation="MANDATORY">
                <ItemLink>
                    <DocName DocType="SAP">aaa</DocName>
                    <Name>sub_no</Name>
                </ItemLink>
                <Comment>sub number</Comment>
            </PrimItem>
            <PrimItem Presentation="MANDATORY">
                <ItemLink>
                    <DocName DocType="SAP">aaa</DocName>
                    <Name>entity_name</Name>
                </ItemLink>
                <Control>[6]</Control>
                <Comment>entity name</Comment>
            </PrimItem>
            <PrimItem Presentation="MANDATORY">
                <ItemLink>
                    <DocName DocType="SAP">aaa</DocName>
                    <Name>link_id</Name>
                </ItemLink>
                <Comment>Link_id</Comment>
            </PrimItem>
            <History>
                <Date Day="4" Month="12" Year="2002"/>
                <Author>SKA</Author>
                <Comment>Initial</Comment>
            </History>
        </Primitive>
        <Primitive>
            <Description>
                <Section>*No description found in source document*</Section>
            </Description>
            <PrimDef>
                <Name>AAA_DTI_RES</Name>
                <PrimID Direction="DOWNLINK" Number="3"/>
                <PrimUsage>
                    <Sender>AAA</Sender>
                    <Receiver>ACI</Receiver>
                </PrimUsage>
            </PrimDef>
            <PrimItem Presentation="MANDATORY">
                <ItemLink>
                    <DocName DocType="SAP">aaa</DocName>
                    <Name>port_number</Name>
                </ItemLink>
                <Comment>port number</Comment>
            </PrimItem>
            <PrimItem Presentation="MANDATORY">
                <ItemLink>
                    <DocName DocType="SAP">aaa</DocName>
                    <Name>sub_no</Name>
                </ItemLink>
                <Comment>sub number</Comment>
            </PrimItem>
            <History>
                <Date Day="4" Month="12" Year="2002"/>
                <Author>SKA</Author>
                <Comment>Initial</Comment>
            </History>
        </Primitive>
        <Primitive>
            <Description>
                <Section>*No description found in source document*</Section>
            </Description>
            <PrimDef>
                <Name>AAA_DISCONNECT_IND</Name>
                <PrimID Direction="UPLINK" Number="6"/>
                <PrimUsage>
                    <Sender>ACI</Sender>
                    <Receiver>AAA</Receiver>
                </PrimUsage>
            </PrimDef>
            <PrimItem Presentation="MANDATORY">
                <ItemLink>
                    <DocName DocType="SAP">aaa</DocName>
                    <Name>port_number</Name>
                </ItemLink>
                <Comment>port number</Comment>
            </PrimItem>
            <PrimItem Presentation="MANDATORY">
                <ItemLink>
                    <DocName DocType="SAP">aaa</DocName>
                    <Name>sub_no</Name>
                </ItemLink>
                <Comment>sub number</Comment>
            </PrimItem>
            <PrimItem Presentation="MANDATORY">
                <ItemLink>
                    <DocName DocType="SAP">aaa</DocName>
                    <Name>link_id</Name>
                </ItemLink>
                <Comment>Link_id</Comment>
            </PrimItem>
            <History>
                <Date Day="4" Month="12" Year="2002"/>
                <Author>SKA</Author>
                <Comment>Initial</Comment>
            </History>
        </Primitive>
        <Primitive>
            <Description>
                <Section>*No description found in source document*</Section>
            </Description>
            <PrimDef>
                <Name>AAA_DISCONNECT_RES</Name>
                <PrimID Direction="DOWNLINK" Number="6"/>
                <PrimUsage>
                    <Sender>AAA</Sender>
                    <Receiver>ACI</Receiver>
                </PrimUsage>
            </PrimDef>
            <PrimItem Presentation="MANDATORY">
                <ItemLink>
                    <DocName DocType="SAP">aaa</DocName>
                    <Name>port_number</Name>
                </ItemLink>
                <Comment>port number</Comment>
            </PrimItem>
            <PrimItem Presentation="MANDATORY">
                <ItemLink>
                    <DocName DocType="SAP">aaa</DocName>
                    <Name>sub_no</Name>
                </ItemLink>
                <Comment>sub number</Comment>
            </PrimItem>
            <History>
                <Date Day="4" Month="12" Year="2002"/>
                <Author>SKA</Author>
                <Comment>Initial</Comment>
            </History>
        </Primitive>
    </PrimitivesSection>
    <PrimBasicElementsSection>
        <Description>
            <Section>This section contains all basic elements that are defined for the AAA SAP</Section>
        </Description>
        <PrimBasicElem>
            <Description>
                <Section>The parameter identifies the initiator's location of AAA_CMD_REQ. The port number will be maintained as device number within the DTI Control Manager.</Section>
            </Description>
            <PrimBasicElemDef>
                <Name>port_number</Name>
                <Type>U8</Type>
                <Comment>port number</Comment>
            </PrimBasicElemDef>
            <History>
                <Date Day="18" Month="11" Year="2002"/>
                <Author>SKA</Author>
                <Comment>Initial</Comment>
            </History>
        </PrimBasicElem>
        <PrimBasicElem>
            <Description>
                <Section>The parameter identifies the length in byte of the command parameter in the AAA_CMD_REQ/IND primitives. A null termination of strings is not possible because in the compressed representation of commands the command parameter may contain non-ASCII characters.</Section>
            </Description>
            <PrimBasicElemDef>
                <Name>cmd_len</Name>
                <Type>U16</Type>
                <Comment>length of command</Comment>
            </PrimBasicElemDef>
            <History>
                <Date Day="18" Month="11" Year="2002"/>
                <Author>SKA</Author>
                <Comment>Initial</Comment>
            </History>
        </PrimBasicElem>
        <PrimBasicElem>
            <Description>
                <Section>If the command parameter is used in a AAA_CMD_REQ primitive it contains a non-empty sequence of AT commands. The command sequence contains a leading &quot;AT&quot; but not a trailing line termination e.g. CR/LF. The processing of each command may lead to one ore more AAA_PRES_IND primitives and to a final AAA_CMD_CNF. It is also possible, that the ACI sends unsolicited responses with AAA_URES_IND.The AT commands should be separated as described in GSM07.05. If the command parameter is used in a AAA_CMD_IND or AAA_CMD_CNF primitive it contains the results of the ACI like requested parameters or state indications.</Section>
            </Description>
            <PrimBasicElemDef>
                <Name>cmd_seq</Name>
                <Type>U8</Type>
                <Comment>command sequence</Comment>
            </PrimBasicElemDef>
            <History>
                <Date Day="18" Month="11" Year="2002"/>
                <Author>SKA</Author>
                <Comment>Initial</Comment>
            </History>
        </PrimBasicElem>
        <PrimBasicElem>
            <Description>
                <Section>The parameter is used to indicate the DTI number.</Section>
            </Description>
            <PrimBasicElemDef>
                <Name>dti_id</Name>
                <Type>U8</Type>
                <Comment>dti identifier</Comment>
            </PrimBasicElemDef>
            <History>
                <Date Day="18" Month="11" Year="2002"/>
                <Author>SKA</Author>
                <Comment>Initial</Comment>
            </History>
        </PrimBasicElem>
        <PrimBasicElem>
            <Description>
                <Section>The parameter identifies the length in byte of the command parameter in the AAA_CMD_CNF primitives. A null termination of strings is not possible because in the compressed representation of commands the command parameter may contain non-ASCII characters.</Section>
            </Description>
            <PrimBasicElemDef>
                <Name>result_len</Name>
                <Type>U16</Type>
                <Comment>length of result</Comment>
            </PrimBasicElemDef>
            <History>
                <Date Day="18" Month="11" Year="2002"/>
                <Author>SKA</Author>
                <Comment>Initial</Comment>
            </History>
        </PrimBasicElem>
        <PrimBasicElem>
            <Description>
                <Section>The command result is used in AAA_CMD_CNF primitive.</Section>
            </Description>
            <PrimBasicElemDef>
                <Name>cmd_result</Name>
                <Type>U8</Type>
                <Comment>command result</Comment>
            </PrimBasicElemDef>
            <History>
                <Date Day="18" Month="11" Year="2002"/>
                <Author>SKA</Author>
                <Comment>Initial</Comment>
            </History>
        </PrimBasicElem>
        <PrimBasicElem>
            <Description>
                <Section>The parameter is assigned with a value in respect of multiplexed sub channel.</Section>
            </Description>
            <PrimBasicElemDef>
                <Name>sub_no</Name>
                <Type>U8</Type>
                <Comment>instance with multiplexed ch</Comment>
            </PrimBasicElemDef>
            <History>
                <Date Day="4" Month="12" Year="2002"/>
                <Author>SKA</Author>
                <Comment>Initial</Comment>
            </History>
        </PrimBasicElem>
        <PrimBasicElem>
            <Description>
                <Section>The parameter is used to inform about the capability of a device. There are defines in dti.h for DTI_CPBLTY_SER, DTI_CPBLTY_PKT and DTI_CPBLTY_CMD.</Section>
            </Description>
            <PrimBasicElemDef>
                <Name>capability</Name>
                <Type>U8</Type>
                <Comment>capability of device</Comment>
            </PrimBasicElemDef>
            <History>
                <Date Day="4" Month="12" Year="2002"/>
                <Author>SKA</Author>
                <Comment>Initial</Comment>
            </History>
        </PrimBasicElem>
        <PrimBasicElem>
            <Description>
                <Section>The parameter is assigned the name of an entity.</Section>
            </Description>
            <PrimBasicElemDef>
                <Name>entity_name</Name>
                <Type>U8</Type>
                <Comment>Name of entity</Comment>
            </PrimBasicElemDef>
            <History>
                <Date Day="4" Month="12" Year="2002"/>
                <Author>SKA</Author>
                <Comment>Initial</Comment>
            </History>
        </PrimBasicElem>
        <PrimBasicElem>
            <Description>
                <Section>The parameter is assigned with link id.</Section>
            </Description>
            <PrimBasicElemDef>
                <Name>link_id</Name>
                <Type>U32</Type>
                <Comment>Link_id</Comment>
            </PrimBasicElemDef>
            <History>
                <Date Day="4" Month="12" Year="2002"/>
                <Author>SKA</Author>
                <Comment>Initial</Comment>
            </History>
        </PrimBasicElem>
    </PrimBasicElementsSection>
</SAP>