Commit a1418858 authored by Peter Haraszti's avatar Peter Haraszti
Browse files

Merge branch '32.298_Rel18_CR1036_Correction_of_API_Information' into...

Merge branch '32.298_Rel18_CR1036_Correction_of_API_Information' into 'Integration_Rel18_SA5_160_ASN'

CR1036 modify externalIndividualIds attribute type

See merge request !47
parents 279d268e 25682b5e
Loading
Loading
Loading
Loading
Loading
+5 −2
Original line number Diff line number Diff line
@@ -315,8 +315,11 @@ ExposureFunctionAPIInformation ::= SET
	internalGroupIdentifier			[9] InternalGroupIdentifier OPTIONAL,
	internalIndividualIdentifier	[10] SubscriptionID OPTIONAL,
	aPIOperation					[11] APIOperation OPTIONAL,
	externalIndividualIdList		[12] SEQUENCE OF SubscriptionID OPTIONAL,
	internalIndividualIdList		[13] SEQUENCE OF SubscriptionID OPTIONAL
	externalIndividualIdList		[12] SEQUENCE OF ExternalGroupIdentifier OPTIONAL,
	-- Kept for backward compatibility, new is in [14]
	internalIndividualIdList		[13] SEQUENCE OF SubscriptionID OPTIONAL,
	externalIndividualIdentifierList	[14] SEQUENCE OF InvolvedParty OPTIONAL
	-- This is to be used instead of [12]

}