From 6f02c5ab3e45489c4940639f76e4711cbf8291f4 Mon Sep 17 00:00:00 2001 From: Tim Date: Fri, 20 Mar 2020 16:21:26 +0100 Subject: [PATCH 1/3] Update 3gppx1extensions.xsd Added FTSEDirection to indicate if the FTSE 100 value is Down or Falling --- 3gppx1extensions.xsd | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/3gppx1extensions.xsd b/3gppx1extensions.xsd index 29049c7..0ffc112 100644 --- a/3gppx1extensions.xsd +++ b/3gppx1extensions.xsd @@ -23,6 +23,7 @@ + @@ -49,6 +50,14 @@ + + + + + + + + -- GitLab From 4577cbbf8abf63a04b39358c2e7bc0e966b1474e Mon Sep 17 00:00:00 2001 From: Tim Date: Fri, 20 Mar 2020 16:27:07 +0100 Subject: [PATCH 2/3] Update ts33128payloads.asn1 --- ts33128payloads.asn1 | 3 +++ 1 file changed, 3 insertions(+) diff --git a/ts33128payloads.asn1 b/ts33128payloads.asn1 index 3c2d7da..53ae67a 100644 --- a/ts33128payloads.asn1 +++ b/ts33128payloads.asn1 @@ -55,6 +55,9 @@ XIRIEvent ::= CHOICE -- PDHR/PDSR-related events, see clause 6.2.3.4.1 pDHeaderReport [14] PDHeaderReport, pDSummaryReport [15] PDSummaryReport + + -- MMS-related events, see clause 6.2.5 + mMSMessage [16] MMSMessage, } -- ============== -- GitLab From 225e7f52b71c76a260052d5aeae2f284b9adb7ef Mon Sep 17 00:00:00 2001 From: Tim Date: Fri, 20 Mar 2020 16:37:49 +0100 Subject: [PATCH 3/3] Update ts33128payloads.asn1 --- ts33128payloads.asn1 | 3 --- 1 file changed, 3 deletions(-) diff --git a/ts33128payloads.asn1 b/ts33128payloads.asn1 index 53ae67a..3c2d7da 100644 --- a/ts33128payloads.asn1 +++ b/ts33128payloads.asn1 @@ -55,9 +55,6 @@ XIRIEvent ::= CHOICE -- PDHR/PDSR-related events, see clause 6.2.3.4.1 pDHeaderReport [14] PDHeaderReport, pDSummaryReport [15] PDSummaryReport - - -- MMS-related events, see clause 6.2.5 - mMSMessage [16] MMSMessage, } -- ============== -- GitLab