Testing
Internal SMSC Simulator
SMPP Router has an internal SMSC simulator that can be used to simulate targets without establishing connections to external targets. The SMSC simulator will return a message ID for each SubmitSM from an ESME, and can generate a simulated delivery receipt (DLR) if the SubmitSM requested a receipt.
To direct an ESME’s traffic to the internal SMSC simulator, specify the target set INTERNAL_SMSC_SIM.
In the below example, message submissions from esme001a will be sent to the internal SMSC Simulator. Also, esme001a will be limited to 300 messages/second.
"esme": [
{
"sharedtargetsetid": "INTERNAL_SMSC_SIM",
"systemid": "esme001a",
"tpslimit": 300
},
{
"sharedtargetsetid": "0004",
"systemid": "esme001c",
"tpslimit": 200
}
]