Commit 1470b5bd authored by hawbakert's avatar hawbakert Committed by canterburym
Browse files

multiple fixes and updates

parent 8220c32e
Loading
Loading
Loading
Loading
+14 −4
Original line number Diff line number Diff line
@@ -205,7 +205,7 @@ XIRIEvent ::= CHOICE
    eESEECContextRelocation                             [122] EESEECContextRelocation,
    eESStartOfInterceptionWithRegisteredEEC             [123] EESStartOfInterceptionWithRegisteredEEC,

    -- UDM events, see clause 7.2.2 continued from tag 110
    -- UDM events, see clause 7.2.2.3, continued from tag 110
    uDMStartOfInterceptionWithRegisteredTarget          [901] UDMStartOfInterceptionWithRegisteredTarget
}

@@ -404,7 +404,7 @@ IRIEvent ::= CHOICE
    eESEECContextRelocation                             [122] EESEECContextRelocation,
    eESStartOfInterceptionWithRegisteredEEC             [123] EESStartOfInterceptionWithRegisteredEEC,

    -- UDM events, see clause 7.2.2 continued from tag 110
    -- UDM events, see clause 7.2.2.4, continued from tag 110
    uDMStartOfInterceptionWithRegisteredTarget          [901] UDMStartOfInterceptionWithRegisteredTarget
}

@@ -5008,8 +5008,18 @@ ReRegRequiredIndicator ::= ENUMERATED

RoutingIndicator ::= INTEGER (0..9999)

-- Details for the encoding and use of this parameter may be found in the clause that defines the xIRI that carries it. This parameter provides a generic mechanism to convey service based interface structures defined in Stage 3 working groups.
SBIType ::= UTF8String
-- Details for the encoding and use of this parameter may be found in the clause
-- that defines the xIRI that carries it. This parameter provides a generic
-- mechanism to convey service based interface structures defined in Stage 3 working groups.
SBIType ::= SEQUENCE
{
    sBIReference         [1] SBIReference,
    sBIValue             [2] SBIValue
}

SBIReference ::= UTF8String

SBIValue ::= UTF8String

SchemeOutput ::= OCTET STRING