Commit 0663757e authored by courbon's avatar courbon
Browse files

Update 102657/RDMessage.asn

parent 486d0f92
Loading
Loading
Loading
Loading
Loading
+33 −17
Original line number Diff line number Diff line
@@ -1511,7 +1511,8 @@ GA-Point ::= SEQUENCE
GA-PointWithUnCertainty ::=SEQUENCE
{
    geographicalCoordinates     [1] GeographicalCoordinates,
    uncertaintyCode             [2] INTEGER (0..127)
    uncertaintyCode             [2] INTEGER (0..127),
...
}

maxNrOfPoints                   INTEGER ::= 15
@@ -2287,8 +2288,9 @@ EdgeComputingSubscriber ::= SEQUENCE
    genericSubscriberInfo                  [2] GenericSubscriberInfo OPTIONAL,
        -- generic personal information about this subscriber
    edgeComputingSubscriberInfo            [3] UTF8String OPTIONAL,
    subscribedEdgeComputingApplications    [4] SEQUENCE OF SubscribedEdgeComputingApplications OPTIONAL
    subscribedEdgeComputingApplications    [4] SEQUENCE OF SubscribedEdgeComputingApplications OPTIONAL,
        -- a subscriber may have more than one edge computing applications listed against them
        ...
}

EdgeComputingSubscriberID ::= UTF8String
@@ -2325,7 +2327,8 @@ SubscribedEdgeComputingApplications ::= SEQUENCE
    orderTime                     [17] GeneralizedTime OPTIONAL,
        -- Time when the subscribed edge computing application was ordered by the user
    allocatedDeviceIDs            [18] SEQUENCE OF EdgeComputingDeviceID OPTIONAL,
    paymentTransactions           [19] SEQUENCE OF EdgeComputingApplicationBillingRecords OPTIONAL
    paymentTransactions           [19] SEQUENCE OF EdgeComputingApplicationBillingRecords OPTIONAL,
    ...
}

-- =================================
@@ -2346,7 +2349,8 @@ EdgeComputingApplicationUsage ::= SEQUENCE
    providerID                          [8] UTF8String OPTIONAL,
    cdrNumber                           [9] UTF8String OPTIONAL, -- as per ASP defined format
    clientIP                            [10] IPAddress OPTIONAL,
    edgeApplicationServersInfo          [11] SEQUENCE OF EdgeApplicationServerInfo
    edgeApplicationServersInfo          [11] SEQUENCE OF EdgeApplicationServerInfo,
    ...
}

EdgeApplicationServerInfo ::= SEQUENCE
@@ -2355,7 +2359,8 @@ EdgeApplicationServerInfo ::= SEQUENCE
    edgeApplicationServerIP                 [2] IPAddress OPTIONAL,
    edgeApplicationServerLocation           [3] Location OPTIONAL,
    edgeApplicationServerVirtualResources   [4] EdgeApplicationServerVirtualResources OPTIONAL,
    serviceContinuity                       [5] BOOLEAN OPTIONAL
    serviceContinuity                       [5] BOOLEAN OPTIONAL,
    ...
}

EdgeApplicationServerVirtualResources ::= SEQUENCE
@@ -2364,7 +2369,8 @@ EdgeApplicationServerVirtualResources ::= SEQUENCE
    meanVirtualMemoryUsage      [2] REAL OPTIONAL,
    meanVirtualDiskUsage        [3] REAL OPTIONAL,
    durationStartTime           [4] GeneralizedTime OPTIONAL,
    durationEndTime             [5] GeneralizedTime OPTIONAL
    durationEndTime             [5] GeneralizedTime OPTIONAL,
...
}

-- ==============================
@@ -2379,14 +2385,16 @@ EdgeComputingApplicationBillingDetails ::= SEQUENCE
    billingIdentifier                   [4] EdgeComputingBillingIdentifier OPTIONAL,
    billingRecords                      [5] SEQUENCE OF EdgeComputingApplicationBillingRecords OPTIONAL,
    edgeComputingBillingAddress         [6] EdgeComputingBillingAddress OPTIONAL,
    copyOfBill                          [7] SEQUENCE OF File OPTIONAL
    copyOfBill                          [7] SEQUENCE OF File OPTIONAL,
    ...
}

EdgeComputingBillingAddress ::= SEQUENCE
{
    addressSuppliedTime         [1] GeneralizedTime OPTIONAL,
    name                        [2] PersonName OPTIONAL,
    address                     [3] AddressInformation OPTIONAL
    address                     [3] AddressInformation OPTIONAL,
    ...
}

