Testing SMSC GW with jSS7 Simulator - RestComm/smscgateway GitHub Wiki
Testing configuration for SMSC GW and jss7
Download SMSC GW bundle from RestComm CI
Unzip the bundle and set JBOSS_HOME:
unzip restcomm-smsc-3.0.7-1602081219.zip
cd restcomm-smsc-3.0.0-SNAPSHOT/cassandra/bin
./cassandra -f
cd restcomm-smsc-3.0.0-SNAPSHOT/jboss-5.1.0.GA/bin
export JBOSS_HOME=/path/to/jboss/
run.sh -b 0.0.0.0 -c simulator
Run the simulator:
cd restcomm-smsc-3.0.0-SNAPSHOT/tools/restcomm-jss7-simulator/bin ./run.sh gui
Click Start, wait for M3UA up
18:20:43,142 INFO [SelectorThread] (Thread-35) Connected Association [name=ass1, associationType=SERVER, ipChannelType=SCTP, hostAddress=, hostPort=0, peerAddress=127.0.0.1, peerPort=8011, serverName=serv1, extraHostAddress=[]] 18:20:43,194 INFO [AssociationHandler] (Thread-35) New association setup for Association=ass1 with 10 outbound streams, and 32 inbound streams.
18:20:43,209 WARN [SccpStackImpl-SccpStack] (pool-28-thread-1) Rx : MTP-RESUME: AffectedDpc=1
Fill some data and click "send MoFW" or "send AlertServiceCenter"
Check with Wireshark to see messages flow
More test is in SMSC doc Chapter 4