Skip Headers
Oracle® Communications Service Broker Processing Domain Configuration Guide
Release 6.0

Part Number E23525-02
Go to Documentation Home
Home
Go to Book List
Book List
Go to Table of Contents
Contents
Go to Feedback page
Contact Us

Go to previous page
Previous
Go to next page
Next
View PDF

29 Configuring R-IM-OFCF Radius

The following sections describe how to configure R-IM-OFCF Radius using the Service Broker Administration Console and Java MBeans.

Configuring R-IM-OFCF Radius with the Administration Console

This section describes how to configure the R-IM-OFCF Radius module instances using the Service Broker Administration Console.

To access the R-IM-OFCF Radius Configuration screen:

  1. In the domain navigation pane, expand OCSB.

  2. Expand Processing Tier.

  3. Select Interworking Modules.

    A list of currently deployed Interworking Modules is displayed.

  4. From the module list, select the module instance that you want to configure.

    The R-IM-OFCF Radius configuration screen contains the tabs described in Table 29-1.

Table 29-1 R-IM-OFCF Radius Configuration Tabs

Subtab Description

Call Handling

Enables you to define how R-IM-OFCF Radius handles calls.

See "Configuring Call Handling Parameters" for more information.

Monitoring

Enables you to define how Runtime MBeans and notifications should operate.

See "Configuring Monitoring Parameters" for more information.


Configuring Call Handling Parameters

The Call Handling subtab enables you to define how R-IM-OFCF Radius handles calls.

Table 29-2 describes configuration parameters on the Call Handling tab.

Table 29-2 R-IM-OFCF Radius Call Handling Parameters

Name Type Description

Default Session Type

STRING

Specifies how R-IM-OFCF Radius marks new sessions internally.

Possible values:

  • Orig

    Stands for an outgoing call

  • Term

    Stands for an incoming call

Default value: Term

Operation Mode

STRING

Specifies the operation mode of the Radius server.

AS Reaction Timer Interval Millis

INT

Specifies the time, in milliseconds, that R-IM-OFCF Radius waits for a response from a billing application

Result Code Value For Undefined Error

INT

Specifies the value that R-IM-OFCF Radius sets in an ACA Result-Code AVP when receiving an internal SAL error

Accounting Realtime Required

STRING

Specifies the value that R-IM-OFCF Radius sets in an ACA Accounting-Realtime-Required AVP, when the ACA contains a failure result code, and this AVP is not already set


Configuring Monitoring Parameters

The Monitoring tab enables you to define how Runtime MBeans and notifications operate for an R-IM-OFCF Radius. For more information about configuring monitoring, see "Configuring Monitoring with the Administration Console".

Configuring R-IM-OFCF with Java MBeans

Service Broker provides a set of MBeans that provide attributes and operations for configuring the R-IM-OFCF Radius through JMX. Figure 29-1 shows the hierarchy of the R-IM-OFCF MBeans.

Figure 29-1 R-IM-OFCF Radius MBean Hierarchy

R-IM-OFCF MBean Hierarchy

The following sections provide reference information for the R-IM-OFCF Radius configuration MBeans.

Note:

MBeans described in this guide may include additional advanced attributes, which are not described in the guide. Advanced attributes are reserved for internal use. Do not change these attributes.

The following MBeans are common for all components of Service Broker and described in "Configuring Monitoring with Java MBeans":


RimofcfRadiusMBean

RimofcfRadiusMBean is a root MBean for the R-IM-OFCF Radius configuration.

Factory Method

Created automatically

Attributes

None

Operations

ObjectName getCallHandling()

Gets a reference to the instance of CallHandlingMBean

ObjectName getMonitoringGeneral()

Gets a reference to the instance of MonitoringGeneralMBean

ObjectName getThresholdCrossedNotificationRules()

Gets a reference to the instance of ThresholdCrossedNotificationRulesMBean

ObjectName getStateChangedNotificationRules()

Gets a reference to the instance of StateChangedNotificationRulesMBean


CallHandlingMBean

CallHandlingMBean enables you to configure how the R-IM-OFCF Radius handles calls.

Factory Method

Created automatically

Attributes

For more information on these attributes, see Table 29-2.

Operations

None