From 4e2cd5dd44d032dabbc360b38773e382dd687748 Mon Sep 17 00:00:00 2001 From: Robert Tornkvist Date: Fri, 3 Oct 2025 13:57:37 +0000 Subject: [PATCH 1/2] Update file TS32298_CHFChargingDataTypes.asn --- ASN/TS32298_CHFChargingDataTypes.asn | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/ASN/TS32298_CHFChargingDataTypes.asn b/ASN/TS32298_CHFChargingDataTypes.asn index 2d0ee0b..6e9af1f 100644 --- a/ASN/TS32298_CHFChargingDataTypes.asn +++ b/ASN/TS32298_CHFChargingDataTypes.asn @@ -243,8 +243,8 @@ PDUSessionChargingInformation ::= SET fiveGMulticastService [52] FiveGMulticastService OPTIONAL, satelliteAccessIndicator [53] BOOLEAN OPTIONAL, satelliteBackhaulInformation [54] SatelliteBackhaulInformation OPTIONAL, - serviceLevelAA [55] UTF8String OPTIONAL - userDisasterRoamingInd [55] BOOLEAN OPTIONAL + serviceLevelAA [55] UTF8String OPTIONAL, + userDisasterRoamingInd [56] BOOLEAN OPTIONAL } @@ -364,8 +364,8 @@ RegistrationChargingInformation ::= SET cAGIDList [25] SEQUENCE OF CagId OPTIONAL, alternativeNSSAIMap [26] SEQUENCE OF AlternativeNSSAIMap OPTIONAL, satelliteAccessIndicator [27] BOOLEAN OPTIONAL, - serviceLevelAA [28] UTF8String OPTIONAL - userDisasterRoamingInd [28] BOOLEAN OPTIONAL + serviceLevelAA [28] UTF8String OPTIONAL, + userDisasterRoamingInd [29] BOOLEAN OPTIONAL } -- GitLab From ee9bc5ee0a28bb4f7854f9eddd51b5c01335dd3f Mon Sep 17 00:00:00 2001 From: Robert Tornkvist Date: Fri, 3 Oct 2025 14:04:05 +0000 Subject: [PATCH 2/2] Edit TS32298_GPRSChargingDataTypes.asn --- ASN/TS32298_GPRSChargingDataTypes.asn | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ASN/TS32298_GPRSChargingDataTypes.asn b/ASN/TS32298_GPRSChargingDataTypes.asn index 172f6d1..d1da100 100644 --- a/ASN/TS32298_GPRSChargingDataTypes.asn +++ b/ASN/TS32298_GPRSChargingDataTypes.asn @@ -1298,6 +1298,8 @@ ResultCode ::= INTEGER -- see Result-Code AVP as used in 32.299 [40] -- +SatelliteID ::= UTF8String + SatelliteStoreAndForwardInformation ::= SEQUENCE { storeAndForwardIndicator [0] BOOLEAN OPTIONAL, -- GitLab