diff --git a/ASN/TS32298_CHFChargingDataTypes.asn b/ASN/TS32298_CHFChargingDataTypes.asn index 6dae6a4fcd508afb7a88ad54bdf37f6e69782099..a72fa88acadfbbec1896bcc5f2a09eda8f630924 100644 --- a/ASN/TS32298_CHFChargingDataTypes.asn +++ b/ASN/TS32298_CHFChargingDataTypes.asn @@ -616,7 +616,11 @@ ProseChargingInformation ::= SET proseDestinationLayer2ID [30] OCTET STRING OPTIONAL, pFIContainerInformation [31] SEQUENCE OF PFIContainerInformation OPTIONAL, transmissionDataContainer [32] SEQUENCE OF ChangeOfProSeCondition OPTIONAL, - receptionDataContainer [33] SEQUENCE OF ChangeOfProSeCondition OPTIONAL + receptionDataContainer [33] SEQUENCE OF ChangeOfProSeCondition OPTIONAL, + hopCount [34] INTEGER OPTIONAL, + intermediateRelayInformationContainer [35] SEQUENCE OF IntermeidateRelayInformation OPTIONAL, + proSeUEtoUERelayUEID [36] UTF8String OPTIONAL, + proSeUEtoUETargetEndUEIPAddress [37] IPAddress OPTIONAL } @@ -1243,6 +1247,12 @@ InternalGroupIdentifier ::= UTF8String -- -- See 3GPP TS 29.571 [249] for details -- +IntermeidateRelayInformation ::= SEQUENCE +{ + intermediateRelayIPAddress [0] IPAddress OPTIONAL, + proSeUEtoNetworkIntermediateRelayUEID [1] UTF8String OPTIONAL + +} -- -- K diff --git a/ASN/TS32298_ProSeChargingDataTypes.asn b/ASN/TS32298_ProSeChargingDataTypes.asn index 3ffbc7e73ee9fcaedb31cb76ae1e2ee0ff5f0b40..b698d0c01f5c78c0d92b527d377d0af5a80be10b 100644 --- a/ASN/TS32298_ProSeChargingDataTypes.asn +++ b/ASN/TS32298_ProSeChargingDataTypes.asn @@ -147,8 +147,7 @@ targetIPaddress [26] IPAddress OPTIONAL, relayIPaddress [27] IPAddress OPTIONAL, proSeUEtoNetworkRelayUEID [28] OCTET STRING OPTIONAL, proSeTargetLayerTwoID [29] OCTET STRING OPTIONAL - hopCount [30] INTEGER OPTIONAL - intermediateRelayInformationContainer [31] SEQUENCE OF intermediateRelayInformation OPTIONAL + } -- @@ -192,14 +191,7 @@ CoverageStatus ::= ENUMERATED inCoverage (1) } --- --- I --- -intermediateRelayInformation ::= SEQUENCE -{ - intermediateRelayIPAddress [0] IPAddress OPTIONAL - proSeUEtoNetworkIntermediateRelayUEID [1] OCTET STRING OPTIONAL, -} + -- -- L --