Commit 99a209cb authored by canterburym's avatar canterburym
Browse files

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

TS 33.128 CR 0797 - Corrections to User Identifiers Structures

See merge request !353
parents dbde4647 b856386d
Loading
Loading
Loading
Loading
Loading
+12 −2
Original line number Diff line number Diff line
@@ -6612,9 +6612,19 @@ IMSI ::= NumericString (SIZE(6..15))
IMSIUnauthenticatedIndication ::= BOOLEAN

IMSSubscriberIDs ::= CHOICE
{
    -- deprecatedIMPI and deprecatedIMPU were deprecated in r(18) version15(15)
    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