Hi,

I have the following scenario.

Kannel is connected to SMSC through SMPP as ESME.
My simulator generates MO message and sends to kannel
the delivery_sm PDU.
Should Kannel send any acknowledgment to SMPP simulator to inform about message
delivery if registered_delivery parameter is set to 1(0x00000001)??
(if yes in what form?)
I know that in case of submit_sm with this parameter set to 1 should cause
to send SMSC Delivery or SME Acknowledgment in delivery_sm or data_sm PDU.

I Kindly ask for Your support
Regards
Tomasz

DETAILS:

I am sending the following PDU (MO) to kannel from my SMPP simulator:

2008-10-15 14:56:08 [19592] [8] DEBUG: SMPP PDU 0x67a3c0 dump:
2008-10-15 14:56:08 [19592] [8] DEBUG:   type_name: deliver_sm
2008-10-15 14:56:08 [19592] [8] DEBUG:   command_id: 5 = 0x00000005
2008-10-15 14:56:08 [19592] [8] DEBUG:   command_status: 0 = 0x00000000
2008-10-15 14:56:08 [19592] [8] DEBUG:   sequence_number: 7 = 0x00000007
2008-10-15 14:56:08 [19592] [8] DEBUG:   service_type: NULL
2008-10-15 14:56:08 [19592] [8] DEBUG:   source_addr_ton: 1 = 0x00000001
2008-10-15 14:56:08 [19592] [8] DEBUG:   source_addr_npi: 1 = 0x00000001
2008-10-15 14:56:08 [19592] [8] DEBUG:   source_addr: "8877665544"
2008-10-15 14:56:08 [19592] [8] DEBUG:   dest_addr_ton: 1 = 0x00000001
2008-10-15 14:56:08 [19592] [8] DEBUG:   dest_addr_npi: 1 = 0x00000001
2008-10-15 14:56:08 [19592] [8] DEBUG:   destination_addr: "997788665522"
2008-10-15 14:56:08 [19592] [8] DEBUG:   esm_class: 0 = 0x00000000
2008-10-15 14:56:08 [19592] [8] DEBUG:   protocol_id: 0 = 0x00000000
2008-10-15 14:56:08 [19592] [8] DEBUG:   priority_flag: 0 = 0x00000000
2008-10-15 14:56:08 [19592] [8] DEBUG:   schedule_delivery_time: NULL
2008-10-15 14:56:08 [19592] [8] DEBUG:   validity_period: NULL
2008-10-15 14:56:08 [19592] [8] DEBUG:   registered_delivery: 1 = 0x00000001
2008-10-15 14:56:08 [19592] [8] DEBUG:   replace_if_present_flag: 0 = 0x00000000
2008-10-15 14:56:08 [19592] [8] DEBUG:   data_coding: 0 = 0x00000000
2008-10-15 14:56:08 [19592] [8] DEBUG:   sm_default_msg_id: 0 = 0x00000000
2008-10-15 14:56:08 [19592] [8] DEBUG:   sm_length: 18 = 0x00000012
2008-10-15 14:56:08 [19592] [8] DEBUG:   short_message: "Hello"

response from Kannel:
2008-10-15 14:39:56 [19592] [8] DEBUG: SMPP PDU 0x67a810 dump:
2008-10-15 14:39:56 [19592] [8] DEBUG:   type_name: deliver_sm_resp
2008-10-15 14:39:56 [19592] [8] DEBUG:   command_id: 2147483653 = 0x80000005
2008-10-15 14:39:56 [19592] [8] DEBUG:   command_status: 0 = 0x00000000
2008-10-15 14:39:56 [19592] [8] DEBUG:   sequence_number: 5 = 0x00000005
2008-10-15 14:39:56 [19592] [8] DEBUG:   message_id: NULL
2008-10-15 14:39:56 [19592] [8] DEBUG: SMPP PDU dump ends.

Reply via email to