hash
stringlengths 32
32
| doc_id
stringlengths 7
13
| section
stringlengths 3
121
| content
stringlengths 0
3.58M
|
---|---|---|---|
7414f677a905545eac249adee0799b3f
|
188 005-3
|
1 Scope
|
The present document identifies an XML schema definition for the manageable resources in the NGN Transport and Service Layers. The present document is related to TS 188 005-2 [2].
|
7414f677a905545eac249adee0799b3f
|
188 005-3
|
2 References
|
References are either specific (identified by date of publication and/or edition number or version number) or non-specific. • For a specific reference, subsequent revisions do not apply. • Non-specific reference may be made only to a complete document or a part thereof and only in the following cases: - if it is accepted that it will be possible to use all future changes of the referenced document for the purposes of the referring document; - for informative references. Referenced documents which are not found to be publicly available in the expected location might be found at http://docbox.etsi.org/Reference. For online referenced documents, information sufficient to identify and locate the source shall be provided. Preferably, the primary source of the referenced document should be cited, in order to ensure traceability. Furthermore, the reference should, as far as possible, remain valid for the expected life of the document. The reference shall include the method of access to the referenced document and the full network address, with the same punctuation and use of upper case and lower case letters. NOTE: While any hyperlinks included in this clause were valid at the time of publication ETSI cannot guarantee their long term validity.
|
7414f677a905545eac249adee0799b3f
|
188 005-3
|
2.1 Normative references
|
The following referenced documents are indispensable for the application of the present document. For dated references, only the edition cited applies. For non-specific references, the latest edition of the referenced document (including any amendments) applies. [1] ETSI TS 188 005-1: "Telecommunications and Internet converged Services and Protocols for Advanced Networking (TISPAN); NGN Management; Network Resource Model (NRM); Part 1: Requirements". [2] ETSI TS 188 005-2: "Telecommunications and Internet converged Services and Protocols for Advanced Networking (TISPAN); Network and Service Management; Network Resource Model; Part 2: Information Service".
|
7414f677a905545eac249adee0799b3f
|
188 005-3
|
2.2 Informative references
|
Not applicable. ETSI ETSI TS 188 005-3 V2.0.0 (2008-03) 6
|
7414f677a905545eac249adee0799b3f
|
188 005-3
|
3 Abbreviations
|
For the purposes of the present document, the following abbreviations apply: IMS IP Multimedia Subsystem IS Information Service NRM Network Resource Model XML eXtensible Markup Language
|
7414f677a905545eac249adee0799b3f
|
188 005-3
|
4 Structure and content of XML files
|
Annex A of the present document defines the NRM-specific XML schema ( ngnNrm.xsd ) for the NGN Network Resource Model (NRM) defined in TS 188 005-2 [2]. XML schema ngnNrm.xsd explicitly declares NRM-specific XML element types for the related NRM. ETSI ETSI TS 188 005-3 V2.0.0 (2008-03) 7 Annex A (normative): Configuration data file NRM-specific XML schema (file name "ngnNrm.xsd") The following XML schema ngnNrm.xsd is the NRM-specific schema for the NGN NRM IRP IS defined in TS 188 005-2 [2] and is contained in archive ts_18800503v020000p0.zip which accompanies the present document.: <?xml version="1.0" encoding="UTF-8"?> <!-- ETSI TS 188 005-3 TISPAN NRM XML schema definition ngnNrm.xsd --> <schema targetNamespace="http://uri.etsi.org/ngn/management/nrm/xml/v2#ngnNrm" elementFormDefault="qualified" attributeFormDefault="unqualified" xmlns="http://www.w3.org/2001/XMLSchema" xmlns:xn="http://www.3gpp.org/ftp/specs/archive/32_series/32.625#genericNrm" xmlns:ng="http://uri.etsi.org/ngn/management/nrm/xml/v2#ngnNrm" > <import namespace="http://www.3gpp.org/ftp/specs/archive/32_series/32.625#genericNrm"/> <!--NGN NRM IS class associated XML elements --> <element name="AgcfFunction" substitutionGroup="xn:ManagedElementOptionallyContainedNrmClass" > <complexType> <complexContent> <extension base="xn:NrmClass"> <sequence> <element name="attributes" minOccurs="0"> <complexType> <all> <element name="userLabel" type="string" minOccurs="0"/> <element name="linkList" type="xn:linkListType" minOccurs="0"/> </all> </complexType> </element> <choice minOccurs="0" maxOccurs="unbounded"> <element ref="ng:AgcfFunctionOptionallyContainedNrmClass"/> <element ref="xn:VsDataContainer"/> </choice> </sequence> </extension> </complexContent> </complexType> </element> <element name="AmfFunction" substitutionGroup="xn:ManagedElementOptionallyContainedNrmClass" > <complexType> <complexContent> <extension base="xn:NrmClass"> <sequence> <element name="attributes" minOccurs="0"> <complexType> <all> <element name="userLabel" type="string" minOccurs="0"/> <element name="linkList" type="xn:linkListType" minOccurs="0"/> </all> </complexType> </element> <choice minOccurs="0" maxOccurs="unbounded"> <element ref="ng:AmfFunctionOptionallyContainedNrmClass"/> ETSI ETSI TS 188 005-3 V2.0.0 (2008-03) 8 <element ref="xn:VsDataContainer"/> </choice> </sequence> </extension> </complexContent> </complexType> </element> <element name="AmgfFunction" substitutionGroup="xn:ManagedElementOptionallyContainedNrmClass" > <complexType> <complexContent> <extension base="xn:NrmClass"> <sequence> <element name="attributes" minOccurs="0"> <complexType> <all> <element name="userLabel" type="string" minOccurs="0"/> </all> </complexType> </element> <choice minOccurs="0" maxOccurs="unbounded"> <element ref="ng:AmgfFunctionOptionallyContainedNrmClass"/> <element ref="xn:VsDataContainer"/> </choice> </sequence> </extension> </complexContent> </complexType> </element> <element name="AracfFunction" substitutionGroup="xn:ManagedElementOptionallyContainedNrmClass" > <complexType> <complexContent> <extension base="xn:NrmClass"> <sequence> <element name="attributes" minOccurs="0"> <complexType> <all> <element name="userLabel" type="string" minOccurs="0"/> <element name="linkList" type="xn:linkListType" minOccurs="0"/> </all> </complexType> </element> <choice minOccurs="0" maxOccurs="unbounded"> <element ref="ng:AracfFunctionOptionallyContainedNrmClass"/> <element ref="xn:VsDataContainer"/> </choice> </sequence> </extension> </complexContent> </complexType> </element> <element name="ArfFunction" substitutionGroup="xn:ManagedElementOptionallyContainedNrmClass" > <complexType> <complexContent> <extension base="xn:NrmClass"> <sequence> <element name="attributes" minOccurs="0"> <complexType> <all> <element name="userLabel" type="string" minOccurs="0"/> </all> </complexType> </element> <choice minOccurs="0" maxOccurs="unbounded"> <element ref="ng:ArfFunctionOptionallyContainedNrmClass"/> <element ref="xn:VsDataContainer"/> </choice> ETSI ETSI TS 188 005-3 V2.0.0 (2008-03) 9 </sequence> </extension> </complexContent> </complexType> </element> <element name="Asf1Function" substitutionGroup="xn:ManagedElementOptionallyContainedNrmClass" > <complexType> <complexContent> <extension base="xn:NrmClass"> <sequence> <element name="attributes" minOccurs="0"> <complexType> <all> <element name="userLabel" type="string" minOccurs="0"/> </all> </complexType> </element> <choice minOccurs="0" maxOccurs="unbounded"> <element ref="ng:Asf1FunctionOptionallyContainedNrmClass"/> <element ref="xn:VsDataContainer"/> </choice> </sequence> </extension> </complexContent> </complexType> </element> <element name="BgfFunction" substitutionGroup="xn:ManagedElementOptionallyContainedNrmClass" > <complexType> <complexContent> <extension base="xn:NrmClass"> <sequence> <element name="attributes" minOccurs="0"> <complexType> <all> <element name="userLabel" type="string" minOccurs="0"/> <element name="linkList" type="xn:linkListType" minOccurs="0"/> </all> </complexType> </element> <choice minOccurs="0" maxOccurs="unbounded"> <element ref="ng:BgfFunctionOptionallyContainedNrmClass"/> <element ref="xn:VsDataContainer"/> </choice> </sequence> </extension> </complexContent> </complexType> </element> <element name="CbgfFunction" substitutionGroup="xn:ManagedElementOptionallyContainedNrmClass" > <complexType> <complexContent> <extension base="xn:NrmClass"> <sequence> <element name="attributes" minOccurs="0"> <complexType> <all> <element name="userLabel" type="string" minOccurs="0"/> </all> </complexType> </element> <choice minOccurs="0" maxOccurs="unbounded"> <element ref="ng:CbgfFunctionOptionallyContainedNrmClass"/> <element ref="xn:VsDataContainer"/> </choice> </sequence> </extension> ETSI ETSI TS 188 005-3 V2.0.0 (2008-03) 10 </complexContent> </complexType> </element> <element name="ClfFunction" substitutionGroup="xn:ManagedElementOptionallyContainedNrmClass" > <complexType> <complexContent> <extension base="xn:NrmClass"> <sequence> <element name="attributes" minOccurs="0"> <complexType> <all> <element name="userLabel" type="string" minOccurs="0"/> <element name="linkList" type="xn:linkListType" minOccurs="0"/> </all> </complexType> </element> <choice minOccurs="0" maxOccurs="unbounded"> <element ref="ng:ClfFunctionOptionallyContainedNrmClass"/> <element ref="xn:VsDataContainer"/> </choice> </sequence> </extension> </complexContent> </complexType> </element> <element name="CngcfFunction" substitutionGroup="xn:ManagedElementOptionallyContainedNrmClass" > <complexType> <complexContent> <extension base="xn:NrmClass"> <sequence> <element name="attributes" minOccurs="0"> <complexType> <all> <element name="userLabel" type="string" minOccurs="0"/> </all> </complexType> </element> <choice minOccurs="0" maxOccurs="unbounded"> <element ref="ng:CngcfFunctionOptionallyContainedNrmClass"/> <element ref="xn:VsDataContainer"/> </choice> </sequence> </extension> </complexContent> </complexType> </element> <element name="IbcfFunction" substitutionGroup="xn:ManagedElementOptionallyContainedNrmClass" > <complexType> <complexContent> <extension base="xn:NrmClass"> <sequence> <element name="attributes" minOccurs="0"> <complexType> <all> <element name="userLabel" type="string" minOccurs="0"/> </all> </complexType> </element> <choice minOccurs="0" maxOccurs="unbounded"> <element ref="ng:IbcfFunctionOptionallyContainedNrmClass"/> <element ref="xn:VsDataContainer"/> </choice> </sequence> </extension> </complexContent> </complexType> ETSI ETSI TS 188 005-3 V2.0.0 (2008-03) 11 </element> <element name="IbgfFunction" substitutionGroup="xn:ManagedElementOptionallyContainedNrmClass" > <complexType> <complexContent> <extension base="xn:NrmClass"> <sequence> <element name="attributes" minOccurs="0"> <complexType> <all> <element name="userLabel" type="string" minOccurs="0"/> </all> </complexType> </element> <choice minOccurs="0" maxOccurs="unbounded"> <element ref="ng:IbgfFunctionOptionallyContainedNrmClass"/> <element ref="xn:VsDataContainer"/> </choice> </sequence> </extension> </complexContent> </complexType> </element> <element name="InapImSsfAsFunction" substitutionGroup="xn:ManagedElementOptionallyContainedNrmClass" > <complexType> <complexContent> <extension base="xn:NrmClass"> <sequence> <element name="attributes" minOccurs="0"> <complexType> <all> <element name="userLabel" type="string" minOccurs="0"/> <element name="linkList" type="xn:linkListType" minOccurs="0"/> </all> </complexType> </element> <choice minOccurs="0" maxOccurs="unbounded"> <element ref="ng:InapImSsfAsFunctionOptionallyContainedNrmClass"/> <element ref="xn:VsDataContainer"/> </choice> </sequence> </extension> </complexContent> </complexType> </element> <element name="NgnIwfFunction" substitutionGroup="xn:ManagedElementOptionallyContainedNrmClass" > <complexType> <complexContent> <extension base="xn:NrmClass"> <sequence> <element name="attributes" minOccurs="0"> <complexType> <all> <element name="userLabel" type="string" minOccurs="0"/> </all> </complexType> </element> <choice minOccurs="0" maxOccurs="unbounded"> <element ref="ng:NgnIwfFunctionOptionallyContainedNrmClass"/> <element ref="xn:VsDataContainer"/> </choice> </sequence> </extension> </complexContent> </complexType> </element> ETSI ETSI TS 188 005-3 V2.0.0 (2008-03) 12 <element name="MgfFunction" substitutionGroup="xn:ManagedElementOptionallyContainedNrmClass" > <complexType> <complexContent> <extension base="xn:NrmClass"> <sequence> <element name="attributes" minOccurs="0"> <complexType> <all> <element name="userLabel" type="string" minOccurs="0"/> <element name="linkList" type="xn:linkListType" minOccurs="0"/> </all> </complexType> </element> <choice minOccurs="0" maxOccurs="unbounded"> <element ref="ng:MgfFunctionOptionallyContainedNrmClass"/> <element ref="xn:VsDataContainer"/> </choice> </sequence> </extension> </complexContent> </complexType> </element> <element name="NacfFunction" substitutionGroup="xn:ManagedElementOptionallyContainedNrmClass" > <complexType> <complexContent> <extension base="xn:NrmClass"> <sequence> <element name="attributes" minOccurs="0"> <complexType> <all> <element name="userLabel" type="string" minOccurs="0"/> <element name="linkList" type="xn:linkListType" minOccurs="0"/> </all> </complexType> </element> <choice minOccurs="0" maxOccurs="unbounded"> <element ref="ng:NacfFunctionOptionallyContainedNrmClass"/> <element ref="xn:VsDataContainer"/> </choice> </sequence> </extension> </complexContent> </complexType> </element> <element name="PdbfFunction" substitutionGroup="xn:ManagedElementOptionallyContainedNrmClass" > <complexType> <complexContent> <extension base="xn:NrmClass"> <sequence> <element name="attributes" minOccurs="0"> <complexType> <all> <element name="userLabel" type="string" minOccurs="0"/> <element name="linkList" type="xn:linkListType" minOccurs="0"/> </all> </complexType> </element> <choice minOccurs="0" maxOccurs="unbounded"> <element ref="ng:PdbfFunctionOptionallyContainedNrmClass"/> <element ref="xn:VsDataContainer"/> </choice> </sequence> </extension> </complexContent> </complexType> </element> ETSI ETSI TS 188 005-3 V2.0.0 (2008-03) 13 <element name="RcefFunction" substitutionGroup="xn:ManagedElementOptionallyContainedNrmClass" > <complexType> <complexContent> <extension base="xn:NrmClass"> <sequence> <element name="attributes" minOccurs="0"> <complexType> <all> <element name="userLabel" type="string" minOccurs="0"/> <element name="linkList" type="xn:linkListType" minOccurs="0"/> </all> </complexType> </element> <choice minOccurs="0" maxOccurs="unbounded"> <element ref="ng:RcefFunctionOptionallyContainedNrmClass"/> <element ref="xn:VsDataContainer"/> </choice> </sequence> </extension> </complexContent> </complexType> </element> <element name="SgfFunction" substitutionGroup="xn:ManagedElementOptionallyContainedNrmClass" > <complexType> <complexContent> <extension base="xn:NrmClass"> <sequence> <element name="attributes" minOccurs="0"> <complexType> <all> <element name="userLabel" type="string" minOccurs="0"/> </all> </complexType> </element> <choice minOccurs="0" maxOccurs="unbounded"> <element ref="ng:SgfFunctionOptionallyContainedNrmClass"/> <element ref="xn:VsDataContainer"/> </choice> </sequence> </extension> </complexContent> </complexType> </element> <element name="SpdfFunction" substitutionGroup="xn:ManagedElementOptionallyContainedNrmClass" > <complexType> <complexContent> <extension base="xn:NrmClass"> <sequence> <element name="attributes" minOccurs="0"> <complexType> <all> <element name="userLabel" type="string" minOccurs="0"/> <element name="linkList" type="xn:linkListType" minOccurs="0"/> </all> </complexType> </element> <choice minOccurs="0" maxOccurs="unbounded"> <element ref="ng:SpdfFunctionOptionallyContainedNrmClass"/> <element ref="xn:VsDataContainer"/> </choice> </sequence> </extension> </complexContent> </complexType> </element> <element ETSI ETSI TS 188 005-3 V2.0.0 (2008-03) 14 name="TmgfFunction" substitutionGroup="xn:ManagedElementOptionallyContainedNrmClass" > <complexType> <complexContent> <extension base="xn:NrmClass"> <sequence> <element name="attributes" minOccurs="0"> <complexType> <all> <element name="userLabel" type="string" minOccurs="0"/> </all> </complexType> </element> <choice minOccurs="0" maxOccurs="unbounded"> <element ref="ng:TmgfFunctionOptionallyContainedNrmClass"/> <element ref="xn:VsDataContainer"/> </choice> </sequence> </extension> </complexContent> </complexType> </element> <element name="UaafFunction" substitutionGroup="xn:ManagedElementOptionallyContainedNrmClass" > <complexType> <complexContent> <extension base="xn:NrmClass"> <sequence> <element name="attributes" minOccurs="0"> <complexType> <all> <element name="userLabel" type="string" minOccurs="0"/> <element name="linkList" type="xn:linkListType" minOccurs="0"/> </all> </complexType> </element> <choice minOccurs="0" maxOccurs="unbounded"> <element ref="ng:UaafFunctionOptionallyContainedNrmClass"/> <element ref="xn:VsDataContainer"/> </choice> </sequence> </extension> </complexContent> </complexType> </element> <element name="UpsfFunction" substitutionGroup="xn:ManagedElementOptionallyContainedNrmClass" > <complexType> <complexContent> <extension base="xn:NrmClass"> <sequence> <element name="attributes" minOccurs="0"> <complexType> <all> <element name="userLabel" type="string" minOccurs="0"/> <element name="linkList" type="xn:linkListType" minOccurs="0"/> </all> </complexType> </element> <choice minOccurs="0" maxOccurs="unbounded"> <element ref="ng:UpsfFunctionOptionallyContainedNrmClass"/> <element ref="xn:VsDataContainer"/> </choice> </sequence> </extension> </complexContent> </complexType> </element> <element name="Link_Agcf_Cscf" substitutionGroup="xn:SubNetworkOptionallyContainedNrmClass" ETSI ETSI TS 188 005-3 V2.0.0 (2008-03) 15 > <complexType> <complexContent> <extension base="xn:NrmClass"> <sequence> <element name="attributes" minOccurs="0"> <complexType> <all> <element name="aEnd" type="xn:dn" minOccurs="0"/> <element name="linkType" type="xn:linkType" minOccurs="0"/> <element name="protocolName" type="string" minOccurs="0"/> <element name="protocolVersion" type="string" minOccurs="0"/> <element name="userLabel" type="string" minOccurs="0"/> <element name="zEnd" type="xn:dn" minOccurs="0"/> </all> </complexType> </element> <choice minOccurs="0" maxOccurs="unbounded"> <element ref="ng:Link_Agcf_CscfOptionallyContainedNrmClass"/> <element ref="xn:VsDataContainer"/> </choice> </sequence> </extension> </complexContent> </complexType> </element> <element name="Link_Agcf_Icscf" substitutionGroup="xn:SubNetworkOptionallyContainedNrmClass" > <complexType> <complexContent> <extension base="xn:NrmClass"> <sequence> <element name="attributes" minOccurs="0"> <complexType> <all> <element name="aEnd" type="xn:dn" minOccurs="0"/> <element name="linkType" type="xn:linkType" minOccurs="0"/> <element name="protocolName" type="string" minOccurs="0"/> <element name="protocolVersion" type="string" minOccurs="0"/> <element name="userLabel" type="string" minOccurs="0"/> <element name="zEnd" type="xn:dn" minOccurs="0"/> </all> </complexType> </element> <choice minOccurs="0" maxOccurs="unbounded"> <element ref="ng:Link_Agcf_IcscfOptionallyContainedNrmClass"/> <element ref="xn:VsDataContainer"/> </choice> </sequence> </extension> </complexContent> </complexType> </element> <element name="Link_Agcf_Mgf" substitutionGroup="xn:SubNetworkOptionallyContainedNrmClass" > <complexType> <complexContent> <extension base="xn:NrmClass"> <sequence> <element name="attributes" minOccurs="0"> <complexType> <all> <element name="aEnd" type="xn:dn" minOccurs="0"/> <element name="linkType" type="xn:linkType" minOccurs="0"/> <element name="protocolName" type="string" minOccurs="0"/> <element name="protocolVersion" type="string" minOccurs="0"/> <element name="userLabel" type="string" minOccurs="0"/> <element name="zEnd" type="xn:dn" minOccurs="0"/> </all> </complexType> </element> <choice minOccurs="0" maxOccurs="unbounded"> <element ref="ng:Link_Agcf_MgfOptionallyContainedNrmClass"/> <element ref="xn:VsDataContainer"/> ETSI ETSI TS 188 005-3 V2.0.0 (2008-03) 16 </choice> </sequence> </extension> </complexContent> </complexType> </element> <element name="Link_Agcf_Scscf" substitutionGroup="xn:SubNetworkOptionallyContainedNrmClass" > <complexType> <complexContent> <extension base="xn:NrmClass"> <sequence> <element name="attributes" minOccurs="0"> <complexType> <all> <element name="aEnd" type="xn:dn" minOccurs="0"/> <element name="linkType" type="xn:linkType" minOccurs="0"/> <element name="protocolName" type="string" minOccurs="0"/> <element name="protocolVersion" type="string" minOccurs="0"/> <element name="userLabel" type="string" minOccurs="0"/> <element name="zEnd" type="xn:dn" minOccurs="0"/> </all> </complexType> </element> <choice minOccurs="0" maxOccurs="unbounded"> <element ref="ng:Link_Agcf_ScscfOptionallyContainedNrmClass"/> <element ref="xn:VsDataContainer"/> </choice> </sequence> </extension> </complexContent> </complexType> </element> <element name="Link_Agcf_Spdf" substitutionGroup="xn:SubNetworkOptionallyContainedNrmClass" > <complexType> <complexContent> <extension base="xn:NrmClass"> <sequence> <element name="attributes" minOccurs="0"> <complexType> <all> <element name="aEnd" type="xn:dn" minOccurs="0"/> <element name="linkType" type="xn:linkType" minOccurs="0"/> <element name="protocolName" type="string" minOccurs="0"/> <element name="protocolVersion" type="string" minOccurs="0"/> <element name="userLabel" type="string" minOccurs="0"/> <element name="zEnd" type="xn:dn" minOccurs="0"/> </all> </complexType> </element> <choice minOccurs="0" maxOccurs="unbounded"> <element ref="ng:Link_Agcf_SpdfOptionallyContainedNrmClass"/> <element ref="xn:VsDataContainer"/> </choice> </sequence> </extension> </complexContent> </complexType> </element> <element name="Link_Amf_Nacf" substitutionGroup="xn:SubNetworkOptionallyContainedNrmClass" > <complexType> <complexContent> <extension base="xn:NrmClass"> <sequence> <element name="attributes" minOccurs="0"> <complexType> <all> <element name="aEnd" type="xn:dn" minOccurs="0"/> <element name="linkType" type="xn:linkType" minOccurs="0"/> <element name="protocolName" type="string" minOccurs="0"/> ETSI ETSI TS 188 005-3 V2.0.0 (2008-03) 17 <element name="protocolVersion" type="string" minOccurs="0"/> <element name="userLabel" type="string" minOccurs="0"/> <element name="zEnd" type="xn:dn" minOccurs="0"/> </all> </complexType> </element> <choice minOccurs="0" maxOccurs="unbounded"> <element ref="ng:Link_Amf_NacfOptionallyContainedNrmClass"/> <element ref="xn:VsDataContainer"/> </choice> </sequence> </extension> </complexContent> </complexType> </element> <element name="Link_Amf_Uaaf" substitutionGroup="xn:SubNetworkOptionallyContainedNrmClass" > <complexType> <complexContent> <extension base="xn:NrmClass"> <sequence> <element name="attributes" minOccurs="0"> <complexType> <all> <element name="aEnd" type="xn:dn" minOccurs="0"/> <element name="linkType" type="xn:linkType" minOccurs="0"/> <element name="protocolName" type="string" minOccurs="0"/> <element name="protocolVersion" type="string" minOccurs="0"/> <element name="userLabel" type="string" minOccurs="0"/> <element name="zEnd" type="xn:dn" minOccurs="0"/> </all> </complexType> </element> <choice minOccurs="0" maxOccurs="unbounded"> <element ref="ng:Link_Amf_UaafOptionallyContainedNrmClass"/> <element ref="xn:VsDataContainer"/> </choice> </sequence> </extension> </complexContent> </complexType> </element> <element name="Link_Aracf_Clf" substitutionGroup="xn:SubNetworkOptionallyContainedNrmClass" > <complexType> <complexContent> <extension base="xn:NrmClass"> <sequence> <element name="attributes" minOccurs="0"> <complexType> <all> <element name="aEnd" type="xn:dn" minOccurs="0"/> <element name="linkType" type="xn:linkType" minOccurs="0"/> <element name="protocolName" type="string" minOccurs="0"/> <element name="protocolVersion" type="string" minOccurs="0"/> <element name="userLabel" type="string" minOccurs="0"/> <element name="zEnd" type="xn:dn" minOccurs="0"/> </all> </complexType> </element> <choice minOccurs="0" maxOccurs="unbounded"> <element ref="ng:Link_Aracf_ClfOptionallyContainedNrmClass"/> <element ref="xn:VsDataContainer"/> </choice> </sequence> </extension> </complexContent> </complexType> </element> <element name="Link_Aracf_Rcef" substitutionGroup="xn:SubNetworkOptionallyContainedNrmClass" > <complexType> ETSI ETSI TS 188 005-3 V2.0.0 (2008-03) 18 <complexContent> <extension base="xn:NrmClass"> <sequence> <element name="attributes" minOccurs="0"> <complexType> <all> <element name="aEnd" type="xn:dn" minOccurs="0"/> <element name="linkType" type="xn:linkType" minOccurs="0"/> <element name="protocolName" type="string" minOccurs="0"/> <element name="protocolVersion" type="string" minOccurs="0"/> <element name="userLabel" type="string" minOccurs="0"/> <element name="zEnd" type="xn:dn" minOccurs="0"/> </all> </complexType> </element> <choice minOccurs="0" maxOccurs="unbounded"> <element ref="ng:Link_Aracf_RcefOptionallyContainedNrmClass"/> <element ref="xn:VsDataContainer"/> </choice> </sequence> </extension> </complexContent> </complexType> </element> <element name="Link_Aracf_Spdf" substitutionGroup="xn:SubNetworkOptionallyContainedNrmClass" > <complexType> <complexContent> <extension base="xn:NrmClass"> <sequence> <element name="attributes" minOccurs="0"> <complexType> <all> <element name="aEnd" type="xn:dn" minOccurs="0"/> <element name="linkType" type="xn:linkType" minOccurs="0"/> <element name="protocolName" type="string" minOccurs="0"/> <element name="protocolVersion" type="string" minOccurs="0"/> <element name="userLabel" type="string" minOccurs="0"/> <element name="zEnd" type="xn:dn" minOccurs="0"/> </all> </complexType> </element> <choice minOccurs="0" maxOccurs="unbounded"> <element ref="ng:Link_Aracf_SpdfOptionallyContainedNrmClass"/> <element ref="xn:VsDataContainer"/> </choice> </sequence> </extension> </complexContent> </complexType> </element> <element name="Link_Bgf_Spdf" substitutionGroup="xn:SubNetworkOptionallyContainedNrmClass" > <complexType> <complexContent> <extension base="xn:NrmClass"> <sequence> <element name="attributes" minOccurs="0"> <complexType> <all> <element name="aEnd" type="xn:dn" minOccurs="0"/> <element name="linkType" type="xn:linkType" minOccurs="0"/> <element name="protocolName" type="string" minOccurs="0"/> <element name="protocolVersion" type="string" minOccurs="0"/> <element name="userLabel" type="string" minOccurs="0"/> <element name="zEnd" type="xn:dn" minOccurs="0"/> </all> </complexType> </element> <choice minOccurs="0" maxOccurs="unbounded"> <element ref="ng:Link_Bgf_SpdfOptionallyContainedNrmClass"/> <element ref="xn:VsDataContainer"/> </choice> </sequence> ETSI ETSI TS 188 005-3 V2.0.0 (2008-03) 19 </extension> </complexContent> </complexType> </element> <element name="Link_CamelImSsfAs_Upsf" substitutionGroup="xn:SubNetworkOptionallyContainedNrmClass" > <complexType> <complexContent> <extension base="xn:NrmClass"> <sequence> <element name="attributes" minOccurs="0"> <complexType> <all> <element name="aEnd" type="xn:dn" minOccurs="0"/> <element name="linkType" type="xn:linkType" minOccurs="0"/> <element name="protocolName" type="string" minOccurs="0"/> <element name="protocolVersion" type="string" minOccurs="0"/> <element name="userLabel" type="string" minOccurs="0"/> <element name="zEnd" type="xn:dn" minOccurs="0"/> </all> </complexType> </element> <choice minOccurs="0" maxOccurs="unbounded"> <element ref="ng:Link_CamelImSsfAs_UpsfOptionallyContainedNrmClass"/> <element ref="xn:VsDataContainer"/> </choice> </sequence> </extension> </complexContent> </complexType> </element> <element name="Link_Clf_Clf" substitutionGroup="xn:SubNetworkOptionallyContainedNrmClass" > <complexType> <complexContent> <extension base="xn:NrmClass"> <sequence> <element name="attributes" minOccurs="0"> <complexType> <all> <element name="aEnd" type="xn:dn" minOccurs="0"/> <element name="linkType" type="xn:linkType" minOccurs="0"/> <element name="protocolName" type="string" minOccurs="0"/> <element name="protocolVersion" type="string" minOccurs="0"/> <element name="userLabel" type="string" minOccurs="0"/> <element name="zEnd" type="xn:dn" minOccurs="0"/> </all> </complexType> </element> <choice minOccurs="0" maxOccurs="unbounded"> <element ref="ng:Link_Clf_ClfOptionallyContainedNrmClass"/> <element ref="xn:VsDataContainer"/> </choice> </sequence> </extension> </complexContent> </complexType> </element> <element name="Link_Clf_Nacf" substitutionGroup="xn:SubNetworkOptionallyContainedNrmClass" > <complexType> <complexContent> <extension base="xn:NrmClass"> <sequence> <element name="attributes" minOccurs="0"> <complexType> <all> <element name="aEnd" type="xn:dn" minOccurs="0"/> <element name="linkType" type="xn:linkType" minOccurs="0"/> <element name="protocolName" type="string" minOccurs="0"/> <element name="protocolVersion" type="string" minOccurs="0"/> <element name="userLabel" type="string" minOccurs="0"/> ETSI ETSI TS 188 005-3 V2.0.0 (2008-03) 20 <element name="zEnd" type="xn:dn" minOccurs="0"/> </all> </complexType> </element> <choice minOccurs="0" maxOccurs="unbounded"> <element ref="ng:Link_Clf_NacfOptionallyContainedNrmClass"/> <element ref="xn:VsDataContainer"/> </choice> </sequence> </extension> </complexContent> </complexType> </element> <element name="Link_Clf_Pcscf" substitutionGroup="xn:SubNetworkOptionallyContainedNrmClass" > <complexType> <complexContent> <extension base="xn:NrmClass"> <sequence> <element name="attributes" minOccurs="0"> <complexType> <all> <element name="aEnd" type="xn:dn" minOccurs="0"/> <element name="linkType" type="xn:linkType" minOccurs="0"/> <element name="protocolName" type="string" minOccurs="0"/> <element name="protocolVersion" type="string" minOccurs="0"/> <element name="userLabel" type="string" minOccurs="0"/> <element name="zEnd" type="xn:dn" minOccurs="0"/> </all> </complexType> </element> <choice minOccurs="0" maxOccurs="unbounded"> <element ref="ng:Link_Clf_PcscfOptionallyContainedNrmClass"/> <element ref="xn:VsDataContainer"/> </choice> </sequence> </extension> </complexContent> </complexType> </element> <element name="Link_Clf_Uaaf" substitutionGroup="xn:SubNetworkOptionallyContainedNrmClass" > <complexType> <complexContent> <extension base="xn:NrmClass"> <sequence> <element name="attributes" minOccurs="0"> <complexType> <all> <element name="aEnd" type="xn:dn" minOccurs="0"/> <element name="linkType" type="xn:linkType" minOccurs="0"/> <element name="protocolName" type="string" minOccurs="0"/> <element name="protocolVersion" type="string" minOccurs="0"/> <element name="userLabel" type="string" minOccurs="0"/> <element name="zEnd" type="xn:dn" minOccurs="0"/> </all> </complexType> </element> <choice minOccurs="0" maxOccurs="unbounded"> <element ref="ng:Link_Clf_UaafOptionallyContainedNrmClass"/> <element ref="xn:VsDataContainer"/> </choice> </sequence> </extension> </complexContent> </complexType> </element> <element name="Link_OsaScsAs_Upsf" substitutionGroup="xn:SubNetworkOptionallyContainedNrmClass" > <complexType> <complexContent> <extension base="xn:NrmClass"> ETSI ETSI TS 188 005-3 V2.0.0 (2008-03) 21 <sequence> <element name="attributes" minOccurs="0"> <complexType> <all> <element name="aEnd" type="xn:dn" minOccurs="0"/> <element name="linkType" type="xn:linkType" minOccurs="0"/> <element name="protocolName" type="string" minOccurs="0"/> <element name="protocolVersion" type="string" minOccurs="0"/> <element name="userLabel" type="string" minOccurs="0"/> <element name="zEnd" type="xn:dn" minOccurs="0"/> </all> </complexType> </element> <choice minOccurs="0" maxOccurs="unbounded"> <element ref="ng:Link_OsaScsAs_UpsfOptionallyContainedNrmClass"/> <element ref="xn:VsDataContainer"/> </choice> </sequence> </extension> </complexContent> </complexType> </element> <element name="Link_Pcscf_Spdf" substitutionGroup="xn:SubNetworkOptionallyContainedNrmClass" > <complexType> <complexContent> <extension base="xn:NrmClass"> <sequence> <element name="attributes" minOccurs="0"> <complexType> <all> <element name="aEnd" type="xn:dn" minOccurs="0"/> <element name="linkType" type="xn:linkType" minOccurs="0"/> <element name="protocolName" type="string" minOccurs="0"/> <element name="protocolVersion" type="string" minOccurs="0"/> <element name="userLabel" type="string" minOccurs="0"/> <element name="zEnd" type="xn:dn" minOccurs="0"/> </all> </complexType> </element> <choice minOccurs="0" maxOccurs="unbounded"> <element ref="ng:Link_Pcscf_SpdfOptionallyContainedNrmClass"/> <element ref="xn:VsDataContainer"/> </choice> </sequence> </extension> </complexContent> </complexType> </element> <element name="Link_Pdbf_Uaaf" substitutionGroup="xn:SubNetworkOptionallyContainedNrmClass" > <complexType> <complexContent> <extension base="xn:NrmClass"> <sequence> <element name="attributes" minOccurs="0"> <complexType> <all> <element name="aEnd" type="xn:dn" minOccurs="0"/> <element name="linkType" type="xn:linkType" minOccurs="0"/> <element name="protocolName" type="string" minOccurs="0"/> <element name="protocolVersion" type="string" minOccurs="0"/> <element name="userLabel" type="string" minOccurs="0"/> <element name="zEnd" type="xn:dn" minOccurs="0"/> </all> </complexType> </element> <choice minOccurs="0" maxOccurs="unbounded"> <element ref="ng:Link_Pdbf_UaafOptionallyContainedNrmClass"/> <element ref="xn:VsDataContainer"/> </choice> </sequence> </extension> </complexContent> ETSI ETSI TS 188 005-3 V2.0.0 (2008-03) 22 </complexType> </element> <element name="Link_SipAs_Upsf" substitutionGroup="xn:SubNetworkOptionallyContainedNrmClass" > <complexType> <complexContent> <extension base="xn:NrmClass"> <sequence> <element name="attributes" minOccurs="0"> <complexType> <all> <element name="aEnd" type="xn:dn" minOccurs="0"/> <element name="linkType" type="xn:linkType" minOccurs="0"/> <element name="protocolName" type="string" minOccurs="0"/> <element name="protocolVersion" type="string" minOccurs="0"/> <element name="userLabel" type="string" minOccurs="0"/> <element name="zEnd" type="xn:dn" minOccurs="0"/> </all> </complexType> </element> <choice minOccurs="0" maxOccurs="unbounded"> <element ref="ng:Link_SipAs_UpsfOptionallyContainedNrmClass"/> <element ref="xn:VsDataContainer"/> </choice> </sequence> </extension> </complexContent> </complexType> </element> <element name="AgcfFunctionOptionallyContainedNrmClass" type="xn:NrmClass" abstract="true"/> <element name="AmfFunctionOptionallyContainedNrmClass" type="xn:NrmClass" abstract="true"/> <element name="AmgfFunctionOptionallyContainedNrmClass" type="xn:NrmClass" abstract="true"/> <element name="AracfFunctionOptionallyContainedNrmClass" type="xn:NrmClass" abstract="true"/> <element name="ArfFunctionOptionallyContainedNrmClass" type="xn:NrmClass" abstract="true"/> <element name="Asf1FunctionOptionallyContainedNrmClass" type="xn:NrmClass" abstract="true"/> <element name="BgfFunctionOptionallyContainedNrmClass" type="xn:NrmClass" abstract="true"/> <element name="CbgfFunctionOptionallyContainedNrmClass" type="xn:NrmClass" abstract="true"/> <element name="ClfFunctionOptionallyContainedNrmClass" type="xn:NrmClass" abstract="true"/> <element name="CngcfFunctionOptionallyContainedNrmClass" type="xn:NrmClass" abstract="true"/> <element name="IbcfFunctionOptionallyContainedNrmClass" type="xn:NrmClass" abstract="true"/> <element name="IbgfFunctionOptionallyContainedNrmClass" type="xn:NrmClass" abstract="true"/> <element name="InapImSsfAsFunctionOptionallyContainedNrmClass" type="xn:NrmClass" abstract="true"/> <element name="NgnIwfFunctionOptionallyContainedNrmClass" type="xn:NrmClass" abstract="true"/> <element name="MgfFunctionOptionallyContainedNrmClass" type="xn:NrmClass" abstract="true"/> <element name="NacfFunctionOptionallyContainedNrmClass" type="xn:NrmClass" abstract="true"/> <element name="PdbfFunctionOptionallyContainedNrmClass" type="xn:NrmClass" abstract="true"/> <element name="RcefFunctionOptionallyContainedNrmClass" type="xn:NrmClass" abstract="true"/> <element name="SgfFunctionOptionallyContainedNrmClass" type="xn:NrmClass" abstract="true"/> <element name="SpdfFunctionOptionallyContainedNrmClass" type="xn:NrmClass" abstract="true"/> <element name="TmgfFunctionOptionallyContainedNrmClass" type="xn:NrmClass" abstract="true"/> <element name="UaafFunctionOptionallyContainedNrmClass" type="xn:NrmClass" abstract="true"/> <element name="UpsfFunctionOptionallyContainedNrmClass" type="xn:NrmClass" abstract="true"/> <element name="Link_Agcf_CscfOptionallyContainedNrmClass" type="xn:NrmClass" abstract="true"/> <element name="Link_Agcf_IcscfOptionallyContainedNrmClass" type="xn:NrmClass" abstract="true"/> <element name="Link_Agcf_MgfOptionallyContainedNrmClass" type="xn:NrmClass" abstract="true"/> <element name="Link_Agcf_ScscfOptionallyContainedNrmClass" type="xn:NrmClass" abstract="true"/> <element name="Link_Agcf_SpdfOptionallyContainedNrmClass" type="xn:NrmClass" abstract="true"/> <element name="Link_Amf_NacfOptionallyContainedNrmClass" type="xn:NrmClass" abstract="true"/> <element name="Link_Amf_UaafOptionallyContainedNrmClass" type="xn:NrmClass" abstract="true"/> <element name="Link_Aracf_ClfOptionallyContainedNrmClass" type="xn:NrmClass" abstract="true"/> <element name="Link_Aracf_RcefOptionallyContainedNrmClass" type="xn:NrmClass" abstract="true"/> <element name="Link_Aracf_SpdfOptionallyContainedNrmClass" type="xn:NrmClass" abstract="true"/> <element name="Link_Bgf_SpdfOptionallyContainedNrmClass" type="xn:NrmClass" abstract="true"/> <element name="Link_CamelImSsfAs_UpsfOptionallyContainedNrmClass" type="xn:NrmClass" abstract="true"/> <element name="Link_Clf_ClfOptionallyContainedNrmClass" type="xn:NrmClass" abstract="true"/> <element name="Link_Clf_NacfOptionallyContainedNrmClass" type="xn:NrmClass" abstract="true"/> <element name="Link_Clf_PcscfOptionallyContainedNrmClass" type="xn:NrmClass" abstract="true"/> <element name="Link_Clf_UaafOptionallyContainedNrmClass" type="xn:NrmClass" abstract="true"/> <element name="Link_OsaScsAs_UpsfOptionallyContainedNrmClass" type="xn:NrmClass" abstract="true"/> <element name="Link_Pcscf_SpdfOptionallyContainedNrmClass" type="xn:NrmClass" abstract="true"/> <element name="Link_Pdbf_UaafOptionallyContainedNrmClass" type="xn:NrmClass" abstract="true"/> <element name="Link_SipAs_UpsfOptionallyContainedNrmClass" type="xn:NrmClass" abstract="true"/> ETSI ETSI TS 188 005-3 V2.0.0 (2008-03) 23 </schema> ETSI ETSI TS 188 005-3 V2.0.0 (2008-03) 24 Annex B (informative): XML schema electronic files The electronic files corresponding to the normative XML schemas defined in the present document are available in native form in the following archive: http://uri.etsi.org/ngn/management/nrm/xml/v2/ngnNrm.xsd. ETSI ETSI TS 188 005-3 V2.0.0 (2008-03) 25 History Document history V2.0.0 March 2008 Publication
|
9c52842ceb1d62db2a87c77bbbc3cd90
|
188 005-2
|
1 Scope
|
The present document identifies the Information Service for the manageable resources present in the NGN Transport and Service Layers. The present document specifies the protocol neutral NGN Network Resource Model Information Service (IS). It reuses relevant parts of the IMS NRM IRP: IS in TS 132 732 [1] and the Generic NRM IRP: IS in TS 132 622 [2], either by direct reuse or sub-classing, and in addition to that defines NRM specific Information Object Classes. This is the first version of the NGN Network Resource Model. The current version does not: • capture all the attributes of the Network Resources. These will be addressed in future revisions of the present document; • address the non-IMS based PSTN ISDN Emulation Subsystem, IPTV Subsystems and the additional Network Resources required supporting Emergency Calls. These will be added in future revisions of the present document; • provide guidance on the permitted value ranges of Attributes. This version of the NRM is linked to 3GPP NRM using naming and inheritance, however a need to link the NRM to the TeleManagement Forum's Shared Information Data Model (SID) has been identified and will be addressed in future revisions of the present document. A comparison of 3GPP and SID inheritance is contained in annex A.
|
9c52842ceb1d62db2a87c77bbbc3cd90
|
188 005-2
|
2 References
|
References are either specific (identified by date of publication and/or edition number or version number) or non-specific. • For a specific reference, subsequent revisions do not apply. • Non-specific reference may be made only to a complete document or a part thereof and only in the following cases: - if it is accepted that it will be possible to use all future changes of the referenced document for the purposes of the referring document; - for informative references. Referenced documents which are not found to be publicly available in the expected location might be found at http://docbox.etsi.org/Reference. NOTE: While any hyperlinks included in this clause were valid at the time of publication ETSI cannot guarantee their long term validity.
|
9c52842ceb1d62db2a87c77bbbc3cd90
|
188 005-2
|
2.1 Normative references
|
The following referenced documents are indispensable for the application of the present document. For dated references, only the edition cited applies. For non-specific references, the latest edition of the referenced document (including any amendments) applies. [1] ETSI TS 132 732: "Digital cellular telecommunications system (Phase 2+); Universal Mobile Telecommunications System (UMTS); Telecommunication management; IP Multimedia Subsystem (IMS) Network Resource Model (NRM) Integration Reference Point (IRP): Information Service (IS) (3GPP TS 32.732 Release 7)". [2] ETSI TS 132 622: "Digital cellular telecommunications system (Phase 2+); Universal Mobile Telecommunications System (UMTS); Telecommunication management; Configuration Management (CM); Generic network resources Integration Reference Point (IRP): Network Resource Model (NRM) (3GPP TS 32.622 Release 7)". ETSI ETSI TS 188 005-2 V2.1.1 (2009-02) 8 [3] ETSI ES 282 001: "Telecommunications and Internet converged Services and Protocols for Advanced Networking (TISPAN); NGN Functional Architecture". [4] ETSI ES 282 003: "Telecommunications and Internet converged Services and Protocols for Advanced Networking (TISPAN); Resource and Admission Control Sub-system (RACS); Functional Architecture". [5] ETSI ES 282 004: "Telecommunications and Internet converged Services and Protocols for Advanced Networking (TISPAN); NGN Functional Architecture; Network Attachment Sub- System (NASS)". [6] ETSI TS 182 012: "Telecommunications and Internet converged Services and Protocols for Advanced Networking (TISPAN); IMS-based PSTN/ISDN Emulation Subsystem; Functional architecture". [7] ETSI ES 282 007: "Telecommunications and Internet converged Services and Protocols for Advanced Networking (TISPAN); IP Multimedia Subsystem (IMS); Functional architecture".
|
9c52842ceb1d62db2a87c77bbbc3cd90
|
188 005-2
|
2.2 Informative references
|
The following referenced documents are not essential to the use of the present document but they assist the user with regard to a particular subject area. For non-specific references, the latest version of the referenced document (including any amendments) applies. Not applicable.
|
9c52842ceb1d62db2a87c77bbbc3cd90
|
188 005-2
|
3 Abbreviations
|
For the purposes of the present document, the following abbreviations apply: AGCF Access Gateway Control Function AMF Access Management Function A-MGF Access Media Gateway Function A-RACF Access Resource and Admission Control Function ARF Access Relay Function ASF Type 1 Application Server Function Type 1 ASF Type 2 Application Server Function Type 2 ASF Application Server Function BGCF Border Gateway Control Function BGF Border Gateway Function C-BGF Core Border Gateway Function CLF Connectivity session Location and repository Function CNGCF Customer Network Gateway Configuration Function CRM Customer Relationship Management CSCF Call Server Control Function IBCF Interconnection Border Control Function I-BGF Interconnection Border Gateway Function I-CSCF Interrogating Call Server Control Function IMS IP Multimedia System IM-SSF IP Mulimedia Service Switching Function INAP IN Application Part IOC Information Object Class IPTV Internet Protocol TeleVision IRP Integration Reference Point IS Information Service ISDN Integrated Services Digital Network IWF InterWorking Function ME Managed Element MGCF Media Gateway Control Function MGF Media Gateway Function ETSI ETSI TS 188 005-2 V2.1.1 (2009-02) 9 MRFC Multimedia Resource Function Controller MRFP Multimedia Resource Function Processor MTNM Multi-Technology Network Management NACF Network Access Configuration Function NASS Network Attachment SubSystem NGN Next Generation Network NOSI NGN OSS Service Interface NRM Network Resource Module OSA Open Service Access OSS Operations Support System PDBF Profile Data Base Function PES PSTN/ISDN Emulation Subsystem PSTN Public Switched Telephony Network RACS Resource Admission Control Subsystem RCEF Resource Control Enforcement Function RDN Relative Distinguished Name RM Resource Management SCS Service capability Server S-CSCF Serving Call Server Control Function SGF Signalling Gateway Function SID Shared Information Data Model SIP Service Independent Protocol SLF Subscription Locator Function SM Service Management SPDF Service Policy Decision Function TISPAN Telecommunications and Internet converged Services and Protocols for Advanced Networking TMF TeleManagement Forum T-MGF Trunking Media Gateway Function TMN Telecommunications Management Network UAAF User Access Authorization Function UML Unified Modeling Language UPSF User profile service Function XML eXtensible Markup Language
|
9c52842ceb1d62db2a87c77bbbc3cd90
|
188 005-2
|
4 High Level Model
|
In this clause, a high level context for the TISPAN Network Resource Model is given. The section is organized with an initial textual description, followed by a general diagram which aims to depict a high level model of the Transport and Service layers of the NGN. The goal of the NRM within the current TISPAN release is to model the manageable network resources within the NGN Service and Transport Layers. The high level decomposition of the NGN Service and Transport Layer entities, as identified in the TISPAN Architecture documents, is illustrated in figure 4.1. The Network Resource Model provides a model of the manageable aspects of these entities. ETSI ETSI TS 188 005-2 V2.1.1 (2009-02) 10 NGN Transport layer IMS Service Layer NASS PES RACS Common Components A-RACF Transfer PDBF UAAF SPDF CLF NACF contains BGCF MRCF MGCF MRPF CSCF SLF IWF UPSF ASF IBCF Charging contains contains contains contains contains contains CNGCGF Figure 4.1: Decomposition of NGN Service and Transport Layers Entities It should be noted that the entities contained in the Transfer Subsystem and IMS based PSTN/ISDN Emulation Subsystem (PES) have not been shown to simplify figure 4.1. They are however included in the following clauses.
|
9c52842ceb1d62db2a87c77bbbc3cd90
|
188 005-2
|
5 Information Object Classes
| |
9c52842ceb1d62db2a87c77bbbc3cd90
|
188 005-2
|
5.1 Imported information entities and local labels
|
This clause identifies a list of information entities (e.g. information object class, information relationship, information attribute) that have been defined in other specifications and that are imported in the present document. This includes information entities from other specifications imported for inheritance purpose. Each element of this list is a pair (label reference, local label). The label reference contains the name of the specification where it is defined, the type of the information entity and its name. The local label of imported information entities can then be used throughout the specification instead of the label reference. This information is provided in table 5.1.1. ETSI ETSI TS 188 005-2 V2.1.1 (2009-02) 11 Table 5.1.1: Imported information entities and local labels Label reference Local label TS 132 622 [2], information object class, Link (see note 1) Link TS 132 622 [2], information object class, ManagedElement ManagedElement TS 132 622 [2], information object class, ManagedFunction ManagedFunction TS 132 732 [1], information object class, CscfFunction (see note 10) CscfFunction TS 132 732 [1], information object class, IcscfFunction (see note 10) IcscfFunction TS 132 732 [1], information object class, PcscfFunction (see note 10) PcscfFunction TS 132 732 [1], information object class, ScscfFunction (see note 10) ScscfFunction TS 132 732 [1], information object class, BgcfFunction (see note 10) BgcfFunction TS 132 732 [1], information object class, MgcfFunction (see note 10) MgcfFunction TS 132 732 [1], information object class, MrfcFunction (see note 10) MrfcFunction TS 132 732 [1], information object class MrfpFunction (see note 10) MrfpFunction TS 132 732 [1], information object class ImsMGwFunction (see note 10) ImsMGwFunction TS 132 732 [1], information object class, AsFunction (see note 2) AsFunction TS 132 732 [1], information object class, CamelImSsfAsFunction (see note 3) CamelImSsfAsFunction TS 132 732 [1], information object class, OsaScsAsFunction (see note 4) OsaAsFunction TS 132 732 [1], information object class, SipAsFunction (see note 5) SipAsFunction TS 132 732 [1], information object class, SlfFunction (see note 10) SlfFunction TS 132 732 [1], information object class, Link_As_Cscf (see note 6) Link_As_Cscf TS 132 732 [1], information object class, Link_As_Icscf (see note 7) Link_As_Icscf TS 132 732 [1], information object class, Link_As_Scscf (see note 8) Link_As_Scscf TS 132 732 [1], information object class, Link_As_Slf (see note 9) Link_As_Slf TS 132 732 [1], information object class, Link_Bgcf_Bgcf (see note 11) Link_Bgcf_Bgcf TS 132 732 [1], information object class, Link_Bgcf_Cscf (see note 11) Link_Bgcf_Cscf TS 132 732 [1], information object class, Link_Bgcf_Mgcf (see note 11) Link_Bgcf_Mgcf TS 132 732 [1], information object class, Link_Bgcf_Scscf (see note 11) Link_Bgcf_Scscf TS 132 732 [1], information object class, Link_Cscf_Cscf (see note 11) Link_Cscf_Cscf TS 132 732 [1], information object class, Link_Cscf_Icscf (see note 11) Link_Cscf_Icscf TS 132 732 [1], information object class, Link_Cscf_Mgcf (see note 11) Link_Cscf_Mgcf TS 132 732 [1], information object class, Link_Cscf_Mrfc (see note 11) Link_Cscf_Mrfc TS 132 732 [1], information object class, Link_Cscf_Pcscf (see note 11) Link_Cscf_Pcscf TS 132 732 [1], information object class, Link_Cscf_Scscf (see note 11) Link_Cscf_Scscf TS 132 732 [1], information object class, Link_Cscf_Slf (see note 11) Link_Cscf_Slf TS 132 732 [1], information object class, Link_Icscf_Slf (see note 11) Link_Icscf_Slf TS 132 732 [1], information object class, Link_Mgcf_Scscf (see note 11) Link_Mgcf_Scscf TS 132 732 [1], information object class, Link_Mrfc_Mrfp (see note 11) Link_Mrfc_Mrfp TS 132 732 [1], information object class, Link_Mrfc_Scscf (see note 11) Link_Mrfc_Scscf TS 132 732 [1], information object class, Link_Scscf_Scscf (see note 11) Link_Scscf_Scscf TS 132 732 [1], information object class, Link_Scscf_Slf (see note 11) Link_Scscf_Slf NOTE 1: It should be noted that the definition of Link Information Object Class imported from TS 132 622 [2] will need to be clarified as follows: - In TS 132 622 [2] it states that the Link IOC "represents a communication link or reference point between two network entities. The Link IOC does not indicate whether the represented communication link or reference point is a physical or logical entity". - In the context of the NGN, the Link represents the relationship between two "NGN Functional Entities". NOTE 2: AsFunction IOC: In the TISPAN NRM, this IOC represents ASF Type 2 Application Servers (see ES 282 001 [3]) in the cases specified in the IOC definition of TS 132 732 [1]. Furthermore, the IOC is used for subclassing of TISPAN specific IOCs. NOTE 3: CamelImSsfAsFunction IOC: In the TISPAN NRM, this IOC represents ASF Type 2 (see ES 282 001 [3]) of type IM-SSF Application Server using CAMEL (see ES 282 007 [7]). NOTE 4: OsaScsAsFunction IOC: In the TISPAN NRM, this IOC represents ASF Type 2 (see ES 282 001 [3]) of type OSA SCS Application Server (see ES 282 007 [7]). NOTE 5: SipAsFunction IOC: In the TISPAN NRM, this IOC represents ASF Type 2 (see ES 282 001 [3]) of type SIP Application Server (see ES 282 007 [7]). NOTE 6: Link_As_Cscf IOC: In the TISPAN NRM, this IOC represents the ISC reference point between S-CSCF and ASF Type 2 (see ES 282 001 [3] and ES 282 007 [7]). TS 132 732 [1] positions this IOC between the AsFunction IOC and the CscfFunction IOC in the case of non-role based modelling of CSCF (see definition of the CscfFunction IOC of TS 132 732 [1]). NOTE 7: Link_As_Icscf IOC: In the TISPAN NRM, this IOC represents the Ma reference point between I-CSCF and ASF Type 2 (see ES 282 001 [3] and ES 282 007 [7]). ETSI ETSI TS 188 005-2 V2.1.1 (2009-02) 12 NOTE 8: Link_As_Scscf IOC: In the TISPAN NRM, this IOC represents the ISC reference point between S-CSCF and ASF Type 2 (see ES 282 001 [3] and ES 282 007 [7]). NOTE 9: Link_As_Slf IOC: In the TISPAN NRM, this IOC models the Dh reference point between SLF and ASF Type 2 (see ES 282 001 [3] and ES 282 007 [7]). NOTE 10: In the TISPAN NRM, this IOC represents the manageable aspects of the NGN Functional Entity (see ES 282 001 [3] and ES 282 007 [7]) with same name as the functionality the IOC is defined to represent in TS 132 732 [1]. NOTE 11: In the TISPAN NRM, this link IOC represents the NGN reference point (see ES 282 001 [3] and ES 282 007 [7]) with same name as the reference point the IOC is defined to represent in TS 132 732 [1] and is to be used between the two IOCs specified by the IOC name (see definition of Link in TS 132 622 [2]).
|
9c52842ceb1d62db2a87c77bbbc3cd90
|
188 005-2
|
5.2 Class diagram
| |
9c52842ceb1d62db2a87c77bbbc3cd90
|
188 005-2
|
5.2.1 Attributes and relationships
|
This clause depicts the set of IOCs that encapsulate information relevant for modelling the NGN Transport and Service Layer. This clause provides the overview of all information object classes in UML. Subsequent clauses provide more detailed specification of various aspects of these information object classes. The figures below show the containment/naming hierarchy and the associations of the information object classes defined in the present document. NOTE: In this release of the NRM, IOCs representing NRM Functions are contained by the ManagedElement IOC. This usage of the ManagedElement IOC presents issues in the context of the TISPAN NRM, related to the fact that this entity has in the definition the following text: "This IOC represents a telecommunication equipment or TMN entities within the telecommunications network that performs Managed Element (ME) functions, i.e. provides support and/or service to the subscriber" (see TS 132 622 [2]). This may not be appropriate for some NGN Functions (e.g. Application Servers realized on a distributed systems). The question is if ManagedElement has a too strong correspondence with traditional Network Equipment and its management by Network or Element Management systems to be used for the TISPAN NRM. UpsfFunction <<InformationObjectClass>> Asf1Function <<InformationObjectClass>> IbcfFunction <<InformationObjectClass>> NgnIwfFunction <<InformationObjectClass>> ManagedElement (from 132 622) <<InformationObjectClass>> 0..n 1 0..n 1 <<names>> 0..n 1 0..n 1 <<names>> 0..n 1 0..n 1 <<names>> 0..n 1 0..n 1 <<names>> Figure 5.2.1.1: TISPAN NGN NRM Common Components Containment/naming ETSI ETSI TS 188 005-2 V2.1.1 (2009-02) 13 AgcfFunction <<InformationObjectClass>> ManagedElement (from 132 622) <<InformationObjectClass>> 0..n 1 0..n 1 <<names>> Figure 5.2.1.2: TISPAN NGN NRM PSTN/ISDN Emulation Subsystem Containment/naming AmfFunction <<InformationObjectClass>> PdbfFunction <<InformationObjectClass>> UaafFunction <<InformationObjectClass>> ClfFunction <<InformationObjectClass>> NacfFunction <<InformationObjectClass>> CngcfFunction <<InformationObjectClass>> ManagedElement (from 132 622) <<InformationObjectClass>> 0..n 1 0..n 1 <<names>> 0..n 1 0..n 1 <<names>> 0..n 1 0..n 1 <<names>> 0..n 1 0..n 1 <<names>> 0..n 1 0..n 1 <<names>> 0..n 1 0..n 1 <<names>> Figure 5.2.1.3: TISPAN NGN NRM NASS Containment/naming ETSI ETSI TS 188 005-2 V2.1.1 (2009-02) 14 SpdfFunction <<InformationObjectClass>> AracfFunction <<InformationObjectClass>> ManagedElement (from 132 622) <<InformationObjectClass>> 0..n 1 0..n 1 <<names>> 0..n 1 0..n 1 <<names>> Figure 5.2.1.4: TISPAN NGN NRM RACS Containment/naming 0..n 1 AmgfFunction <<InformationObjectClass>> TmgfFunction <<InformationObjectClass>> CbgfFunction <<InformationObjectClass>> IbgfFunction <<InformationObjectClass>> RcefFunction <<InformationObjectClass>> ArfFunction <<InformationObjectClass>> SgfFunction <<InformationObjectClass>> ManagedElement (from 132 622) <<InformationObjectClass>> 0..n 1 0..n 1 <<names>> 0..n 1 0..n 1 <<names>> 0..n 1 0..n 1 <<names>> 0..n 1 <<names>> 0..n 1 0..n 1 <<names>> 0..n 1 0..n 1 <<names>> 0..n 1 0..n 1<<names>> Figure 5.2.1.5: TISPAN NGN NRM Transport Layer Containment/naming ETSI ETSI TS 188 005-2 V2.1.1 (2009-02) 15 Rq reference Point Link_Clf_Aracf <<InformationObjectClass>> Link_Aracf_Spdf <<InformationObjectClas... Link_Aracf_Rcef <<InformationObjectClass>> Link_Bgf_Spdf <<InformationObjectClass>> RcefFunction <<InformationObjectClass>> BgfFunction <<InformationObjectClass>> AgcfFunction <<InformationObjectClass>> Link_Pcscf_Spdf <<InformationObjectClas... Link_Agcf_Spdf <<InformationObjectClass>> AracfFunction <<InformationObjectClass>> 0..n 0..n 0..n 0..n SpdfFunction <<InformationObjectClass>> 0..n 0..n 0..n 0..n 0..n 0..n 0..n 0..n 0..n 0..n 0..n 0..n PcscfFunction (from 132 732) <<InformationObjectClass>> 0..n 0..n 0..n 0..n ClfFunction <<InformationObjectClass>> 0..n 0..n 0..n 0..n 0..n 0..n 0..n 0..n Link_Clf_Pcscf <<InformationObjectClass>> e2 reference point e4 reference point Re reference point Ia reference point Gq' reference point Gq' reference point Figure 5.2.1.6: TISPAN NGN Link Associations 1 Link_Clf_Clf <<InformationObjectClass>> Link_Clf_Nacf <<InformationObjectClass>> Link_Amf_Nacf <<InformationObjectClass>> Link_Clf_Uaaf <<InformationObjectClass>> Link_Amf_Uaaf <<InformationObjectClass>> AmfFunction <<InformationObjectClass>> PdbfFunction <<InformationObjectClass>> NacfFunction <<InformationObjectClass>> 0..n 0..n 0..n 0..n UaafFunction <<InformationObjectClass>> 0..n 0..n 0..n 0..n 0..n 0..n 0..n 0..n ClfFunction <<InformationObjectClass>> 0..n 0..n 0..n 0..n 0..n 0..n 0..n 0..n 0..n 0..n 0..n 0..n Link_Pdbf_Uaaf <<InformationObjectClass>> a2 reference point a1 reference point e2 reference point a3 reference point a4 reference point Figure 5.2.1.7: TISPAN NGN Link Associations 2 ETSI ETSI TS 188 005-2 V2.1.1 (2009-02) 16 CscfFunction (from 132 732) <<InformationObjectClass>> ScscfFunction (from 132 732) <<InformationObjectClass>> IcscfFunction (from 132 732) <<InformationObjectClass>> AgcfFunction <<InformationObjectClass>> 0..n 0..n 0..n 0..n 0..n 0..n 0..n 0..n 0..n 0..n 0..n 0..n MgFunction <<InformationObjectClass>> 0..n 0..n 0..n 0..n Link_Agcf_Cscf <<InformationObjectClass>> Link_Agcf_Icscf <<InformationObjectClass>> Link_Agcf_Mgf <<InformationObjectClass>> Link_Agcf_Scscf <<InformationObjectClass>> Mw reference point Mw reference point Mw reference point P1 reference point Figure 5.2.1.8: TISPAN NGN Link Associations 3 Link_SipAs_Upsf <<InformationObjectClass>> Link_CamelImSsfAs_Upsf <<InformationObjectClass>> CamelImSsfAsFunction (from 132 732) <<InformationObjectClass>> Link_OsaScsAs_Upsf <<InformationObjectClass>> OsaScsAsFunction (from 132 732) <<InformationObjectClass>> SipAsFunction (from 132 732) <<InformationObjectClass>> UpsfFunction <<InformationObjectClass>> 0..n 0..n 0..n 0..n 0..n 0..n 0..n 0..n 0..n 0..n 0..n 0..n Si reference point Sh reference point Figure 5.2.1.9: TISPAN NGN Link Associations 4 ETSI ETSI TS 188 005-2 V2.1.1 (2009-02) 17
|
9c52842ceb1d62db2a87c77bbbc3cd90
|
188 005-2
|
5.2.2 Inheritance
|
This clause depicts the inheritance relationships that exist between IOCs. AgcfFunction <<InformationObjectClass>> AmfFunction <<InformationObjectClass>> AmgfFunction <<InformationObjectClass>> AracfFunction <<InformationObjectClass>> ArfFunction <<InformationObjectClass>> Asf1Function <<InformationObjectClass>> CbgfFunction <<InformationObjectClass>> ClfFunction <<InformationObjectClass>> IbcfFunction <<InformationObjectClass>> IbgfFunction <<InformationObjectClass>> CngcfFunction <<InformationObjectClass>> BgfFunction <<InformationObjectClass>> ManagedFunction (from 132 622) <<InformationObjectClass>> Figure 5.2.2.1: TISPAN NGN NRM Inheritance Hierarchy 1 ETSI ETSI TS 188 005-2 V2.1.1 (2009-02) 18 UpsfFunction <<InformationObjectClass>> NgnIwfFunction <<InformationObjectClass>> MgfFunction <<InformationObjectClass>> NacfFunction <<InformationObjectClass>> PdbfFunction <<InformationObjectClass>> RcefFunction <<InformationObjectClass>> SgfFunction <<InformationObjectClass>> SpdfFunction <<InformationObjectClass>> TmgfFunction <<InformationObjectClass>> UaafFunction <<InformationObjectClass>> MgFunction <<InformationObjectClass>> ManagedFunction (from 132 622) <<InformationObjectClass>> Figure 5.2.2.2: TISPAN NGN NRM Inheritance Hierarchy 2 AsFunction (from 132 732) <<InformationObjectClass>> InapImSsfAsFunction <<InformationObjectClass>> Figure 5.2.2.3: TISPAN NGN NRM Inheritance Hierarchy 3 ETSI ETSI TS 188 005-2 V2.1.1 (2009-02) 19 Link_Aracf_Spdf <<InformationObjectClass>> Link_Af_Spdf <<InformationObjectClass>> Link_Agcf_Cscf <<InformationObjectClass>> Link_Agcf_Mgf <<InformationObjectClass>> Link_Agcf_Scscf <<InformationObjectClass>> Link_Amf_Nacf <<InformationObjectClass>> Link_Amf_Uaaf <<InformationObjectClass>> Link_Aracf_Rcef <<InformationObjectClass>> Link_Bgf_Spdf <<InformationObjectClass>> Link_Clf_Clf <<InformationObjectClass>> Link_Clf_Nacf <<InformationObjectClass>> Link_Clf_Pcscf <<InformationObjectClass>> Link_Clf_Uaaf <<InformationObjectClass>> Link_Agcf_Icscf <<InformationObjectClass>> Link (from 132 622) <<InformationObjectClass>> Link_Pcscf_Spdf <<InformationObjectClass>> Link_Agcf_Spdf <<InformationObjectClass>> Link_Pdbf_Uaaf <<InformationObjectClass>> Figure 5.2.2.4: TISPAN NGN NRM Inheritance Hierarchy 4 ETSI ETSI TS 188 005-2 V2.1.1 (2009-02) 20 Link_Aracf_Spdf <<InformationObjectClass>> Link_Af_Spdf <<InformationObjectClass>> Link_Agcf_Cscf <<InformationObjectClass>> Link_Agcf_Mgf <<InformationObjectClass>> Link_Agcf_Scscf <<InformationObjectClass>> Link_Amf_Nacf <<InformationObjectClass>> Link_Amf_Uaaf <<InformationObjectClass>> Link_Aracf_Rcef <<InformationObjectClass>> Link_Bgf_Spdf <<InformationObjectClass>> Link_Clf_Clf <<InformationObjectClass>> Link_Clf_Nacf <<InformationObjectClass>> Link_Clf_Pcscf <<InformationObjectClass>> Link_Clf_Uaaf <<InformationObjectClass>> Link_Agcf_Icscf <<InformationObjectClass>> Link (from 132 622) <<InformationObjectClass>> Link_Pcscf_Spdf <<InformationObjectClass>> Link_Agcf_Spdf <<InformationObjectClass>> Link_CamelImSsfAs_Upsf <<InformationObjectClass>> Link_OsaScsAs_Upsf <<InformationObjectClass>> Link_SipAs_Upsf <<InformationObjectCla...>> Figure 5.2.2.5: TISPAN NGN NRM Inheritance Hierarchy 5
|
9c52842ceb1d62db2a87c77bbbc3cd90
|
188 005-2
|
5.3 Information object class definitions
| |
9c52842ceb1d62db2a87c77bbbc3cd90
|
188 005-2
|
5.3.1 Imported IOCs
|
A number of IOCs are imported to represent manageable aspects of the TISPAN NGN. See the import table and the notes of clause 5.1.
|
9c52842ceb1d62db2a87c77bbbc3cd90
|
188 005-2
|
5.3.2 AgcfFunction
| |
9c52842ceb1d62db2a87c77bbbc3cd90
|
188 005-2
|
5.3.2.1 Definition
|
This IOC represents AGCF functionality. For more information about the AGCF, see TS 182 012 [6].
|
9c52842ceb1d62db2a87c77bbbc3cd90
|
188 005-2
|
5.3.2.2 Attributes
|
Attribute name Support Qualifier Read Qualifier Write Qualifier agcfFunctionId M M - ETSI ETSI TS 188 005-2 V2.1.1 (2009-02) 21
|
9c52842ceb1d62db2a87c77bbbc3cd90
|
188 005-2
|
5.3.3 AmfFunction
| |
9c52842ceb1d62db2a87c77bbbc3cd90
|
188 005-2
|
5.3.3.1 Definition
|
This IOC represents AMF functionality. For more information about the AMF, see ES 282 004 [5].
|
9c52842ceb1d62db2a87c77bbbc3cd90
|
188 005-2
|
5.3.3.2 Attributes
|
Attribute name Support Qualifier Read Qualifier Write Qualifier amfFunctionId M M -
|
9c52842ceb1d62db2a87c77bbbc3cd90
|
188 005-2
|
5.3.4 AmgfFunction
| |
9c52842ceb1d62db2a87c77bbbc3cd90
|
188 005-2
|
5.3.4.1 Definition
|
This IOC represents A-MGF functionality. For more information about the A-MGF, see ES 282 001 [3].
|
9c52842ceb1d62db2a87c77bbbc3cd90
|
188 005-2
|
5.3.4.2 Attributes
|
Attribute name Support Qualifier Read Qualifier Write Qualifier amgfFunctionId M M -
|
9c52842ceb1d62db2a87c77bbbc3cd90
|
188 005-2
|
5.3.5 AracfFunction
| |
9c52842ceb1d62db2a87c77bbbc3cd90
|
188 005-2
|
5.3.5.1 Definition
|
This IOC represents A-RACF functionality. For more information about the A-RACF, see ES 282 003 [4].
|
9c52842ceb1d62db2a87c77bbbc3cd90
|
188 005-2
|
5.3.5.2 Attributes
|
Attribute name Support Qualifier Read Qualifier Write Qualifier aracfFunctionId M M -
|
9c52842ceb1d62db2a87c77bbbc3cd90
|
188 005-2
|
5.3.6 ArfFunction
| |
9c52842ceb1d62db2a87c77bbbc3cd90
|
188 005-2
|
5.3.6.1 Definition
|
This IOC represents ARF functionality. For more information about the ARF, see ES 282 001 [3].
|
9c52842ceb1d62db2a87c77bbbc3cd90
|
188 005-2
|
5.3.6.2 Attributes
|
Attribute name Support Qualifier Read Qualifier Write Qualifier arfFunctionId M M -
|
9c52842ceb1d62db2a87c77bbbc3cd90
|
188 005-2
|
5.3.7 Asf1Function
| |
9c52842ceb1d62db2a87c77bbbc3cd90
|
188 005-2
|
5.3.7.1 Definition
|
This IOC represents ASF Type 1 functionality. For more information about the ASF Type 1, see ES 282 001 [3]. ETSI ETSI TS 188 005-2 V2.1.1 (2009-02) 22
|
9c52842ceb1d62db2a87c77bbbc3cd90
|
188 005-2
|
5.3.7.2 Attributes
|
Attribute name Support Qualifier Read Qualifier Write Qualifier asf1FunctionId M M -
|
9c52842ceb1d62db2a87c77bbbc3cd90
|
188 005-2
|
5.3.8 BgfFunction
| |
9c52842ceb1d62db2a87c77bbbc3cd90
|
188 005-2
|
5.3.8.1 Definition
|
This IOC represents BGF functionality. For more information about the BGF, see ES 282 003 [4].
|
9c52842ceb1d62db2a87c77bbbc3cd90
|
188 005-2
|
5.3.8.2 Attributes
|
Attribute name Support Qualifier Read Qualifier Write Qualifier bgfFunctionId M M -
|
9c52842ceb1d62db2a87c77bbbc3cd90
|
188 005-2
|
5.3.9 CbgfFunction
| |
9c52842ceb1d62db2a87c77bbbc3cd90
|
188 005-2
|
5.3.9.1 Definition
|
This IOC represents C-BGF functionality. For more information about the C-BGF, see ES 282 001 [3].
|
9c52842ceb1d62db2a87c77bbbc3cd90
|
188 005-2
|
5.3.9.2 Attributes
|
Attribute name Support Qualifier Read Qualifier Write Qualifier cbgfFunctionId M M -
|
9c52842ceb1d62db2a87c77bbbc3cd90
|
188 005-2
|
5.3.10 ClfFunction
| |
9c52842ceb1d62db2a87c77bbbc3cd90
|
188 005-2
|
5.3.10.1 Definition
|
This IOC represents CLF functionality. For more information about the CLF, see ES 282 004 [5].
|
9c52842ceb1d62db2a87c77bbbc3cd90
|
188 005-2
|
5.3.10.2 Attributes
|
Attribute name Support Qualifier Read Qualifier Write Qualifier clfFunctionId M M -
|
9c52842ceb1d62db2a87c77bbbc3cd90
|
188 005-2
|
5.3.11 CngcfFunction
| |
9c52842ceb1d62db2a87c77bbbc3cd90
|
188 005-2
|
5.3.11.1 Definition
|
This IOC represents CNGCF functionality. For more information about the CNGCF, see ES 282 004 [5].
|
9c52842ceb1d62db2a87c77bbbc3cd90
|
188 005-2
|
5.3.11.2 Attributes
|
Attribute name Support Qualifier Read Qualifier Write Qualifier cngcfFunctionId M M - ETSI ETSI TS 188 005-2 V2.1.1 (2009-02) 23
|
9c52842ceb1d62db2a87c77bbbc3cd90
|
188 005-2
|
5.3.12 IbcfFunction
| |
9c52842ceb1d62db2a87c77bbbc3cd90
|
188 005-2
|
5.3.12.1 Definition
|
This IOC represents IBCF functionality. For more information about the IBCF, see ES 282 001 [3].
|
9c52842ceb1d62db2a87c77bbbc3cd90
|
188 005-2
|
5.3.12.2 Attributes
|
Attribute name Support Qualifier Read Qualifier Write Qualifier ibcfFunctionId M M -
|
9c52842ceb1d62db2a87c77bbbc3cd90
|
188 005-2
|
5.3.13 IbgfFunction
| |
9c52842ceb1d62db2a87c77bbbc3cd90
|
188 005-2
|
5.3.13.1 Definition
|
This IOC represents I-BGF functionality. For more information about the I-BGF, see ES 282 001 [3].
|
9c52842ceb1d62db2a87c77bbbc3cd90
|
188 005-2
|
5.3.13.2 Attributes
|
Attribute name Support Qualifier Read Qualifier Write Qualifier ibgfFunctionId M M -
|
9c52842ceb1d62db2a87c77bbbc3cd90
|
188 005-2
|
5.3.14 InapImSsfAsFunction
| |
9c52842ceb1d62db2a87c77bbbc3cd90
|
188 005-2
|
5.3.14.1 Definition
|
This IOC represents ASF Type 2 functionality of type IM-SSF Application Server using INAP. For more information about the ASF Type 2 of type IM-SSF Application Server using INAP, see ES 282 001 [3] and ES 282 007 [7].
|
9c52842ceb1d62db2a87c77bbbc3cd90
|
188 005-2
|
5.3.14.2 Attributes
|
None in addition to inherited attributes.
|
9c52842ceb1d62db2a87c77bbbc3cd90
|
188 005-2
|
5.3.15 NgnIwfFunction
| |
9c52842ceb1d62db2a87c77bbbc3cd90
|
188 005-2
|
5.3.15.1 Definition
|
This IOC represents IWF functionality. For more information about the IWF, see ES 282 001 [3].
|
9c52842ceb1d62db2a87c77bbbc3cd90
|
188 005-2
|
5.3.15.2 Attributes
|
Attribute name Support Qualifier Read Qualifier Write Qualifier ngnIwfFunctionId M M -
|
9c52842ceb1d62db2a87c77bbbc3cd90
|
188 005-2
|
5.3.16 MgfFunction
| |
9c52842ceb1d62db2a87c77bbbc3cd90
|
188 005-2
|
5.3.16.1 Definition
|
This IOC represents MGF functionality. For more information about the MGF, see ES 282 001 [3]. ETSI ETSI TS 188 005-2 V2.1.1 (2009-02) 24
|
9c52842ceb1d62db2a87c77bbbc3cd90
|
188 005-2
|
5.3.16.2 Attributes
|
Attribute name Support Qualifier Read Qualifier Write Qualifier mgfFunctionId M M -
|
9c52842ceb1d62db2a87c77bbbc3cd90
|
188 005-2
|
5.3.17 NacfFunction
| |
9c52842ceb1d62db2a87c77bbbc3cd90
|
188 005-2
|
5.3.17.1 Definition
|
This IOC represents NACF functionality. For more information about the NACF, see ES 282 004 [5].
|
9c52842ceb1d62db2a87c77bbbc3cd90
|
188 005-2
|
5.3.17.2 Attributes
|
Attribute name Support Qualifier Read Qualifier Write Qualifier nacfFunctionId M M -
|
9c52842ceb1d62db2a87c77bbbc3cd90
|
188 005-2
|
5.3.18 PdbfFunction
| |
9c52842ceb1d62db2a87c77bbbc3cd90
|
188 005-2
|
5.3.18.1 Definition
|
This IOC represents PDBF functionality. For more information about the PDBF, see ES 282 004 [5].
|
9c52842ceb1d62db2a87c77bbbc3cd90
|
188 005-2
|
5.3.18.2 Attributes
|
Attribute name Support Qualifier Read Qualifier Write Qualifier pdbfFunctionId M M -
|
9c52842ceb1d62db2a87c77bbbc3cd90
|
188 005-2
|
5.3.19 RcefFunction
| |
9c52842ceb1d62db2a87c77bbbc3cd90
|
188 005-2
|
5.3.19.1 Definition
|
This IOC represents RCEF functionality. For more information about the RCEF, see ES 282 001 [3].
|
9c52842ceb1d62db2a87c77bbbc3cd90
|
188 005-2
|
5.3.19.2 Attributes
|
Attribute name Support Qualifier Read Qualifier Write Qualifier rcefFunctionId M M -
|
9c52842ceb1d62db2a87c77bbbc3cd90
|
188 005-2
|
5.3.20 SgfFunction
| |
9c52842ceb1d62db2a87c77bbbc3cd90
|
188 005-2
|
5.3.20.1 Definition
|
This IOC represents SGF functionality. For more information about the SGF, see ES 282 001 [3].
|
9c52842ceb1d62db2a87c77bbbc3cd90
|
188 005-2
|
5.3.20.2 Attributes
|
Attribute name Support Qualifier Read Qualifier Write Qualifier sgfFunctionId M M - ETSI ETSI TS 188 005-2 V2.1.1 (2009-02) 25
|
9c52842ceb1d62db2a87c77bbbc3cd90
|
188 005-2
|
5.3.21 SpdfFunction
| |
9c52842ceb1d62db2a87c77bbbc3cd90
|
188 005-2
|
5.3.21.1 Definition
|
This IOC represents SPDF functionality. For more information about the SPDF, see ES 282 003 [4].
|
9c52842ceb1d62db2a87c77bbbc3cd90
|
188 005-2
|
5.3.21.2 Attributes
|
Attribute name Support Qualifier Read Qualifier Write Qualifier spdfFunctionId M M -
|
9c52842ceb1d62db2a87c77bbbc3cd90
|
188 005-2
|
5.3.22 TmgfFunction
| |
9c52842ceb1d62db2a87c77bbbc3cd90
|
188 005-2
|
5.3.22.1 Definition
|
This IOC represents T-MGF functionality. For more information about the T-MGF, see ES 282 001 [3].
|
9c52842ceb1d62db2a87c77bbbc3cd90
|
188 005-2
|
5.3.22.2 Attributes
|
Attribute name Support Qualifier Read Qualifier Write Qualifier tmgfFunctionId M M -
|
9c52842ceb1d62db2a87c77bbbc3cd90
|
188 005-2
|
5.3.23 UaafFunction
| |
9c52842ceb1d62db2a87c77bbbc3cd90
|
188 005-2
|
5.3.23.1 Definition
|
This IOC represents UAAF functionality. For more information about the UAAF, see ES 282 004 [5].
|
9c52842ceb1d62db2a87c77bbbc3cd90
|
188 005-2
|
5.3.23.2 Attributes
|
Attribute name Support Qualifier Read Qualifier Write Qualifier uaafFunctionId M M -
|
9c52842ceb1d62db2a87c77bbbc3cd90
|
188 005-2
|
5.3.24 UpsfFunction
| |
9c52842ceb1d62db2a87c77bbbc3cd90
|
188 005-2
|
5.3.24.1 Definition
|
This IOC represents UPSF functionality. For more information about the UPSF, see ES 282 001 [3].
|
9c52842ceb1d62db2a87c77bbbc3cd90
|
188 005-2
|
5.3.24.2 Attributes
|
Attribute name Support Qualifier Read Qualifier Write Qualifier upsfFunctionId M M -
|
9c52842ceb1d62db2a87c77bbbc3cd90
|
188 005-2
|
5.3.25 Link_Agcf_Cscf
| |
9c52842ceb1d62db2a87c77bbbc3cd90
|
188 005-2
|
5.3.25.1 Definition
|
This IOC models the Mw reference point as defined in TS 182 012 [6]. ETSI ETSI TS 188 005-2 V2.1.1 (2009-02) 26
|
9c52842ceb1d62db2a87c77bbbc3cd90
|
188 005-2
|
5.3.26 Link_Agcf_Icscf
| |
9c52842ceb1d62db2a87c77bbbc3cd90
|
188 005-2
|
5.3.26.1 Definition
|
This IOC models the Mw reference point as defined in TS 182 012 [6].
|
9c52842ceb1d62db2a87c77bbbc3cd90
|
188 005-2
|
5.3.27 Link_Agcf_Mgf
| |
9c52842ceb1d62db2a87c77bbbc3cd90
|
188 005-2
|
5.3.27.1 Definition
|
This IOC models the P1 reference point as defined in TS 182 012 [6].
|
9c52842ceb1d62db2a87c77bbbc3cd90
|
188 005-2
|
5.3.28 Link_Agcf_Scscf
| |
9c52842ceb1d62db2a87c77bbbc3cd90
|
188 005-2
|
5.3.28.1 Definition
|
This IOC models the Mw reference point as defined in TS 182 012 [6].
|
9c52842ceb1d62db2a87c77bbbc3cd90
|
188 005-2
|
5.3.29 Link_Agcf_Spdf
| |
9c52842ceb1d62db2a87c77bbbc3cd90
|
188 005-2
|
5.3.29.1 Definition
|
This IOC models the Gq' reference point as defined in ES 282 003 [4].
|
9c52842ceb1d62db2a87c77bbbc3cd90
|
188 005-2
|
5.3.30 Link_Amf_Nacf
| |
9c52842ceb1d62db2a87c77bbbc3cd90
|
188 005-2
|
5.3.30.1 Definition
|
This IOC models the a1 reference point as defined in ES 282 004 [5].
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.