EdgeComputingBillingIdentifier ::= OCTET STRING
@@ -2459,7 +2467,7 @@ DigitalTokenIdentifierType::= ENUMERATED
	auxiliaryDigitalToken(0),
	nativeDigitalToken(1),
	distributedLedgerWithoutANativeDigitalToken(2),
	functionallyfungiblegroupOfDigitalTokens(3),
	functionallyFungibleGroupOfDigitalTokens(3),
    ...
}
DigitalLedgerTechnologyType::= ENUMERATED
@@ -2474,10 +2482,10 @@ OtherDataElements ::= SEQUENCE
{
	underlyingAssetExternalIdentifiersType  [1] 		UTF8String OPTIONAL,
	underlyingAssetExternalIdentifiersValue [2] 		UTF8String OPTIONAL,
	digitalTokenExternaldentifiersType      [3] 	  UTF8String OPTIONAL,
	digitalTokenExternaldentifiersValue     [4]  UTF8String OPTIONAL,
	digitalTokenreferenceimplementationURL  [5]  		UTF8String OPTIONAL, 
	digitalTokenUnitmultiplier 	            [6]       UTF8String OPTIONAL, 
	digitalTokenExternalIdentifiersType      [3] 	  UTF8String OPTIONAL,
	digitalTokenExternalIdentifiersValue     [4]  UTF8String OPTIONAL,
	digitalTokenReferenceImplementationURL  [5]  		UTF8String OPTIONAL, 
	digitalTokenUnitMultiplier 	            [6]       UTF8String OPTIONAL, 
	auxiliaryDigitalToken				    [7]    UTF8String OPTIONAL,
	publicDistributedLedgerIndicator        [8] PublicDistributedLedgerIndicator OPTIONAL,
    ...
@@ -2506,10 +2514,10 @@ EdgeComputingDevice ::= SEQUENCE
    } OPTIONAL,
    edgeComputingDeviceID       [2] EdgeComputingDeviceID OPTIONAL,
        -- Unique identifier for this device according to type of identifier
    subscriberID                [3] EdgeComputingSubscriberID OPTIONAL
    subscriberID                [3] EdgeComputingSubscriberID OPTIONAL,
        -- Identifier for a known user of this equipment.
        -- Usage of this parameter is subject to national legislation.

...
}

EdgeComputingDeviceID ::= OCTET STRING
@@ -2850,7 +2858,11 @@ GPRSEvent ::= ENUMERATED
    pDPContextModification(11),
    servingSystem(12),
    ...
}
}digitalTokenreferenceimplementationURL  [5]  		UTF8String OPTIONAL, 
-	2480		digitalTokenUnitmultiplier 	            [6]       UTF8String OPTIONAL, 
-	2481		auxiliaryDigitalToken				    [7]    UTF8String OPTIONAL,
-	2482		publicDistributedLedgerIndicator        [8] PublicDistributedLedgerIndicator OPTIONAL


EPSInformation ::= SEQUENCE
{
@@ -3098,9 +3110,10 @@ NAAssignedAddress ::= SEQUENCE
    destinationAddress          [5] IPAddress OPTIONAL,
        -- used in cases where a single external IP/port pair is translated to multiple internal
        -- IP/port pairs, with the destination IP/port used to multiplex them
    destinationPort             [6] INTEGER OPTIONAL
    destinationPort             [6] INTEGER OPTIONAL,
        -- used in cases where a single external IP/port pair is translated to multiple internal
        -- IP/port pairs, with the destination IP/port used to multiplex them
        ...
}

IPAddressSetOrRangeOrMask ::= CHOICE
@@ -3108,6 +3121,7 @@ IPAddressSetOrRangeOrMask ::= CHOICE
    set     [0] SEQUENCE OF IPAddress,
    range   [1] IPRange,
    mask    [2] IPMask
    ...
}

IPRange ::= SEQUENCE
@@ -3115,6 +3129,7 @@ IPRange ::= SEQUENCE
{
    prefix          [0] IPAddress,
    subnetlength    [1] INTEGER (1..128)
    ...
}

IPMask ::= SEQUENCE
@@ -3122,6 +3137,7 @@ IPMask ::= SEQUENCE
{
    base    [0] IPAddress,
    mask    [1] IPAddress
    ...
}

TimedIPAddress ::= SEQUENCE