Tabnine Logo
ImsInformation
Code IndexAdd Tabnine to your IDE (free)

How to use
ImsInformation
in
net.java.slee.resource.diameter.ro.events.avp

Best Java code snippets using net.java.slee.resource.diameter.ro.events.avp.ImsInformation (Showing top 4 results out of 315)

origin: org.mobicents.resources/mobicents-slee-ra-diameter-ro-ra

public ImsInformation createImsInformation(NodeFunctionality nodeFunctionality) {
 // Create the empty AVP
 ImsInformation imsInformationAvp = createImsInformation();
 // Set the provided AVP values
 imsInformationAvp.setNodeFunctionality(nodeFunctionality);
 return imsInformationAvp;
}
origin: org.mobicents.resources/mobicents-slee-ra-diameter-ro-events

public void setImsInformation( ImsInformation imsInformation ) {
 addAvp(DiameterRoAvpCodes.IMS_INFORMATION, DiameterRoAvpCodes.TGPP_VENDOR_ID, imsInformation.byteArrayValue());
}
origin: org.mobicents.resources/restcomm-slee-ra-diameter-ro-events

public void setImsInformation( ImsInformation imsInformation ) {
 addAvp(DiameterRoAvpCodes.IMS_INFORMATION, DiameterRoAvpCodes.TGPP_VENDOR_ID, imsInformation.byteArrayValue());
}
origin: org.mobicents.resources/restcomm-slee-ra-diameter-ro-ra

public ImsInformation createImsInformation(NodeFunctionality nodeFunctionality) {
 // Create the empty AVP
 ImsInformation imsInformationAvp = createImsInformation();
 // Set the provided AVP values
 imsInformationAvp.setNodeFunctionality(nodeFunctionality);
 return imsInformationAvp;
}
net.java.slee.resource.diameter.ro.events.avpImsInformation

Javadoc

Defines an interface representing the IMS-Information grouped AVP type.

From the Diameter Ro Reference Point Protocol Details (3GPP TS 32.299 V7.1.0) specification:
  
7.2.37 IMS-Information AVP  
The IMS-Information AVP (AVP code 876) is of type Grouped.  
Its purpose is to allow the transmission of additional IMS service specific information elements.  
It has the following ABNF grammar:  
IMS-Information ::= AVP Header: 876  
[ Event-Type ]  
[ Role-Of-Node ]  
{ Node-Functionality }  
[ User-Session-ID ]  
[ Calling-Party-Address ]  
[ Called-Party-Address ]  
[ Time-Stamps ] 
* [ Application-Server-Information ] 
* [ Inter-Operator-Identifier ] 
[ IMS-Charging-Identifier ] 
* [ SDP-Session-Description ] 
* [ SDP-Media-Component ] 
[ Served-Party-IP-Address ] 
[ Server-Capabilities ] 
[ Trunk-Group-ID ] 
[ Bearer-Service ] 
[ Service-Id ] 
[ Service-Specific-Data ] 
* [ Message-Body ]  
[ Cause-Code ] 

Most used methods

  • byteArrayValue
  • setNodeFunctionality
    Sets the value of the Node-Functionality AVP, of type Enumerated.

Popular in Java

  • Reactive rest calls using spring rest template
  • setContentView (Activity)
  • requestLocationUpdates (LocationManager)
  • setScale (BigDecimal)
  • GridLayout (java.awt)
    The GridLayout class is a layout manager that lays out a container's components in a rectangular gri
  • Time (java.sql)
    Java representation of an SQL TIME value. Provides utilities to format and parse the time's represen
  • HashSet (java.util)
    HashSet is an implementation of a Set. All optional operations (adding and removing) are supported.
  • Hashtable (java.util)
    A plug-in replacement for JDK1.5 java.util.Hashtable. This version is based on org.cliffc.high_scale
  • StringTokenizer (java.util)
    Breaks a string into tokens; new code should probably use String#split.> // Legacy code: StringTo
  • FileUtils (org.apache.commons.io)
    General file manipulation utilities. Facilities are provided in the following areas: * writing to a
  • Github Copilot alternatives
Tabnine Logo
  • Products

    Search for Java codeSearch for JavaScript code
  • IDE Plugins

    IntelliJ IDEAWebStormVisual StudioAndroid StudioEclipseVisual Studio CodePyCharmSublime TextPhpStormVimGoLandRubyMineEmacsJupyter NotebookJupyter LabRiderDataGripAppCode
  • Company

    About UsContact UsCareers
  • Resources

    FAQBlogTabnine AcademyTerms of usePrivacy policyJava Code IndexJavascript Code Index
Get Tabnine for your IDE now