From 861246185db70026585615f9390ff677e82ef257 Mon Sep 17 00:00:00 2001 From: liuyiyingyi Date: Fri, 9 May 2025 15:04:30 +0000 Subject: [PATCH 1/2] Edit TS32298_IMSChargingDataTypes.asn --- ASN/TS32298_IMSChargingDataTypes.asn | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/ASN/TS32298_IMSChargingDataTypes.asn b/ASN/TS32298_IMSChargingDataTypes.asn index 37c2f57..8ad4698 100644 --- a/ASN/TS32298_IMSChargingDataTypes.asn +++ b/ASN/TS32298_IMSChargingDataTypes.asn @@ -184,7 +184,9 @@ PCSCFRecord ::= SET -- ATCF only relatedICID [107] IMS-Charging-Identifier OPTIONAL, relatedICIDGenerationNode [108] NodeAddress OPTIONAL, - fEIdentifierList [109] FEIdentifierList OPTIONAL + fEIdentifierList [109] FEIdentifierList OPTIONAL, + satelliteIDList [110] SEQUENCE Of SatelliteID OPTIONAL + } @@ -1014,6 +1016,8 @@ Status ::= ENUMERATED time-out (2) } +SatelliteID ::= UTF8String OPTIONAL + -- -- T -- -- GitLab From 0c89c64fb92242c1a6cc827c9b0a7009f1fafbfb Mon Sep 17 00:00:00 2001 From: liuyiyingyi Date: Thu, 22 May 2025 02:26:17 +0000 Subject: [PATCH 2/2] Edit TS32298_CHFChargingDataTypes.asn --- ASN/TS32298_CHFChargingDataTypes.asn | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/ASN/TS32298_CHFChargingDataTypes.asn b/ASN/TS32298_CHFChargingDataTypes.asn index bc2bf9f..a2cbec6 100644 --- a/ASN/TS32298_CHFChargingDataTypes.asn +++ b/ASN/TS32298_CHFChargingDataTypes.asn @@ -541,7 +541,8 @@ IMSChargingInformation ::= SET sipRouteHeaderTransmitted [55] UTF8String OPTIONAL, tadIdentifier [56] TADIdentifier OPTIONAL, feIdentifierList [57] FEIdentifierList OPTIONAL, - imsDCAppInfo [58] IMSDCAppInfo OPTIONAL + imsDCAppInfo [58] IMSDCAppInfo OPTIONAL, + satelliteIDList [110] SEQUENCE Of SatelliteID OPTIONAL } @@ -2363,7 +2364,7 @@ SatelliteBackhaulCategory ::= ENUMERATED } - +SatelliteID ::= UTF8String OPTIONAL -- -- T -- GitLab