Commit 66e25bb3 authored by znaty's avatar znaty
Browse files

Update 33128/r18/TS33128Payloads.asn

parent eb6858d5
Loading
Loading
Loading
Loading
Loading
+37 −31
Original line number Diff line number Diff line
@@ -204,7 +204,8 @@ XIRIEvent ::= CHOICE
    eESAppContextRelocation                             [205] EESAppContextRelocation,
    eESACRSubscription                                  [206] EESACRSubscription,
    eESACRNotification                                  [207] EESACRNotification,
    eESEECContextRelocation                             [208] EESEECContextRelocation
    eESEECContextRelocation                             [208] EESEECContextRelocation,
    eESStartOfInterceptionWithRegisteredEEC             [209] EESStartOfInterceptionWithRegisteredEEC
}

-- ==============
@@ -399,7 +400,8 @@ IRIEvent ::= CHOICE
    eESAppContextRelocation                             [205] EESAppContextRelocation,
    eESACRSubscription                                  [206] EESACRSubscription,
    eESACRNotification                                  [207] EESACRNotification,
    eESEECContextRelocation                             [208] EESEECContextRelocation
    eESEECContextRelocation                             [208] EESEECContextRelocation,
    eESStartOfInterceptionWithRegisteredEEC             [209] EESStartOfInterceptionWithRegisteredEEC

}

@@ -473,6 +475,7 @@ S8HRBearerInfo ::= SEQUENCE

-- ================
-- HR LI parameters

-- ================

N9HRMessageCause ::= ENUMERATED
@@ -3435,7 +3438,6 @@ RCDDisplayInfo ::= SEQUENCE
    jcl  [3] OCTET STRING OPTIONAL
}


-- =================
-- EES definitions
-- =================
@@ -3449,11 +3451,10 @@ EESEECRegistration ::= SEQUENCE
    aCProfiles               [4] ACProfiles OPTIONAL,
    eECServiceContSupport    [5] ACRScenarios OPTIONAL,
    expirationTime           [6] Timestamp OPTIONAL,
    registrationID           [7] UTF8String OPTIONAL,
    eECContextID             [8] UTF8String OPTIONAL,
    srcEESID                 [9] UTF8String OPTIONAL,
    unfulfilledACProfiles    [10] UnfulfilledACProfiles OPTIONAL,
    failureResponse          [11] FailureResponse OPTIONAL
    eECContextID             [7] UTF8String OPTIONAL,
    srcEESID                 [8] UTF8String OPTIONAL,
    unfulfilledACProfiles    [9] UnfulfilledACProfiles OPTIONAL,
    failureResponse          [10] FailureResponse OPTIONAL
}

-- See clause 7.X.2.3 for details of this structure
@@ -3489,11 +3490,19 @@ EESEASDiscoveryNotification ::= SEQUENCE
{
    subscriptionID     [1] UTF8String,
    eventType          [2] EASEventType,
    discoveredEAS     [3] DiscoveredEAS
    discoveredEAS      [3] DiscoveredEAS,
    failureResponse    [4] FailureResponse OPTIONAL
}

-- See clause 7.X.2.6 for details of this structure
EESAppContextRelocation ::= CHOICE
EESAppContextRelocation ::= SEQUENCE
{
    eECID              [1] UTF8String,
    gPSI               [2] GPSI OPTIONAL,
    eESACRDetOrInit    [3] EESACRDetOrInit
}

EESACRDetOrInit ::= CHOICE
{
    aCRDetermineReq    [1] ACRDetermineReq,
    aCRInitiateReq     [2] ACRInitiateReq
@@ -3501,23 +3510,19 @@ EESAppContextRelocation ::= CHOICE

ACRDetermineReq ::= SEQUENCE
{
    requestorId     [1] UTF8String,
    eASID           [2] EASID OPTIONAL,
    sEASEndpoint    [3] EASEndpoint,
    gPSI            [4] GPSI OPTIONAL,
    aCID            [5] ACID OPTIONAL
    eASID           [1] EASID OPTIONAL,
    aCID            [2] ACID OPTIONAL,
    sEASEndpoint    [3] EASEndpoint
}

ACRInitiateReq ::= SEQUENCE
{
    requestorId             [1] UTF8String,
    eASID                   [2] EASID OPTIONAL,
    gPSI                    [3] GPSI OPTIONAL,
    aCID                    [4] ACID OPTIONAL,
    tEASEndpoint            [5] EASEndpoint,
    sEASEndpoint            [6] EASEndpoint OPTIONAL,
    previousTEASEndpoint    [7] EASEndpoint OPTIONAL,
    routeReq                [8] RouteToLocation OPTIONAL
    eASID                   [1] EASID OPTIONAL,
    aCID                    [2] ACID OPTIONAL,
    tEASEndpoint            [3] EASEndpoint,
    sEASEndpoint            [4] EASEndpoint OPTIONAL,
    previousTEASEndpoint    [5] EASEndpoint OPTIONAL,
    routeReq                [6] RouteToLocation OPTIONAL
}

-- See clause 7.X.2.7 for details of this structure
@@ -3563,11 +3568,10 @@ EESStartOfInterceptionWithRegisteredEEC ::= SEQUENCE
    aCProfiles               [3] ACProfiles OPTIONAL,
    eECServiceContSupport    [4] ACRScenarios OPTIONAL,
    expirationTime           [5] Timestamp OPTIONAL,
    registrationID           [6] UTF8String OPTIONAL,
    eECContextID             [7] UTF8String OPTIONAL,
    srcEESID                 [8] UTF8String OPTIONAL,
    unfulfilledACProfiles    [9] UnfulfilledACProfiles OPTIONAL,
    timeOfRegistration       [10] Timestamp OPTIONAL
    eECContextID             [6] UTF8String OPTIONAL,
    srcEESID                 [7] UTF8String OPTIONAL,
    unfulfilledACProfiles    [8] UnfulfilledACProfiles OPTIONAL,
    timeOfRegistration       [9] Timestamp OPTIONAL
}

-- ==============
@@ -3676,7 +3680,7 @@ EASCharacteristics ::= SEQUENCE
    eASProfile             [5] EASProfile OPTIONAL,
    eASServiceArea         [6] Location OPTIONAL,
    eASServicePermLevel    [7] UTF8String OPTIONAL,
    eASServiceFeatures     [11] EASServiceFeatures OPTIONAL
    eASServiceFeatures     [8] EASServiceFeatures OPTIONAL
}

DNAIs ::= SET OF DNAI
@@ -3802,6 +3806,8 @@ EESEndpoint ::= SEQUENCE
    uRI              [4] UTF8String OPTIONAL
}



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