From d98f255b03b2ad6fc1b5168c0e766f757aee535d Mon Sep 17 00:00:00 2001 From: znaty Date: Mon, 14 Apr 2025 17:57:17 +0000 Subject: [PATCH 01/35] Update file TS33128Payloads.asn --- 33128/r19/TS33128Payloads.asn | 61 +++++++++++++++++++++++++++++++++++ 1 file changed, 61 insertions(+) diff --git a/33128/r19/TS33128Payloads.asn b/33128/r19/TS33128Payloads.asn index 4db26cba..7fbde5e6 100644 --- a/33128/r19/TS33128Payloads.asn +++ b/33128/r19/TS33128Payloads.asn @@ -324,6 +324,9 @@ XIRIEvent ::= CHOICE fiveGDDNMFProSeUNIDirectDiscovery [184] FiveGDDNMFProSeUNIDirectDiscovery, fiveGDDNMFProSeNNIDirectDiscovery [185] FiveGDDNMFProSeNNIDirectDiscovery + -- 5G Personal IoT events, see clause 7.X.2 + fiveGPINAPPMessage [186] FiveGPINAPPMessage, + fiveGStartOfInterceptionWithPINClientInPIN [187] FiveGStartOfInterceptionWithPINClientInPIN } -- ============== @@ -630,6 +633,10 @@ IRIEvent ::= CHOICE -- 5G ProSe Direct Communication events, see clause 7.17.3 fiveGDDNMFProSeUNIDirectDiscovery [184] FiveGDDNMFProSeUNIDirectDiscovery, fiveGDDNMFProSeNNIDirectDiscovery [185] FiveGDDNMFProSeNNIDirectDiscovery + + -- 5G Personal IoT events, see clause 7.X.3 + fiveGPINAPPMessage [186] FiveGPINAPPMessage, + fiveGStartOfInterceptionWithPINClientInPIN [187] FiveGStartOfInterceptionWithPINClientInPIN } IRITargetIdentifier ::= SEQUENCE @@ -5956,6 +5963,60 @@ FiveGProSeMessage ::= CHOICE fiveGProSeUsageInformationReportMessage [2] XMLType } +-- ========================= +-- 5G PIN Server definitions +-- ========================= + +-- See clause 7.X.2.2 for details of this structure +FiveGPINAPPMessage ::= SEQUENCE +{ + pINClientID [1] PINClientID OPTIONAL, + gPSI [2] GPSI OPTIONAL, + identityToken [3] IdentityToken OPTIONAL, + mACAddress [4] MACAddress OPTIONAL, + pINID [5] PINID OPTIONAL, + pINServerID [6] PINServerID, + pINAPPMessage [7] XMLType +} + +-- See clause 7.X.2.3 for details of this structure +FiveGStartOfInterceptionWithPINClientInPIN ::= CHOICE +{ + + pINClientInPINS [1] PINClientInPINS, + pINClientsInPIN [2] PINClientsInPIN +} + +PINClientInPINS ::= SEQUENCE +{ + pINClientID [1] PINClientID, + gPSI [2] GPSI OPTIONAL, + identityToken [3] IdentityToken OPTIONAL, + mACAddress [4] MACAddress OPTIONAL, + pINServerID [5] PINServerID, + pINClientProfile [6] XMLType, + pINProfiles [7] SET OF PINProfile +} + +PINClientsInPIN ::= SEQUENCE +{ + pINID [1] PINID, + pINServerID [2] PINServerID, + pINClientProfiles [3] SET OF PINClientProfile, + pINProfile [4] XMLType +} + +-- ======================== +-- 5G PIN Server parameters +-- ======================== + +PINClientID ::= UTF8String +IdentityToken ::= UTF8String +PINID ::= UTF8String +PINServerID ::= UTF8String +PINClientProfile ::=XMLType +PINProfile ::= XMLType + -- =================== -- 5G LALS definitions -- =================== -- GitLab From 4f08fc04018015ac82d9c7fc174aec4c52169ced Mon Sep 17 00:00:00 2001 From: znaty Date: Mon, 14 Apr 2025 18:02:34 +0000 Subject: [PATCH 02/35] Update file TS33128Payloads.asn --- 33128/r19/TS33128Payloads.asn | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/33128/r19/TS33128Payloads.asn b/33128/r19/TS33128Payloads.asn index 7fbde5e6..c9506819 100644 --- a/33128/r19/TS33128Payloads.asn +++ b/33128/r19/TS33128Payloads.asn @@ -322,7 +322,7 @@ XIRIEvent ::= CHOICE -- 5G ProSe Direct Communication events, see clause 7.17.2 fiveGDDNMFProSeUNIDirectDiscovery [184] FiveGDDNMFProSeUNIDirectDiscovery, - fiveGDDNMFProSeNNIDirectDiscovery [185] FiveGDDNMFProSeNNIDirectDiscovery + fiveGDDNMFProSeNNIDirectDiscovery [185] FiveGDDNMFProSeNNIDirectDiscovery, -- 5G Personal IoT events, see clause 7.X.2 fiveGPINAPPMessage [186] FiveGPINAPPMessage, @@ -632,7 +632,7 @@ IRIEvent ::= CHOICE -- 5G ProSe Direct Communication events, see clause 7.17.3 fiveGDDNMFProSeUNIDirectDiscovery [184] FiveGDDNMFProSeUNIDirectDiscovery, - fiveGDDNMFProSeNNIDirectDiscovery [185] FiveGDDNMFProSeNNIDirectDiscovery + fiveGDDNMFProSeNNIDirectDiscovery [185] FiveGDDNMFProSeNNIDirectDiscovery, -- 5G Personal IoT events, see clause 7.X.3 fiveGPINAPPMessage [186] FiveGPINAPPMessage, -- GitLab From ee0a32da2f68e4b569c5464561a7a607d8de26ec Mon Sep 17 00:00:00 2001 From: znaty Date: Mon, 14 Apr 2025 18:10:26 +0000 Subject: [PATCH 03/35] Update file TS33128Payloads.asn --- 33128/r19/TS33128Payloads.asn | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/33128/r19/TS33128Payloads.asn b/33128/r19/TS33128Payloads.asn index c9506819..dbc0b306 100644 --- a/33128/r19/TS33128Payloads.asn +++ b/33128/r19/TS33128Payloads.asn @@ -324,7 +324,7 @@ XIRIEvent ::= CHOICE fiveGDDNMFProSeUNIDirectDiscovery [184] FiveGDDNMFProSeUNIDirectDiscovery, fiveGDDNMFProSeNNIDirectDiscovery [185] FiveGDDNMFProSeNNIDirectDiscovery, - -- 5G Personal IoT events, see clause 7.X.2 + -- 5G Personal IoT events, see clause 7.X.2 fiveGPINAPPMessage [186] FiveGPINAPPMessage, fiveGStartOfInterceptionWithPINClientInPIN [187] FiveGStartOfInterceptionWithPINClientInPIN } @@ -5982,7 +5982,6 @@ FiveGPINAPPMessage ::= SEQUENCE -- See clause 7.X.2.3 for details of this structure FiveGStartOfInterceptionWithPINClientInPIN ::= CHOICE { - pINClientInPINS [1] PINClientInPINS, pINClientsInPIN [2] PINClientsInPIN } -- GitLab From 502d0a0bcbc68b3df476761edfa656354a580711 Mon Sep 17 00:00:00 2001 From: Thomas Dodds Date: Tue, 22 Apr 2025 15:51:31 +0000 Subject: [PATCH 04/35] Updated tasking extensions --- 33128/r19/urn_3GPP_ns_li_3GPPX1Extensions.xsd | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/33128/r19/urn_3GPP_ns_li_3GPPX1Extensions.xsd b/33128/r19/urn_3GPP_ns_li_3GPPX1Extensions.xsd index 0e6d8b8a..0f79f73c 100644 --- a/33128/r19/urn_3GPP_ns_li_3GPPX1Extensions.xsd +++ b/33128/r19/urn_3GPP_ns_li_3GPPX1Extensions.xsd @@ -97,6 +97,7 @@ + @@ -402,4 +403,17 @@ + + + + + + + + + + + + + -- GitLab From bd9363df7ef4bcc1ad1ed640d6234503bb3c3a64 Mon Sep 17 00:00:00 2001 From: Thomas Dodds Date: Tue, 22 Apr 2025 17:38:40 +0000 Subject: [PATCH 05/35] Added parameters for charging data --- 33128/r19/TS33128Payloads.asn | 132 +++++++++++++++++++++++++++++++++- 1 file changed, 130 insertions(+), 2 deletions(-) diff --git a/33128/r19/TS33128Payloads.asn b/33128/r19/TS33128Payloads.asn index 4db26cba..fafc058c 100644 --- a/33128/r19/TS33128Payloads.asn +++ b/33128/r19/TS33128Payloads.asn @@ -322,8 +322,10 @@ XIRIEvent ::= CHOICE -- 5G ProSe Direct Communication events, see clause 7.17.2 fiveGDDNMFProSeUNIDirectDiscovery [184] FiveGDDNMFProSeUNIDirectDiscovery, - fiveGDDNMFProSeNNIDirectDiscovery [185] FiveGDDNMFProSeNNIDirectDiscovery + fiveGDDNMFProSeNNIDirectDiscovery [185] FiveGDDNMFProSeNNIDirectDiscovery, + -- Charging data event records, see clause 6.2.7 + chargingDataEvent [186] ChargingDataEvent } -- ============== @@ -629,7 +631,10 @@ IRIEvent ::= CHOICE -- 5G ProSe Direct Communication events, see clause 7.17.3 fiveGDDNMFProSeUNIDirectDiscovery [184] FiveGDDNMFProSeUNIDirectDiscovery, - fiveGDDNMFProSeNNIDirectDiscovery [185] FiveGDDNMFProSeNNIDirectDiscovery + fiveGDDNMFProSeNNIDirectDiscovery [185] FiveGDDNMFProSeNNIDirectDiscovery, + + -- Charging data event records, see clause 6.2.7 + chargingDataEvent [186] ChargingDataEvent } IRITargetIdentifier ::= SEQUENCE @@ -6604,6 +6609,129 @@ RoamingStatusUpdateInfo ::= SEQUENCE iMSI [1] IMSI OPTIONAL, pLMNID [2] PLMNID OPTIONAL } + +-- ========================= +-- Charging Data Definitions +-- ========================= + +ChargingDataEvent ::= SEQUENCE +{ + targetIdentifiers [1] TargetIdentifier, + timestamp [2] Timestamp, + location [3] Location OPTIONAL, + chargingDataInformation [4] ChargingDataInformation +} + +-- ======================== +-- Charging Data Parameters +-- ======================== + +ChargingDataInformation ::= CHOICE +{ + nchfChargingDataRequest [1] NchfChargingDataRequest, + rfChargingDataRequest [2] RfChargingDataRequest, + translatedChargingDataInfo [3] TranslatedChargingDataInfo +} + +NchfChargingDataRequest ::= SEQUENCE +{ + sBIchargingData [1] SBIChargingData, + nchfChargingEvent [2] NchfChargingEvent OPTIONAL, + roamerInOut [3] RoamerInOut +} + +SBIChargingData ::= CHOICE +{ + fullSBIChargingData [1] EncapsulatedSBIChargingData +} + +EncapsulatedSBIChargingData ::= CHOICE +{ + encapsulatedSBIConvergedChargingData [1] SBIType, + encapsulatedSBIOfflineChargingData [2] SBIType +} + +NchfChargingEvent ::= ENUMERATED +{ + pDUSessionChargingInformation(1), + sMSChargingInformation(2), + nEFChargingInformation(3), + registrationChargingInformation(4), + n2ConnectionChargingInformation(5), + locationReportingChargingInformation(6), + nSPAChargingInformation(7), + nSMChargingInformation(8), + mMTelChargingInformation(9), + iMSChargingInformation(10), + edgeInfrastructureUsageChargingInformation(11), + eASDeploymentChargingInformation(12), + directEdgeEnablingServiceChargingInformation(13), + exposedEdgeEnablingServiceChargingInformation(14), + proSeChargingInformation(15), + mMSChargingInformation(16), + mBSSessionChargingInformation(17), + tSNChargingInformation(18), + nSACFChargingInformation(19), + nSSAAChargingInformation(20), + rangingSLChargingInformation(21) +} + +RoamerInOut ::= ENUMERATED +{ + in-bound(1), + out-bound(2) +} + +RfChargingDataRequest ::= SEQUENCE +{ + rfChargingData [1] DiameterChargingData, + rfChargingEvent [2] RfChargingEvent OPTIONAL +} + +DiameterChargingData ::= CHOICE +{ + fullDiameterChargingData [1] EncapsulatedRfChargingData +} + +EncapsulatedRfChargingData ::= OCTET STRING + +RfChargingEvent ::= ENUMERATED +{ + aoC-Information(1), + pS-Information(2), + iMS-Information(3), + mMS-Information(4), + lCS-Information(5), + poC-Information(6), + mBMS-Inform(7), + sMS-Information(8), + vCS-Information(9), + mMTel-Information(10), + proSe-Information(11), + service-Generic-Information(12), + iM-Information(13), + dCD-Information(14), + m2M-Information(15), + cPDT-Information(16) +} + +TranslatedChargingDataInfo ::= SEQUENCE + +{ + translatedChargingData [1] TranslatedChargingData +} + +TranslatedChargingData ::= SEQUENCE +{ + releaseID [1] INTEGER (0..7), + versonID [2] INTEGER (0..31), + specificationNumber [3] INTEGER (0..31), + releaseIDExtension [4] INTEGER (0..255) OPTIONAL, + recordData [5] ExternalChargingASN +} + +ExternalChargingASN ::= ExternalASNType + -- ================= -- Common Parameters -- ================= -- GitLab From 71d1ea4edffde0eebe7a9b5aac35844977caaade Mon Sep 17 00:00:00 2001 From: Thomas Dodds Date: Tue, 22 Apr 2025 17:43:29 +0000 Subject: [PATCH 06/35] removed trailing whitespace --- 33128/r19/TS33128Payloads.asn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/33128/r19/TS33128Payloads.asn b/33128/r19/TS33128Payloads.asn index fafc058c..a7f56bdb 100644 --- a/33128/r19/TS33128Payloads.asn +++ b/33128/r19/TS33128Payloads.asn @@ -6618,7 +6618,7 @@ ChargingDataEvent ::= SEQUENCE { targetIdentifiers [1] TargetIdentifier, timestamp [2] Timestamp, - location [3] Location OPTIONAL, + location [3] Location OPTIONAL, chargingDataInformation [4] ChargingDataInformation } -- GitLab From 229682d121ecaa60de58cfaaa37a3da648353c48 Mon Sep 17 00:00:00 2001 From: znaty Date: Fri, 25 Apr 2025 14:29:24 +0000 Subject: [PATCH 07/35] Update file TS33128Payloads.asn --- 33128/r19/TS33128Payloads.asn | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/33128/r19/TS33128Payloads.asn b/33128/r19/TS33128Payloads.asn index dbc0b306..2d7f3b05 100644 --- a/33128/r19/TS33128Payloads.asn +++ b/33128/r19/TS33128Payloads.asn @@ -5994,14 +5994,14 @@ PINClientInPINS ::= SEQUENCE mACAddress [4] MACAddress OPTIONAL, pINServerID [5] PINServerID, pINClientProfile [6] XMLType, - pINProfiles [7] SET OF PINProfile + pINProfiles [7] SEQUENCE OF PINProfile } PINClientsInPIN ::= SEQUENCE { pINID [1] PINID, pINServerID [2] PINServerID, - pINClientProfiles [3] SET OF PINClientProfile, + pINClientProfiles [3] SEQUENCE OF PINClientProfile, pINProfile [4] XMLType } -- GitLab From 360f3763d48e93648382e38a0fab99ce123777f6 Mon Sep 17 00:00:00 2001 From: znaty Date: Fri, 25 Apr 2025 14:55:10 +0000 Subject: [PATCH 08/35] Update file TS33128Payloads.asn --- 33128/r19/TS33128Payloads.asn | 18 ++++++++++++------ 1 file changed, 12 insertions(+), 6 deletions(-) diff --git a/33128/r19/TS33128Payloads.asn b/33128/r19/TS33128Payloads.asn index 2d7f3b05..56c15ba2 100644 --- a/33128/r19/TS33128Payloads.asn +++ b/33128/r19/TS33128Payloads.asn @@ -5970,9 +5970,7 @@ FiveGProSeMessage ::= CHOICE -- See clause 7.X.2.2 for details of this structure FiveGPINAPPMessage ::= SEQUENCE { - pINClientID [1] PINClientID OPTIONAL, - gPSI [2] GPSI OPTIONAL, - identityToken [3] IdentityToken OPTIONAL, + pINEIdentities [1] PINEIdentities, mACAddress [4] MACAddress OPTIONAL, pINID [5] PINID OPTIONAL, pINServerID [6] PINServerID, @@ -5988,9 +5986,7 @@ FiveGStartOfInterceptionWithPINClientInPIN ::= CHOICE PINClientInPINS ::= SEQUENCE { - pINClientID [1] PINClientID, - gPSI [2] GPSI OPTIONAL, - identityToken [3] IdentityToken OPTIONAL, + pINEIdentities [1] PINEIdentities, mACAddress [4] MACAddress OPTIONAL, pINServerID [5] PINServerID, pINClientProfile [6] XMLType, @@ -6009,6 +6005,16 @@ PINClientsInPIN ::= SEQUENCE -- 5G PIN Server parameters -- ======================== +PINEIdentities ::= SEQUENCE (SIZE(1..MAX)) OF PINEIdentity + +PINEIdentity ::= CHOICE + +{ + pINClientID [1] PINClientID, + gPSI        [2] GPSI, + identityToken [3] IdentityToken, +} + PINClientID ::= UTF8String IdentityToken ::= UTF8String PINID ::= UTF8String -- GitLab From bc78df96a7ba3b85068ac124299dc26c2f8c5b3d Mon Sep 17 00:00:00 2001 From: znaty Date: Fri, 25 Apr 2025 14:58:06 +0000 Subject: [PATCH 09/35] Update file TS33128Payloads.asn --- 33128/r19/TS33128Payloads.asn | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/33128/r19/TS33128Payloads.asn b/33128/r19/TS33128Payloads.asn index 56c15ba2..e3d27d00 100644 --- a/33128/r19/TS33128Payloads.asn +++ b/33128/r19/TS33128Payloads.asn @@ -6008,11 +6008,10 @@ PINClientsInPIN ::= SEQUENCE PINEIdentities ::= SEQUENCE (SIZE(1..MAX)) OF PINEIdentity PINEIdentity ::= CHOICE - { pINClientID [1] PINClientID, gPSI        [2] GPSI, - identityToken [3] IdentityToken, + identityToken [3] IdentityToken } PINClientID ::= UTF8String -- GitLab From 1eac1d4b445da81736adffbfb05f5ef568181718 Mon Sep 17 00:00:00 2001 From: znaty Date: Fri, 25 Apr 2025 15:00:13 +0000 Subject: [PATCH 10/35] Update file TS33128Payloads.asn --- 33128/r19/TS33128Payloads.asn | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/33128/r19/TS33128Payloads.asn b/33128/r19/TS33128Payloads.asn index e3d27d00..3572db20 100644 --- a/33128/r19/TS33128Payloads.asn +++ b/33128/r19/TS33128Payloads.asn @@ -5971,10 +5971,10 @@ FiveGProSeMessage ::= CHOICE FiveGPINAPPMessage ::= SEQUENCE { pINEIdentities [1] PINEIdentities, - mACAddress [4] MACAddress OPTIONAL, - pINID [5] PINID OPTIONAL, - pINServerID [6] PINServerID, - pINAPPMessage [7] XMLType + mACAddress [2] MACAddress OPTIONAL, + pINID [3] PINID OPTIONAL, + pINServerID [4] PINServerID, + pINAPPMessage [5] XMLType } -- See clause 7.X.2.3 for details of this structure @@ -5987,10 +5987,10 @@ FiveGStartOfInterceptionWithPINClientInPIN ::= CHOICE PINClientInPINS ::= SEQUENCE { pINEIdentities [1] PINEIdentities, - mACAddress [4] MACAddress OPTIONAL, - pINServerID [5] PINServerID, - pINClientProfile [6] XMLType, - pINProfiles [7] SEQUENCE OF PINProfile + mACAddress [2] MACAddress OPTIONAL, + pINServerID [3] PINServerID, + pINClientProfile [4] XMLType, + pINProfiles [5] SEQUENCE OF PINProfile } PINClientsInPIN ::= SEQUENCE @@ -6010,7 +6010,7 @@ PINEIdentities ::= SEQUENCE (SIZE(1..MAX)) OF PINEIdentity PINEIdentity ::= CHOICE { pINClientID [1] PINClientID, - gPSI        [2] GPSI, + gPSI [2] GPSI, identityToken [3] IdentityToken } -- GitLab From 6e5bed3ea0a1d03f7666452967bf44b0f3da3662 Mon Sep 17 00:00:00 2001 From: znaty Date: Fri, 25 Apr 2025 15:04:15 +0000 Subject: [PATCH 11/35] Update file TS33128Payloads.asn --- 33128/r19/TS33128Payloads.asn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/33128/r19/TS33128Payloads.asn b/33128/r19/TS33128Payloads.asn index 3572db20..1ca42c49 100644 --- a/33128/r19/TS33128Payloads.asn +++ b/33128/r19/TS33128Payloads.asn @@ -6007,7 +6007,7 @@ PINClientsInPIN ::= SEQUENCE PINEIdentities ::= SEQUENCE (SIZE(1..MAX)) OF PINEIdentity -PINEIdentity ::= CHOICE +PINEIdentity ::= CHOICE { pINClientID [1] PINClientID, gPSI [2] GPSI, -- GitLab From 92f09abe90ee772688ec463096ddc2fb69937211 Mon Sep 17 00:00:00 2001 From: Thomas Dodds Date: Wed, 30 Apr 2025 14:07:45 +0000 Subject: [PATCH 12/35] Adjusted the referenced clause numbers --- 33128/r19/TS33128Payloads.asn | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/33128/r19/TS33128Payloads.asn b/33128/r19/TS33128Payloads.asn index a7f56bdb..08a8c576 100644 --- a/33128/r19/TS33128Payloads.asn +++ b/33128/r19/TS33128Payloads.asn @@ -324,7 +324,7 @@ XIRIEvent ::= CHOICE fiveGDDNMFProSeUNIDirectDiscovery [184] FiveGDDNMFProSeUNIDirectDiscovery, fiveGDDNMFProSeNNIDirectDiscovery [185] FiveGDDNMFProSeNNIDirectDiscovery, - -- Charging data event records, see clause 6.2.7 + -- Charging data event records, see clause 7.X chargingDataEvent [186] ChargingDataEvent } @@ -633,7 +633,7 @@ IRIEvent ::= CHOICE fiveGDDNMFProSeUNIDirectDiscovery [184] FiveGDDNMFProSeUNIDirectDiscovery, fiveGDDNMFProSeNNIDirectDiscovery [185] FiveGDDNMFProSeNNIDirectDiscovery, - -- Charging data event records, see clause 6.2.7 + -- Charging data event records, see clause 7.X chargingDataEvent [186] ChargingDataEvent } -- GitLab From 11cde5e5e4b200eff177c610a3a702a6a1e27d16 Mon Sep 17 00:00:00 2001 From: mark Date: Thu, 1 May 2025 14:38:55 +0100 Subject: [PATCH 13/35] Initial commit --- 33128/r17/TS33128Payloads.asn | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/33128/r17/TS33128Payloads.asn b/33128/r17/TS33128Payloads.asn index 80b1ffa9..3007b7ff 100644 --- a/33128/r17/TS33128Payloads.asn +++ b/33128/r17/TS33128Payloads.asn @@ -197,9 +197,12 @@ XIRIEvent ::= CHOICE -- AMF events, see 6.2.2.2.9, continued from tag 111 aMFUEConfigurationUpdate [132] AMFUEConfigurationUpdate, + -- Tags 133 to 164 are not used in this version of the specification + + -- In release 17 version 16, mMSConvertedFromEmail is tag 133 and mMSConvertedToEmail is tag 134 -- MMS-related events continued from choice 35 - mMSConvertedFromEmail [133] MMSConvertedFromEmail, - mMSConvertedToEmail [134] MMSConvertedToEmail + mMSConvertedFromEmail [165] MMSConvertedFromEmail, + mMSConvertedToEmail [166] MMSConvertedToEmail } -- ============== @@ -390,9 +393,12 @@ IRIEvent ::= CHOICE -- AMF events, see 6.2.2.3, continued from tag 111 aMFUEConfigurationUpdate [132] AMFUEConfigurationUpdate, + -- Tags 133 to 164 are not used in this version of the specification + + -- In release 17 version 16, mMSConvertedFromEmail is tag 133 and mMSConvertedToEmail is tag 134 -- MMS-related events continued from choice 35 - mMSConvertedFromEmail [133] MMSConvertedFromEmail, - mMSConvertedToEmail [134] MMSConvertedToEmail + mMSConvertedFromEmail [165] MMSConvertedFromEmail, + mMSConvertedToEmail [166] MMSConvertedToEmail } IRITargetIdentifier ::= SEQUENCE -- GitLab From 295afd9e8945d6aa882f9c4082e620b2f60636cc Mon Sep 17 00:00:00 2001 From: mark Date: Thu, 1 May 2025 14:42:42 +0100 Subject: [PATCH 14/35] Linting exceptions --- testing/asn_lint_exceptions.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/testing/asn_lint_exceptions.json b/testing/asn_lint_exceptions.json index eb6d7919..ae2508df 100644 --- a/testing/asn_lint_exceptions.json +++ b/testing/asn_lint_exceptions.json @@ -43,7 +43,9 @@ "Tag 2 missing in LALSReport", "Tag 6 missing in LALSReport", "Tag 8 missing in MMEStartOfInterceptionWithEPSAttachedUE", - "Tag 11 missing in MMEStartOfInterceptionWithEPSAttachedUE" + "Tag 11 missing in MMEStartOfInterceptionWithEPSAttachedUE", + "Tags 133-164 missing in XIRIEvent", + "Tags 133-164 missing in IRIEvent" ], "33128/r18/TS33128Payloads.asn" : [ "Tag 100 XIRIEvent field 'n9HRPDUSessionInfo' is not present in IRIEvent", -- GitLab From 20b090b0339d7d37fa0ac779e4571af683f386e1 Mon Sep 17 00:00:00 2001 From: znaty Date: Thu, 1 May 2025 14:45:29 +0000 Subject: [PATCH 15/35] Update file urn_3GPP_ns_li_3GPPX1Extensions.xsd --- 33128/r19/urn_3GPP_ns_li_3GPPX1Extensions.xsd | 20 +++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/33128/r19/urn_3GPP_ns_li_3GPPX1Extensions.xsd b/33128/r19/urn_3GPP_ns_li_3GPPX1Extensions.xsd index 0e6d8b8a..e76547a3 100644 --- a/33128/r19/urn_3GPP_ns_li_3GPPX1Extensions.xsd +++ b/33128/r19/urn_3GPP_ns_li_3GPPX1Extensions.xsd @@ -85,6 +85,26 @@ + + + + + + + + + + + + + + + + + + + + -- GitLab From f1471119f2510a6560880b61b6e9893bd9dd4b05 Mon Sep 17 00:00:00 2001 From: Thomas Dodds Date: Thu, 1 May 2025 19:47:05 +0000 Subject: [PATCH 16/35] Update file TS33128Payloads.asn --- 33128/r19/TS33128Payloads.asn | 2 -- 1 file changed, 2 deletions(-) diff --git a/33128/r19/TS33128Payloads.asn b/33128/r19/TS33128Payloads.asn index 08a8c576..a63685c7 100644 --- a/33128/r19/TS33128Payloads.asn +++ b/33128/r19/TS33128Payloads.asn @@ -6616,8 +6616,6 @@ RoamingStatusUpdateInfo ::= SEQUENCE ChargingDataEvent ::= SEQUENCE { - targetIdentifiers [1] TargetIdentifier, - timestamp [2] Timestamp, location [3] Location OPTIONAL, chargingDataInformation [4] ChargingDataInformation } -- GitLab From 042c525bab1f570afb40e3c8ab6438c3a1705e78 Mon Sep 17 00:00:00 2001 From: Thomas Dodds Date: Thu, 1 May 2025 19:48:47 +0000 Subject: [PATCH 17/35] Update file TS33128Payloads.asn --- 33128/r19/TS33128Payloads.asn | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/33128/r19/TS33128Payloads.asn b/33128/r19/TS33128Payloads.asn index a63685c7..2adbcb81 100644 --- a/33128/r19/TS33128Payloads.asn +++ b/33128/r19/TS33128Payloads.asn @@ -6616,8 +6616,8 @@ RoamingStatusUpdateInfo ::= SEQUENCE ChargingDataEvent ::= SEQUENCE { - location [3] Location OPTIONAL, - chargingDataInformation [4] ChargingDataInformation + location [1] Location OPTIONAL, + chargingDataInformation [2] ChargingDataInformation } -- ======================== -- GitLab From d0ed27c822ea17a4e359f27c2271519d3fb99fb2 Mon Sep 17 00:00:00 2001 From: mark Date: Thu, 1 May 2025 22:14:28 +0100 Subject: [PATCH 18/35] Updating comments from LM --- 33128/r17/TS33128Payloads.asn | 20 ++++++++++++++------ 1 file changed, 14 insertions(+), 6 deletions(-) diff --git a/33128/r17/TS33128Payloads.asn b/33128/r17/TS33128Payloads.asn index 3007b7ff..04dc3f67 100644 --- a/33128/r17/TS33128Payloads.asn +++ b/33128/r17/TS33128Payloads.asn @@ -58,7 +58,7 @@ XIRIEvent ::= CHOICE -- tag 16 is reserved because there is no equivalent mDFCellSiteReport in XIRIEvent - -- MMS-related events, see clause 7.4.2 see also MMSConverted events ([133-134] below) + -- MMS-related events, see clause 7.4.2 see also MMSConverted events ([165-166] below) mMSSend [17] MMSSend, mMSSendByNonLocalTarget [18] MMSSendByNonLocalTarget, mMSNotification [19] MMSNotification, @@ -199,8 +199,12 @@ XIRIEvent ::= CHOICE -- Tags 133 to 164 are not used in this version of the specification - -- In release 17 version 16, mMSConvertedFromEmail is tag 133 and mMSConvertedToEmail is tag 134 - -- MMS-related events continued from choice 35 + -- In V17.15.0 (threeGPP(4) ts33128(19) r17(17) version12(12)) and + -- in V17.16.0 (threeGPP(4) ts33128(19) r17(17) version13(13)), + -- tag 134 was mMSConvertedFromEmail (now tag 165) and + -- tag 135 was mMSConvertedToEmail (now tag 166). + -- These fields were renumbered to avoid conflict and permit interoperability + -- with newer releases. mMSConvertedFromEmail [165] MMSConvertedFromEmail, mMSConvertedToEmail [166] MMSConvertedToEmail } @@ -255,7 +259,7 @@ IRIEvent ::= CHOICE -- MDF-related events, see clause 7.3.2 mDFCellSiteReport [16] MDFCellSiteReport, - -- MMS-related events, see clause 7.4.2 see also MMSConverted events ([133-134] below) + -- MMS-related events, see clause 7.4.2 see also MMSConverted events ([165-166] below) mMSSend [17] MMSSend, mMSSendByNonLocalTarget [18] MMSSendByNonLocalTarget, mMSNotification [19] MMSNotification, @@ -395,8 +399,12 @@ IRIEvent ::= CHOICE -- Tags 133 to 164 are not used in this version of the specification - -- In release 17 version 16, mMSConvertedFromEmail is tag 133 and mMSConvertedToEmail is tag 134 - -- MMS-related events continued from choice 35 + -- In V17.15.0 (threeGPP(4) ts33128(19) r17(17) version12(12)) and + -- in V17.16.0 (threeGPP(4) ts33128(19) r17(17) version13(13)), + -- tag 134 was mMSConvertedFromEmail (now tag 165) and + -- tag 135 was mMSConvertedToEmail (now tag 166). + -- These fields were renumbered to avoid conflict and permit interoperability + -- with newer releases. mMSConvertedFromEmail [165] MMSConvertedFromEmail, mMSConvertedToEmail [166] MMSConvertedToEmail } -- GitLab From 2668dbd66fa0fa334d32ff9c89ddf88de2190b62 Mon Sep 17 00:00:00 2001 From: canterburym Date: Fri, 2 May 2025 10:33:07 +0000 Subject: [PATCH 19/35] Apply 1 suggestion(s) to 1 file(s) Co-authored-by: Luke Mewburn --- 33128/r17/TS33128Payloads.asn | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/33128/r17/TS33128Payloads.asn b/33128/r17/TS33128Payloads.asn index 04dc3f67..dc3361b9 100644 --- a/33128/r17/TS33128Payloads.asn +++ b/33128/r17/TS33128Payloads.asn @@ -203,8 +203,8 @@ XIRIEvent ::= CHOICE -- in V17.16.0 (threeGPP(4) ts33128(19) r17(17) version13(13)), -- tag 134 was mMSConvertedFromEmail (now tag 165) and -- tag 135 was mMSConvertedToEmail (now tag 166). - -- These fields were renumbered to avoid conflict and permit interoperability - -- with newer releases. + -- These fields were renumbered in V17.17.0 (threeGPP(4) ts33128(19) r17(17) version14(14)) + -- to avoid conflict and permit interoperability with newer releases. mMSConvertedFromEmail [165] MMSConvertedFromEmail, mMSConvertedToEmail [166] MMSConvertedToEmail } -- GitLab From 0a368d7a7eec1e60ad68bb4c41e21f957bee61a9 Mon Sep 17 00:00:00 2001 From: canterburym Date: Fri, 2 May 2025 10:33:13 +0000 Subject: [PATCH 20/35] Apply 1 suggestion(s) to 1 file(s) Co-authored-by: Luke Mewburn --- 33128/r17/TS33128Payloads.asn | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/33128/r17/TS33128Payloads.asn b/33128/r17/TS33128Payloads.asn index dc3361b9..bdb022be 100644 --- a/33128/r17/TS33128Payloads.asn +++ b/33128/r17/TS33128Payloads.asn @@ -403,8 +403,8 @@ IRIEvent ::= CHOICE -- in V17.16.0 (threeGPP(4) ts33128(19) r17(17) version13(13)), -- tag 134 was mMSConvertedFromEmail (now tag 165) and -- tag 135 was mMSConvertedToEmail (now tag 166). - -- These fields were renumbered to avoid conflict and permit interoperability - -- with newer releases. + -- These fields were renumbered in V17.17.0 (threeGPP(4) ts33128(19) r17(17) version14(14)) + -- to avoid conflict and permit interoperability with newer releases. mMSConvertedFromEmail [165] MMSConvertedFromEmail, mMSConvertedToEmail [166] MMSConvertedToEmail } -- GitLab From 8f06aa3b8d8e4c197e5e604dd5b4814a2e001618 Mon Sep 17 00:00:00 2001 From: canterburym Date: Fri, 2 May 2025 13:39:32 +0000 Subject: [PATCH 21/35] Apply 1 suggestion(s) to 1 file(s) --- 33128/r19/urn_3GPP_ns_li_3GPPX1Extensions.xsd | 1 + 1 file changed, 1 insertion(+) diff --git a/33128/r19/urn_3GPP_ns_li_3GPPX1Extensions.xsd b/33128/r19/urn_3GPP_ns_li_3GPPX1Extensions.xsd index e76547a3..f8bff293 100644 --- a/33128/r19/urn_3GPP_ns_li_3GPPX1Extensions.xsd +++ b/33128/r19/urn_3GPP_ns_li_3GPPX1Extensions.xsd @@ -85,6 +85,7 @@ + -- GitLab From f4f840ebe9c379733daff0ead90e2fddd05a87f0 Mon Sep 17 00:00:00 2001 From: naslundma Date: Sun, 18 May 2025 04:19:24 +0200 Subject: [PATCH 22/35] TS 33.128 CR0727 - Adding DTLS IRI for AKMA LI (Rel-18) --- 33128/r18/TS33128Payloads.asn | 41 ++++++++++++++++++++++++++++++++++- 1 file changed, 40 insertions(+), 1 deletion(-) diff --git a/33128/r18/TS33128Payloads.asn b/33128/r18/TS33128Payloads.asn index 60f6ecac..5602141d 100644 --- a/33128/r18/TS33128Payloads.asn +++ b/33128/r18/TS33128Payloads.asn @@ -1288,7 +1288,9 @@ UAStarParams ::= CHOICE { tls12 [1] TLS12UAStarParams, generic [2] GenericUAStarParams, - tls13 [3] TLS13UAStarParams + tls13 [3] TLS13UAStarParams, + dtls12 [4] DTLS12UAStarParams, + dtls13 [5] DTLS13UAStarParams } GenericUAStarParams ::= SEQUENCE @@ -1344,6 +1346,22 @@ TLS12UAStarParams ::= SEQUENCE tLSClientExtensions [19] OCTET STRING (SIZE(0..65535)) OPTIONAL } +-- ================================================== +-- Specific UaStarParams for DTLS 1.2 (RFC6347) +-- Inline references below are to clauses of RFC6347. +-- ================================================== + +DTLS12UAStarParams ::= SEQUENCE +{ + tLS12CommonParams [1] TLS12UAStarParams, + -- RFC 6347 [X_DTLS12] clause 4.1 + clientEpoch [2] INTEGER, + -- RFC 6347 [X_DTLS12] clause 4.1 + serverEpoch [3] INTEGER, + -- RFC 9146 [X_CONNID] + connectionID [4] OCTET STRING (SIZE(0..255)) OPTIONAL +} + -- ================================================== -- Specific UaStarParams for TLS 1.3 (RFC8446) -- Inline references below are to clauses of RFC8446. @@ -1600,6 +1618,27 @@ TLS13UAStarParams ::= SEQUENCE tLSResumptionTickets [31] SEQUENCE OF TLS13NewSessionTicket OPTIONAL } +-- ===================================================== +-- Specific UaStarParams for DTLS 1.3 (RFC9147) +-- Inline references below are to clauses of RFC9147. +-- The client/server SnKey can alternatively be +-- derived from information carried in tLS13CommonParams +-- ===================================================== + +DTLS13UAStarParams ::= SEQUENCE +{ + tLS13CommonParams [1] TLS13UAStarParams, + -- RFC9147 [X_DTLS13] clause 4.2 + clientEpoch [2] INTEGER, + -- RFC9147 [X_DTLS13] clause 4.2 + serverEpoch [3] INTEGER, + -- RFC9147 [X_DTLS13] clause 4.2.3 + clientSnKey [4] OCTET STRING (SIZE(1..65535)) OPTIONAL, + -- RFC9147 [X_DTLS13] clause 4.2.3 + serverSnKey [5] OCTET STRING (SIZE(1..65535)) OPTIONAL, + -- RFC9146 [X_CONNID] + connectionID [6] OCTET STRING (SIZE(0..255)) OPTIONAL +} KAF ::= OCTET STRING -- GitLab From 418ae05b12a63b5ae72a51cb8c7c710228064308 Mon Sep 17 00:00:00 2001 From: naslundma Date: Sun, 18 May 2025 04:20:46 +0200 Subject: [PATCH 23/35] TS 33.128 CR0728 - Adding DTLS IRI for AKMA LI (Rel-19) --- 33128/r19/TS33128Payloads.asn | 40 ++++++++++++++++++++++++++++++++++- 1 file changed, 39 insertions(+), 1 deletion(-) diff --git a/33128/r19/TS33128Payloads.asn b/33128/r19/TS33128Payloads.asn index 4db26cba..bf369bee 100644 --- a/33128/r19/TS33128Payloads.asn +++ b/33128/r19/TS33128Payloads.asn @@ -1362,7 +1362,9 @@ UAStarParams ::= CHOICE { tls12 [1] TLS12UAStarParams, generic [2] GenericUAStarParams, - tls13 [3] TLS13UAStarParams + tls13 [3] TLS13UAStarParams, + dtls12 [4] DTLS12UAStarParams, + dtls13 [5] DTLS13UAStarParams } GenericUAStarParams ::= SEQUENCE @@ -1418,6 +1420,22 @@ TLS12UAStarParams ::= SEQUENCE tLSClientExtensions [19] OCTET STRING (SIZE(0..65535)) OPTIONAL } +-- ================================================== +-- Specific UaStarParams for DTLS 1.2 (RFC6347) +-- Inline references below are to clauses of RFC6347. +-- ================================================== + +DTLS12UAStarParams ::= SEQUENCE +{ + tLS12CommonParams [1] TLS12UAStarParams, + -- RFC 6347 [X_DTLS12] clause 4.1 + clientEpoch [2] INTEGER, + -- RFC 6347 [X_DTLS12] clause 4.1 + serverEpoch [3] INTEGER, + -- RFC 9146 [X_CONNID] + connectionID [4] OCTET STRING (SIZE(0..255)) OPTIONAL +} + -- ================================================== -- Specific UaStarParams for TLS 1.3 (RFC8446) -- Inline references below are to clauses of RFC8446. @@ -1674,7 +1692,27 @@ TLS13UAStarParams ::= SEQUENCE tLSResumptionTickets [31] SEQUENCE OF TLS13NewSessionTicket OPTIONAL } +-- ===================================================== +-- Specific UaStarParams for DTLS 1.3 (RFC9147) +-- Inline references below are to clauses of RFC9147. +-- The client/server SnKey can alternatively be +-- derived from information carried in tLS13CommonParams +-- ===================================================== +DTLS13UAStarParams ::= SEQUENCE +{ + tLS13CommonParams [1] TLS13UAStarParams, + -- RFC9147 [X_DTLS13] clause 4.2 + clientEpoch [2] INTEGER, + -- RFC9147 [X_DTLS13] clause 4.2 + serverEpoch [3] INTEGER, + -- RFC9147 [X_DTLS13] clause 4.2.3 + clientSnKey [4] OCTET STRING (SIZE(1..65535)) OPTIONAL, + -- RFC9147 [X_DTLS13] clause 4.2.3 + serverSnKey [5] OCTET STRING (SIZE(1..65535)) OPTIONAL, + -- RFC9146 [X_CONNID] + connectionID [6] OCTET STRING (SIZE(0..255)) OPTIONAL +} KAF ::= OCTET STRING -- GitLab From 34fb88672463083ed71a0b80e112ee5cb0adb23d Mon Sep 17 00:00:00 2001 From: lovieno Date: Sun, 18 May 2025 02:21:47 +0000 Subject: [PATCH 24/35] TS 33.128 CR0729 Alignment of RAT Type values with TS 29.571 - rel17 --- 33128/r17/TS33128Payloads.asn | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/33128/r17/TS33128Payloads.asn b/33128/r17/TS33128Payloads.asn index 80b1ffa9..c5f538c8 100644 --- a/33128/r17/TS33128Payloads.asn +++ b/33128/r17/TS33128Payloads.asn @@ -4416,7 +4416,19 @@ RATType ::= ENUMERATED nRMEO(17), nRGEO(18), nROTHERSAT(19), - nRREDCAP(20) + nRREDCAP(20), + wBEUTRANLEO(21), + wBEUTRANMEO(22), + wBEUTRANGEO(23), + wBEUTRANOTHERSAT(24), + nBIOTLEO(25), + nBIOTMEO(26), + nBIOTGEO(27), + nBIOTOTHERSAT(28), + lTEMLEO(29), + lTEMMEO(30), + lTEMGEO(31), + lTEMOTHERSAT(32) } RejectedNSSAI ::= SEQUENCE OF RejectedSNSSAI -- GitLab From 45b90389a0ff9b8cbe1455f63ecc15247da3050f Mon Sep 17 00:00:00 2001 From: lovieno Date: Sun, 18 May 2025 02:22:29 +0000 Subject: [PATCH 25/35] TS 33.128 CR0733 - Alignment of RAT Type values with TS 29.571 and correction of the related table - rel-18 --- 33128/r18/TS33128Payloads.asn | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/33128/r18/TS33128Payloads.asn b/33128/r18/TS33128Payloads.asn index 5602141d..41ea51fa 100644 --- a/33128/r18/TS33128Payloads.asn +++ b/33128/r18/TS33128Payloads.asn @@ -6780,7 +6780,20 @@ RATType ::= ENUMERATED nRMEO(17), nRGEO(18), nROTHERSAT(19), - nRREDCAP(20) + nRREDCAP(20), + wBEUTRANLEO(21), + wBEUTRANMEO(22), + wBEUTRANGEO(23), + wBEUTRANOTHERSAT(24), + nBIOTLEO(25), + nBIOTMEO(26), + nBIOTGEO(27), + nBIOTOTHERSAT(28), + lTEMLEO(29), + lTEMMEO(30), + lTEMGEO(31), + lTEMOTHERSAT(32), + nREREDCAP(33) } RejectedNSSAI ::= SEQUENCE OF RejectedSNSSAI -- GitLab From 7865316690cf6ff79d433847a730d89fade1fdfc Mon Sep 17 00:00:00 2001 From: lovieno Date: Sun, 18 May 2025 02:23:26 +0000 Subject: [PATCH 26/35] TS 33.128 CR0734 - Alignment of RAT Type values with TS 29.571 and correction of the related table - Rel19 --- 33128/r19/TS33128Payloads.asn | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/33128/r19/TS33128Payloads.asn b/33128/r19/TS33128Payloads.asn index bf369bee..cbdd9df6 100644 --- a/33128/r19/TS33128Payloads.asn +++ b/33128/r19/TS33128Payloads.asn @@ -7166,7 +7166,20 @@ RATType ::= ENUMERATED nRMEO(17), nRGEO(18), nROTHERSAT(19), - nRREDCAP(20) + nRREDCAP(20), + wBEUTRANLEO(21), + wBEUTRANMEO(22), + wBEUTRANGEO(23), + wBEUTRANOTHERSAT(24), + nBIOTLEO(25), + nBIOTMEO(26), + nBIOTGEO(27), + nBIOTOTHERSAT(28), + lTEMLEO(29), + lTEMMEO(30), + lTEMGEO(31), + lTEMOTHERSAT(32), + nREREDCAP(33) } RejectedNSSAI ::= SEQUENCE OF RejectedSNSSAI -- GitLab From 013071d1e5c757e3b079e0187411bd7954d6e94f Mon Sep 17 00:00:00 2001 From: grahamj Date: Sun, 18 May 2025 02:25:38 +0000 Subject: [PATCH 27/35] TS 33.128 CR 0746 - Addition of coarse location to location structure --- 33128/r19/TS33128Payloads.asn | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/33128/r19/TS33128Payloads.asn b/33128/r19/TS33128Payloads.asn index cbdd9df6..ed23a904 100644 --- a/33128/r19/TS33128Payloads.asn +++ b/33128/r19/TS33128Payloads.asn @@ -7353,7 +7353,8 @@ Location ::= SEQUENCE locationPresenceReport [3] LocationPresenceReport OPTIONAL, fourGPositioningInfo [4] FourGPositioningInfo OPTIONAL, fourGLocationInfo [5] FourGLocationInfo OPTIONAL, - iMSLocation [6] IMSLocation OPTIONAL + iMSLocation [6] IMSLocation OPTIONAL, + coarseLocation [7] CoarseLocation OPTIONAL } CellSiteInformation ::= SEQUENCE @@ -8282,6 +8283,14 @@ IABMTUserLocation ::= SEQUENCE tAI [2] TAI OPTIONAL } +CoarseLocation ::= CHOICE +{ + tS36413CoarseUELocation [1] TS36413CoarseUELocation +} + +-- TS 36.413 [38], clause 9.2.1.167 +TS36413CoarseUELocation ::= OCTET STRING + -- ================================================== -- Structures to allow reuse of encapsulated payloads -- ================================================== -- GitLab From 55e37f3cc21eed1164783f3838425363e510edbf Mon Sep 17 00:00:00 2001 From: lovieno Date: Sun, 18 May 2025 02:27:22 +0000 Subject: [PATCH 28/35] TS 33.128 CR0726 - AMFIdentifierDeassociation and MMEIdentifierDeassociation xIRIs - rel17 --- 33128/r17/TS33128Payloads.asn | 36 ++++++++++++++++++++++++++++++-- testing/asn_lint_exceptions.json | 4 +++- 2 files changed, 37 insertions(+), 3 deletions(-) diff --git a/33128/r17/TS33128Payloads.asn b/33128/r17/TS33128Payloads.asn index c5f538c8..0b1fc0e4 100644 --- a/33128/r17/TS33128Payloads.asn +++ b/33128/r17/TS33128Payloads.asn @@ -199,7 +199,13 @@ XIRIEvent ::= CHOICE -- MMS-related events continued from choice 35 mMSConvertedFromEmail [133] MMSConvertedFromEmail, - mMSConvertedToEmail [134] MMSConvertedToEmail + mMSConvertedToEmail [134] MMSConvertedToEmail, + + -- Tags 135 to 185 are not used in this version of the specification + + -- Additional Identifier Association events, see clauses 6.2.2.2.7 and 6.3.2.2.2 + aMFIdentifierDeassociation [186] AMFIdentifierDeassociation, + mMEIdentifierDeassociation [187] MMEIdentifierDeassociation } -- ============== @@ -392,7 +398,13 @@ IRIEvent ::= CHOICE -- MMS-related events continued from choice 35 mMSConvertedFromEmail [133] MMSConvertedFromEmail, - mMSConvertedToEmail [134] MMSConvertedToEmail + mMSConvertedToEmail [134] MMSConvertedToEmail, + + -- Tags 135 to 185 are not used in this version of the specification + + -- Additional Identifier Association events, see clauses 6.2.2.2.7 and 6.3.2.2.2 + aMFIdentifierDeassociation [186] AMFIdentifierDeassociation, + mMEIdentifierDeassociation [187] MMEIdentifierDeassociation } IRITargetIdentifier ::= SEQUENCE @@ -3877,6 +3889,17 @@ AMFIdentifierAssociation ::= SEQUENCE additionalUserIdentifiers [8] UserIdentifiers OPTIONAL } +AMFIdentifierDeassociation ::= SEQUENCE +{ + sUPI [1] SUPI, + sUCI [2] SUCI OPTIONAL, + pEI [3] PEI OPTIONAL, + gPSI [4] GPSI OPTIONAL, + gUTI [5] FiveGGUTI, + location [6] Location OPTIONAL, + additionalUserIdentifiers [7] UserIdentifiers OPTIONAL +} + MMEIdentifierAssociation ::= SEQUENCE { iMSI [1] IMSI, @@ -3887,6 +3910,15 @@ MMEIdentifierAssociation ::= SEQUENCE tAIList [6] TAIList OPTIONAL } +MMEIdentifierDeassociation ::= SEQUENCE +{ + iMSI [1] IMSI, + iMEI [2] IMEI OPTIONAL, + mSISDN [3] MSISDN OPTIONAL, + gUTI [4] GUTI, + location [5] Location OPTIONAL +} + -- ================================= -- Identifier Association parameters -- ================================= diff --git a/testing/asn_lint_exceptions.json b/testing/asn_lint_exceptions.json index eb6d7919..a1c648b4 100644 --- a/testing/asn_lint_exceptions.json +++ b/testing/asn_lint_exceptions.json @@ -43,7 +43,9 @@ "Tag 2 missing in LALSReport", "Tag 6 missing in LALSReport", "Tag 8 missing in MMEStartOfInterceptionWithEPSAttachedUE", - "Tag 11 missing in MMEStartOfInterceptionWithEPSAttachedUE" + "Tag 11 missing in MMEStartOfInterceptionWithEPSAttachedUE", + "Tags 135-185 missing in XIRIEvent", + "Tags 135-185 missing in IRIEvent" ], "33128/r18/TS33128Payloads.asn" : [ "Tag 100 XIRIEvent field 'n9HRPDUSessionInfo' is not present in IRIEvent", -- GitLab From 6e7a79d1ceae17ff7825925bc4d0bf01cfd0a9da Mon Sep 17 00:00:00 2001 From: lovieno Date: Sun, 18 May 2025 02:28:10 +0000 Subject: [PATCH 29/35] TS 33.128 CR0735 - AMFIdentifierDeassociation and MMEIdentifierDeassociation xIRIs - Rel18 --- 33128/r18/TS33128Payloads.asn | 35 ++++++++++++++++++++++++++++++-- testing/asn_lint_exceptions.json | 4 +++- 2 files changed, 36 insertions(+), 3 deletions(-) diff --git a/33128/r18/TS33128Payloads.asn b/33128/r18/TS33128Payloads.asn index 41ea51fa..ea962e74 100644 --- a/33128/r18/TS33128Payloads.asn +++ b/33128/r18/TS33128Payloads.asn @@ -299,7 +299,13 @@ XIRIEvent ::= CHOICE ePSPDNUnsuccessfulProcedure [180] EPSPDNUnsuccessfulProcedure, -- IMS events, see clause 7.12.4.2, continued from tag 164 - startOfInterceptionWithEstablishedIMSDataChannel [181] StartOfInterceptionWithEstablishedIMSDataChannel + startOfInterceptionWithEstablishedIMSDataChannel [181] StartOfInterceptionWithEstablishedIMSDataChannel, + + -- Tags 182 to 185 are not used in this version of the specification + + -- Additional Identifier Association events, see clauses 6.2.2.2.7 and 6.3.2.2.2 + aMFIdentifierDeassociation [186] AMFIdentifierDeassociation, + mMEIdentifierDeassociation [187] MMEIdentifierDeassociation } -- ============== @@ -582,7 +588,13 @@ IRIEvent ::= CHOICE ePSPDNUnsuccessfulProcedure [180] EPSPDNUnsuccessfulProcedure, -- IMS events, see clause 7.12.4.2, continued from tag 164 - startOfInterceptionWithEstablishedIMSDataChannel [181] StartOfInterceptionWithEstablishedIMSDataChannel + startOfInterceptionWithEstablishedIMSDataChannel [181] StartOfInterceptionWithEstablishedIMSDataChannel, + + -- Tags 182 to 185 are not used in this version of the specification + + -- Additional Identifier Association events, see clauses 6.2.2.2.7 and 6.3.2.2.2 + aMFIdentifierDeassociation [186] AMFIdentifierDeassociation, + mMEIdentifierDeassociation [187] MMEIdentifierDeassociation } IRITargetIdentifier ::= SEQUENCE @@ -5779,6 +5791,17 @@ AMFIdentifierAssociation ::= SEQUENCE additionalUserIdentifiers [8] UserIdentifiers OPTIONAL } +AMFIdentifierDeassociation ::= SEQUENCE +{ + sUPI [1] SUPI, + sUCI [2] SUCI OPTIONAL, + pEI [3] PEI OPTIONAL, + gPSI [4] GPSI OPTIONAL, + gUTI [5] FiveGGUTI, + location [6] Location OPTIONAL, + additionalUserIdentifiers [7] UserIdentifiers OPTIONAL +} + MMEIdentifierAssociation ::= SEQUENCE { iMSI [1] IMSI, @@ -5788,6 +5811,14 @@ MMEIdentifierAssociation ::= SEQUENCE location [5] Location, tAIList [6] TAIList OPTIONAL } +MMEIdentifierDeassociation ::= SEQUENCE +{ + iMSI [1] IMSI, + iMEI [2] IMEI OPTIONAL, + mSISDN [3] MSISDN OPTIONAL, + gUTI [4] GUTI, + location [5] Location OPTIONAL +} -- ================================= -- Identifier Association parameters diff --git a/testing/asn_lint_exceptions.json b/testing/asn_lint_exceptions.json index a1c648b4..78c82247 100644 --- a/testing/asn_lint_exceptions.json +++ b/testing/asn_lint_exceptions.json @@ -69,7 +69,9 @@ "Tag 161 XIRIEvent field 'iPIRIPacketReport' is not present in IRIEvent", "Tag 161 missing in IRIEvent", "Tags 167-175 missing in XIRIEvent", - "Tags 167-175 missing in IRIEvent" + "Tags 167-175 missing in IRIEvent", + "Tags 182-185 missing in XIRIEvent", + "Tags 182-185 missing in IRIEvent" ], "33128/r19/TS33128Payloads.asn" : [ "Tag 100 XIRIEvent field 'n9HRPDUSessionInfo' is not present in IRIEvent", -- GitLab From cf13ee85df4ad31c407b4da4f4df11822ac5728a Mon Sep 17 00:00:00 2001 From: lovieno Date: Sun, 18 May 2025 02:28:58 +0000 Subject: [PATCH 30/35] TS 33.128 CR0736 - AMFIdentifierDeassociation and MMEIdentifierDeassociation xIRIs - Rel19 --- 33128/r19/TS33128Payloads.asn | 32 ++++++++++++++++++++++++++++++-- 1 file changed, 30 insertions(+), 2 deletions(-) diff --git a/33128/r19/TS33128Payloads.asn b/33128/r19/TS33128Payloads.asn index ed23a904..9098ab28 100644 --- a/33128/r19/TS33128Payloads.asn +++ b/33128/r19/TS33128Payloads.asn @@ -322,7 +322,11 @@ XIRIEvent ::= CHOICE -- 5G ProSe Direct Communication events, see clause 7.17.2 fiveGDDNMFProSeUNIDirectDiscovery [184] FiveGDDNMFProSeUNIDirectDiscovery, - fiveGDDNMFProSeNNIDirectDiscovery [185] FiveGDDNMFProSeNNIDirectDiscovery + fiveGDDNMFProSeNNIDirectDiscovery [185] FiveGDDNMFProSeNNIDirectDiscovery, + + -- Additional Identifier Association events, see clauses 6.2.2.2.7 and 6.3.2.2.2 + aMFIdentifierDeassociation [186] AMFIdentifierDeassociation, + mMEIdentifierDeassociation [187] MMEIdentifierDeassociation } @@ -629,7 +633,11 @@ IRIEvent ::= CHOICE -- 5G ProSe Direct Communication events, see clause 7.17.3 fiveGDDNMFProSeUNIDirectDiscovery [184] FiveGDDNMFProSeUNIDirectDiscovery, - fiveGDDNMFProSeNNIDirectDiscovery [185] FiveGDDNMFProSeNNIDirectDiscovery + fiveGDDNMFProSeNNIDirectDiscovery [185] FiveGDDNMFProSeNNIDirectDiscovery, + + -- Additional Identifier Association events, see clauses 6.2.2.2.7 and 6.3.2.2.2 + aMFIdentifierDeassociation [186] AMFIdentifierDeassociation, + mMEIdentifierDeassociation [187] MMEIdentifierDeassociation } IRITargetIdentifier ::= SEQUENCE @@ -6074,6 +6082,17 @@ AMFIdentifierAssociation ::= SEQUENCE additionalUserIdentifiers [8] UserIdentifiers OPTIONAL } +AMFIdentifierDeassociation ::= SEQUENCE +{ + sUPI [1] SUPI, + sUCI [2] SUCI OPTIONAL, + pEI [3] PEI OPTIONAL, + gPSI [4] GPSI OPTIONAL, + gUTI [5] FiveGGUTI, + location [6] Location OPTIONAL, + additionalUserIdentifiers [7] UserIdentifiers OPTIONAL +} + MMEIdentifierAssociation ::= SEQUENCE { iMSI [1] IMSI, @@ -6084,6 +6103,15 @@ MMEIdentifierAssociation ::= SEQUENCE tAIList [6] TAIList OPTIONAL } +MMEIdentifierDeassociation ::= SEQUENCE +{ + iMSI [1] IMSI, + iMEI [2] IMEI OPTIONAL, + mSISDN [3] MSISDN OPTIONAL, + gUTI [4] GUTI, + location [5] Location OPTIONAL +} + -- ================================= -- Identifier Association parameters -- ================================= -- GitLab From 7a9a0a0cd97c907aad9523b25c37028e6eb87045 Mon Sep 17 00:00:00 2001 From: canterburym Date: Sun, 18 May 2025 02:30:51 +0000 Subject: [PATCH 31/35] TS 33.128 CR0748 - Correcting misaligned tag numbers (R16) --- 33128/r16/TS33128Payloads.asn | 30 +++++++++++++++++++++--------- testing/asn_lint_exceptions.json | 4 +++- 2 files changed, 24 insertions(+), 10 deletions(-) diff --git a/33128/r16/TS33128Payloads.asn b/33128/r16/TS33128Payloads.asn index 357171a3..de7cd62b 100644 --- a/33128/r16/TS33128Payloads.asn +++ b/33128/r16/TS33128Payloads.asn @@ -58,7 +58,7 @@ XIRIEvent ::= CHOICE -- tag 16 is reserved because there is no equivalent mDFCellSiteReport in XIRIEvent - -- MMS-related events, see clause 7.4.2 see also MMSConverted events ([65-66] below) + -- MMS-related events, see clause 7.4.2 see also MMSConverted events ([165-166] below) mMSSend [17] MMSSend, mMSSendByNonLocalTarget [18] MMSSendByNonLocalTarget, mMSNotification [19] MMSNotification, @@ -117,12 +117,18 @@ XIRIEvent ::= CHOICE aMFIdentifierAssocation [62] AMFIdentifierAssocation, mMEIdentifierAssocation [63] MMEIdentifierAssocation, - -- PDU to MA PDU session-related events, see clause 6.2.3.2.8 + -- PDU to MA PDU session-related events, see clause 6.2.3.2.8 sMFPDUtoMAPDUSessionModification [64] SMFPDUtoMAPDUSessionModification, - -- MMS-related events continued from choice 35 - mMSConvertedFromEmail [65] MMSConvertedFromEmail, - mMSConvertedToEmail [66] MMSConvertedToEmail + -- Tags 65 to 164 are not used in this version of the specification + + -- In V16.18.0 (threeGPP(4) ts33128(19) r16(16) version16(16)), + -- tag 65 was mMSConvertedFromEmail (now tag 165) and + -- tag 66 was mMSConvertedToEmail (now tag 166). + -- These fields were renumbered in V16.19.0 (threeGPP(4) ts33128(19) r16(16) version17(17)) + -- to avoid conflict and permit interoperability with newer releases. + mMSConvertedFromEmail [165] MMSConvertedFromEmail, + mMSConvertedToEmail [166] MMSConvertedToEmail } -- ============== @@ -175,7 +181,7 @@ IRIEvent ::= CHOICE -- MDF-related events, see clause 7.3.2 mDFCellSiteReport [16] MDFCellSiteReport, - -- MMS-related events, see clause 7.4.2 see also MMSConverted events ([65-66] below) + -- MMS-related events, see clause 7.4.2 see also MMSConverted events ([165-166] below) mMSSend [17] MMSSend, mMSSendByNonLocalTarget [18] MMSSendByNonLocalTarget, mMSNotification [19] MMSNotification, @@ -237,9 +243,15 @@ IRIEvent ::= CHOICE -- PDU to MA PDU session-related events, see clause 6.2.3.2.8 sMFPDUtoMAPDUSessionModification [64] SMFPDUtoMAPDUSessionModification, - -- MMS-related events continued from choice 35 - mMSConvertedFromEmail [65] MMSConvertedFromEmail, - mMSConvertedToEmail [66] MMSConvertedToEmail + -- Tags 65-164 are not used in this version of the specification + + -- In V16.18.0 (threeGPP(4) ts33128(19) r16(16) version16(16)), + -- tag 65 was mMSConvertedFromEmail (now tag 165) and + -- tag 66 was mMSConvertedToEmail (now tag 166). + -- These fields were renumbered in V16.19.0 (threeGPP(4) ts33128(19) r16(16) version17(17)) + -- to avoid conflict and permit interoperability with newer releases. + mMSConvertedFromEmail [165] MMSConvertedFromEmail, + mMSConvertedToEmail [166] MMSConvertedToEmail } IRITargetIdentifier ::= SEQUENCE diff --git a/testing/asn_lint_exceptions.json b/testing/asn_lint_exceptions.json index 78c82247..83976727 100644 --- a/testing/asn_lint_exceptions.json +++ b/testing/asn_lint_exceptions.json @@ -18,7 +18,9 @@ "Enumerations for MMSReplyCharging start at 0, not 1", "Enumerations for MMStatusExtension start at 0, not 1", "Tag 2 missing in LALSReport", - "Tag 6 missing in LALSReport" + "Tag 6 missing in LALSReport", + "Tags 65-164 missing in XIRIEvent", + "Tags 65-164 missing in IRIEvent" ], "33128/r17/TS33128Payloads.asn" : [ "Tag 100 XIRIEvent field 'n9HRPDUSessionInfo' is not present in IRIEvent", -- GitLab From 5155f807b4911fe45121a2c019b116019863662b Mon Sep 17 00:00:00 2001 From: mark Date: Sun, 18 May 2025 03:52:54 +0100 Subject: [PATCH 32/35] Updating OIDs --- 33128/r16/TS33128Payloads.asn | 4 ++-- 33128/r17/TS33128Payloads.asn | 4 ++-- 33128/r18/TS33128Payloads.asn | 4 ++-- 33128/r19/TS33128Payloads.asn | 4 ++-- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/33128/r16/TS33128Payloads.asn b/33128/r16/TS33128Payloads.asn index de7cd62b..94a46fb0 100644 --- a/33128/r16/TS33128Payloads.asn +++ b/33128/r16/TS33128Payloads.asn @@ -1,5 +1,5 @@ TS33128Payloads -{itu-t(0) identified-organization(4) etsi(0) securityDomain(2) lawfulIntercept(2) threeGPP(4) ts33128(19) r16(16) version16(16)} +{itu-t(0) identified-organization(4) etsi(0) securityDomain(2) lawfulIntercept(2) threeGPP(4) ts33128(19) r16(16) version18(18)} DEFINITIONS IMPLICIT TAGS EXTENSIBILITY IMPLIED ::= @@ -9,7 +9,7 @@ BEGIN -- Relative OIDs -- ============= -tS33128PayloadsOID RELATIVE-OID ::= {threeGPP(4) ts33128(19) r16(16) version16(16)} +tS33128PayloadsOID RELATIVE-OID ::= {threeGPP(4) ts33128(19) r16(16) version18(18)} xIRIPayloadOID RELATIVE-OID ::= {tS33128PayloadsOID xIRI(1)} xCCPayloadOID RELATIVE-OID ::= {tS33128PayloadsOID xCC(2)} diff --git a/33128/r17/TS33128Payloads.asn b/33128/r17/TS33128Payloads.asn index c691cdf3..d26a00e8 100644 --- a/33128/r17/TS33128Payloads.asn +++ b/33128/r17/TS33128Payloads.asn @@ -1,5 +1,5 @@ TS33128Payloads -{itu-t(0) identified-organization(4) etsi(0) securityDomain(2) lawfulIntercept(2) threeGPP(4) ts33128(19) r17(17) version13(13)} +{itu-t(0) identified-organization(4) etsi(0) securityDomain(2) lawfulIntercept(2) threeGPP(4) ts33128(19) r17(17) version14(14)} DEFINITIONS IMPLICIT TAGS EXTENSIBILITY IMPLIED ::= @@ -9,7 +9,7 @@ BEGIN -- Relative OIDs -- ============= -tS33128PayloadsOID RELATIVE-OID ::= {threeGPP(4) ts33128(19) r17(17) version13(13)} +tS33128PayloadsOID RELATIVE-OID ::= {threeGPP(4) ts33128(19) r17(17) version14(14)} xIRIPayloadOID RELATIVE-OID ::= {tS33128PayloadsOID xIRI(1)} xCCPayloadOID RELATIVE-OID ::= {tS33128PayloadsOID xCC(2)} diff --git a/33128/r18/TS33128Payloads.asn b/33128/r18/TS33128Payloads.asn index ea962e74..3e0ad2b6 100644 --- a/33128/r18/TS33128Payloads.asn +++ b/33128/r18/TS33128Payloads.asn @@ -1,5 +1,5 @@ TS33128Payloads -{itu-t(0) identified-organization(4) etsi(0) securityDomain(2) lawfulIntercept(2) threeGPP(4) ts33128(19) r18(18) version11(11)} +{itu-t(0) identified-organization(4) etsi(0) securityDomain(2) lawfulIntercept(2) threeGPP(4) ts33128(19) r18(18) version12(12)} DEFINITIONS IMPLICIT TAGS EXTENSIBILITY IMPLIED ::= @@ -18,7 +18,7 @@ IMPORTS -- Relative OIDs -- ============= -tS33128PayloadsOID RELATIVE-OID ::= {threeGPP(4) ts33128(19) r18(18) version11(11)} +tS33128PayloadsOID RELATIVE-OID ::= {threeGPP(4) ts33128(19) r18(18) version12(12)} xIRIPayloadOID RELATIVE-OID ::= {tS33128PayloadsOID xIRI(1)} xCCPayloadOID RELATIVE-OID ::= {tS33128PayloadsOID xCC(2)} diff --git a/33128/r19/TS33128Payloads.asn b/33128/r19/TS33128Payloads.asn index 06130b8e..badd7c94 100644 --- a/33128/r19/TS33128Payloads.asn +++ b/33128/r19/TS33128Payloads.asn @@ -1,5 +1,5 @@ TS33128Payloads -{itu-t(0) identified-organization(4) etsi(0) securityDomain(2) lawfulIntercept(2) threeGPP(4) ts33128(19) r19(19) version2(2)} +{itu-t(0) identified-organization(4) etsi(0) securityDomain(2) lawfulIntercept(2) threeGPP(4) ts33128(19) r19(19) version3(3)} DEFINITIONS IMPLICIT TAGS EXTENSIBILITY IMPLIED ::= @@ -18,7 +18,7 @@ IMPORTS -- Relative OIDs -- ============= -tS33128PayloadsOID RELATIVE-OID ::= {threeGPP(4) ts33128(19) r19(19) version2(2)} +tS33128PayloadsOID RELATIVE-OID ::= {threeGPP(4) ts33128(19) r19(19) version3(3)} xIRIPayloadOID RELATIVE-OID ::= {tS33128PayloadsOID xIRI(1)} xCCPayloadOID RELATIVE-OID ::= {tS33128PayloadsOID xCC(2)} -- GitLab From 4ec9d162db6b12fdc5363fd5fb7aba780757568a Mon Sep 17 00:00:00 2001 From: mark Date: Sun, 18 May 2025 03:54:52 +0100 Subject: [PATCH 33/35] Updating XSD versions --- 33128/r19/urn_3GPP_ns_li_3GPPX1Extensions.xsd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/33128/r19/urn_3GPP_ns_li_3GPPX1Extensions.xsd b/33128/r19/urn_3GPP_ns_li_3GPPX1Extensions.xsd index ac3d23c3..c8742294 100644 --- a/33128/r19/urn_3GPP_ns_li_3GPPX1Extensions.xsd +++ b/33128/r19/urn_3GPP_ns_li_3GPPX1Extensions.xsd @@ -1,5 +1,5 @@ - + -- GitLab From 76139ddb2041018cd32f14ef25a7da78b21518fd Mon Sep 17 00:00:00 2001 From: mark Date: Sun, 18 May 2025 11:02:15 +0100 Subject: [PATCH 34/35] Correcting OID --- 33128/r16/TS33128Payloads.asn | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/33128/r16/TS33128Payloads.asn b/33128/r16/TS33128Payloads.asn index 94a46fb0..39fb907c 100644 --- a/33128/r16/TS33128Payloads.asn +++ b/33128/r16/TS33128Payloads.asn @@ -1,5 +1,5 @@ TS33128Payloads -{itu-t(0) identified-organization(4) etsi(0) securityDomain(2) lawfulIntercept(2) threeGPP(4) ts33128(19) r16(16) version18(18)} +{itu-t(0) identified-organization(4) etsi(0) securityDomain(2) lawfulIntercept(2) threeGPP(4) ts33128(19) r16(16) version17(17)} DEFINITIONS IMPLICIT TAGS EXTENSIBILITY IMPLIED ::= @@ -9,7 +9,7 @@ BEGIN -- Relative OIDs -- ============= -tS33128PayloadsOID RELATIVE-OID ::= {threeGPP(4) ts33128(19) r16(16) version18(18)} +tS33128PayloadsOID RELATIVE-OID ::= {threeGPP(4) ts33128(19) r16(16) version17(17)} xIRIPayloadOID RELATIVE-OID ::= {tS33128PayloadsOID xIRI(1)} xCCPayloadOID RELATIVE-OID ::= {tS33128PayloadsOID xCC(2)} -- GitLab From 4d624226b731bc3983ff0a3c1bdc8f9b4626ad28 Mon Sep 17 00:00:00 2001 From: mark Date: Mon, 16 Jun 2025 09:24:13 +0100 Subject: [PATCH 35/35] Lino's renumbering --- 33128/r18/TS33128Payloads.asn | 16 ++++++++-------- 33128/r19/TS33128Payloads.asn | 28 ++++++++++++++-------------- 2 files changed, 22 insertions(+), 22 deletions(-) diff --git a/33128/r18/TS33128Payloads.asn b/33128/r18/TS33128Payloads.asn index 3e0ad2b6..9f4f08fa 100644 --- a/33128/r18/TS33128Payloads.asn +++ b/33128/r18/TS33128Payloads.asn @@ -1366,11 +1366,11 @@ TLS12UAStarParams ::= SEQUENCE DTLS12UAStarParams ::= SEQUENCE { tLS12CommonParams [1] TLS12UAStarParams, - -- RFC 6347 [X_DTLS12] clause 4.1 + -- RFC 6347 [142] clause 4.1 clientEpoch [2] INTEGER, - -- RFC 6347 [X_DTLS12] clause 4.1 + -- RFC 6347 [142] clause 4.1 serverEpoch [3] INTEGER, - -- RFC 9146 [X_CONNID] + -- RFC 9146 [143] connectionID [4] OCTET STRING (SIZE(0..255)) OPTIONAL } @@ -1640,15 +1640,15 @@ TLS13UAStarParams ::= SEQUENCE DTLS13UAStarParams ::= SEQUENCE { tLS13CommonParams [1] TLS13UAStarParams, - -- RFC9147 [X_DTLS13] clause 4.2 + -- RFC9147 [144] clause 4.2 clientEpoch [2] INTEGER, - -- RFC9147 [X_DTLS13] clause 4.2 + -- RFC9147 [144] clause 4.2 serverEpoch [3] INTEGER, - -- RFC9147 [X_DTLS13] clause 4.2.3 + -- RFC9147 [144] clause 4.2.3 clientSnKey [4] OCTET STRING (SIZE(1..65535)) OPTIONAL, - -- RFC9147 [X_DTLS13] clause 4.2.3 + -- RFC9147 [144] clause 4.2.3 serverSnKey [5] OCTET STRING (SIZE(1..65535)) OPTIONAL, - -- RFC9146 [X_CONNID] + -- RFC9146 [143] connectionID [6] OCTET STRING (SIZE(0..255)) OPTIONAL } diff --git a/33128/r19/TS33128Payloads.asn b/33128/r19/TS33128Payloads.asn index badd7c94..c3b96c04 100644 --- a/33128/r19/TS33128Payloads.asn +++ b/33128/r19/TS33128Payloads.asn @@ -328,11 +328,11 @@ XIRIEvent ::= CHOICE aMFIdentifierDeassociation [186] AMFIdentifierDeassociation, mMEIdentifierDeassociation [187] MMEIdentifierDeassociation, - -- 5G Personal IoT events, see clause 7.X.2 + -- 5G Personal IoT events, see clause 7.18.2 fiveGPINAPPMessage [188] FiveGPINAPPMessage, fiveGStartOfInterceptionWithPINClientInPIN [189] FiveGStartOfInterceptionWithPINClientInPIN, - -- Charging data event records, see clause 7.X + -- Charging data event records, see clause 7.19 chargingDataEvent [190] ChargingDataEvent } @@ -645,11 +645,11 @@ IRIEvent ::= CHOICE aMFIdentifierDeassociation [186] AMFIdentifierDeassociation, mMEIdentifierDeassociation [187] MMEIdentifierDeassociation, - -- 5G Personal IoT events, see clause 7.X.3 + -- 5G Personal IoT events, see clause 7.18.3 fiveGPINAPPMessage [188] FiveGPINAPPMessage, fiveGStartOfInterceptionWithPINClientInPIN [189] FiveGStartOfInterceptionWithPINClientInPIN, - -- Charging data event records, see clause 7.X + -- Charging data event records, see clause 7.19 chargingDataEvent [190] ChargingDataEvent } @@ -1449,11 +1449,11 @@ TLS12UAStarParams ::= SEQUENCE DTLS12UAStarParams ::= SEQUENCE { tLS12CommonParams [1] TLS12UAStarParams, - -- RFC 6347 [X_DTLS12] clause 4.1 + -- RFC 6347 [144] clause 4.1 clientEpoch [2] INTEGER, - -- RFC 6347 [X_DTLS12] clause 4.1 + -- RFC 6347 [144] clause 4.1 serverEpoch [3] INTEGER, - -- RFC 9146 [X_CONNID] + -- RFC 9146 [145] connectionID [4] OCTET STRING (SIZE(0..255)) OPTIONAL } @@ -1723,15 +1723,15 @@ TLS13UAStarParams ::= SEQUENCE DTLS13UAStarParams ::= SEQUENCE { tLS13CommonParams [1] TLS13UAStarParams, - -- RFC9147 [X_DTLS13] clause 4.2 + -- RFC9147 [146] clause 4.2 clientEpoch [2] INTEGER, - -- RFC9147 [X_DTLS13] clause 4.2 + -- RFC9147 [146] clause 4.2 serverEpoch [3] INTEGER, - -- RFC9147 [X_DTLS13] clause 4.2.3 + -- RFC9147 [146] clause 4.2.3 clientSnKey [4] OCTET STRING (SIZE(1..65535)) OPTIONAL, - -- RFC9147 [X_DTLS13] clause 4.2.3 + -- RFC9147 [146] clause 4.2.3 serverSnKey [5] OCTET STRING (SIZE(1..65535)) OPTIONAL, - -- RFC9146 [X_CONNID] + -- RFC9146 [145] connectionID [6] OCTET STRING (SIZE(0..255)) OPTIONAL } @@ -6019,7 +6019,7 @@ FiveGProSeMessage ::= CHOICE -- 5G PIN Server definitions -- ========================= --- See clause 7.X.2.2 for details of this structure +-- See clause 7.18.2.2 for details of this structure FiveGPINAPPMessage ::= SEQUENCE { pINEIdentities [1] PINEIdentities, @@ -6029,7 +6029,7 @@ FiveGPINAPPMessage ::= SEQUENCE pINAPPMessage [5] XMLType } --- See clause 7.X.2.3 for details of this structure +-- See clause 7.18.2.3 for details of this structure FiveGStartOfInterceptionWithPINClientInPIN ::= CHOICE { pINClientInPINS [1] PINClientInPINS, -- GitLab