Commit 4be8e053 authored by grahamj's avatar grahamj Committed by canterburym
Browse files

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

parent c0b5c650
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