Create and start resource adaptor entities

To run the TCAP simulator:

1

Create and start all resource adaptor entities required to create the mesh.

2

Ensure that all simulators have completely created their connections before trying to use them.

Warning Otherwise, exceptions may be thrown by simulators that haven’t yet been able to complete all of their connections.

3

Use the simulated TCAP stack just as you would normally use the CGIN unified resource adaptor.

Tip No modifications to services are necessary.

Starting the simulated TCAP stack with other tools

To start the simulated TCAP stack, the TCAP simulator just needs the TCAP simulator resource adaptor entity parameters. You can use any tools that work to:

1

Create a properties file with the required simulated TCAP properties.

2

Pass this file to the create-local-endpoint command in the Scenario Simulator.

Tip

For more information, see the Scenario Simulator User Guide.

For example Appendix A. Full Command Listing documents the following command:

"create-local-endpoint": Creates (or re-creates) a local endpoint using the
        address of the given endpoint
    Usage: create-local-endpoint <endpoint-name> <protocol-adaptor-type>
        [-propsfile properties-file]
         -propsfile - Configuration properties for the endpoint
    Example: create-local-endpoint theSwitch cgin -propsfile
        config/cgin.properties
Previous page