Commit c0b5c650 authored by canterburym's avatar canterburym
Browse files

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

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

See merge request !227
parents 81ea3a4a 4f9f4703
Loading
Loading
Loading
Loading
Loading
+15 −3
Original line number Diff line number Diff line
@@ -4197,6 +4197,9 @@ GUTI ::= SEQUENCE
    mTMSI        [5] TMSI
}

HomeNetworkIdentifier ::= UTF8String

-- This parameter shall be encoded as an octet string as a single octet containing the Home Network Public ID.
HomeNetworkPublicKeyID ::= OCTET STRING

HSMFURI ::= UTF8String
@@ -4416,9 +4419,16 @@ 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,
    -- the sUPIType and homeNetworkIdentifier fields are OPTIONAL to support reporting SUCIs in
    -- the format defined in 23.003 [19] version 15.0.0 to 15.4.0
    -- to report SUCIs in the format defined in 23.003 [19] version 15.0.0
    sUPIType                    [8] SUPIType OPTIONAL,
    -- if the sUPIType is '0' the homeNetworkIdentifier is the PLMN and may be absent as it is reported 
    -- as the MCC and MNC above
    -- if the sUPIType is not '0' the mCC and mNC fields above 
    -- shall be populated with '000' and ignored by the receiver.
    homeNetworkIdentifier       [9] HomeNetworkIdentifier OPTIONAL
}

SUPI ::= CHOICE
@@ -4427,6 +4437,8 @@ SUPI ::= CHOICE
    nAI         [2] NAI
}

SUPIType ::= INTEGER (0..7)

SUPIUnauthenticatedIndication ::= BOOLEAN

SwitchOffIndicator ::= ENUMERATED