From 88abcbfaf22c7570d09a0391a39acc3d3bc3f809 Mon Sep 17 00:00:00 2001 From: XIAOQIAN JIA Date: Mon, 11 Aug 2025 04:59:52 +0000 Subject: [PATCH 1/4] Rel-19_32.298_CDR_parameters_for_charging_of_layer_3_multi-hop_ProSe_UE-to-Network_relay_communication --- ASN/TS32298_ProSeChargingDataTypes.asn | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/ASN/TS32298_ProSeChargingDataTypes.asn b/ASN/TS32298_ProSeChargingDataTypes.asn index 3ffbc7e..3b4f596 100644 --- a/ASN/TS32298_ProSeChargingDataTypes.asn +++ b/ASN/TS32298_ProSeChargingDataTypes.asn @@ -148,7 +148,9 @@ targetIPaddress [26] IPAddress OPTIONAL, proSeUEtoNetworkRelayUEID [28] OCTET STRING OPTIONAL, proSeTargetLayerTwoID [29] OCTET STRING OPTIONAL hopCount [30] INTEGER OPTIONAL - intermediateRelayInformationContainer [31] SEQUENCE OF intermediateRelayInformation OPTIONAL + intermediateRelayInformationContainer [31] SEQUENCE OF intermediateRelayInformation OPTIONAL + proSeUEtoUERelayUEID [32] OCTET STRING OPTIONAL + proSeUEtoUETargetEndUEIPAddress [33] IPAddress OPTIONAL } -- -- GitLab From b3a5ce94be043d946640001f8551c2c4dd72adc9 Mon Sep 17 00:00:00 2001 From: XIAOQIAN JIA Date: Thu, 28 Aug 2025 08:36:55 +0000 Subject: [PATCH 2/4] Edit TS32298_CHFChargingDataTypes.asn --- ASN/TS32298_CHFChargingDataTypes.asn | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/ASN/TS32298_CHFChargingDataTypes.asn b/ASN/TS32298_CHFChargingDataTypes.asn index 6dae6a4..a41d971 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 -- GitLab From 249c4b6991f1daaf2c6cf7eb06827b895a984093 Mon Sep 17 00:00:00 2001 From: XIAOQIAN JIA Date: Thu, 28 Aug 2025 08:53:00 +0000 Subject: [PATCH 3/4] Edit TS32298_ProSeChargingDataTypes.asn --- ASN/TS32298_ProSeChargingDataTypes.asn | 14 ++------------ 1 file changed, 2 insertions(+), 12 deletions(-) diff --git a/ASN/TS32298_ProSeChargingDataTypes.asn b/ASN/TS32298_ProSeChargingDataTypes.asn index 3b4f596..b698d0c 100644 --- a/ASN/TS32298_ProSeChargingDataTypes.asn +++ b/ASN/TS32298_ProSeChargingDataTypes.asn @@ -147,10 +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 - proSeUEtoUERelayUEID [32] OCTET STRING OPTIONAL - proSeUEtoUETargetEndUEIPAddress [33] IPAddress OPTIONAL + } -- @@ -194,14 +191,7 @@ CoverageStatus ::= ENUMERATED inCoverage (1) } --- --- I --- -intermediateRelayInformation ::= SEQUENCE -{ - intermediateRelayIPAddress [0] IPAddress OPTIONAL - proSeUEtoNetworkIntermediateRelayUEID [1] OCTET STRING OPTIONAL, -} + -- -- L -- -- GitLab From 007e1be81c1de8a2bff188212a78cbe89be8980f Mon Sep 17 00:00:00 2001 From: XIAOQIAN JIA Date: Thu, 28 Aug 2025 13:17:58 +0000 Subject: [PATCH 4/4] Edit TS32298_CHFChargingDataTypes.asn --- ASN/TS32298_CHFChargingDataTypes.asn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ASN/TS32298_CHFChargingDataTypes.asn b/ASN/TS32298_CHFChargingDataTypes.asn index a41d971..a72fa88 100644 --- a/ASN/TS32298_CHFChargingDataTypes.asn +++ b/ASN/TS32298_CHFChargingDataTypes.asn @@ -619,7 +619,7 @@ ProseChargingInformation ::= SET receptionDataContainer [33] SEQUENCE OF ChangeOfProSeCondition OPTIONAL, hopCount [34] INTEGER OPTIONAL, intermediateRelayInformationContainer [35] SEQUENCE OF IntermeidateRelayInformation OPTIONAL, - proSeUEtoUERelayUEID [36] UTF8STRING OPTIONAL, + proSeUEtoUERelayUEID [36] UTF8String OPTIONAL, proSeUEtoUETargetEndUEIPAddress [37] IPAddress OPTIONAL } -- GitLab