From ca6313b5c51493b8b61236346a6f295455f035ae Mon Sep 17 00:00:00 2001 From: liuyiyingyi Date: Fri, 15 Aug 2025 13:07:51 +0000 Subject: [PATCH 1/5] Update file TS32298_CPDTChargingDataTypes.asn --- ASN/TS32298_CPDTChargingDataTypes.asn | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/ASN/TS32298_CPDTChargingDataTypes.asn b/ASN/TS32298_CPDTChargingDataTypes.asn index 1346c5d..ece5df4 100644 --- a/ASN/TS32298_CPDTChargingDataTypes.asn +++ b/ASN/TS32298_CPDTChargingDataTypes.asn @@ -113,7 +113,8 @@ CPDTSNNRecord ::= SET aPNRateControl [22] APNRateControl OPTIONAL, rATType [23] RATType OPTIONAL, servingNodePLMNIdentifier [24] PLMN-Id OPTIONAL, - servedIMEI [25] IMEI OPTIONAL + servedIMEI [25] IMEI OPTIONAL, + satelliteStoreAndForwardInformation [26] SatelliteStoreAndForwardInformation OPTIONAL } @@ -173,4 +174,11 @@ SubmissionResultCode ::= INTEGER -- for MO/MT data transfer -- +SatelliteStoreAndForwardInformation ::= SEQUENCE +{ + storeAndForwardIndicator [0] BOOLEAN OPTIONAL, + satelliteIDList [1] SEQUENCE Of SatelliteID OPTIONAL + +} + END \ No newline at end of file -- GitLab From e78cbab314e4a3a2ca77172aca274235e730e7d4 Mon Sep 17 00:00:00 2001 From: liuyiyingyi Date: Tue, 26 Aug 2025 15:08:07 +0000 Subject: [PATCH 2/5] Edit TS32298_GPRSChargingDataTypes.asn --- ASN/TS32298_GPRSChargingDataTypes.asn | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/ASN/TS32298_GPRSChargingDataTypes.asn b/ASN/TS32298_GPRSChargingDataTypes.asn index 9d0228f..91121e0 100644 --- a/ASN/TS32298_GPRSChargingDataTypes.asn +++ b/ASN/TS32298_GPRSChargingDataTypes.asn @@ -608,7 +608,8 @@ SGSNMTLCSRecord ::= SET recordExtensions [26] ManagementExtensions OPTIONAL, causeForRecClosing [27] CauseForRecClosing, servingNodePLMNIdentifier [28] PLMN-Id OPTIONAL, - cNOperatorSelectionEnt [29] CNOperatorSelectionEntity OPTIONAL + cNOperatorSelectionEnt [29] CNOperatorSelectionEntity OPTIONAL, + satelliteStoreAndForwardInformation [30] SatelliteStoreAndForwardInformation OPTIONAL } SGSNMOLCSRecord ::= SET @@ -640,7 +641,8 @@ SGSNMOLCSRecord ::= SET recordExtensions [24] ManagementExtensions OPTIONAL, causeForRecClosing [25] CauseForRecClosing, servingNodePLMNIdentifier [26] PLMN-Id OPTIONAL, - cNOperatorSelectionEnt [27] CNOperatorSelectionEntity OPTIONAL + cNOperatorSelectionEnt [27] CNOperatorSelectionEntity OPTIONAL, + satelliteStoreAndForwardInformation [30] SatelliteStoreAndForwardInformation OPTIONAL } SGSNNILCSRecord ::= SET @@ -1296,6 +1298,13 @@ ResultCode ::= INTEGER -- see Result-Code AVP as used in 32.299 [40] -- +SatelliteStoreAndForwardInformation ::= SEQUENCE +{ + storeAndForwardIndicator [0] BOOLEAN OPTIONAL, + satelliteIDList [1] SEQUENCE Of SatelliteID OPTIONAL + +} + SecondaryRATType ::= INTEGER { nR (0) -- New Radio 5G -- GitLab From 07a5699c066152b39c893fcb378d0879823d5ad0 Mon Sep 17 00:00:00 2001 From: liuyiyingyi Date: Wed, 27 Aug 2025 15:44:40 +0000 Subject: [PATCH 3/5] Edit TS32298_CPDTChargingDataTypes.asn --- ASN/TS32298_CPDTChargingDataTypes.asn | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/ASN/TS32298_CPDTChargingDataTypes.asn b/ASN/TS32298_CPDTChargingDataTypes.asn index ece5df4..9e28593 100644 --- a/ASN/TS32298_CPDTChargingDataTypes.asn +++ b/ASN/TS32298_CPDTChargingDataTypes.asn @@ -113,8 +113,7 @@ CPDTSNNRecord ::= SET aPNRateControl [22] APNRateControl OPTIONAL, rATType [23] RATType OPTIONAL, servingNodePLMNIdentifier [24] PLMN-Id OPTIONAL, - servedIMEI [25] IMEI OPTIONAL, - satelliteStoreAndForwardInformation [26] SatelliteStoreAndForwardInformation OPTIONAL + servedIMEI [25] IMEI OPTIONAL } @@ -174,11 +173,5 @@ SubmissionResultCode ::= INTEGER -- for MO/MT data transfer -- -SatelliteStoreAndForwardInformation ::= SEQUENCE -{ - storeAndForwardIndicator [0] BOOLEAN OPTIONAL, - satelliteIDList [1] SEQUENCE Of SatelliteID OPTIONAL - -} END \ No newline at end of file -- GitLab From f26fe16d9217f0dedaf3fe2eb7aa4645ba410115 Mon Sep 17 00:00:00 2001 From: liuyiyingyi Date: Wed, 27 Aug 2025 15:52:50 +0000 Subject: [PATCH 4/5] Edit TS32298_CPDTChargingDataTypes.asn --- ASN/TS32298_CPDTChargingDataTypes.asn | 1 - 1 file changed, 1 deletion(-) diff --git a/ASN/TS32298_CPDTChargingDataTypes.asn b/ASN/TS32298_CPDTChargingDataTypes.asn index 9e28593..1346c5d 100644 --- a/ASN/TS32298_CPDTChargingDataTypes.asn +++ b/ASN/TS32298_CPDTChargingDataTypes.asn @@ -173,5 +173,4 @@ SubmissionResultCode ::= INTEGER -- for MO/MT data transfer -- - END \ No newline at end of file -- GitLab From 466ab85bddb6ea033a16cce0805cc57718958c98 Mon Sep 17 00:00:00 2001 From: liuyiyingyi Date: Thu, 28 Aug 2025 14:19:30 +0000 Subject: [PATCH 5/5] Edit TS32298_GPRSChargingDataTypes.asn --- ASN/TS32298_GPRSChargingDataTypes.asn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ASN/TS32298_GPRSChargingDataTypes.asn b/ASN/TS32298_GPRSChargingDataTypes.asn index 91121e0..ade60be 100644 --- a/ASN/TS32298_GPRSChargingDataTypes.asn +++ b/ASN/TS32298_GPRSChargingDataTypes.asn @@ -1301,7 +1301,7 @@ ResultCode ::= INTEGER SatelliteStoreAndForwardInformation ::= SEQUENCE { storeAndForwardIndicator [0] BOOLEAN OPTIONAL, - satelliteIDList [1] SEQUENCE Of SatelliteID OPTIONAL + satelliteIDList [1] SEQUENCE OF SatelliteID OPTIONAL } -- GitLab