Commit 7aebf507 authored by Robert Tornkvist's avatar Robert Tornkvist
Browse files

Merge branch '32.298_Rel18_CR1024_Correction_on_SMS_charging_CDR' into...

Merge branch '32.298_Rel18_CR1024_Correction_on_SMS_charging_CDR' into 'Integration_Rel18_SA5_159_CH_ASN'

32.298 rel18 cr1024 correction on sms charging cdr

See merge request !34
parents 9fee9d48 a578a700
Loading
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -57,6 +57,7 @@ FROM GPRSChargingDataTypes {itu-t (0) identified-organization (4) etsi (0) mobil

OriginatorInfo,
RecipientInfo,
RecipientAddress,
SMAddressInfo,
SMMessageType,
SMSResult,
+19 −2
Original line number Diff line number Diff line
@@ -262,8 +262,25 @@ RecipientInfo ::= SEQUENCE
	recipientReceivedAddress	[4] SMAddressInfo OPTIONAL,
	sMDestinationInterface		[5] SMInterface OPTIONAL,
	sMRecipientProtocolID		[6] OCTET STRING OPTIONAL,
	recipientOtherAddresses		[7] SEQUENCE OF SMAddressInfo OPTIONAL
									-- used if type different from IMSI and MSISDN
	recipientOtherAddresses		[7] SEQUENCE OF SMAddressInfo OPTIONAL,
									-- included for backwards compatibility
	recipientOtherAddresses		[8] SEQUENCE OF RecipientAddress OPTIONAL
}

RecipientAddress	::= SEQUENCE
{
	recipientAddressInfo		[0] SMAddressInfo OPTIONAL,
	sMAddresseeType				[1] SMAddresseeType OPTIONAL
}

SMAddresseeType ::= ENUMERATED
--
-- identifies the how the recipient is addressed in the header
--
{
	tO		(0),
	cC		(1),
	bCC		(2)
}

SMAddressDomain		::= SEQUENCE