Commit cff4311e authored by Robert Tornkvist's avatar Robert Tornkvist
Browse files

Edit TS32298_CHFChargingDataTypes.asn

parent 221523f5
Loading
Loading
Loading
Loading
+30 −28
Original line number Diff line number Diff line
@@ -17,6 +17,7 @@ EnhancedDiagnostics,
DynamicAddressFlag,
InvolvedParty,
IPAddress,
LCSClientIdentity,
LocalSequenceNumber,
ManagementExtensions,
MessageClass,
@@ -28,6 +29,7 @@ Ncgi,
Nid,
NodeAddress,
PLMN-Id,
PositioningData,
PriorityType,
PSCellInformation,
RANNASCause,
@@ -542,7 +544,7 @@ IMSChargingInformation ::= SET
	tadIdentifier							[56] TADIdentifier OPTIONAL,
	feIdentifierList						[57] FEIdentifierList OPTIONAL,
	imsDCAppInfo							[58] IMSDCAppInfo OPTIONAL,
	satelliteIDList							[110] SEQUENCE Of SatelliteID OPTIONAL
	satelliteIDList							[110] SEQUENCE OF SatelliteID OPTIONAL
}


@@ -743,14 +745,14 @@ RangingSLChargingInformation ::= SET
	sLPositioningServerUEID					[2] SubscriptionID OPTIONAL,
	locatedUEID								[3] SubscriptionID OPTIONAL,
	locationType							[4] LocationType OPTIONAL,
	locationEstimate						[5] UserLocation OPTIONAL
	locationEstimate						[5] UserLocationInformationStructured OPTIONAL
}

LCSInformation	::= SET
{
	lCSClientID								[0] LCSClientIdentity OPTIONAL,
	locationType							[1] LocationType OPTIONAL,
	locationEstimate						[2] UserLocation OPTIONAL,
	locationEstimate						[2] UserLocationInformationStructured OPTIONAL,
	positioningData							[3] PositioningData OPTIONAL,
	targetUEID								[4] SubscriptionID OPTIONAL
}
@@ -2047,6 +2049,31 @@ Sac ::= UTF8String
-- See 3GPP TS 29.571 [249] for details
-- 


SatelliteBackhaulInformation 	::= SEQUENCE
{
	satelliteBackhaulCategory			[0] SatelliteBackhaulCategory OPTIONAL,
	gEOSatelliteID					[1] UTF8String OPTIONAL 

}
-- See 3GPP TS 29.571 [249] for details.

SatelliteBackhaulCategory ::= ENUMERATED
{
	gEO   				(0),
	mEO 				(1),
	lEO					(2),
	oTHERSAT 			(3),
	dYNAMICGEO 			(4),
	dYNAMICMEO			(5),
	dYNAMICLEO 			(6),
	dYNAMICOTHERSAT 	(7),
	nONSATELLITE		(8)

}

SatelliteID 	::= UTF8String

ServiceArea ::= SEQUENCE
{
	mBSServiceArea	[0] MbsServiceArea OPTIONAL,
@@ -2350,31 +2377,6 @@ SynchronizationState ::= ENUMERATED
}


SatelliteBackhaulInformation 	::= SEQUENCE
{
	satelliteBackhaulCategory			[0] SatelliteBackhaulCategory OPTIONAL,
	gEOSatelliteID					[1] UTF8String OPTIONAL 

}
-- See 3GPP TS 29.571 [249] for details.


SatelliteBackhaulCategory ::= ENUMERATED
{
	gEO   				(0),
	mEO 				(1),
	lEO					(2),
	oTHERSAT 			(3),
	dYNAMICGEO 			(4),
	dYNAMICMEO			(5),
	dYNAMICLEO 			(6),
	dYNAMICOTHERSAT 	(7),
	nONSATELLITE		(8)

}

SatelliteID 	::= UTF8String OPTIONAL

-- 
-- T
--