Commit f10b78f9 authored by dongjj's avatar dongjj
Browse files

Add serviceLevelAA

parent 221523f5
Loading
Loading
Loading
Loading
Loading
+4 −5
Original line number Diff line number Diff line
@@ -239,9 +239,8 @@ PDUSessionChargingInformation ::= SET
	fiveGSBridgeInformation					[51] FiveGSBridgeInformation OPTIONAL,
	fiveGMulticastService					[52] FiveGMulticastService OPTIONAL,
	satelliteAccessIndicator				[53] BOOLEAN OPTIONAL,
	satelliteBackhaulInformation			[54] SatelliteBackhaulInformation OPTIONAL


	satelliteBackhaulInformation			[54] SatelliteBackhaulInformation OPTIONAL,
	serviceLevelAA							[55] OCTET STRING OPTIONAL
}

--
@@ -359,8 +358,8 @@ RegistrationChargingInformation ::= SET
	aMFIdentifier						[24] AMFID OPTIONAL,
	cAGIDList							[25] SEQUENCE OF CagId OPTIONAL,
	alternativeNSSAIMap					[26] SEQUENCE OF AlternativeNSSAIMap OPTIONAL,
	satelliteAccessIndicator			[27] BOOLEAN OPTIONAL	

	satelliteAccessIndicator			[27] BOOLEAN OPTIONAL,	
	serviceLevelAA						[28] OCTET STRING OPTIONAL
}

--