To administer the CGIN resource adaptor entity, set the CGIN RA’s configuration properties.
For example:
$rhino-console> updateraentityconfigproperties cginra local-sccp-address=auto
Most configuration properties may be changed at any time, and will take immediate effect if the resource adaptor entity is active. A few properties, such as the type of TCAP stack used, will not take immediate effect if changed while the resource adaptor entity is active. In this case, an alarm will be raised to warn that changes will only take effect when the entity is next activated.
The RA has a set of universal properties that apply to all CGIN RA entities, and stack-specific properties that depend on the stack that a particular entity is using:
Information on specific configuration properties for each TCAP stack is available for:
For universal configuration properties, see below.
Universal configuration properties
These are the CGIN RA universal configuration parameters:
Parameter | Usage and description | ||
---|---|---|---|
stack |
Short name of the TCAP stack to use. Can be one of
|
||
enabled-protocols |
The list of protocols enabled in the RA; for example: etsi_inap_cs1,cap_v1,cap_v2,cap_v3,cap_v4,map |
||
default-activity-timeout |
The default dialog activity timeout, measured in milliseconds. This specifies the initial dialog activity timeout used for newly created dialogs. |
||
default-invoke-timeout |
The default TCAP Invoke Timeout, measured in milliseconds. This specifies the invoke timeout for operations where the service has not provided an invoke timeout value. |
||
local-sccp-address |
Used for outgoing The address should be formatted in the format that
|
||
relaxed-decoding |
Boolean value specifying whether to relax the BER decoding rules to allow certain types of malformed data. |
||
acn-inbound-aliases |
For dialogs where CGIN is the dialog responder, configures the CGIN RA to accept the external application context name as a synonym for the internal application context name. Comma-separated list of values in To configure handling of cases where there is no dialog portion and hence no external application context name, use |
||
acn-outbound-mappings |
Comma-separated list of values in |
||
|
|||
tcap-fibers.max-pool-size |
The maximum number of threads in the thread pool. If zero, then no thread pool is used. |
||
tcap-fibers.queue-size |
The maximum size of the queue used to store work waiting for processing by the thread pool. If the queue is full, then work is executed directly in the calling thread. |