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

Merge branch '32.298_Rel19_CR1037_Correction_of_API_Information' into...

Merge branch '32.298_Rel19_CR1037_Correction_of_API_Information' into 'Integration_Rel19_SA5_160_ASN'

CR1037 modify externalIndividualIds attribute type

See merge request !48
parents 9190903e 7c4d0616
Loading
Loading
Loading
Loading
+5 −2
Original line number Diff line number Diff line
@@ -317,7 +317,10 @@ ExposureFunctionAPIInformation ::= SET
	internalIndividualIdentifier	[10] SubscriptionID OPTIONAL,
	aPIOperation					[11] APIOperation OPTIONAL,
	externalIndividualIdList		[12] SEQUENCE OF ExternalGroupIdentifier OPTIONAL,
	internalIndividualIdList		[13] SEQUENCE OF SubscriptionID 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]

}