Commit 1febd54d authored by hawbakert's avatar hawbakert Committed by canterburym
Browse files

TS 33.128 CR0710 - Additional User Identifiers to AMF records

parent 51119a6b
Loading
Loading
Loading
Loading
+20 −13
Original line number Diff line number Diff line
@@ -1694,7 +1694,8 @@ AMFRegistration ::= SEQUENCE
    unavailabilityPeriodDuration    [27] UnavailabilityPeriodDuration OPTIONAL,
    fiveGSUpdateType                [28] FiveGSUpdateType OPTIONAL,
    uEAreaIndication                [29] UEAreaIndication OPTIONAL,
    establishmentCauseNon3GPPAccess [30] EstablishmentCauseNon3GPPAccess OPTIONAL
    establishmentCauseNon3GPPAccess [30] EstablishmentCauseNon3GPPAccess OPTIONAL,
    additionalUserIdentifiers       [31] UserIdentifiers OPTIONAL
}

-- See clause 6.2.2.2.3 for details of this structure
@@ -1711,7 +1712,8 @@ AMFDeregistration ::= SEQUENCE
    location                      [9] Location OPTIONAL,
    switchOffIndicator            [10] SwitchOffIndicator OPTIONAL,
    reRegRequiredIndicator        [11] ReRegRequiredIndicator OPTIONAL,
    unavailabilityPeriodDuration  [12] UnavailabilityPeriodDuration OPTIONAL
    unavailabilityPeriodDuration  [12] UnavailabilityPeriodDuration OPTIONAL,
    additionalUserIdentifiers     [13] UserIdentifiers OPTIONAL
}

-- See clause 6.2.2.2.4 for details of this structure
@@ -1725,7 +1727,8 @@ AMFLocationUpdate ::= SEQUENCE
    location                        [6] Location,
    deprecatedSMSOverNASIndicator   [7] SMSOverNASIndicator OPTIONAL,
    deprecatedOldGUTI               [8] EPS5GGUTI OPTIONAL,
    uEAreaIndication                [9] UEAreaIndication OPTIONAL
    uEAreaIndication                [9] UEAreaIndication OPTIONAL,
    additionalUserIdentifiers       [10] UserIdentifiers OPTIONAL
}

-- See clause 6.2.2.2.5 for details of this structure
@@ -1750,7 +1753,8 @@ AMFStartOfInterceptionWithRegisteredUE ::= SEQUENCE
    uEPolicy                      [17] UEPolicy OPTIONAL,
    unavailabilityPeriodDuration  [18] UnavailabilityPeriodDuration OPTIONAL,
    fiveGSUpdateType              [19] FiveGSUpdateType OPTIONAL,
    uEAreaIndication              [20] UEAreaIndication OPTIONAL
    uEAreaIndication              [20] UEAreaIndication OPTIONAL,
    additionalUserIdentifiers     [21] UserIdentifiers OPTIONAL
}

-- See clause 6.2.2.2.6 for details of this structure
@@ -1764,7 +1768,8 @@ AMFUnsuccessfulProcedure ::= SEQUENCE
    pEI                         [6] PEI OPTIONAL,
    gPSI                        [7] GPSI OPTIONAL,
    gUTI                        [8] FiveGGUTI OPTIONAL,
    location                    [9] Location OPTIONAL
    location                    [9] Location OPTIONAL,
    additionalUserIdentifiers   [10] UserIdentifiers OPTIONAL
}

-- See clause 6.2.2.2.8 on for details of this structure
@@ -1777,7 +1782,8 @@ AMFPositioningInfoTransfer ::= SEQUENCE
    gUTI                        [5] FiveGGUTI OPTIONAL,
    nRPPaMessage                [6] OCTET STRING OPTIONAL,
    lPPMessage                  [7] OCTET STRING OPTIONAL,
    lcsCorrelationId            [8] UTF8String (SIZE(1..255))
    lcsCorrelationId            [8] UTF8String (SIZE(1..255)),
    additionalUserIdentifiers   [9] UserIdentifiers OPTIONAL
}

-- See clause 6.2.2.2.9.2 for details of this structure
@@ -5679,7 +5685,8 @@ AMFIdentifierAssociation ::= SEQUENCE
    gPSI                        [4] GPSI OPTIONAL,
    gUTI                        [5] FiveGGUTI,
    location                    [6] Location,
    fiveGSTAIList    [7] TAIList OPTIONAL
    fiveGSTAIList               [7] TAIList OPTIONAL,
    additionalUserIdentifiers   [8] UserIdentifiers OPTIONAL
}

MMEIdentifierAssociation ::= SEQUENCE