Commit 711df356 authored by canterburym's avatar canterburym
Browse files

Correcting tags, commas and duplication of SBI type

parent 29c6e532
Loading
Loading
Loading
Loading
Loading
+33 −40
Original line number Diff line number Diff line
@@ -206,23 +206,23 @@ XIRIEvent ::= CHOICE
    eESStartOfInterceptionWithRegisteredEEC             [123] EESStartOfInterceptionWithRegisteredEEC,

    -- UDM events, see clause 7.2.2.3, continued from tag 110
    uDMStartOfInterceptionWithRegisteredTarget          [901] UDMStartOfInterceptionWithRegisteredTarget
    uDMStartOfInterceptionWithRegisteredTarget          [124] UDMStartOfInterceptionWithRegisteredTarget,
    
    -- 5GMS AF events, see clause 7.X.2
    fiveGMSAFServiceAccessInformation                     [200] FiveGMSAFServiceAccessInformation,
    fiveGMSAFConsumptionReporting                         [201] FiveGMSAFConsumptionReporting,
    fiveGMSAFDynamicPolicyInvocation                      [202] FiveGMSAFDynamicPolicyInvocation,
    fiveGMSAFMetricsReporting                             [203] FiveGMSAFMetricsReporting,
    fiveGMSAFNetworkAssistance                            [204] FiveGMSAFNetworkAssistance,
    fiveGMSAFUnsuccessfulProcedure                        [205] FiveGMSAFUnsuccessfulProcedure,
    fiveGMSAFStartOfInterceptionWithAlreadyConfiguredUE   [206] FiveGMSAFStartOfInterceptionWithAlreadyConfiguredUE
    fiveGMSAFServiceAccessInformation                   [125] FiveGMSAFServiceAccessInformation,
    fiveGMSAFConsumptionReporting                       [126] FiveGMSAFConsumptionReporting,
    fiveGMSAFDynamicPolicyInvocation                    [127] FiveGMSAFDynamicPolicyInvocation,
    fiveGMSAFMetricsReporting                           [128] FiveGMSAFMetricsReporting,
    fiveGMSAFNetworkAssistance                          [129] FiveGMSAFNetworkAssistance,
    fiveGMSAFUnsuccessfulProcedure                      [130] FiveGMSAFUnsuccessfulProcedure,
    fiveGMSAFStartOfInterceptionWithAlreadyConfiguredUE [131] FiveGMSAFStartOfInterceptionWithAlreadyConfiguredUE,

    --AMF events, see 6.2.2.2.Cl1, continued from tag 114
    aMFUEConfigurationUpdate                            [4581] AMFUEConfigurationUpdate
    aMFUEConfigurationUpdate                            [132] AMFUEConfigurationUpdate,

    -- HSS events, see clause 7.2.3.3
    hSSServingSystemMessage                              [199] HSSServingSystemMessage,
    hSSStartOfInterceptionWithRegisteredTarget           [200] HSSStartOfInterceptionWithRegisteredTarget
    hSSServingSystemMessage                             [133] HSSServingSystemMessage,
    hSSStartOfInterceptionWithRegisteredTarget          [134] HSSStartOfInterceptionWithRegisteredTarget
}

-- ==============
@@ -421,23 +421,23 @@ IRIEvent ::= CHOICE
    eESStartOfInterceptionWithRegisteredEEC             [123] EESStartOfInterceptionWithRegisteredEEC,

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

    -- 5GMS AF events, see clause 7.X.3
    fiveGMSAFServiceAccessInformation                     [200] FiveGMSAFServiceAccessInformation,
    fiveGMSAFConsumptionReporting                         [201] FiveGMSAFConsumptionReporting,
    fiveGMSAFDynamicPolicyInvocation                      [202] FiveGMSAFDynamicPolicyInvocation,
    fiveGMSAFMetricsReporting                             [203] FiveGMSAFMetricsReporting,
    fiveGMSAFNetworkAssistance                            [204] FiveGMSAFNetworkAssistance,
    fiveGMSAFUnsuccessfulProcedure                        [205] FiveGMSAFUnsuccessfulProcedure,
    fiveGMSAFStartOfInterceptionWithAlreadyConfiguredUE   [206] FiveGMSAFStartOfInterceptionWithAlreadyConfiguredUE
    fiveGMSAFServiceAccessInformation                   [125] FiveGMSAFServiceAccessInformation,
    fiveGMSAFConsumptionReporting                       [126] FiveGMSAFConsumptionReporting,
    fiveGMSAFDynamicPolicyInvocation                    [127] FiveGMSAFDynamicPolicyInvocation,
    fiveGMSAFMetricsReporting                           [128] FiveGMSAFMetricsReporting,
    fiveGMSAFNetworkAssistance                          [129] FiveGMSAFNetworkAssistance,
    fiveGMSAFUnsuccessfulProcedure                      [130] FiveGMSAFUnsuccessfulProcedure,
    fiveGMSAFStartOfInterceptionWithAlreadyConfiguredUE [131] FiveGMSAFStartOfInterceptionWithAlreadyConfiguredUE,

    --AMF events, see 6.2.2.3, continued from tag 114
    aMFUEConfigurationUpdate                            [4581] AMFUEConfigurationUpdate
    aMFUEConfigurationUpdate                            [132] AMFUEConfigurationUpdate,

    -- HSS events, see clause 7.2.3.4
    hSSServingSystemMessage                              [199] HSSServingSystemMessage,
    hSSStartOfInterceptionWithRegisteredTarget           [200] HSSStartOfInterceptionWithRegisteredTarget
    hSSServingSystemMessage                             [133] HSSServingSystemMessage,
    hSSStartOfInterceptionWithRegisteredTarget          [134] HSSStartOfInterceptionWithRegisteredTarget
}

IRITargetIdentifier ::= SEQUENCE
@@ -4324,25 +4324,7 @@ FiveGMSAFErrorCode ::=ENUMERATED
    unsupportedMediaType415(4)
}

SBIType ::= SEQUENCE
{
    sBIReference         [1] SBIReference,
    sBIValue             [2] SBIValue
}

SBIReference ::= UTF8String

SBIValue ::= UTF8String

XMLType ::= SEQUENCE
{
    xMLNamespace [1] XMLNamespace,
    xMLValue     [2] XMLValue
}

XMLNamespace ::= UTF8String

XMLValue ::= UTF8String
-- ===================
-- 5G LALS definitions
-- ===================
@@ -5356,6 +5338,17 @@ UserIdentifiers ::= SEQUENCE
    ePSSubscriberIDs    [2] EPSSubscriberIDs OPTIONAL
}

XMLType ::= SEQUENCE
{
    xMLNamespace [1] XMLNamespace,
    xMLValue     [2] XMLValue
}

XMLNamespace ::= UTF8String

XMLValue ::= UTF8String


-- ===================
-- Location parameters
-- ===================