Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Add_workflow_for_techpubs
AUTH1sbsarkarUserResourceIdentifier{userKey=8a00a02355cd1c2f0155cd26ca7f046c, userName='null'}
JIRAIDAUTH92385
REV5ghoppeUserResourceIdentifier{userKey=8a00a02355cd1c2f0155cd26cb8305e9, userName='null'}
REV6ghoppeUserResourceIdentifier{userKey=8a00a02355cd1c2f0155cd26cb8305e9, userName='null'}
REV3aksharmaUserResourceIdentifier{userKey=8a00a02355cd1c2f0155cd26c8c60186, userName='null'}
REV1gcooperUserResourceIdentifier{userKey=8a00a02355cd1c2f0155cd26c8c60186, userName='null'}

Panel

In this section:

Table of Contents

 

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:

Code Block
% 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:

Caption
0Table
1Parameter 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:

Code Block
% set profiles signaling carrierCodeToIoiMappingProfile 9999 ioi test_ioi accessValue test_access_value accessParam type
% commit
Info
titleNote

The SBC allows configuring a maximum of 200 entries.

 

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

Code Block
> 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:

Code Block
% delete profiles signaling carrierCodeToIoiMappingProfile 9999
% commit

 

 

Pagebreak