Loading 33128/r18/TS33128Payloads.asn +84 −41 Original line number Diff line number Diff line Loading @@ -1352,7 +1352,10 @@ AMFRegistration ::= SEQUENCE equivalentPLMNList [23] PLMNList OPTIONAL, fiveGMMCapability [24] FiveGMMCapability OPTIONAL, initialRANUEContextSetup [25] InitialRANUEContextSetup OPTIONAL, mUSIMUERequestType [26] MUSIMUERequestType OPTIONAL mUSIMUERequestType [26] MUSIMUERequestType OPTIONAL, unavailabilityPeriodDuration [27] OCTET STRING (SIZE(1)) OPTIONAL, fiveGSUpdateType [28] OCTET STRING (SIZE(1)) OPTIONAL } -- See clause 6.2.2.2.3 for details of this structure Loading @@ -1368,7 +1371,8 @@ AMFDeregistration ::= SEQUENCE cause [8] FiveGMMCause OPTIONAL, location [9] Location OPTIONAL, switchOffIndicator [10] SwitchOffIndicator OPTIONAL, reRegRequiredIndicator [11] ReRegRequiredIndicator OPTIONAL reRegRequiredIndicator [11] ReRegRequiredIndicator OPTIONAL, unavailabilityPeriodDuration [12] OCTET STRING (SIZE(1)) OPTIONAL } -- See clause 6.2.2.2.4 for details of this structure Loading Loading @@ -1403,7 +1407,9 @@ AMFStartOfInterceptionWithRegisteredUE ::= SEQUENCE oldGUTI [14] EPS5GGUTI OPTIONAL, eMM5GRegStatus [15] EMM5GMMStatus OPTIONAL, sORTransparentContainer [16] SORTransparentContainer OPTIONAL, uEPolicy [17] UEPolicy OPTIONAL uEPolicy [17] UEPolicy OPTIONAL, unavailabilityPeriodDuration [18] OCTET STRING (SIZE(1)) OPTIONAL, fiveGSUpdateType [19] OCTET STRING (SIZE(1)) OPTIONAL } -- See clause 6.2.2.2.6 for details of this structure Loading Loading @@ -1857,7 +1863,10 @@ SMFPDUSessionEstablishment ::= SEQUENCE handoverState [24] HandoverState OPTIONAL, gTPTunnelInfo [25] GTPTunnelInfo OPTIONAL, pCCRules [26] PCCRuleSet OPTIONAL, ePSPDNConnectionEstablishment [27] EPSPDNConnectionEstablishment OPTIONAL ePSPDNConnectionEstablishment [27] EPSPDNConnectionEstablishment OPTIONAL, satelliteBackhaulCategory [28] SBIType OPTIONAL, gEOSatelliteID [29] GEOSatelliteID OPTIONAL } -- See clause 6.2.3.2.3 for details of this structure Loading @@ -1882,7 +1891,9 @@ SMFPDUSessionModification ::= SEQUENCE pCCRules [17] PCCRuleSet OPTIONAL, ePSPDNConnectionModification[18] EPSPDNConnectionModification OPTIONAL, uPPathChange [19] UPPathChange OPTIONAL, pFDDataForApp [20] PFDDataForApp OPTIONAL pFDDataForApp [20] PFDDataForApp OPTIONAL, satelliteBackhaulCategory [21] SBIType OPTIONAL, gEOSatelliteID [22] GEOSatelliteID OPTIONAL } -- See clause 6.2.3.2.4 for details of this structure Loading Loading @@ -1933,7 +1944,10 @@ SMFStartOfInterceptionWithEstablishedPDUSession ::= SEQUENCE gTPTunnelInfo [23] GTPTunnelInfo OPTIONAL, pCCRules [24] PCCRuleSet OPTIONAL, ePSStartOfInterceptionWithEstablishedPDNConnection [25] EPSStartOfInterceptionWithEstablishedPDNConnection OPTIONAL, pFDDataForApps [26] PFDDataForApps OPTIONAL pFDDataForApps [26] PFDDataForApps OPTIONAL, satelliteBackhaulCategory [27] SBIType OPTIONAL, gEOSatelliteID [28] GEOSatelliteID OPTIONAL } -- See clause 6.2.3.2.6 for details of this structure Loading Loading @@ -2142,7 +2156,9 @@ AccessInfo ::= SEQUENCE non3GPPAccessEndpoint [4] UEEndpointAddress OPTIONAL, establishmentStatus [5] EstablishmentStatus, aNTypeToReactivate [6] AccessType OPTIONAL, gTPTunnelInfo [7] GTPTunnelInfo OPTIONAL gTPTunnelInfo [7] GTPTunnelInfo OPTIONAL, satelliteBackhaulCategory [8] SBIType OPTIONAL, gEOSatelliteID [9] GEOSatelliteID OPTIONAL } -- see Clause 6.1.2 of TS 24.193[44] for the details of the ATSSS container contents. Loading Loading @@ -2418,6 +2434,9 @@ EASServerAddress ::= SEQUENCE port [2] PortNumber } -- See table 5.4.2.1 of TS 29.571 [17] GEOSatelliteID ::= UTF8String -- ================================ -- PGW-C + SMF PDNConnection Events -- ================================ Loading Loading @@ -6042,7 +6061,10 @@ EUTRALocation ::= SEQUENCE cellSiteInformation [8] CellSiteInformation OPTIONAL, globalENbID [9] GlobalRANNodeID OPTIONAL, ignoreTAI [10] BOOLEAN OPTIONAL, ignoreECGI [11] BOOLEAN OPTIONAL ignoreECGI [11] BOOLEAN OPTIONAL, lTENTNTAIInformation [12] LTENTNTAIInformation OPTIONAL, uEAreaIndication [13] UEAreaIndication OPTIONAL } -- TS 29.571 [17], clause 5.4.4.9 Loading @@ -6056,7 +6078,10 @@ NRLocation ::= SEQUENCE geodeticInformation [6] UTF8String OPTIONAL, globalGNbID [7] GlobalRANNodeID OPTIONAL, cellSiteInformation [8] CellSiteInformation OPTIONAL, ignoreNCGI [9] BOOLEAN OPTIONAL ignoreNCGI [9] BOOLEAN OPTIONAL, nRNTNTAIInformation [10] NRNTNTAIInformation OPTIONAL, uEAreaIndication [11] UEAreaIndication OPTIONAL } -- TS 29.571 [17], clause 5.4.4.10 Loading Loading @@ -6902,6 +6927,24 @@ SIPCellularNetworkInformation ::= SEQUENCE servingPLMN [2] PLMNID OPTIONAL } -- TS 36.413 [38], clause 9.2.3.56 LTENTNTAIInformation ::= SEQUENCE { servingPLMN [1] PLMNID, tACListInLTENTN [2] SEQUENCE (SIZE(1..maxNoOfTACsInNTN)) OF TAC, uELocationDerivedTACInLTENTN [3] TAC OPTIONAL } -- TS 38.413 [23], clause 9.3.3.53 NRNTNTAIInformation ::= SEQUENCE { servingPLMN [1] PLMNID, tACListInNRNTN [2] SEQUENCE (SIZE(1..maxNoOfTACsInNTN)) OF TAC, uELocationDerivedTACInNRNTN [3] TAC OPTIONAL } maxNoOfTACsInNTN INTEGER ::= 12 -- ================================================== -- Structures to allow reuse of encapsulated payloads -- ================================================== Loading Loading
33128/r18/TS33128Payloads.asn +84 −41 Original line number Diff line number Diff line Loading @@ -1352,7 +1352,10 @@ AMFRegistration ::= SEQUENCE equivalentPLMNList [23] PLMNList OPTIONAL, fiveGMMCapability [24] FiveGMMCapability OPTIONAL, initialRANUEContextSetup [25] InitialRANUEContextSetup OPTIONAL, mUSIMUERequestType [26] MUSIMUERequestType OPTIONAL mUSIMUERequestType [26] MUSIMUERequestType OPTIONAL, unavailabilityPeriodDuration [27] OCTET STRING (SIZE(1)) OPTIONAL, fiveGSUpdateType [28] OCTET STRING (SIZE(1)) OPTIONAL } -- See clause 6.2.2.2.3 for details of this structure Loading @@ -1368,7 +1371,8 @@ AMFDeregistration ::= SEQUENCE cause [8] FiveGMMCause OPTIONAL, location [9] Location OPTIONAL, switchOffIndicator [10] SwitchOffIndicator OPTIONAL, reRegRequiredIndicator [11] ReRegRequiredIndicator OPTIONAL reRegRequiredIndicator [11] ReRegRequiredIndicator OPTIONAL, unavailabilityPeriodDuration [12] OCTET STRING (SIZE(1)) OPTIONAL } -- See clause 6.2.2.2.4 for details of this structure Loading Loading @@ -1403,7 +1407,9 @@ AMFStartOfInterceptionWithRegisteredUE ::= SEQUENCE oldGUTI [14] EPS5GGUTI OPTIONAL, eMM5GRegStatus [15] EMM5GMMStatus OPTIONAL, sORTransparentContainer [16] SORTransparentContainer OPTIONAL, uEPolicy [17] UEPolicy OPTIONAL uEPolicy [17] UEPolicy OPTIONAL, unavailabilityPeriodDuration [18] OCTET STRING (SIZE(1)) OPTIONAL, fiveGSUpdateType [19] OCTET STRING (SIZE(1)) OPTIONAL } -- See clause 6.2.2.2.6 for details of this structure Loading Loading @@ -1857,7 +1863,10 @@ SMFPDUSessionEstablishment ::= SEQUENCE handoverState [24] HandoverState OPTIONAL, gTPTunnelInfo [25] GTPTunnelInfo OPTIONAL, pCCRules [26] PCCRuleSet OPTIONAL, ePSPDNConnectionEstablishment [27] EPSPDNConnectionEstablishment OPTIONAL ePSPDNConnectionEstablishment [27] EPSPDNConnectionEstablishment OPTIONAL, satelliteBackhaulCategory [28] SBIType OPTIONAL, gEOSatelliteID [29] GEOSatelliteID OPTIONAL } -- See clause 6.2.3.2.3 for details of this structure Loading @@ -1882,7 +1891,9 @@ SMFPDUSessionModification ::= SEQUENCE pCCRules [17] PCCRuleSet OPTIONAL, ePSPDNConnectionModification[18] EPSPDNConnectionModification OPTIONAL, uPPathChange [19] UPPathChange OPTIONAL, pFDDataForApp [20] PFDDataForApp OPTIONAL pFDDataForApp [20] PFDDataForApp OPTIONAL, satelliteBackhaulCategory [21] SBIType OPTIONAL, gEOSatelliteID [22] GEOSatelliteID OPTIONAL } -- See clause 6.2.3.2.4 for details of this structure Loading Loading @@ -1933,7 +1944,10 @@ SMFStartOfInterceptionWithEstablishedPDUSession ::= SEQUENCE gTPTunnelInfo [23] GTPTunnelInfo OPTIONAL, pCCRules [24] PCCRuleSet OPTIONAL, ePSStartOfInterceptionWithEstablishedPDNConnection [25] EPSStartOfInterceptionWithEstablishedPDNConnection OPTIONAL, pFDDataForApps [26] PFDDataForApps OPTIONAL pFDDataForApps [26] PFDDataForApps OPTIONAL, satelliteBackhaulCategory [27] SBIType OPTIONAL, gEOSatelliteID [28] GEOSatelliteID OPTIONAL } -- See clause 6.2.3.2.6 for details of this structure Loading Loading @@ -2142,7 +2156,9 @@ AccessInfo ::= SEQUENCE non3GPPAccessEndpoint [4] UEEndpointAddress OPTIONAL, establishmentStatus [5] EstablishmentStatus, aNTypeToReactivate [6] AccessType OPTIONAL, gTPTunnelInfo [7] GTPTunnelInfo OPTIONAL gTPTunnelInfo [7] GTPTunnelInfo OPTIONAL, satelliteBackhaulCategory [8] SBIType OPTIONAL, gEOSatelliteID [9] GEOSatelliteID OPTIONAL } -- see Clause 6.1.2 of TS 24.193[44] for the details of the ATSSS container contents. Loading Loading @@ -2418,6 +2434,9 @@ EASServerAddress ::= SEQUENCE port [2] PortNumber } -- See table 5.4.2.1 of TS 29.571 [17] GEOSatelliteID ::= UTF8String -- ================================ -- PGW-C + SMF PDNConnection Events -- ================================ Loading Loading @@ -6042,7 +6061,10 @@ EUTRALocation ::= SEQUENCE cellSiteInformation [8] CellSiteInformation OPTIONAL, globalENbID [9] GlobalRANNodeID OPTIONAL, ignoreTAI [10] BOOLEAN OPTIONAL, ignoreECGI [11] BOOLEAN OPTIONAL ignoreECGI [11] BOOLEAN OPTIONAL, lTENTNTAIInformation [12] LTENTNTAIInformation OPTIONAL, uEAreaIndication [13] UEAreaIndication OPTIONAL } -- TS 29.571 [17], clause 5.4.4.9 Loading @@ -6056,7 +6078,10 @@ NRLocation ::= SEQUENCE geodeticInformation [6] UTF8String OPTIONAL, globalGNbID [7] GlobalRANNodeID OPTIONAL, cellSiteInformation [8] CellSiteInformation OPTIONAL, ignoreNCGI [9] BOOLEAN OPTIONAL ignoreNCGI [9] BOOLEAN OPTIONAL, nRNTNTAIInformation [10] NRNTNTAIInformation OPTIONAL, uEAreaIndication [11] UEAreaIndication OPTIONAL } -- TS 29.571 [17], clause 5.4.4.10 Loading Loading @@ -6902,6 +6927,24 @@ SIPCellularNetworkInformation ::= SEQUENCE servingPLMN [2] PLMNID OPTIONAL } -- TS 36.413 [38], clause 9.2.3.56 LTENTNTAIInformation ::= SEQUENCE { servingPLMN [1] PLMNID, tACListInLTENTN [2] SEQUENCE (SIZE(1..maxNoOfTACsInNTN)) OF TAC, uELocationDerivedTACInLTENTN [3] TAC OPTIONAL } -- TS 38.413 [23], clause 9.3.3.53 NRNTNTAIInformation ::= SEQUENCE { servingPLMN [1] PLMNID, tACListInNRNTN [2] SEQUENCE (SIZE(1..maxNoOfTACsInNTN)) OF TAC, uELocationDerivedTACInNRNTN [3] TAC OPTIONAL } maxNoOfTACsInNTN INTEGER ::= 12 -- ================================================== -- Structures to allow reuse of encapsulated payloads -- ================================================== Loading