Commit 6f6f9458 authored by canterburym's avatar canterburym
Browse files

Merge branch 'cr/33128/0595' into 'meeting/SA102'

TS 33.128 CR 0595 - Addition of missing parameters to SUCI definition

See merge request !228
parents c0b5c650 4be8e053
Loading
Loading
Loading
Loading
Loading
+9 −3
Original line number Diff line number Diff line
@@ -5578,6 +5578,8 @@ HandoverType ::= ENUMERATED
    fiveGStoUTRA(4)
}

HomeNetworkIdentifier ::= UTF8String

HomeNetworkPublicKeyID ::= OCTET STRING

HSMFURI ::= UTF8String
@@ -5892,9 +5894,11 @@ SUCI ::= SEQUENCE
    protectionSchemeID          [4] ProtectionSchemeID,
    homeNetworkPublicKeyID      [5] HomeNetworkPublicKeyID,
    schemeOutput                [6] SchemeOutput,
    routingIndicatorLength      [7] INTEGER (1..4) OPTIONAL
    -- shall be included if different from the number of meaningful digits given
    -- in routingIndicator    
    routingIndicatorLength      [7] INTEGER (1..4) OPTIONAL,
    sUPIType                    [8] SUPIType OPTIONAL,
    homeNetworkIdentifier       [9] HomeNetworkIdentifier OPTIONAL
}

SUPI ::= CHOICE
@@ -5905,6 +5909,8 @@ SUPI ::= CHOICE

SUPIUnauthenticatedIndication ::= BOOLEAN

SUPIType ::= INTEGER (0..7)

SupportedTAList ::= SEQUENCE (SIZE(1..MAX)) OF TAItem

SwitchOffIndicator ::= ENUMERATED