Commit f661ac81 authored by dongjj's avatar dongjj
Browse files

change to UTF8String

parent f10b78f9
Loading
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -240,7 +240,7 @@ PDUSessionChargingInformation ::= SET
	fiveGMulticastService					[52] FiveGMulticastService OPTIONAL,
	satelliteAccessIndicator				[53] BOOLEAN OPTIONAL,
	satelliteBackhaulInformation			[54] SatelliteBackhaulInformation OPTIONAL,
	serviceLevelAA							[55] OCTET STRING OPTIONAL
	serviceLevelAA							[55] UTF8String OPTIONAL
}

--
@@ -359,7 +359,7 @@ RegistrationChargingInformation ::= SET
	cAGIDList							[25] SEQUENCE OF CagId OPTIONAL,
	alternativeNSSAIMap					[26] SEQUENCE OF AlternativeNSSAIMap OPTIONAL,
	satelliteAccessIndicator			[27] BOOLEAN OPTIONAL,	
	serviceLevelAA						[28] OCTET STRING OPTIONAL
	serviceLevelAA						[28] UTF8String OPTIONAL
}

--