From 42c21eb428e50bf6075eb1dc2d6fbddbd0a3ba4e Mon Sep 17 00:00:00 2001 From: lovieno Date: Mon, 7 Apr 2025 07:29:58 +0000 Subject: [PATCH 1/3] Update file TS33128Payloads.asn --- 33128/r18/TS33128Payloads.asn | 33 +++++++++++++++++++++++++++++++-- 1 file changed, 31 insertions(+), 2 deletions(-) diff --git a/33128/r18/TS33128Payloads.asn b/33128/r18/TS33128Payloads.asn index 41ea51fa..0d17cff9 100644 --- a/33128/r18/TS33128Payloads.asn +++ b/33128/r18/TS33128Payloads.asn @@ -299,7 +299,11 @@ XIRIEvent ::= CHOICE ePSPDNUnsuccessfulProcedure [180] EPSPDNUnsuccessfulProcedure, -- IMS events, see clause 7.12.4.2, continued from tag 164 - startOfInterceptionWithEstablishedIMSDataChannel [181] StartOfInterceptionWithEstablishedIMSDataChannel + startOfInterceptionWithEstablishedIMSDataChannel [181] StartOfInterceptionWithEstablishedIMSDataChannel, + + -- Additional Identifier Association events, see clauses 6.2.2.2.7 and 6.3.2.2.2 + aMFIdentifierDeassociation [182] AMFIdentifierDeassociation, + mMEIdentifierDeassociation [183] MMEIdentifierDeassociation } -- ============== @@ -582,7 +586,11 @@ IRIEvent ::= CHOICE ePSPDNUnsuccessfulProcedure [180] EPSPDNUnsuccessfulProcedure, -- IMS events, see clause 7.12.4.2, continued from tag 164 - startOfInterceptionWithEstablishedIMSDataChannel [181] StartOfInterceptionWithEstablishedIMSDataChannel + startOfInterceptionWithEstablishedIMSDataChannel [181] StartOfInterceptionWithEstablishedIMSDataChannel, + + -- Additional Identifier Association events, see clauses 6.2.2.2.7 and 6.3.2.2.2 + aMFIdentifierDeassociation [182] AMFIdentifierDeassociation, + mMEIdentifierDeassociation [183] MMEIdentifierDeassociation } IRITargetIdentifier ::= SEQUENCE @@ -5779,6 +5787,18 @@ 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, + fiveGSTAIList [7] TAIList OPTIONAL, + additionalUserIdentifiers [8] UserIdentifiers OPTIONAL +} + MMEIdentifierAssociation ::= SEQUENCE { iMSI [1] IMSI, @@ -5788,6 +5808,15 @@ 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, + tAIList [6] TAIList OPTIONAL +} -- ================================= -- Identifier Association parameters -- GitLab From 5d2d3d3a0b30225650687843ab9587503acd26a6 Mon Sep 17 00:00:00 2001 From: lovieno Date: Thu, 1 May 2025 11:56:26 +0000 Subject: [PATCH 2/3] Update file TS33128Payloads.asn --- 33128/r18/TS33128Payloads.asn | 20 +++++++++++--------- 1 file changed, 11 insertions(+), 9 deletions(-) diff --git a/33128/r18/TS33128Payloads.asn b/33128/r18/TS33128Payloads.asn index 0d17cff9..ea962e74 100644 --- a/33128/r18/TS33128Payloads.asn +++ b/33128/r18/TS33128Payloads.asn @@ -301,9 +301,11 @@ XIRIEvent ::= CHOICE -- IMS events, see clause 7.12.4.2, continued from tag 164 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 [182] AMFIdentifierDeassociation, - mMEIdentifierDeassociation [183] MMEIdentifierDeassociation + aMFIdentifierDeassociation [186] AMFIdentifierDeassociation, + mMEIdentifierDeassociation [187] MMEIdentifierDeassociation } -- ============== @@ -588,9 +590,11 @@ IRIEvent ::= CHOICE -- IMS events, see clause 7.12.4.2, continued from tag 164 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 [182] AMFIdentifierDeassociation, - mMEIdentifierDeassociation [183] MMEIdentifierDeassociation + aMFIdentifierDeassociation [186] AMFIdentifierDeassociation, + mMEIdentifierDeassociation [187] MMEIdentifierDeassociation } IRITargetIdentifier ::= SEQUENCE @@ -5794,9 +5798,8 @@ AMFIdentifierDeassociation ::= SEQUENCE pEI [3] PEI OPTIONAL, gPSI [4] GPSI OPTIONAL, gUTI [5] FiveGGUTI, - location [6] Location, - fiveGSTAIList [7] TAIList OPTIONAL, - additionalUserIdentifiers [8] UserIdentifiers OPTIONAL + location [6] Location OPTIONAL, + additionalUserIdentifiers [7] UserIdentifiers OPTIONAL } MMEIdentifierAssociation ::= SEQUENCE @@ -5814,8 +5817,7 @@ MMEIdentifierDeassociation ::= SEQUENCE iMEI [2] IMEI OPTIONAL, mSISDN [3] MSISDN OPTIONAL, gUTI [4] GUTI, - location [5] Location, - tAIList [6] TAIList OPTIONAL + location [5] Location OPTIONAL } -- ================================= -- GitLab From dd52f1402a8537fec1c4670dad95c8b2bd9157e9 Mon Sep 17 00:00:00 2001 From: mark Date: Thu, 1 May 2025 13:52:59 +0100 Subject: [PATCH 3/3] 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 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