Commit fe536845 authored by hawbakert's avatar hawbakert
Browse files

Update 33128/r17/TS33128Payloads.asn

parent 2c6db643
Loading
Loading
Loading
Loading
Loading
+137 −3
Original line number Diff line number Diff line
@@ -1261,7 +1261,7 @@ AMFRANHandoverRequest ::= SEQUENCE
    rANUENGAPID                         [4] RANUENGAPID,
    handoverType                        [5] HandoverType,
    handoverCause                       [6] HandoverCause,
    uEAMBR                              [7] UEAMBR,
    uEAMBR                              [7] Bitrate,
    uESecurityCapabilities              [8] UESecurityCapabilities OPTIONAL,
    securityContext                     [9] SecurityContext,
    pDUSessionResouceInformation        [10] PDUSessionResourceInformation OPTIONAL,
@@ -1276,8 +1276,8 @@ AMFRANHandoverRequest ::= SEQUENCE
    iABAuthorizedIndicator              [19] IABAuthorizedIndicator OPTIONAL,
    nRV2XAuthorizedIndicator            [20] NRV2XAuthorizedIndicator OPTIONAL,
    lTEV2XAuthorizedIndicator           [21] LTEV2XAuthorizedIndicator OPTIONAL,
    nRSidelinkAMBR                      [22] NRSidelinkAMBR OPTIONAL,
    lTEUESidelinkAMBR                   [23] LTEUESidelinkAMBR OPTIONAL,
    nRSidelinkAMBR                      [22] Bitrate OPTIONAL,
    lTEUESidelinkAMBR                   [23] Bitrate OPTIONAL,
    pC5QoSParameters                    [24] PC5QoSParameters OPTIONAL,
    mDTPLMNList                         [25] PLMNList OPTIONAL,
    uERadioCapability                   [26] UERadioCapability OPTIONAL,
@@ -3523,6 +3523,100 @@ AccessType ::= ENUMERATED
    threeGPPandNonThreeGPPAccess(3)
}

AllowedNSSAI ::= SEQUENCE OF NSSAI

BitRate ::= INTEGER

CauseMisc ::= ENUMERATED
{
	controlProcessingOverload(1),
	notEnoughUserPlaneProcessingResources(2),
	hardwareFailure(3),
	oMIntervention(4),
	unknownPLMNOrSNPN(5),
	unspecified(6)
}

CauseNas ::= ENUMERATED
{
	normalRelease(1),
	authenticationFailure(2),
	deregister(3),
	unspecified(4)
}

CauseProtocol ::= ENUMERATED
{
	transferSyntaxError(1),
	abstractSyntaxError-reject(2),
	abstractSyntaxErrorIgnoreAndNotify(3),
	messageNotCompatibleWithReceiverState(4),
	semanticError(5),
	abstractSyntaxErrorFalselyConstructedMessage(6),
	unspecified(7)
}

CauseRadioNetwork ::= ENUMERATED
{
	unspecified(1),
	txnrelocoverallExpiry(2),
	successfulHandover(3),
	releaseDueToNGRANGeneratedReason(4),
	releaseDueTo5gcGeneratedReason(5),
	handoverCancelled(6),
	partialHandover(7),
	hoFailureInTarget5GCNGRANNodeOrTargetSystem(8),
	hoTargetNotAllowed(9),
	tNGRelocOverallExpiry(10),
	tNGRelocPrepExpiry(11),
	cellNotAvailable(12),
	unknownTargetID(13),
	noRadioResourcesAvailableInTargetCell(14),
	unknownLocalUENGAPID(15),
	inconsistentRemoteUENGAPID(16),
	handoverDesirableForRadioReason(17),
	timeCriticalHandover(18),
	resourceOptimisationHandover(19),
	reduceLoadInServingCell(20),
	userInactivity(21),
	radioConnectionWithUELost(22),
	radioResourcesNotAvailable(23),
	invalidQoSCombination(24),
	failureInRadioInterfaceProcedure(25),
	interactionWithOtherProcedure(26),
	unknownPDUSessionID(27),
	multiplePDUSessionIDInstances(29),
	multipleQoSFlowIDInstances(30),
	encryptionAndOrIntegrityProtectionAlgorithmsNotSupported(31),
	nGIntraSystemHandoverTriggered(32),
	nGInterSystemHandoverTriggered(33),
	xNHandoverTriggered(34),
	notSupported5QIValue(35),
	uEContextTransfer(36),
	iMSVoiceeEPSFallbackOrRATFallbackTriggered(37),
	uPIntegrityProtectioNotPossible(38),
	uPConfidentialityProtectionNotPossible(39),
	sliceNotSupported(40),
	uEInRRCInactiveStateNotReachable(41),
	redirection(42),
	resourcesNotAvailableForTheSlice(43),
	uEMaxIntegrityProtectedDataRateReason(44),
	releaseDueToCNDetectedMobility(45),
	n26InterfaceNotAvailable(46),
	releaseDueToPreemption(47),
	multipleLocationReportingReferenceIDInstances(48),
	rSNNotAvailableForTheUP(49),
	nPMAccessDenied(50),
	cAGOnlyAccessDenied(51),
	insufficientUECapabilities(52)
}

