Commit 785797bc authored by znaty's avatar znaty Committed by canterburym
Browse files

Update 33128/r19/TS33128Payloads.asn

parent ebdff0eb
Loading
Loading
Loading
Loading
+18 −1
Original line number Diff line number Diff line
@@ -2104,7 +2104,8 @@ InitialRANUEContextSetup ::= SEQUENCE
    uERadioCapabilityID                  [14] OCTET STRING OPTIONAL,
    targetNSSAIInfo                      [15] TargetNSSAIInfo OPTIONAL,
    fiveGProSeAuthorizationIndication    [16] FiveGProSeAuthorizationIndication OPTIONAL,
    mobileIABAuthorizedIndicator         [17] MobileIABAuthorizedIndicator OPTIONAL
    uEDifferentiationInfo                [17] UEDifferentiationInfo OPTIONAL,
    mobileIABAuthorizedIndicator         [18] MobileIABAuthorizedIndicator OPTIONAL
}

PDUSessionSetupRequestItem ::= SEQUENCE
@@ -2188,6 +2189,22 @@ FiveGSUpdateType ::= OCTET STRING (SIZE(1))

UnavailabilityPeriodDuration ::= OCTET STRING (SIZE(1))

UECommunicationInfo ::= SEQUENCE
{
    periodicCommunicationIndicator [1] PeriodicCommunicationIndicator OPTIONAL,
    periodicTime                   [2] INTEGER OPTIONAL,
    scheduledCommunicationTime     [3] SBIType OPTIONAL,
    stationaryIndication           [4] SBIType OPTIONAL,
    trafficProfile                 [5] SBIType OPTIONAL,
    batteryIndication              [6] SBIType OPTIONAL
}

PeriodicCommunicationIndicator ::= ENUMERATED
{
    periodically(1),
    ondemand(2)
}

MobileIABAuthorizedIndicator ::= ENUMERATED
{
    authorized(1),