Commit c92d0a06 authored by Yimeng Deng's avatar Yimeng Deng
Browse files

CR1030

parent a1418858
Loading
Loading
Loading
Loading
Loading
+6 −3
Original line number Diff line number Diff line
@@ -1607,7 +1607,8 @@ NetworkFunctionality ::= ENUMERATED
	-- UPF is applicable only as API Target NF in NEF charging
	tSN-AF			(20),
	tSNTSF			(21),
	mB-SMF			(22)
	mB-SMF			(22),
	nWDAF			(23)

}

@@ -1662,8 +1663,10 @@ NSPAContainerInformation ::= SEQUENCE
	uplinkThroughput						[10] Throughput OPTIONAL,
	downlinkThroughput					[11] Throughput OPTIONAL,
	maximumPacketLossRateUL				[12] INTEGER OPTIONAL,
	maximumPacketLossRateDL				[13] INTEGER OPTIONAL

	maximumPacketLossRateDL				[13] INTEGER OPTIONAL,
	sourceNFInformaton					[14] NetworkFunctionInformation OPTIONAL,
	startTimeStamps						[15] TimeStamp OPTIONAL,
	stopTimeStamps						[16] TimeStamp OPTIONAL	


}