Commit 70c85757 authored by Mark Canterbury's avatar Mark Canterbury
Browse files

TS 102 657 v1.4.1 (2009-12-09) agreed at LI#22 (Trouville, 2009-09-22)

parent 845248d0
Loading
Loading
Loading
Loading
+62 −61
Original line number Diff line number Diff line
RDMessage {itu-t(0) identified-organization(4) etsi(0) securityDomain(2) retainedData(3) rdHeader(0) version3(3)}
RDMessage {itu-t(0) identified-organization(4) etsi(0) securityDomain(2) retainedData(3) rdHeader(0) version4(4)}

DEFINITIONS IMPLICIT TAGS ::=

@@ -12,7 +12,7 @@ BEGIN
retainedDataDomainId OBJECT IDENTIFIER ::= {itu-t(0) identified-organization(4) etsi(0) securityDomain(2) retainedData(3)}

-- rdHeader
rdHeaderId OBJECT IDENTIFIER ::= {retainedDataDomainId rdHeader(0) version3(3)}
rdHeaderId OBJECT IDENTIFIER ::= {retainedDataDomainId rdHeader(0) version4(4)}

-- ======================================
-- Top level definitions for RDHI wrapper
@@ -699,7 +699,10 @@ MmsInformation ::= SEQUENCE
		delivery-copy(9),
		submission-rejection(10),
		submission-failure(11),
		...
		...,
		delivered-application(12)
		-- optional flag indicating MMS was retrieved using
		-- something other than mobile deivce e.g. web browser
	} OPTIONAL,
	mmsNotifInd		[3] BOOLEAN OPTIONAL,
		-- indication that a delivery notification has been generated
@@ -942,9 +945,9 @@ Location ::= SEQUENCE
{
	e164-Number			[1] OCTET STRING (SIZE (1..25)) OPTIONAL,
		-- Coded in the same format as the ISUP location number (parameter
		-- field) of the ISUP (see EN 300 356 [7])
		-- field) of the ISUP (see EN 300 356 [7])
	globalCellID		[2] OCTET STRING (SIZE (5..7)) OPTIONAL,
		-- See MAP format (see TS GSM 09.02 [8])
		-- See MAP format (see 3GPP TS 09.02 [8])
	
	rAI					[3] OCTET STRING (SIZE (6)) OPTIONAL,
		-- The Routeing Area Identifier (RAI) in the current SGSN is coded in accordance with
@@ -1084,8 +1087,8 @@ GeographicalCoordinates ::= SEQUENCE
{
	latitudeSign	[1] ENUMERATED
	{
		north,
		south
		north(0),
		south(1)
	} OPTIONAL,
	latitude		[2] INTEGER (0..8388607) OPTIONAL,
	longitude		[3] INTEGER (-8388608..8388607) OPTIONAL,
@@ -1258,7 +1261,6 @@ MsgStoreOperation ::= SEQUENCE
	messageID		[10] MessageID OPTIONAL
}


MessageID ::= UTF8String
	-- Unique identifier for this message, e.g RFC 822 header

@@ -1437,10 +1439,10 @@ NADevice ::= SEQUENCE
}

IMEI ::= OCTET STRING (SIZE(8)) 
	-- format as per TS GSM 09.02 [8Error! Reference source not found.]
	-- format as per 3GPP TS 09.02 [8]

IMSI ::= OCTET STRING (SIZE(3..8)) 
	-- format as per TS GSM 09.02 [8]
	-- format as per 3GPP TS 09.02 [8]

-- ======================================
-- Definitions of Message Network element
@@ -1524,4 +1526,3 @@ NABillingDetails ::= SEQUENCE
}

END -- end of RDMessage
+4 −3
Original line number Diff line number Diff line
<?xml version="1.0"?>

<xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema"
            xmlns="http://uri.etsi.org/02657/v1.3.1#/RetainedData"
            targetNamespace="http://uri.etsi.org/02657/v1.3.1#/RetainedData"
            xmlns="http://uri.etsi.org/02657/v1.4.1#/RetainedData"
            targetNamespace="http://uri.etsi.org/02657/v1.4.1#/RetainedData"
			elementFormDefault="qualified">

	<xsd:annotation>
		<xsd:documentation xml:lang="en">
			XSD translated from ASN.1 derived from outcome of LI#21 (TS 102 657 v1.3.1) 
			XSD translated from ASN.1 derived from outcome of LI#22 (TS 102 657 v1.4.1) 
		</xsd:documentation>
	</xsd:annotation>

@@ -878,6 +878,7 @@
				  <xsd:element name="delivery-copy" type="NULL" minOccurs="0"/>
				  <xsd:element name="submission-rejection" type="NULL" minOccurs="0"/>
				  <xsd:element name="submission-failure" type="NULL" minOccurs="0"/>
				  <xsd:element name="delivered-application" type="NULL" minOccurs="0"/>
				  <xsd:any namespace="##other" processContents="lax"/>
               </xsd:choice>
            </xsd:complexType>
