Commit 200f22a6 authored by znaty's avatar znaty
Browse files

Update 102657/RDMessage.asn

parent b28dfd35
Loading
Loading
Loading
Loading
Loading
+13 −13
Original line number Original line Diff line number Diff line
@@ -2326,9 +2326,8 @@ SubscribedEdgeComputingApplications ::= SEQUENCE
	otherAddresses                [16] SEQUENCE OF OtherAddress OPTIONAL,
	otherAddresses                [16] SEQUENCE OF OtherAddress OPTIONAL,
	orderTime                     [17] GeneralizedTime OPTIONAL,
	orderTime                     [17] GeneralizedTime OPTIONAL,
		-- Time when the subscribed edge computing application was ordered by the user
		-- Time when the subscribed edge computing application was ordered by the user
	pEIs                          [18] SEQUENCE OF PEI OPTIONAL,
	allocatedDeviceIDs            [18] SEQUENCE OF EdgeComputingDeviceID OPTIONAL,
	allocatedDeviceIDs            [19] SEQUENCE OF EdgeComputingDeviceID OPTIONAL,
	paymentTransactions           [19] SEQUENCE OF EdgeComputingBillingRecords OPTIONAL
	paymentTransactions           [20] SEQUENCE OF EdgeComputingBillingRecords OPTIONAL
}
}




@@ -2338,18 +2337,19 @@ SubscribedEdgeComputingApplications ::= SEQUENCE


EdgeComputingApplicationUsage ::= SEQUENCE
EdgeComputingApplicationUsage ::= SEQUENCE
{
{
	communicationTime                   [1] TimeSpan OPTIONAL,
	subscriberID                        [1] EdgeComputingSubscriberID OPTIONAL,
	communicationTime                   [2] TimeSpan OPTIONAL,
		-- Time and duration of the edge computing application session.
		-- Time and duration of the edge computing application session.
	octetsSent                          [2] INTEGER OPTIONAL,
	octetsSent                          [3] INTEGER OPTIONAL,
    octetsReceived                      [3] INTEGER OPTIONAL,
    octetsReceived                      [4] INTEGER OPTIONAL,
    reasonCause                         [4] UTF8String OPTIONAL,
    reasonCause                         [5] UTF8String OPTIONAL,
		-- cause for application session termination
		-- cause for application session termination
	qualityOfService                    [5] QualityOfService OPTIONAL,
	qualityOfService                    [6] QualityOfService OPTIONAL,
	edgeComputingApplicationID          [6] UTF8String OPTIONAL,
	edgeComputingApplicationID          [7] UTF8String OPTIONAL,
	providerID       				    [7] UTF8String OPTIONAL,
	providerID       				    [8] UTF8String OPTIONAL,
	cdrNumber						    [8] UTF8String OPTIONAL, -- as per ASP defined format
	cdrNumber						    [9] UTF8String OPTIONAL, -- as per ASP defined format
	clientIP						    [9] IPAddress OPTIONAL,
	clientIP						    [10] IPAddress OPTIONAL,
	edgeApplicationServersInfo          [10] SEQUENCE OF EdgeApplicationServerInfo
	edgeApplicationServersInfo          [11] SEQUENCE OF EdgeApplicationServerInfo
}
}


EdgeApplicationServerInfo ::= SEQUENCE
EdgeApplicationServerInfo ::= SEQUENCE