Commit 360f3763 authored by znaty's avatar znaty
Browse files

Update file TS33128Payloads.asn

parent 229682d1
Loading
Loading
Loading
Loading
Loading
+12 −6
Original line number Diff line number Diff line
@@ -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