Commit 3f9fdef9 authored by Robert Tornkvist's avatar Robert Tornkvist
Browse files

Merge branch '32.298_Rel19_CR1062_Correction_of_userDisasterRoamingInd' into...

Merge branch '32.298_Rel19_CR1062_Correction_of_userDisasterRoamingInd' into 'Integration_Rel19_SA5_163_CH_ASN'

32.298_Rel19_CR1062_Correction_of_userDisasterRoamingInd

See merge request !110
parents 78d16b13 4e2cd5dd
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -243,8 +243,8 @@ PDUSessionChargingInformation ::= SET
	fiveGMulticastService					[52] FiveGMulticastService OPTIONAL,
	satelliteAccessIndicator				[53] BOOLEAN OPTIONAL,
	satelliteBackhaulInformation			[54] SatelliteBackhaulInformation OPTIONAL,
	serviceLevelAA							[55] UTF8String OPTIONAL
	userDisasterRoamingInd					[55] BOOLEAN OPTIONAL
	serviceLevelAA							[55] UTF8String OPTIONAL,
	userDisasterRoamingInd					[56] BOOLEAN OPTIONAL

}

@@ -364,8 +364,8 @@ RegistrationChargingInformation ::= SET
	cAGIDList							[25] SEQUENCE OF CagId OPTIONAL,
	alternativeNSSAIMap					[26] SEQUENCE OF AlternativeNSSAIMap OPTIONAL,
	satelliteAccessIndicator			[27] BOOLEAN OPTIONAL,
	serviceLevelAA						[28] UTF8String OPTIONAL
	userDisasterRoamingInd				[28] BOOLEAN OPTIONAL
	serviceLevelAA						[28] UTF8String OPTIONAL,
	userDisasterRoamingInd				[29] BOOLEAN OPTIONAL

}