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 | Default Value | Usage and description | ||
---|---|---|---|---|
stack |
signalware |
Short name of the TCAP stack to use. Can be one of
|
||
enabled-protocols |
etsi_inap_cs1,cap_v1, cap_v2,cap_v3,cap_v4, map |
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 |
1800000 |
The default dialog activity timeout, measured in milliseconds. This specifies the initial dialog activity timeout used for newly created dialogs. |
||
default-invoke-timeout |
15000 |
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. |
||
tcap-variant |
ITU |
The TCAP variant to use: |
||
default-tcap-version |
2000 |
The TCAP version to assume when this cannot be automatically determined. This may be the case for:
Valid options are:
When in 1988 mode, ANSI TCAP will:
|
||
local-sccp-address |
auto |
Used for outgoing The address should be formatted in the format that
|
||
relaxed-decoding |
False |
Boolean value specifying whether to relax the BER decoding rules to allow certain types of malformed data. |
||
acn-inbound-aliases |
{}:map.phase-1 |
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
|
||
acn-outbound-mappings |
Comma-separated list of values in
See |
|||
enforce-permission-to-release |
True |
(ANSI TCAP only) Boolean value specifying whether to enforce permission to release when sending and receiving a Query package. |
||
relaxed-linked-invocation-checks |
False |
Boolean value specifying whether to relax the linked invocation checks to allow linked invokes to be received without a correlation ID, or to permit sending and receiving of invokes with correlation IDs where this is not expected. |
||
|
||||
tcap-fibers.max-pool-size |
4 |
The maximum number of threads in the thread pool. If zero, then no thread pool is used. |
||
tcap-fibers.queue-size |
250 |
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. |