All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.mobius.software.telco.protocols.diameter.primitives.sh.DataReference Maven / Gradle / Ivy

package com.mobius.software.telco.protocols.diameter.primitives.sh;
/*
 * Mobius Software LTD
 * Copyright 2023, Mobius Software LTD and individual contributors
 * by the @authors tag.
 *
 * This program is free software: you can redistribute it and/or modify
 * under the terms of the GNU Affero General Public License as
 * published by the Free Software Foundation; either version 3 of
 * the License, or (at your option) any later version.
 *
 * This program is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 * GNU Affero General Public License for more details.
 *
 * You should have received a copy of the GNU Affero General Public License
 * along with this program.  If not, see 
 */

import com.mobius.software.telco.protocols.diameter.TgppAvpCodes;
import com.mobius.software.telco.protocols.diameter.VendorIDs;
import com.mobius.software.telco.protocols.diameter.annotations.DiameterAvpDefinition;
import com.mobius.software.telco.protocols.diameter.primitives.DiameterEnumerated;

/**
*
* @author yulian oifa
*
*/

/*
 * 6.3.4 Data-Reference AVP
	The Data-Reference AVP is of type Enumerated, and indicates the type of the requested user data in the operation UDR
	and SNR. Its exact values and meaning is defined in 3GPP TS 29.328 [1]. The following values are defined (more
	details are given in 3GPP TS 29.328 [1]):

	RepositoryData (0)
	IMSPublicIdentity (10)
	IMSUserState (11)
	S-CSCFName (12)
	InitialFilterCriteria (13)
		This value is used to request initial filter criteria relevant to the requesting AS
	
	LocationInformation (14)
	UserState (15)
	ChargingInformation (16)
	MSISDN (17)
	PSIActivation (18)
	DSAI (19)
	ServiceLevelTraceInfo (21)
	IPAddressSecureBindingInformation (22)
	ServicePriorityLevel (23)
	SMSRegistrationInfo (24)
	UEReachabilityForIP (25)
	TADSinformation (26)
	STN-SR (27)
	UE-SRVCC-Capability (28)
	ExtendedPriority (29)
	CSRN (30)
	ReferenceLocationInformation (31)
	IMSI (32)
	IMSPrivateUserIdentity (33)
	IMEISV (34)
	UE-5G-SRVCC-Capability (35)
	
	NOTE: Value 20 is reserved. 
 */
@DiameterAvpDefinition(code = TgppAvpCodes.DATA_REFERENCE, vendorId = VendorIDs.TGPP_ID, name = "Data-Reference")
public interface DataReference extends DiameterEnumerated
{
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy