Commit e4a18b7d authored by znaty's avatar znaty Committed by canterburym
Browse files

Update file TS33128Payloads.asn

parent a3890aa1
Loading
Loading
Loading
Loading
+169 −2
Original line number Diff line number Diff line
@@ -304,7 +304,21 @@ XIRIEvent ::= CHOICE
    iMSHSSSubscriberRecordChange                        [174] IMSHSSSubscriberRecordChange,

    -- AMF events, see clause 6.2.2.2.14, continued from tag 147
    aMFUEContextUpdate                                  [175] AMFUEContextUpdate
    aMFUEContextUpdate                                  [175] AMFUEContextUpdate,

    -- 5G ProSe Direct Communication events, see clause 7.X.2
    fiveGDDNMFDiscoveryRequest                          [176] FiveGDDNMFDiscoveryRequest,
    fiveGDDNMFMatchReport                               [177] FiveGDDNMFMatchReport,
    fiveGDDNMFDiscoveryUpdate                           [178] FiveGDDNMFDiscoveryUpdate,
    fiveGDDNMFAnnouncingAlert                           [179] FiveGDDNMFAnnouncingAlert,
    fiveGDDNMFUsageInformationReport                    [180] FiveGDDNMFUsageInformationReport,
    fiveGDDNMFAnnounceAuthorize                         [181] FiveGDDNMFAnnounceAuthorize,
    fiveGDDNMFAnnounceUpdate                            [182] FiveGDDNMFAnnounceUpdate,
    fiveGDDNMFMonitorAuthorize                          [183] FiveGDDNMFMonitorAuthorize,
    fiveGDDNMFMonitorUpdate                             [184] FiveGDDNMFMonitorUpdate,
    fiveGDDNMFMonitorUpdateNotify                       [185] FiveGDDNMFMonitorUpdateNotify,
    fiveGDDNMFDiscovererAuthorize                       [186] FiveGDDNMFDiscovererAuthorize,
    fiveGDDNMFMatchInformationReport                    [187] FiveGDDNMFMatchInformationReport  
}

-- ==============
@@ -592,7 +606,21 @@ IRIEvent ::= CHOICE
    iMSHSSSubscriberRecordChange                        [174] IMSHSSSubscriberRecordChange,

    -- AMF events, see clause 6.2.2.3, continued from tag 147
    aMFUEContextUpdate                                  [175] AMFUEContextUpdate
    aMFUEContextUpdate                                  [175] AMFUEContextUpdate,

    -- 5G ProSe Direct Communication events, see clause 7.X.3
    fiveGDDNMFDiscoveryRequest                          [176] FiveGDDNMFDiscoveryRequest,
    fiveGDDNMFMatchReport                               [177] FiveGDDNMFMatchReport,
    fiveGDDNMFDiscoveryUpdate                           [178] FiveGDDNMFDiscoveryUpdate,
    fiveGDDNMFAnnouncingAlert                           [179] FiveGDDNMFAnnouncingAlert,
    fiveGDDNMFUsageInformationReport                    [180] FiveGDDNMFUsageInformationReport,
    fiveGDDNMFAnnounceAuthorize                         [181] FiveGDDNMFAnnounceAuthorize,
    fiveGDDNMFAnnounceUpdate                            [182] FiveGDDNMFAnnounceUpdate,
    fiveGDDNMFMonitorAuthorize                          [183] FiveGDDNMFMonitorAuthorize,
    fiveGDDNMFMonitorUpdate                             [184] FiveGDDNMFMonitorUpdate,
    fiveGDDNMFMonitorUpdateNotify                       [185] FiveGDDNMFMonitorUpdateNotify,
    fiveGDDNMFDiscovererAuthorize                       [186] FiveGDDNMFDiscovererAuthorize,
    fiveGDDNMFMatchInformationReport                    [187] FiveGDDNMFMatchInformationReport 
}

IRITargetIdentifier ::= SEQUENCE
@@ -5741,6 +5769,145 @@ NWDAFEvent ::= ENUMERATED
    pDUSessionTraffic(7)
}

-- =====================
-- 5G DDNNMF definitions
-- =====================

-- See clause 7.X.2.2 for details of this structure
FiveGDDNMFDiscoveryRequest ::=SEQUENCE
{
    sUPI                              [1] SUPI,
    gPSI                              [2] GPSI OPTIONAL,
    fiveGProseDirectDiscoveryRequest  [3] XMLType,
    fiveGProseDirectDiscoveryResponse [4] XMLType
}

-- See clause 7.X.2.3 for details of this structure
FiveGDDNMFMatchReport ::=SEQUENCE
{
    sUPI                                    [1] SUPI,
    gPSI                                    [2] GPSI OPTIONAL,
    fiveGProseDirectDiscoveryMatchReport    [3] XMLType,
    fiveGProseDirectDiscoveryMatchReportAck [4] XMLType
}

-- See clause 7.X.2.4 for details of this structure
FiveGDDNMFDiscoveryUpdate ::=SEQUENCE
{
    sUPI                                     [1] SUPI,
    gPSI                                     [2] GPSI OPTIONAL,
    fiveGProseDirectDiscoveryUpdateRequest   [3] XMLType,
    fiveGProseDirectDiscoveryUpdateResponse  [4] XMLType
}

