From f10b78f97ca13af5c81f3e51cb90f31d80593c9e Mon Sep 17 00:00:00 2001 From: dongjj Date: Thu, 28 Aug 2025 04:07:38 +0000 Subject: [PATCH 1/2] Add serviceLevelAA --- ASN/TS32298_CHFChargingDataTypes.asn | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/ASN/TS32298_CHFChargingDataTypes.asn b/ASN/TS32298_CHFChargingDataTypes.asn index 6dae6a4..bee0889 100644 --- a/ASN/TS32298_CHFChargingDataTypes.asn +++ b/ASN/TS32298_CHFChargingDataTypes.asn @@ -239,9 +239,8 @@ PDUSessionChargingInformation ::= SET fiveGSBridgeInformation [51] FiveGSBridgeInformation OPTIONAL, fiveGMulticastService [52] FiveGMulticastService OPTIONAL, satelliteAccessIndicator [53] BOOLEAN OPTIONAL, - satelliteBackhaulInformation [54] SatelliteBackhaulInformation OPTIONAL - - + satelliteBackhaulInformation [54] SatelliteBackhaulInformation OPTIONAL, + serviceLevelAA [55] OCTET STRING OPTIONAL } -- @@ -359,8 +358,8 @@ RegistrationChargingInformation ::= SET aMFIdentifier [24] AMFID OPTIONAL, cAGIDList [25] SEQUENCE OF CagId OPTIONAL, alternativeNSSAIMap [26] SEQUENCE OF AlternativeNSSAIMap OPTIONAL, - satelliteAccessIndicator [27] BOOLEAN OPTIONAL - + satelliteAccessIndicator [27] BOOLEAN OPTIONAL, + serviceLevelAA [28] OCTET STRING OPTIONAL } -- -- GitLab From f661ac81bef11d77680a610c67ca67d6c66877da Mon Sep 17 00:00:00 2001 From: dongjj Date: Thu, 28 Aug 2025 06:31:54 +0000 Subject: [PATCH 2/2] change to UTF8String --- ASN/TS32298_CHFChargingDataTypes.asn | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ASN/TS32298_CHFChargingDataTypes.asn b/ASN/TS32298_CHFChargingDataTypes.asn index bee0889..9d48359 100644 --- a/ASN/TS32298_CHFChargingDataTypes.asn +++ b/ASN/TS32298_CHFChargingDataTypes.asn @@ -240,7 +240,7 @@ PDUSessionChargingInformation ::= SET fiveGMulticastService [52] FiveGMulticastService OPTIONAL, satelliteAccessIndicator [53] BOOLEAN OPTIONAL, satelliteBackhaulInformation [54] SatelliteBackhaulInformation OPTIONAL, - serviceLevelAA [55] OCTET STRING OPTIONAL + serviceLevelAA [55] UTF8String OPTIONAL } -- @@ -359,7 +359,7 @@ RegistrationChargingInformation ::= SET cAGIDList [25] SEQUENCE OF CagId OPTIONAL, alternativeNSSAIMap [26] SEQUENCE OF AlternativeNSSAIMap OPTIONAL, satelliteAccessIndicator [27] BOOLEAN OPTIONAL, - serviceLevelAA [28] OCTET STRING OPTIONAL + serviceLevelAA [28] UTF8String OPTIONAL } -- -- GitLab