Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

This section contains one example each for the SMPP Receiver and Transmitter agents.
 

Receiver Agent

In this workflow example for the SMPP Receiver agent:


Receiver workflow example

...

  • Create a UDR of DELIVER_SM_RESP type called deliver_sm_resp.

  • Check whether the sequence number in the incoming DELIVER_SM UDR is even or odd.

  • If the sequence number is even, the command_status field in the deliver_sm_resp UDR will be set to 2, and if it is odd, the field will be set to 0.

  • The deliver_sm_resp UDR will then be routed back to the SMPP receiver agent.

Transmitter agent

In this workflow example for the SMPP Transmitter agent:

...