From 6477412e109d4d091def650a7c1e105331e13afe Mon Sep 17 00:00:00 2001 From: liuyiyingyi Date: Fri, 9 May 2025 08:57:52 +0000 Subject: [PATCH] Edit TS32298_SMSChargingDataTypes.asn --- ASN/TS32298_SMSChargingDataTypes.asn | 18 ++++++++++++++++-- 1 file changed, 16 insertions(+), 2 deletions(-) diff --git a/ASN/TS32298_SMSChargingDataTypes.asn b/ASN/TS32298_SMSChargingDataTypes.asn index 8cf18a3..4a111f0 100644 --- a/ASN/TS32298_SMSChargingDataTypes.asn +++ b/ASN/TS32298_SMSChargingDataTypes.asn @@ -8,6 +8,7 @@ BEGIN IMPORTS +CallDuration, DataVolume FROM CSChargingDataTypes {itu-t (0) identified-organization (4) etsi(0) mobileDomain (0) charging (5) csChargingDataTypes (1) asn1Module (0) version2 (1)} @@ -87,7 +88,8 @@ SCSMORecord ::= SET uETimeZone [18] MSTimeZone OPTIONAL, sMSResult [19] SMSResult OPTIONAL, localSequenceNumber [22] LocalSequenceNumber OPTIONAL, - recordExtensions [23] ManagementExtensions OPTIONAL + recordExtensions [23] ManagementExtensions OPTIONAL, + satelliteStoreAndForwardInformation [24] SatelliteStoreAndForwardInformation OPTIONAL } SCSMOT4Record ::= SET @@ -146,7 +148,8 @@ SCSMTRecord ::= SET sMSResult [23] SMSResult OPTIONAL, sMDeviceTriggerInformation [25] SMDeviceTriggerInformation OPTIONAL, localSequenceNumber [26] LocalSequenceNumber OPTIONAL, - recordExtensions [27] ManagementExtensions OPTIONAL + recordExtensions [27] ManagementExtensions OPTIONAL, + satelliteStoreAndForwardInformation [28] SatelliteStoreAndForwardInformation OPTIONAL } SCDVTT4Record ::= SET @@ -382,5 +385,16 @@ SMServingNode ::= SEQUENCE SMSStatus ::= OCTET STRING (SIZE(1)) +SatelliteStoreAndForwardInformation ::= SEQUENCE +{ + storeAndForwardIndicator [0] BOOLEAN OPTIONAL, + satelliteIDList [1] SEQUENCE Of SatelliteID OPTIONAL, + storeDuration [2] CallDuration OPTIONAL, + storeDataVolume [3] DataVolume OPTIONAL + +} + +SatelliteID ::= UTF8String OPTIONAL + END \ No newline at end of file -- GitLab