Commit 4fb6c288 authored by mewburn's avatar mewburn
Browse files

TS 102 232-1 CR0107 Remove ROSE from TS 101 671 imports

The ASN.1 types imported from ITU-T X.880 ROSE by HI1NotificationOperations
and HI2Operations are not used by LI-PS-PDU's IMPORT of specific types
from HI1NotificationOperations and HI2Operations.

Remove the ROSE IMPORTS; LI-PS-PDU and its IMPORTS still compile fine
without them.
parent c0448a2b
Loading
Loading
Loading
Loading
+0 −30
Original line number Diff line number Diff line
@@ -5,11 +5,6 @@ DEFINITIONS IMPLICIT TAGS ::=
BEGIN

IMPORTS
    OPERATION,
    ERROR
        FROM Remote-Operations-Information-Objects
        {joint-iso-itu-t(2) remote-operations(4) informationObjects(5) version1(0)}

    CommunicationIdentifier,
    TimeStamp,
    LawfulInterceptionIdentifier
@@ -27,31 +22,6 @@ lawfulInterceptDomainId OBJECT IDENTIFIER ::= {itu-t(0) identified-organization(
hi1NotificationOperationsId OBJECT IDENTIFIER ::= {lawfulInterceptDomainId hi1(0) notificationOperations(1)}
hi1OperationId OBJECT IDENTIFIER ::= {hi1NotificationOperationsId version6(6)}

sending-of-HI1-Notification     OPERATION ::=
{
    ARGUMENT    HI1-Operation
    ERRORS      {ErrorHI1Notifications}
    CODE        global:{hi1NotificationOperationsId version1(1)}
}
-- Class 2 operation. The timer shall be set to a value between 3s and 240s.
-- The timer default value is 60s.
-- NOTE: The value for this timer is to be set on the equipment waiting for the returned message;
-- its value shall be agreed between the NWO/AP/SvP and the LEA, depending on their equipment
-- properties.

other-failure-causes    ERROR ::= {CODE local:0}
missing-parameter       ERROR ::= {CODE local:1}
unknown-parameter       ERROR ::= {CODE local:2}
erroneous-parameter     ERROR ::= {CODE local:3}

ErrorHI1Notifications ERROR ::=
{
    other-failure-causes |
    missing-parameter |
    unknown-parameter |
    erroneous-parameter
}

HI1-Operation   ::= CHOICE
{
    liActivated                     [1] Notification,
+1 −29
Original line number Diff line number Diff line
@@ -8,11 +8,7 @@ DEFINITIONS IMPLICIT TAGS ::=

BEGIN

IMPORTS OPERATION,
    ERROR
        FROM Remote-Operations-Information-Objects
        {joint-iso-itu-t(2) remote-operations(4) informationObjects(5) version1(0)}

IMPORTS
    -- from 3GPP TS 33.108 [9]
    UmtsQos,
    IMSevent,
@@ -45,16 +41,6 @@ lawfulInterceptDomainId OBJECT IDENTIFIER ::= {itu-t(0) identified-organization(
hi2DomainId OBJECT IDENTIFIER ::= {lawfulInterceptDomainId hi2(1)}
hi2OperationId OBJECT IDENTIFIER ::= {hi2DomainId version18(18)}

sending-of-IRI OPERATION ::=
{
    ARGUMENT    IRIsContent
    ERRORS      {OperationErrors}
    CODE        global:{hi2DomainId sending-of-IRI(1) version1(1)}
}
-- Class 2 operation. The timer shall be set to a value between 3s and 240s.
-- The timer default value is 60s.
-- NOTE: The same note as for HI management operation applies.

IRIsContent ::= CHOICE
{
    iRIContent      IRIContent,
@@ -81,20 +67,6 @@ IRIContent ::= CHOICE
    ...
}

unknown-version         ERROR ::= {CODE local:0}
missing-parameter       ERROR ::= {CODE local:1}
unknown-parameter-value ERROR ::= {CODE local:2}
unknown-parameter       ERROR ::= {CODE local:3}

OperationErrors ERROR ::=
{
    unknown-version |
    missing-parameter |
    unknown-parameter-value |
    unknown-parameter
}
-- These values may be sent by the LEMF, when an operation or a parameter is misunderstood.

IRI-Parameters ::= SEQUENCE
{
    domainID                            [0] OBJECT IDENTIFIER (hi2OperationId) OPTIONAL,