From f400858adc89e2ca2856d1e993b731c828b8a6ea Mon Sep 17 00:00:00 2001 From: wanghhan1 Date: Fri, 1 Aug 2025 07:50:27 +0000 Subject: [PATCH 1/3] Rel-19 CR 32.298 Addition on NSPA charging information --- ASN/TS32298_CHFChargingDataTypes.asn | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/ASN/TS32298_CHFChargingDataTypes.asn b/ASN/TS32298_CHFChargingDataTypes.asn index 6dae6a4..051533a 100644 --- a/ASN/TS32298_CHFChargingDataTypes.asn +++ b/ASN/TS32298_CHFChargingDataTypes.asn @@ -1695,6 +1695,7 @@ NetworkFunctionality ::= ENUMERATED mB-SMF (22), aIOTF (23) -- AIOTF is applicable only as API Target NF in NEF charging + nWDAF (24) } NgApCause ::= SEQUENCE @@ -1750,6 +1751,9 @@ NSPAContainerInformation ::= SEQUENCE maximumPacketLossRateUL [12] INTEGER OPTIONAL, maximumPacketLossRateDL [13] INTEGER OPTIONAL, estimatedEnergyConsumption [14] INTEGER OPTIONAL + sourceNFInformaton [15] NetworkFunctionInformation OPTIONAL, + startTimeStamp [16] TimeStamp OPTIONAL, + stopTimeStamp [17] TimeStamp OPTIONAL } NSSAIMap ::= SEQUENCE -- GitLab From fe9dc7699b6d2b282990e055b7ec33179cb53b9b Mon Sep 17 00:00:00 2001 From: wanghhan1 Date: Tue, 12 Aug 2025 01:29:05 +0000 Subject: [PATCH 2/3] Rel-19 CR 32.298 Addition on NSPA charging information 0812 --- 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 051533a..9e77829 100644 --- a/ASN/TS32298_CHFChargingDataTypes.asn +++ b/ASN/TS32298_CHFChargingDataTypes.asn @@ -1751,7 +1751,7 @@ NSPAContainerInformation ::= SEQUENCE maximumPacketLossRateUL [12] INTEGER OPTIONAL, maximumPacketLossRateDL [13] INTEGER OPTIONAL, estimatedEnergyConsumption [14] INTEGER OPTIONAL - sourceNFInformaton [15] NetworkFunctionInformation OPTIONAL, + sourceNFIdentification [15] NetworkFunctionInformation OPTIONAL, startTimeStamp [16] TimeStamp OPTIONAL, stopTimeStamp [17] TimeStamp OPTIONAL } -- GitLab From ae96f2fe7bddeb4b9775be5e0201f4a61a087348 Mon Sep 17 00:00:00 2001 From: wanghhan1 Date: Thu, 28 Aug 2025 19:44:10 +0000 Subject: [PATCH 3/3] Rel-19 CR 32.298 Addition on NSPA charging information-0829 --- ASN/TS32298_CHFChargingDataTypes.asn | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/ASN/TS32298_CHFChargingDataTypes.asn b/ASN/TS32298_CHFChargingDataTypes.asn index 9e77829..f5f9075 100644 --- a/ASN/TS32298_CHFChargingDataTypes.asn +++ b/ASN/TS32298_CHFChargingDataTypes.asn @@ -1750,10 +1750,8 @@ NSPAContainerInformation ::= SEQUENCE downlinkThroughput [11] Throughput OPTIONAL, maximumPacketLossRateUL [12] INTEGER OPTIONAL, maximumPacketLossRateDL [13] INTEGER OPTIONAL, - estimatedEnergyConsumption [14] INTEGER OPTIONAL - sourceNFIdentification [15] NetworkFunctionInformation OPTIONAL, - startTimeStamp [16] TimeStamp OPTIONAL, - stopTimeStamp [17] TimeStamp OPTIONAL + estimatedEnergyConsumption [14] INTEGER OPTIONAL, + sourceNFIdentification [15] NetworkFunctionInformation OPTIONAL } NSSAIMap ::= SEQUENCE -- GitLab