Commit 4a802148 authored by chenaai's avatar chenaai
Browse files

Update file TS32298_CHFChargingDataTypes.asn

parent d46fcd39
Loading
Loading
Loading
Loading
Loading
+25 −0
Original line number Diff line number Diff line
@@ -558,6 +558,7 @@ IMSChargingInformation ::= SET
	feIdentifierList						[57] FEIdentifierList OPTIONAL,
	imsDCAppInfo							[58] IMSDCAppInfo OPTIONAL,
	mediaResource							[59] MediaResource OPTIONAL,
	rcdProperties							[60] RcdProperties OPTIONAL,
	satelliteIDList							[110] SEQUENCE OF SatelliteID OPTIONAL
}

@@ -2036,6 +2037,23 @@ RATType ::= INTEGER
-- 105 reserved for 3GPP2 UMB
}

RcdInformation 		::= SEQUENCE
{
	identifProps			[0] UTF8String,
	delvAddrProps			[1] UTF8String	OPTIONAL,
	commsProps				[2] UTF8String OPTIONAL,
	geogrProps				[3] UTF8String OPTIONAL,
	organProps				[4] UTF8String OPTIONAL,
	explanProps				[5] UTF8String OPTIONAL
}

RcdProperties 		::= SEQUENCE
{
	rcdSrvAddr			[0] ServerAddressingInfo	OPTIONAL,
	rcdUrl			[1] UTF8String	OPTIONAL,
	rcdInfo				[2] RcdInformation OPTIONAL
}

RegistrationMessageType		::= ENUMERATED
{
	initial			(0),
@@ -2126,6 +2144,13 @@ SatelliteBackhaulCategory ::= ENUMERATED

SatelliteID 	::= UTF8String

ServerAddressingInfo 		::= SEQUENCE
{
	ipv4Addresses			[0] IPAddress OPTIONAL,
	ipv6Addresses			[1] IPAddress	OPTIONAL,
	fqdnList				[2] NodeAddress OPTIONAL
}

ServiceArea ::= SEQUENCE
{
	mBSServiceArea	[0] MbsServiceArea OPTIONAL,