From eb05742a9edc1f6504ef2443779edf9699d27488 Mon Sep 17 00:00:00 2001 From: marthy Date: Tue, 23 Jan 2024 10:11:57 +0000 Subject: [PATCH 1/4] Update RDMessage.xsd --- 102657/RDMessage.xsd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/102657/RDMessage.xsd b/102657/RDMessage.xsd index 4ca7c64..8529776 100644 --- a/102657/RDMessage.xsd +++ b/102657/RDMessage.xsd @@ -757,7 +757,7 @@ - + -- GitLab From fbd9b9dd52d6c93ff4cfbe49b4a54baf7b8ef9d3 Mon Sep 17 00:00:00 2001 From: marthy Date: Tue, 6 Feb 2024 12:43:48 +0000 Subject: [PATCH 2/4] Added iMEIs to Sub.scribedTelephonyServices --- 102657/RDMessage.asn | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/102657/RDMessage.asn b/102657/RDMessage.asn index f5b9592..560932a 100644 --- a/102657/RDMessage.asn +++ b/102657/RDMessage.asn @@ -728,7 +728,8 @@ SubscribedTelephonyServices ::= SEQUENCE -- in cases of MultiSIM card contracts loginInfos [24] SEQUENCE OF LoginInfo OPTIONAL, -- e.g. login information according a VMS/UMS account - paymentTransactions [25] SEQUENCE OF BillingRecords OPTIONAL + paymentTransactions [25] SEQUENCE OF BillingRecords OPTIONAL, + iMEIs [26] SEQUENCE OF IMEI OPTIONAL } -- GitLab From a3230007d7304781c1ef121bebaa806acbdc8ff7 Mon Sep 17 00:00:00 2001 From: marthy Date: Tue, 6 Feb 2024 12:48:10 +0000 Subject: [PATCH 3/4] Revert "Update RDMessage.xsd" This reverts commit 8475e4ef0ed9fc367a621e01c237d74c09605f39 --- 102657/RDMessage.xsd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/102657/RDMessage.xsd b/102657/RDMessage.xsd index 8529776..4ca7c64 100644 --- a/102657/RDMessage.xsd +++ b/102657/RDMessage.xsd @@ -757,7 +757,7 @@ - + -- GitLab From bfb6019e471a49a8151d41fdf1c5bbb9e22c6737 Mon Sep 17 00:00:00 2001 From: marthy Date: Tue, 6 Feb 2024 12:53:01 +0000 Subject: [PATCH 4/4] Added iMEIs to SubscribedTelephonyServices --- 102657/RDMessage.xsd | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/102657/RDMessage.xsd b/102657/RDMessage.xsd index 4ca7c64..6bef8a9 100644 --- a/102657/RDMessage.xsd +++ b/102657/RDMessage.xsd @@ -798,6 +798,13 @@ + + + + + + + -- GitLab