Commit 1eac1d4b authored by znaty's avatar znaty
Browse files

Update file TS33128Payloads.asn

parent bc78df96
Loading
Loading
Loading
Loading
Loading
+9 −9
Original line number Diff line number Diff line
@@ -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
}