Commit 9c8a926f authored by Robert Tornkvist's avatar Robert Tornkvist
Browse files

Merge branch '32.298_Rel19_CR1023_Add_network_slice_energy_information' into...

Merge branch '32.298_Rel19_CR1023_Add_network_slice_energy_information' into 'Integration_Rel19_SA5_159_CH_ASN'

32.298 rel19 cr1023 add network slice energy information

See merge request !32
parents dbd361d4 8733388d
Loading
Loading
Loading
Loading
+32 −4
Original line number Diff line number Diff line
@@ -1216,6 +1216,20 @@ InternalGroupIdentifier ::= UTF8String
-- 
-- See 3GPP TS 29.571 [249] for details
-- 

-- 
-- K
-- 
KPIType 	::= ENUMERATED
{
	numOfBits 										(0),
	numOfBitsRANBased								(1),
	invOfLatency									(2),
	numOfBitsInvOfLatency							(3),
	maxRegSubs										(4),
	meanActiveUEs									(5)
}

-- 
-- L 
-- 
@@ -1522,6 +1536,21 @@ NcgiTai ::= SEQUENCE
	tai 		[0] TAI,
	cellList 	[1] SEQUENCE OF Ncgi
}

NetworkSliceEE 		::= SEQUENCE
{
	networkSliceType			[1] NetworkSliceType OPTIONAL,
	kpiType						[2] KPIType OPTIONAL,
	performance					[3] REAL OPTIONAL
}

NetworkSliceType 	::= ENUMERATED
{
	eMBB 			(0),
	uRLLC			(1),
	mIoT			(2)
}

NSACFContainerInformation 		::= SEQUENCE
{
	numberOfUEs 					[0] INTEGER OPTIONAL,
@@ -1691,10 +1720,8 @@ NSPAContainerInformation ::= SEQUENCE
	uplinkThroughput						[10] Throughput OPTIONAL,
	downlinkThroughput					[11] Throughput OPTIONAL,
	maximumPacketLossRateUL				[12] INTEGER OPTIONAL,
	maximumPacketLossRateDL				[13] INTEGER OPTIONAL



	maximumPacketLossRateDL				[13] INTEGER OPTIONAL,
	estimatedEnergyConsumption			[14] INTEGER OPTIONAL
}

NSSAIMap		::= SEQUENCE
@@ -2058,6 +2085,7 @@ ServiceProfileChargingInformation ::= SET
	kPIsMonitoringList 					[17] OCTET STRING OPTIONAL,
	supportedAccessTechnology			[18] INTEGER OPTIONAL,
	v2XCommunicationMode 				[19] V2XCommunicationModeIndicator OPTIONAL,
	energyEfficiency					[20] NetworkSliceEE	OPTIONAL,
	addServiceProfileChargingInfo		[100] OCTET STRING OPTIONAL

}