edgeport - v1.0.3
    Preparing search index...

    Enumeration Command

    SMPP command_id values (v3.4), as carried in bytes 4-7 of the header.

    Response ids are the request id with the high bit set (0x80000000 | request). The codec switches on these to choose an encoder or decoder, so they double as a stable tag for decoded PDUs.

    1.0.3

    Index
    BindReceiver: 1

    Bind as a receiver (inbound only).

    BindReceiverResp: 2147483649

    Response to Command.BindReceiver.

    BindTransceiver: 9

    Bind as a transceiver (inbound and outbound over one session).

    BindTransceiverResp: 2147483657
    BindTransmitter: 2

    Bind as a transmitter (outbound only).

    BindTransmitterResp: 2147483650
    DeliverSm: 5

    An inbound message or delivery receipt from the SMSC.

    DeliverSmResp: 2147483653

    Response the ESME must send for each Command.DeliverSm.

    EnquireLink: 21

    Keep-alive request; either peer may send it.

    EnquireLinkResp: 2147483669

    Response to Command.EnquireLink.

    GenericNack: 2147483648

    Negative acknowledgement to an unparseable or unsupported PDU.

    QuerySm: 3

    Query the state of a previously submitted message.

    QuerySmResp: 2147483651

    Response to Command.QuerySm.

    SubmitSm: 4

    Submit a short message for delivery.

    SubmitSmResp: 2147483652

    Response to Command.SubmitSm, carrying the assigned message_id.

    Unbind: 6

    Request to unbind and close the session.

    UnbindResp: 2147483654

    Response to Command.Unbind.