+62 −61
Original line number Diff line number Diff line
RDMessage {itu-t(0) identified-organization(4) etsi(0) securityDomain(2) retainedData(3) rdHeader(0) version3(3)}
RDMessage {itu-t(0) identified-organization(4) etsi(0) securityDomain(2) retainedData(3) rdHeader(0) version4(4)}

DEFINITIONS IMPLICIT TAGS ::=

@@ -12,7 +12,7 @@ BEGIN
retainedDataDomainId OBJECT IDENTIFIER ::= {itu-t(0) identified-organization(4) etsi(0) securityDomain(2) retainedData(3)}

-- rdHeader
rdHeaderId OBJECT IDENTIFIER ::= {retainedDataDomainId rdHeader(0) version3(3)}
rdHeaderId OBJECT IDENTIFIER ::= {retainedDataDomainId rdHeader(0) version4(4)}

-- ======================================
-- Top level definitions for RDHI wrapper
@@ -699,7 +699,10 @@ MmsInformation ::= SEQUENCE
		delivery-copy(9),
		submission-rejection(10),
		submission-failure(11),
		...
		...,
		delivered-application(12)
		-- optional flag indicating MMS was retrieved using
		-- something other than mobile deivce e.g. web browser
	} OPTIONAL,
	mmsNotifInd		[3] BOOLEAN OPTIONAL,
		-- indication that a delivery notification has been generated
@@ -942,9 +945,9 @@ Location ::= SEQUENCE
{
	e164-Number			[1] OCTET STRING (SIZE (1..25)) OPTIONAL,
		-- Coded in the same format as the ISUP location number (parameter
		-- field) of the ISUP (see EN 300 356 [7])
		-- field) of the ISUP (see EN 300 356 [7])
	globalCellID		[2] OCTET STRING (SIZE (5..7)) OPTIONAL,
		-- See MAP format (see TS GSM 09.02 [8])
		-- See MAP format (see 3GPP TS 09.02 [8])
	
	rAI					[3] OCTET STRING (SIZE (6)) OPTIONAL,
		-- The Routeing Area Identifier (RAI) in the current SGSN is coded in accordance with
@@ -1084,8 +1087,8 @@ GeographicalCoordinates ::= SEQUENCE
{
	latitudeSign	[1] ENUMERATED
	{
		north,
		south
		north(0),
		south(1)
	} OPTIONAL,
	latitude		[2] INTEGER (0..8388607) OPTIONAL,
	longitude		[3] INTEGER (-8388608..8388607) OPTIONAL,
@@ -1258,7 +1261,6 @@ MsgStoreOperation ::= SEQUENCE
	messageID		[10] MessageID OPTIONAL
}


MessageID ::= UTF8String
	-- Unique identifier for this message, e.g RFC 822 header

@@ -1437,10 +1439,10 @@ NADevice ::= SEQUENCE
}

IMEI ::= OCTET STRING (SIZE(8)) 
	-- format as per TS GSM 09.02 [8Error! Reference source not found.]
	-- format as per 3GPP TS 09.02 [8]

IMSI ::= OCTET STRING (SIZE(3..8)) 
	-- format as per TS GSM 09.02 [8]
	-- format as per 3GPP TS 09.02 [8]

-- ======================================
-- Definitions of Message Network element
@@ -1524,4 +1526,3 @@ NABillingDetails ::= SEQUENCE
}

END -- end of RDMessage
+4 −3
Original line number Diff line number Diff line
<?xml version="1.0"?>

<xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema"
            xmlns="http://uri.etsi.org/02657/v1.3.1#/RetainedData"
            targetNamespace="http://uri.etsi.org/02657/v1.3.1#/RetainedData"
            xmlns="http://uri.etsi.org/02657/v1.4.1#/RetainedData"
            targetNamespace="http://uri.etsi.org/02657/v1.4.1#/RetainedData"
			elementFormDefault="qualified">

	<xsd:annotation>
		<xsd:documentation xml:lang="en">
			XSD translated from ASN.1 derived from outcome of LI#21 (TS 102 657 v1.3.1) 
			XSD translated from ASN.1 derived from outcome of LI#22 (TS 102 657 v1.4.1) 
		</xsd:documentation>
	</xsd:annotation>

@@ -878,6 +878,7 @@
				  <xsd:element name="delivery-copy" type="NULL" minOccurs="0"/>
				  <xsd:element name="submission-rejection" type="NULL" minOccurs="0"/>
				  <xsd:element name="submission-failure" type="NULL" minOccurs="0"/>
				  <xsd:element name="delivered-application" type="NULL" minOccurs="0"/>
				  <xsd:any namespace="##other" processContents="lax"/>
               </xsd:choice>
            </xsd:complexType>