Skip Headers
Oracle® Communications Service Broker Configuration Guide
Release 5.0

Part Number E15182-01
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

20 Configuring SM-LSS

The following sections describe how to configure SM-LSS using the Service Broker Administration Console and Java MBeans:

Configuring SM-LSS with the Administration Console

This section describes how to configure the SM-LSS using the Service Broker Administration Console.

The SM-LSS configuration screen enables you to configure orchestration profiles. The SM-LSS configuration screen displays the orchestration profiles in a table, where each row defines one profile. An orchestration profile consists of the following information:

Table 20-1 describes the parameters of an orchestration profile:

Table 20-1 LSS Parameters

Name Type Description

ID

INT

Specifies an internal unique orchestration profile identifier.

Default value: 0

Level

INT

Specifies the orchestration profile priority.

This parameter prioritizes orchestration profiles when more than one profile can be applied. The lower the number, the higher the priority. A value of 0 assigns the highest priority. A value of 100 assigns the lowest priority.

Default value: 0

By From Prefix

STRING

Rule: specifies a session calling party's prefix as a condition that must be met to apply the orchestration profile.

When this value is not set, the orchestration logic can be applied for any prefix.

Default value: By From Prefix is not set.

By To Prefix

STRING

Rule: specifies a session destination party's prefix as a condition that must be met to apply the orchestration profile.

When this value is not set, the orchestration logic can be applied for any prefix.

Default value: By To Prefix is not set.

By Service Key

INT

Rule: specifies a session service key as a condition that must be met to apply the orchestration profile.

When this value is not set, the orchestration logic can be applied for any service key.

Default value: By Service Key is not set.

OLP Name

STRING

Specifies an OLP that the OE must use to process the orchestration profile data.

Set OLP Name to 3GPP-IFC.

OLP Data

Medium Text

Specifies the orchestration profile data for the OLP to process. OLP Data can contain more than 255 characters.

The current version of Service Broker supports iFC as orchestration data format. For more information about iFC configuration, see Appendix 5, "Initial Filter Criteria" in Oracle Communications Service Broker Configuration Guide.


Configuring SM-LSS with Java MBeans

Service Broker provides a set of MBeans that provide attributes and operations for configuring the SM-LSS through JMX. The hierarchy of the MBeans is shown on Figure 20-1.

Figure 20-1 SM-LSS MBeans Hierarchy

SM-LSS MBeans Hierarchy

The following sections provide reference information for the SM-LSS 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.

SmLssMBean

SmLssMBean is a root MBean for the SM-LSS configuration.

Factory Method

Created automatically

Attributes

None

Operations

ObjectName getLssProfilesMBean()

Gets a reference to the instance of LssProfileMBean


LssProfilesMBean

LssProfilesMBean is a root MBean for individual instances of LssProfileMBean.

Factory Method

Created automatically

Attributes

None

Operations

ObjectName getLssProfilesMBean()

Gets an array of references to instances of LssProfileMBean

ObjectName createLssProfile()

Creates a new instance of LssProfileMBean

void destroyLssProfile()

Destroys an existing instance of LssProfileMBean

ObjectName lookupLssProfile()

Returns a reference to the specified instance of LssProfileMBean


LssProfileMBean

LssProfileMBean enables you to configure an orchestration profile. You can create a separate instance of LssProfileMBean for each profile.

Factory Method

LssProfiles.createLssProfile()

Attributes

For more information on these attributes, see Table 20-1.

Operations

None