DO NOT SHARE THESE DOCS WITH CUSTOMERS!

This is an LA release that will only be provided to a select number of PLM-sanctioned customers (PDFs only). Contact PLM for details.

In this section:

 

Overview

Use the signaling profile Carrier Code to Ioi Mapping Profile to specify the carrier code (4-digit numeric string consisting of digits in the range 0-9) mapped to Inter Operator Identifier.

For information on other related profiles for SIP-ISUP and interworking between different SIP flavors, refer to Support for SIP-ISUP.

Command Syntax

To configure the signaling profile carrierCodeToIoiMappingProfile, use the following syntax:

% set profiles signaling
	carrierCodeToIoiMappingProfile <carrier_code: 4 digits [0-9]>
		accessParam <class | type>
		accessValue <access_value_string: 1-64 characters>
		ioi <inter_operator_identifier_string: 1-128 characters>

Configuration Parameters

The parameter descriptions for profiles signaling carrierCodeToIoiMappingProfile are as follows:

Parameter Description - carrierCodeToIoiMappingProfile

ParameterLength/RangeDefaultDescriptionM/O
carrierCodeToIoiMappingProfile

4 digits (0-9)

N/A

<carrier_code> - Specifies the carrier code (4-digit numeric string consisting of digits in the range 0-9) mapped to Inter Operator Identifier.

Note: The SBC allows configuring a maximum of 200 entries.

M
accessParamN/AN/A

Specifies the access parameters for the carrier.

  • class
  • type
M
accessValue1-64 charactersN/ASpecifies the access value string associated with the accessParam chosen for the carrier.M
ioi1-128 charactersN/ASpecifies the Inter Operator Identifier string for the carrier.M

Command Examples

To configure carrierCodeToIoiMappingProfile, refer to the example below:

% set profiles signaling carrierCodeToIoiMappingProfile 9999 ioi test_ioi accessValue test_access_value accessParam type
% commit
Note

The SBC allows configuring a maximum of 200 entries.

 

To display the configured carrierCodeToIoiMappingProfile, refer to the example below:

> show table profiles signaling carrierCodeToIoiMappingProfile
CARRIER                               ACCESS
CODE     IOI       ACCESS VALUE       PARAM
----------------------------------------------
9999     test_ioi  test_access_value  type

 

To delete the configured carrierCodeToIoiMappingProfile, refer to the example below:

% delete profiles signaling carrierCodeToIoiMappingProfile 9999
% commit