Commit e88d14d0 authored by canterburym's avatar canterburym
Browse files

Fixing merge conflicts

parents e61b1c64 8b47d5a2
Loading
Loading
Loading
Loading
Loading
+5 −5
Original line number Diff line number Diff line
@@ -1366,7 +1366,8 @@ AMFRegistration ::= SEQUENCE
    mUSIMUERequestType              [26] MUSIMUERequestType OPTIONAL,
    unavailabilityPeriodDuration    [27] UnavailabilityPeriodDuration OPTIONAL,
    fiveGSUpdateType                [28] FiveGSUpdateType OPTIONAL,
    uEAreaIndication                [29] UEAreaIndication OPTIONAL
    uEAreaIndication                [29] UEAreaIndication OPTIONAL,
    establishmentCauseNon3GPPAccess [30] EstablishmentCauseNon3GPPAccess OPTIONAL
}

-- See clause 6.2.2.2.3 for details of this structure
@@ -1600,6 +1601,9 @@ AreaScopeOfMDT ::= CHOICE
    tAIBased          [4] SEQUENCE (SIZE(1..MAX)) OF TAI
}

-- TS 24.502 clause 9.2.2, omitting the first octet
EstablishmentCauseNon3GPPAccess ::= OCTET STRING

MDTActivation ::= ENUMERATED
{
    immediateMDTOnly(1),
@@ -7326,11 +7330,7 @@ MIMEBody ::= CHOICE
-- =======================================================
ExternalASNType ::= SEQUENCE
{
<<<<<<< HEAD
    moduleIdentifier [1] OBJECT IDENTIFIER,
=======
    moduleIdentifier [1] OBJECT IDENTIFIER OPTIONAL,
>>>>>>> cr/33128/0576
    aSNReference     [2] ExternalASNReference OPTIONAL,
    encodedASNValue  [3] ExternalASNValue
}