Commit f59e1c1e authored by canterburym's avatar canterburym
Browse files

Merge branch 'cr/33128/0798' into 'meeting/SA111'

TS 33.128 CR 0798 - Corrections to User Identifiers Structures

See merge request !354
parents 99a209cb de69e985
Loading
Loading
Loading
Loading
Loading
+12 −2
Original line number Diff line number Diff line
@@ -7459,9 +7459,19 @@ IMSI ::= NumericString (SIZE(6..15))
IMSIUnauthenticatedIndication ::= BOOLEAN

IMSSubscriberIDs ::= CHOICE
{
    -- deprecatedIMPI and deprecatedIMPU were deprecated in r(19) version6(6)
    deprecatedIMPI        [1] IMPI,
    deprecatedIMPU        [2] IMPU,
    iMSSubscriberIDs      [3] SEQUENCE (SIZE (1..MAX)) OF IMSSubscriberIdentity
}

IMSSubscriberIdentity ::= CHOICE
{
    iMPI [1] IMPI,
    iMPU        [2] IMPU
    iMPU [2] IMPU,
    pEI  [3] PEI,
    iMEI [4] IMEI
}

Initiator ::= ENUMERATED