CauseTransport ::= ENUMERATED
{
	transportResourceUnavailable(1),
	unspecified(2)
}

Direction ::= ENUMERATED
{
    fromTarget(1),
@@ -3537,6 +3631,10 @@ EmailAddress ::= UTF8String

EUI64 ::= OCTET STRING (SIZE(8))

EUTRAEncryptionAlgorithms ::= BIT STRING (SIZE(16, ...))

EUTRAIntegrityProtectionAlgorithms ::= BIT STRING (SIZE(16, ...))

FiveGGUTI ::= SEQUENCE
{
    mCC         [1] MCC,
@@ -3635,6 +3733,15 @@ GUTI ::= SEQUENCE
    mTMSI        [5] TMSI
}

HandoverCause ::= CHOICE
{
	radioNetwork	[1]	CauseRadioNetwork,
	transport		[2]	CauseTransport,
	nas				[3]	CauseNas,
	protocol		[4]	CauseProtocol,
	misc			[5]	CauseMisc
}

HandoverType ::= ENUMERATED
{
    intra5GS(1),
@@ -3706,6 +3813,8 @@ MSISDN ::= NumericString (SIZE(1..15))

NAI ::= UTF8String

NextHopChainingCount ::= INTEGER (0..7)

NextLayerProtocol ::= INTEGER(0..255)

NonLocalID ::= ENUMERATED
@@ -3719,6 +3828,10 @@ NonIMEISVPEI ::= CHOICE
    mACAddress [1] MACAddress
}

NREncryptionAlgorithms ::= BIT STRING (SIZE(16, ...))

NRIntegrityProtectionAlgorithms ::= BIT STRING (SIZE(16, ...))

NSSAI ::= SEQUENCE OF SNSSAI

PLMNID ::= SEQUENCE
@@ -3729,6 +3842,11 @@ PLMNID ::= SEQUENCE

PDUSessionID ::= INTEGER (0..255)

PDUSessionResourceInformation ::= SEQUENCE
{
    pDUSessionID              [1] PDUSessionID
}

PDUSessionType ::= ENUMERATED
{
    iPv4(1),
@@ -3809,6 +3927,14 @@ RoutingIndicator ::= INTEGER (0..9999)

SchemeOutput ::= OCTET STRING

SecurityContext ::= SEQUENCE
{
    nextHopChainingCount    [1] NextHopChainingCount,
    nextHopNH               [2] SecurityKey
}

SecurityKey	::= BIT STRING (SIZE(256))

SIPURI ::= UTF8String

Slice ::= SEQUENCE
@@ -3923,6 +4049,14 @@ UEEndpointAddress ::= CHOICE
    ethernetAddress     [3] MACAddress
}

UESecurityCapabilities :: SEQUENCE
{
    nREncryptionAlgorithms              [1] NREncryptionAlgorithms,
	nRIntegrityProtectionAlgorithms     [2] NRIntegrityProtectionAlgorithms,
	eUTRAEncryptionAlgorithms           [3] EUTRAEncryptionAlgorithms,
	eUTRAIntegrityProtectionAlgorithms  [4] EUTRAIntegrityProtectionAlgorithms
}

UserIdentifiers ::= SEQUENCE
{
    fiveGSSubscriberIDs [1] FiveGSSubscriberIDs OPTIONAL,