Skip to content
This repository has been archived by the owner on Jan 3, 2022. It is now read-only.

Commit

Permalink
Formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
jwldk committed Nov 13, 2020
1 parent 1e92841 commit 4aa9965
Showing 1 changed file with 10 additions and 11 deletions.
21 changes: 10 additions & 11 deletions docs/smpp.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,7 @@ We offer SMPP connection for select customers. Contact [email protected] to g

Connection
----------
Use the following to connect. We recommend to connect to two hosts. When we do scheduled maintainence, only one host is restarted at a time. By keeping a connection to two hosts, constant
connectivity can be achieved.
Use the following to connect. We recommend to connect to two hosts. When we do scheduled maintainence, only one host is restarted at a time. By keeping a connection to two hosts, constant connectivity can be achieved.

================= =================================
Host a.smpp.gatewayapi.com
Expand Down Expand Up @@ -40,7 +39,7 @@ enquire_link 0x00000015
enquire_link_resp 0x80000015
====================== ==========

We currently do not support `Schedule Delivery Time`
We currently do not support `Schedule Delivery Time` on `submit_sm`.

Delivery reports
----------------
Expand Down Expand Up @@ -84,11 +83,11 @@ TLV fields

We support the following common TLV fields for `submit_sm` as well as one our own custom for use with message classes.

======== ======================= ======== ========================
Tag Name Size Description
======== ======================= ======== ========================
0x0005 dest_addr_subunit 1 byte For "flash" sms
0x0204 user_message_reference 2 bytes User assigned reference for delivery reports
0x0424 message_payload 1 byte For sending messages longer than 255 octets
0x2900 message_class octet To send with a specific GatewayAPI messageclass
======== ======================= ======== ========================
======== ======================= ============= ========================
Tag Name Size Description
======== ======================= ============= ========================
0x0005 dest_addr_subunit 1 byte For "flash" sms
0x0204 user_message_reference 2 bytes User assigned reference for delivery reports
0x0424 message_payload 1 byte For sending messages longer than 255 octets
0x2900 message_class octetstring To send with a specific GatewayAPI messageclass
======== ======================= ============= ========================

0 comments on commit 4aa9965

Please sign in to comment.