Commit 11b11a36 authored by Robert Tornkvist's avatar Robert Tornkvist
Browse files

Update 3 files

- /ASN/TS32298_IMSChargingDataTypes.asn
- /ASN/TS32298_ProSeChargingDataTypes.asn
- /ASN/TS32298_SMSChargingDataTypes.asn
parent cff4311e
Loading
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -185,7 +185,7 @@ PCSCFRecord ::= SET
	relatedICID								[107] IMS-Charging-Identifier OPTIONAL,
	relatedICIDGenerationNode				[108] NodeAddress OPTIONAL,
	fEIdentifierList                        [109] FEIdentifierList OPTIONAL,
	satelliteIDList							[110] SEQUENCE Of SatelliteID OPTIONAL
	satelliteIDList							[110] SEQUENCE OF SatelliteID OPTIONAL


}
@@ -1016,7 +1016,7 @@ Status ::= ENUMERATED
	time-out			(2)
}

SatelliteID 	::= UTF8String OPTIONAL
SatelliteID 	::= UTF8String

-- 
-- T
+10 −8
Original line number Diff line number Diff line
@@ -146,9 +146,9 @@ PFDCRecord ::= SET
	targetIPaddress					[26] IPAddress OPTIONAL,
	relayIPaddress					[27] IPAddress OPTIONAL,
	proSeUEtoNetworkRelayUEID		[28] OCTET STRING OPTIONAL,
proSeTargetLayerTwoID			[29] OCTET STRING OPTIONAL	
	hopCount					[30] INTEGER OPTIONAL
	intermediateRelayInformationContainer				[31] SEQUENCE OF intermediateRelayInformation OPTIONAL			
	proSeTargetLayerTwoID			[29] OCTET STRING OPTIONAL,	
	hopCount						[30] INTEGER OPTIONAL,
	intermediateRelayInformationContainer				[31] SEQUENCE OF IntermediateRelayInformation OPTIONAL			
}

--
@@ -195,11 +195,13 @@ CoverageStatus ::= ENUMERATED
--
-- I
--
intermediateRelayInformation	::= SEQUENCE

IntermediateRelayInformation	::= SEQUENCE
{
	intermediateRelayIPAddress			[0] IPAddress OPTIONAL
	proSeUEtoNetworkIntermediateRelayUEID			[1] OCTET STRING OPTIONAL,
	intermediateRelayIPAddress				[0] IPAddress OPTIONAL,
	proSeUEtoNetworkIntermediateRelayUEID	[1] OCTET STRING OPTIONAL
}

-- 
-- L
-- 
+4 −3
Original line number Diff line number Diff line
@@ -267,7 +267,8 @@ RecipientInfo ::= SEQUENCE
	sMRecipientProtocolID		[6] OCTET STRING OPTIONAL,
	recipientOtherAddresses		[7] SEQUENCE OF SMAddressInfo OPTIONAL,
									-- included for backwards compatibility
	recipientOtherAddresses		[8] SEQUENCE OF RecipientAddress OPTIONAL
	recipientOtherAddressList	[8] SEQUENCE OF RecipientAddress OPTIONAL
									-- used if type different from IMSI and MSISDN
} 

RecipientAddress	::= SEQUENCE
@@ -388,13 +389,13 @@ SMSStatus ::= OCTET STRING (SIZE(1))
SatelliteStoreAndForwardInformation 	::= SEQUENCE
{
	storeAndForwardIndicator		[0] BOOLEAN OPTIONAL,
	satelliteIDList					[1] SEQUENCE Of SatelliteID OPTIONAL,
	satelliteIDList					[1] SEQUENCE OF SatelliteID OPTIONAL,
	storeDuration					[2] CallDuration OPTIONAL,
	storeDataVolume					[3]	DataVolume OPTIONAL

}

SatelliteID 	::= UTF8String OPTIONAL
SatelliteID 	::= UTF8String


END
 No newline at end of file