-- See clause 7.X.2.5 for details of this structure
FiveGDDNMFAnnouncingAlert ::=SEQUENCE
{
    sUPI                                             [1] SUPI,
    gPSI                                             [2] GPSI OPTIONAL,
    fiveGProseDirectDiscoveryAnnouncingAlertRequest  [3] XMLType,
    fiveGProseDirectDiscoveryAnnouncingAlertResponse [4] XMLType
}

-- See clause 7.X.2.6 for details of this structure
FiveGDDNMFUsageInformationReport ::=SEQUENCE
{
    sUPI                                         [1] SUPI,
    gPSI                                         [2] GPSI OPTIONAL,
    fiveGProseUsageInformationReportList         [3] XMLType,
    fiveGProseUsageInformationReportListResponse [4] XMLType
}

-- See clause 7.X.2.7 for details of this structure
FiveGDDNMFAnnounceAuthorize ::=SEQUENCE
{
    sUPI                            [1] SUPI OPTIONAL,
    gPSI                            [2] GPSI OPTIONAL,
    fiveGDDNMFDiscEntryID           [3] FiveGDDNMFDiscoveryEntryId,
    fiveGDDNMFAnnounceAuthReqData   [4] SBIType,
    fiveGDDNMFAnnounceAuthRespData  [5] SBIType OPTIONAL,
    fiveGDDNMFDiscoveryResponseCode [6] FiveGDDNMFDiscoveryResponseCode
}

-- See clause 7.X.2.8 for details of this structure
FiveGDDNMFAnnounceUpdate ::=SEQUENCE
{
    sUPI                            [1] SUPI OPTIONAL,
    gPSI                            [2] GPSI OPTIONAL,
    fiveGDDNMFDiscEntryID           [3] FiveGDDNMFDiscoveryEntryId,
    fiveGDDNMFAnnounceUpdateData    [4] SBIType,
    fiveGDDNMFDiscoveryResponseCode [5] FiveGDDNMFDiscoveryResponseCode
}

-- See clause 7.X.2.9 for details of this structure
FiveGDDNMFMonitorAuthorize ::=SEQUENCE
{
    sUPI                            [1] SUPI OPTIONAL,
    gPSI                            [2] GPSI OPTIONAL,
    fiveGDDNMFDiscEntryID           [3] FiveGDDNMFDiscoveryEntryId,
    fiveGDDNMFMonitorAuthReqData    [4] SBIType,
    fiveGDDNMFMonitorAuthRespData   [5] SBIType OPTIONAL,
    fiveGDDNMFDiscoveryResponseCode [6] FiveGDDNMFDiscoveryResponseCode
}

-- See clause 7.X.2.10 for details of this structure
FiveGDDNMFMonitorUpdate ::=SEQUENCE
{
    sUPI                            [1] SUPI OPTIONAL,
    gPSI                            [2] GPSI OPTIONAL,
    fiveGDDNMFDiscEntryID           [3] FiveGDDNMFDiscoveryEntryId,
    fiveGDDNMFMonitorUpdateData     [4] SBIType,
    fiveGDDNMFDiscoveryResponseCode [5] FiveGDDNMFDiscoveryResponseCode
}

-- See clause 7.X.2.11 for details of this structure
FiveGDDNMFMonitorUpdateNotify ::=SEQUENCE
{
    sUPI                            [1] SUPI OPTIONAL,
    gPSI                            [2] GPSI OPTIONAL,
    fiveGDDNMFDiscEntryID           [3] FiveGDDNMFDiscoveryEntryId,
    fiveGDDNMFMonitorUpdateResult   [4] SBIType
}

-- See clause 7.X.2.12 for details of this structure
FiveGDDNMFDiscovererAuthorize ::=SEQUENCE
{
    sUPI                            [1] SUPI OPTIONAL,
    gPSI                            [2] GPSI OPTIONAL,
    fiveGDDNMFDiscEntryID           [3] FiveGDDNMFDiscoveryEntryId,
    fiveGDDNMFDiscoveryAuthReqData  [4] SBIType,
    fiveGDDNMFDiscoveryAuthRespData [5] SBIType OPTIONAL,
    fiveGDDNMFDiscoveryResponseCode [6] FiveGDDNMFDiscoveryResponseCode
}

-- See clause 7.X.2.13 for details of this structure
FiveGDDNMFMatchInformationReport ::=SEQUENCE
{
    sUPI                            [1] SUPI OPTIONAL,
    gPSI                            [2] GPSI OPTIONAL,
    fiveGDDNMFMatchReportReqData    [3] SBIType,
    fiveGDDNMFMatchReportRespData   [4] SBIType OPTIONAL,
    fiveGDDNMFDiscoveryResponseCode [5] FiveGDDNMFDiscoveryResponseCode
}

-- ====================
-- 5G DDNNMF parameters
-- ====================

FiveGDDNMFDiscoveryEntryId ::= UTF8String

FiveGDDNMFDiscoveryResponseCode ::= ENUMERATED
{
    oK200(1),
    created201(2),
    noContent204(3),
    temporaryRedirect307(4),
    permanentRedirect308(5),
    forbidden403(6),
    notFound404(7),
    unprocessableEbntity422(8)
}

-- ===================
-- 5G LALS definitions
-- ===================