Commit d98f255b authored by znaty's avatar znaty
Browse files

Update file TS33128Payloads.asn

parent 48715d05
Loading
Loading
Loading
Loading
Loading
+61 −0
Original line number Diff line number Diff line
@@ -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
-- ===================