Re: Issue in deliver_sm request
Sayed Hadi Rastgou Haghi <[email protected]> Sat, 7 Sep 2024 09:27:34 +0330
| Newsgroups | gmane.comp.mobile.kannel.user |
|---|---|
| Message-ID | <CADEkTo1ez-COKADJJ-BJBvRpKURC5Qnng8pHRyQupL=Ruzs9tg@mail.gmail.com> |
--000000000000ec7efb062181333a Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Dear Kamal, basically deliver_sm packets come from server to client. Why do you need to send this packet backwards? On Mon, Sep 2, 2024 at 11:27=E2=80=AFAM Kamal Kumar <[email protected]> w= rote: > Hi, > > > > I am trying to send deliver_sm request from a SMPP client to SMPP server > (opensmpp). We are getting Invalid PDU error. > > Below are the logs for the same. Can you please help me out resolving thi= s > issue? > > > > 2024-08-05 13:29:01 [16947] [0] DEBUG: Started thread 45 > (opensmppbox.c:function) > > 2024-08-05 13:29:01 [16947] [45] DEBUG: Thread 45 (opensmppbox.c:function= ) > maps to pid 16947. > > 2024-08-05 13:29:01 [16947] [45] INFO: Client connected from <61.95.220.7= 7> > > 2024-08-05 13:29:01 [16947] [45] DEBUG: Connecting to <127.0.0.1> > > 2024-08-05 13:29:01 [16947] [45] INFO: Connected to bearerbox at localhos= t > port 13003. > > 2024-08-05 13:29:01 [16947] [45] DEBUG: Started thread 46 > (opensmppbox.c:smpp_to_bearerbox) > > 2024-08-05 13:29:01 [16947] [46] DEBUG: Thread 46 > (opensmppbox.c:smpp_to_bearerbox) maps to pid 16947. > > 2024-08-05 13:29:02 [16947] [46] DEBUG: SMPP[vsmppbox1]: Got PDU: > > 2024-08-05 13:29:02 [16947] [46] DEBUG: SMPP PDU 0x753a70001000 dump: > > 2024-08-05 13:29:02 [16947] [46] DEBUG: type_name: bind_transmitter > > 2024-08-05 13:29:02 [16947] [46] DEBUG: command_id: 2 =3D 0x00000002 > > 2024-08-05 13:29:02 [16947] [46] DEBUG: command_status: 0 =3D 0x0000000= 0 > > 2024-08-05 13:29:02 [16947] [46] DEBUG: sequence_number: 1 =3D 0x000000= 01 > > 2024-08-05 13:29:02 [16947] [46] DEBUG: system_id: "testuid" > > 2024-08-05 13:29:02 [16947] [46] DEBUG: password: "testpw" > > 2024-08-05 13:29:02 [16947] [46] DEBUG: system_type: "smpp" > > 2024-08-05 13:29:02 [16947] [46] DEBUG: interface_version: 52 =3D > 0x00000034 > > 2024-08-05 13:29:02 [16947] [46] DEBUG: addr_ton: 0 =3D 0x00000000 > > 2024-08-05 13:29:02 [16947] [46] DEBUG: addr_npi: 0 =3D 0x00000000 > > 2024-08-05 13:29:02 [16947] [46] DEBUG: address_range: NULL > > 2024-08-05 13:29:02 [16947] [46] DEBUG: SMPP PDU dump ends. > > 2024-08-05 13:29:02 [16947] [46] DEBUG: SMPP[testuid]: Sending PDU: > > 2024-08-05 13:29:02 [16947] [46] DEBUG: SMPP PDU 0x753a70001eb0 dump: > > 2024-08-05 13:29:02 [16947] [46] DEBUG: type_name: bind_transmitter_res= p > > 2024-08-05 13:29:02 [16947] [46] DEBUG: command_id: 2147483650 =3D > 0x80000002 > > 2024-08-05 13:29:02 [16947] [46] DEBUG: command_status: 0 =3D 0x0000000= 0 > > 2024-08-05 13:29:02 [16947] [46] DEBUG: sequence_number: 1 =3D 0x000000= 01 > > 2024-08-05 13:29:02 [16947] [46] DEBUG: system_id: "vsmppbox1" > > 2024-08-05 13:29:02 [16947] [46] DEBUG: SMPP PDU dump ends. > > 2024-08-05 13:29:03 [16947] [46] DEBUG: SMPP[testuid]: Got PDU: > > 2024-08-05 13:29:03 [16947] [46] DEBUG: SMPP PDU 0x753a70001eb0 dump: > > 2024-08-05 13:29:03 [16947] [46] DEBUG: type_name: enquire_link > > 2024-08-05 13:29:03 [16947] [46] DEBUG: command_id: 21 =3D 0x00000015 > > 2024-08-05 13:29:03 [16947] [46] DEBUG: command_status: 0 =3D 0x0000000= 0 > > 2024-08-05 13:29:03 [16947] [46] DEBUG: sequence_number: 2 =3D 0x000000= 02 > > 2024-08-05 13:29:03 [16947] [46] DEBUG: SMPP PDU dump ends. > > 2024-08-05 13:29:03 [16947] [46] DEBUG: SMPP[testuid]: Sending PDU: > > 2024-08-05 13:29:03 [16947] [46] DEBUG: SMPP PDU 0x753a70001000 dump: > > 2024-08-05 13:29:03 [16947] [46] DEBUG: type_name: enquire_link_resp > > 2024-08-05 13:29:03 [16947] [46] DEBUG: command_id: 2147483669 =3D > 0x80000015 > > 2024-08-05 13:29:03 [16947] [46] DEBUG: command_status: 0 =3D 0x0000000= 0 > > 2024-08-05 13:29:03 [16947] [46] DEBUG: sequence_number: 2 =3D 0x000000= 02 > > 2024-08-05 13:29:03 [16947] [46] DEBUG: SMPP PDU dump ends. > > 2024-08-05 13:29:04 [16947] [46] DEBUG: Optional parameter tag (0x0430) > > 2024-08-05 13:29:04 [16947] [46] DEBUG: Optional parameter length read as= 0 > > 2024-08-05 13:29:04 [16947] [46] WARNING: SMPP: Unknown > TLV(0x0430,0x0000,) for PDU type (deliver_sm) received! > > 2024-08-05 13:29:04 [16947] [46] DEBUG: Optional parameter tag (0x0000) > > 2024-08-05 13:29:04 [16947] [46] DEBUG: Optional parameter length read as= 0 > > 2024-08-05 13:29:04 [16947] [46] WARNING: SMPP: Unknown > TLV(0x0000,0x0000,) for PDU type (deliver_sm) received! > > 2024-08-05 13:29:04 [16947] [46] DEBUG: Optional parameter tag (0x0000) > > 2024-08-05 13:29:04 [16947] [46] DEBUG: Optional parameter length read as= 1 > > 2024-08-05 13:29:04 [16947] [46] WARNING: SMPP: Unknown > TLV(0x0000,0x0001,00) for PDU type (deliver_sm) received! > > 2024-08-05 13:29:04 [16947] [46] DEBUG: Optional parameter tag (0x0030) > > 2024-08-05 13:29:04 [16947] [46] DEBUG: Optional parameter length read as= 0 > > 2024-08-05 13:29:04 [16947] [46] WARNING: SMPP: Unknown > TLV(0x0030,0x0000,) for PDU type (deliver_sm) received! > > 2024-08-05 13:29:04 [16947] [46] DEBUG: Optional parameter tag (0x0000) > > 2024-08-05 13:29:04 [16947] [46] DEBUG: Optional parameter length read as= 0 > > 2024-08-05 13:29:04 [16947] [46] WARNING: SMPP: Unknown > TLV(0x0000,0x0000,) for PDU type (deliver_sm) received! > > 2024-08-05 13:29:04 [16947] [46] DEBUG: Optional parameter tag (0x0000) > > 2024-08-05 13:29:04 [16947] [46] DEBUG: Optional parameter length read as= 0 > > 2024-08-05 13:29:04 [16947] [46] WARNING: SMPP: Unknown > TLV(0x0000,0x0000,) for PDU type (deliver_sm) received! > > 2024-08-05 13:29:04 [16947] [46] DEBUG: Optional parameter tag (0x0000) > > 2024-08-05 13:29:04 [16947] [46] DEBUG: Optional parameter length read as= 0 > > 2024-08-05 13:29:04 [16947] [46] WARNING: SMPP: Unknown > TLV(0x0000,0x0000,) for PDU type (deliver_sm) received! > > 2024-08-05 13:29:04 [16947] [46] DEBUG: Optional parameter tag (0x0000) > > 2024-08-05 13:29:04 [16947] [46] DEBUG: Optional parameter length read as= 0 > > 2024-08-05 13:29:04 [16947] [46] WARNING: SMPP: Unknown > TLV(0x0000,0x0000,) for PDU type (deliver_sm) received! > > 2024-08-05 13:29:04 [16947] [46] DEBUG: Optional parameter tag (0x0000) > > 2024-08-05 13:29:04 [16947] [46] DEBUG: Optional parameter length read as= 0 > > 2024-08-05 13:29:04 [16947] [46] WARNING: SMPP: Unknown > TLV(0x0000,0x0000,) for PDU type (deliver_sm) received! > > 2024-08-05 13:29:04 [16947] [46] DEBUG: Optional parameter tag (0x0000) > > 2024-08-05 13:29:04 [16947] [46] DEBUG: Optional parameter length read as= 0 > > 2024-08-05 13:29:04 [16947] [46] WARNING: SMPP: Unknown > TLV(0x0000,0x0000,) for PDU type (deliver_sm) received! > > 2024-08-05 13:29:04 [16947] [46] DEBUG: Optional parameter tag (0x0000) > > 2024-08-05 13:29:04 [16947] [46] DEBUG: Optional parameter length read as= 0 > > 2024-08-05 13:29:04 [16947] [46] WARNING: SMPP: Unknown > TLV(0x0000,0x0000,) for PDU type (deliver_sm) received! > > 2024-08-05 13:29:04 [16947] [46] DEBUG: Optional parameter tag (0x0000) > > 2024-08-05 13:29:04 [16947] [46] DEBUG: Optional parameter length read as= 0 > > 2024-08-05 13:29:04 [16947] [46] WARNING: SMPP: Unknown > TLV(0x0000,0x0000,) for PDU type (deliver_sm) received! > > 2024-08-05 13:29:04 [16947] [46] DEBUG: Optional parameter tag (0x0000) > > 2024-08-05 13:29:04 [16947] [46] DEBUG: Optional parameter length read as= 0 > > 2024-08-05 13:29:04 [16947] [46] WARNING: SMPP: Unknown > TLV(0x0000,0x0000,) for PDU type (deliver_sm) received! > > 2024-08-05 13:29:04 [16947] [46] DEBUG: Optional parameter tag (0x0000) > > 2024-08-05 13:29:04 [16947] [46] DEBUG: Optional parameter length read as= 0 > > 2024-08-05 13:29:04 [16947] [46] WARNING: SMPP: Unknown > TLV(0x0000,0x0000,) for PDU type (deliver_sm) received! > > 2024-08-05 13:29:04 [16947] [46] DEBUG: Optional parameter tag (0x0000) > > 2024-08-05 13:29:04 [16947] [46] DEBUG: Optional parameter length read as= 0 > > 2024-08-05 13:29:04 [16947] [46] WARNING: SMPP: Unknown > TLV(0x0000,0x0000,) for PDU type (deliver_sm) received! > > 2024-08-05 13:29:04 [16947] [46] DEBUG: Optional parameter tag (0x0000) > > 2024-08-05 13:29:04 [16947] [46] DEBUG: Optional parameter length read as= 0 > > 2024-08-05 13:29:04 [16947] [46] WARNING: SMPP: Unknown > TLV(0x0000,0x0000,) for PDU type (deliver_sm) received! > > 2024-08-05 13:29:04 [16947] [46] DEBUG: Optional parameter tag (0x0000) > > 2024-08-05 13:29:04 [16947] [46] DEBUG: Optional parameter length read as= 0 > > 2024-08-05 13:29:04 [16947] [46] WARNING: SMPP: Unknown > TLV(0x0000,0x0000,) for PDU type (deliver_sm) received! > > 2024-08-05 13:29:04 [16947] [46] DEBUG: Optional parameter tag (0x0000) > > 2024-08-05 13:29:04 [16947] [46] DEBUG: Optional parameter length read as= 0 > > 2024-08-05 13:29:04 [16947] [46] WARNING: SMPP: Unknown > TLV(0x0000,0x0000,) for PDU type (deliver_sm) received! > > 2024-08-05 13:29:04 [16947] [46] DEBUG: Optional parameter tag (0x0000) > > 2024-08-05 13:29:04 [16947] [46] DEBUG: Optional parameter length read as= 0 > > 2024-08-05 13:29:04 [16947] [46] WARNING: SMPP: Unknown > TLV(0x0000,0x0000,) for PDU type (deliver_sm) received! > > 2024-08-05 13:29:04 [16947] [46] DEBUG: Optional parameter tag (0x0000) > > 2024-08-05 13:29:04 [16947] [46] DEBUG: Optional parameter length read as= 0 > > 2024-08-05 13:29:04 [16947] [46] WARNING: SMPP: Unknown > TLV(0x0000,0x0000,) for PDU type (deliver_sm) received! > > 2024-08-05 13:29:04 [16947] [46] DEBUG: Optional parameter tag (0x0000) > > 2024-08-05 13:29:04 [16947] [46] DEBUG: Optional parameter length read as= 0 > > 2024-08-05 13:29:04 [16947] [46] WARNING: SMPP: Unknown > TLV(0x0000,0x0000,) for PDU type (deliver_sm) received! > > 2024-08-05 13:29:04 [16947] [46] DEBUG: Optional parameter tag (0x0000) > > 2024-08-05 13:29:04 [16947] [46] DEBUG: Optional parameter length read as= 0 > > 2024-08-05 13:29:04 [16947] [46] WARNING: SMPP: Unknown > TLV(0x0000,0x0000,) for PDU type (deliver_sm) received! > > 2024-08-05 13:29:04 [16947] [46] DEBUG: Optional parameter tag (0x0000) > > 2024-08-05 13:29:04 [16947] [46] DEBUG: Optional parameter length read as= 0 > > 2024-08-05 13:29:04 [16947] [46] WARNING: SMPP: Unknown > TLV(0x0000,0x0000,) for PDU type (deliver_sm) received! > > 2024-08-05 13:29:04 [16947] [46] DEBUG: Optional parameter tag (0x0000) > > 2024-08-05 13:29:04 [16947] [46] DEBUG: Optional parameter length read as= 0 > > 2024-08-05 13:29:04 [16947] [46] WARNING: SMPP: Unknown > TLV(0x0000,0x0000,) for PDU type (deliver_sm) received! > > 2024-08-05 13:29:04 [16947] [46] DEBUG: Optional parameter tag (0x0000) > > 2024-08-05 13:29:04 [16947] [46] DEBUG: Optional parameter length read as= 0 > > 2024-08-05 13:29:04 [16947] [46] WARNING: SMPP: Unknown > TLV(0x0000,0x0000,) for PDU type (deliver_sm) received! > > 2024-08-05 13:29:04 [16947] [46] DEBUG: Optional parameter tag (0x0000) > > 2024-08-05 13:29:04 [16947] [46] DEBUG: Optional parameter length read as= 0 > > 2024-08-05 13:29:04 [16947] [46] WARNING: SMPP: Unknown > TLV(0x0000,0x0000,) for PDU type (deliver_sm) received! > > 2024-08-05 13:29:04 [16947] [46] DEBUG: Optional parameter tag (0x0000) > > 2024-08-05 13:29:04 [16947] [46] DEBUG: Optional parameter length read as= 0 > > 2024-08-05 13:29:04 [16947] [46] WARNING: SMPP: Unknown > TLV(0x0000,0x0000,) for PDU type (deliver_sm) received! > > 2024-08-05 13:29:04 [16947] [46] DEBUG: Optional parameter tag (0x0000) > > 2024-08-05 13:29:04 [16947] [46] DEBUG: Optional parameter length read as= 0 > > 2024-08-05 13:29:04 [16947] [46] WARNING: SMPP: Unknown > TLV(0x0000,0x0000,) for PDU type (deliver_sm) received! > > 2024-08-05 13:29:04 [16947] [46] DEBUG: Optional parameter tag (0x0000) > > 2024-08-05 13:29:04 [16947] [46] DEBUG: Optional parameter length read as= 0 > > 2024-08-05 13:29:04 [16947] [46] WARNING: SMPP: Unknown > TLV(0x0000,0x0000,) for PDU type (deliver_sm) received! > > 2024-08-05 13:29:04 [16947] [46] DEBUG: Optional parameter tag (0x0000) > > 2024-08-05 13:29:04 [16947] [46] DEBUG: Optional parameter length read as= 0 > > 2024-08-05 13:29:04 [16947] [46] WARNING: SMPP: Unknown > TLV(0x0000,0x0000,) for PDU type (deliver_sm) received! > > 2024-08-05 13:29:04 [16947] [46] DEBUG: Optional parameter tag (0x0000) > > 2024-08-05 13:29:04 [16947] [46] DEBUG: Optional parameter length read as= 0 > > 2024-08-05 13:29:04 [16947] [46] WARNING: SMPP: Unknown > TLV(0x0000,0x0000,) for PDU type (deliver_sm) received! > > 2024-08-05 13:29:04 [16947] [46] DEBUG: Optional parameter tag (0x0000) > > 2024-08-05 13:29:04 [16947] [46] DEBUG: Optional parameter length read as= 0 > > 2024-08-05 13:29:04 [16947] [46] WARNING: SMPP: Unknown > TLV(0x0000,0x0000,) for PDU type (deliver_sm) received! > > 2024-08-05 13:29:04 [16947] [46] DEBUG: SMPP[testuid]: Got PDU: > > 2024-08-05 13:29:04 [16947] [46] DEBUG: SMPP PDU 0x753a70001000 dump: > > 2024-08-05 13:29:04 [16947] [46] DEBUG: type_name: deliver_sm > > 2024-08-05 13:29:04 [16947] [46] DEBUG: command_id: 5 =3D 0x00000005 > > 2024-08-05 13:29:04 [16947] [46] DEBUG: command_status: 0 =3D 0x0000000= 0 > > 2024-08-05 13:29:04 [16947] [46] DEBUG: sequence_number: 3 =3D 0x000000= 03 > > 2024-08-05 13:29:04 [16947] [46] DEBUG: service_type: "smpp" > > 2024-08-05 13:29:04 [16947] [46] DEBUG: source_addr_ton: 1 =3D 0x000000= 01 > > 2024-08-05 13:29:04 [16947] [46] DEBUG: source_addr_npi: 1 =3D 0x000000= 01 > > 2024-08-05 13:29:04 [16947] [46] DEBUG: source_addr: > > 2024-08-05 13:29:04 [16947] [46] DEBUG: Octet string at 0x753a70001260= : > > 2024-08-05 13:29:04 [16947] [46] DEBUG: len: 2 > > 2024-08-05 13:29:04 [16947] [46] DEBUG: size: 3 > > 2024-08-05 13:29:04 [16947] [46] DEBUG: immutable: 0 > > 2024-08-05 13:29:04 [16947] [46] DEBUG: data: c7 > 35 .5 > > 2024-08-05 13:29:04 [16947] [46] DEBUG: Octet string dump ends. > > 2024-08-05 13:29:04 [16947] [46] DEBUG: dest_addr_ton: 0 =3D 0x00000000 > > 2024-08-05 13:29:04 [16947] [46] DEBUG: dest_addr_npi: 0 =3D 0x00000000 > > 2024-08-05 13:29:04 [16947] [46] DEBUG: destination_addr: NULL > > 2024-08-05 13:29:04 [16947] [46] DEBUG: esm_class: 0 =3D 0x00000000 > > 2024-08-05 13:29:04 [16947] [46] DEBUG: protocol_id: 0 =3D 0x00000000 > > 2024-08-05 13:29:04 [16947] [46] DEBUG: priority_flag: 0 =3D 0x00000000 > > 2024-08-05 13:29:04 [16947] [46] DEBUG: schedule_delivery_time: NULL > > 2024-08-05 13:29:04 [16947] [46] DEBUG: validity_period: NULL > > 2024-08-05 13:29:04 [16947] [46] DEBUG: registered_delivery: 0 =3D > 0x00000000 > > 2024-08-05 13:29:04 [16947] [46] DEBUG: replace_if_present_flag: 0 =3D > 0x00000000 > > 2024-08-05 13:29:04 [16947] [46] DEBUG: data_coding: 0 =3D 0x00000000 > > 2024-08-05 13:29:04 [16947] [46] DEBUG: sm_default_msg_id: 0 =3D 0x0000= 0000 > > 2024-08-05 13:29:04 [16947] [46] DEBUG: sm_length: 0 =3D 0x00000000 > > 2024-08-05 13:29:04 [16947] [46] DEBUG: short_message: "" > > 2024-08-05 13:29:04 [16947] [46] DEBUG: SMPP PDU dump ends. > > 2024-08-05 13:29:04 [16947] [46] ERROR: SMPP[testuid]: Unknown PDU type > 0x00000005, ignored. > > 2024-08-05 13:29:04 [16947] [46] DEBUG: SMPP[testuid]: Sending PDU: > > 2024-08-05 13:29:04 [16947] [46] DEBUG: SMPP PDU 0x753a70001eb0 dump: > > 2024-08-05 13:29:04 [16947] [46] DEBUG: type_name: generic_nack > > 2024-08-05 13:29:04 [16947] [46] DEBUG: command_id: 2147483648 =3D > 0x80000000 > > 2024-08-05 13:29:04 [16947] [46] DEBUG: command_status: 3 =3D 0x0000000= 3 > > 2024-08-05 13:29:04 [16947] [46] DEBUG: sequence_number: 3 =3D 0x000000= 03 > > 2024-08-05 13:29:04 [16947] [46] DEBUG: SMPP PDU dump ends. > > 2024-08-05 13:29:05 [16947] [46] ERROR: Invalid SMPP PDU received. > > 2024-08-05 13:29:05 [16947] [46] DEBUG: Thread 46 > (opensmppbox.c:smpp_to_bearerbox) terminates. > > 2024-08-05 13:29:06 [16947] [45] DEBUG: Thread 45 (opensmppbox.c:function= ) > terminates. > > > > > --=20 Sincerely, Sayed Hadi Rastgou Haghi --000000000000ec7efb062181333a Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable <div dir=3D"ltr">Dear=C2=A0Kamal,<div><br></div><div>basically deliver_sm p= ackets come from server to client. Why do you need to send this packet back= wards?</div></div><br><div class=3D"gmail_quote"><div dir=3D"ltr" class=3D"= gmail_attr">On Mon, Sep 2, 2024 at 11:27=E2=80=AFAM Kamal Kumar <<a href= =3D"mailto:[email protected]">[email protected]</a>> wrote:<br></div= ><blockquote class=3D"gmail_quote" style=3D"margin:0px 0px 0px 0.8ex;border= -left:1px solid rgb(204,204,204);padding-left:1ex"><div class=3D"msg1977031= 749803123909"> <div lang=3D"EN-IN" style=3D"overflow-wrap: break-word;"> <div class=3D"m_1977031749803123909WordSection1"> <p class=3D"MsoNormal">Hi,<u></u><u></u></p> <p class=3D"MsoNormal"><u></u>=C2=A0<u></u></p> <p class=3D"MsoNormal">I am trying to send deliver_sm request from a SMPP c= lient to SMPP server (opensmpp). We are getting Invalid PDU error.<u></u><u= ></u></p> <p class=3D"MsoNormal">Below are the logs for the same. Can you please help= me out resolving this issue?<u></u><u></u></p> <p class=3D"MsoNormal"><u></u>=C2=A0<u></u></p> <p class=3D"MsoNormal">2024-08-05 13:29:01 [16947] [0] DEBUG: Started threa= d 45 (opensmppbox.c:function)<u></u><u></u></p> <p class=3D"MsoNormal">2024-08-05 13:29:01 [16947] [45] DEBUG: Thread 45 (o= pensmppbox.c:function) maps to pid 16947.<u></u><u></u></p> <p class=3D"MsoNormal">2024-08-05 13:29:01 [16947] [45] INFO: Client connec= ted from <61.95.220.77><u></u><u></u></p> <p class=3D"MsoNormal">2024-08-05 13:29:01 [16947] [45] DEBUG: Connecting t= o <127.0.0.1><u></u><u></u></p> <p class=3D"MsoNormal">2024-08-05 13:29:01 [16947] [45] INFO: Connected to = bearerbox at localhost port 13003.<u></u><u></u></p> <p class=3D"MsoNormal">2024-08-05 13:29:01 [16947] [45] DEBUG: Started thre= ad 46 (opensmppbox.c:smpp_to_bearerbox)<u></u><u></u></p> <p class=3D"MsoNormal">2024-08-05 13:29:01 [16947] [46] DEBUG: Thread 46 (o= pensmppbox.c:smpp_to_bearerbox) maps to pid 16947.<u></u><u></u></p> <p class=3D"MsoNormal">2024-08-05 13:29:02 [16947] [46] DEBUG: SMPP[vsmppbo= x1]: Got PDU:<u></u><u></u></p> <p class=3D"MsoNormal">2024-08-05 13:29:02 [16947] [46] DEBUG: SMPP PDU 0x7= 53a70001000 dump:<u></u><u></u></p> <p class=3D"MsoNormal">2024-08-05 13:29:02 [16947] [46] DEBUG:=C2=A0=C2=A0 = type_name: bind_transmitter<u></u><u></u></p> <p class=3D"MsoNormal">2024-08-05 13:29:02 [16947] [46] DEBUG:=C2=A0=C2=A0 = command_id: 2 =3D 0x00000002<u></u><u></u></p> <p class=3D"MsoNormal">2024-08-05 13:29:02 [16947] [46] DEBUG:=C2=A0=C2=A0 = command_status: 0 =3D 0x00000000<u></u><u></u></p> <p class=3D"MsoNormal">2024-08-05 13:29:02 [16947] [46] DEBUG:=C2=A0=C2=A0 = sequence_number: 1 =3D 0x00000001<u></u><u></u></p> <p class=3D"MsoNormal">2024-08-05 13:29:02 [16947] [46] DEBUG:=C2=A0=C2=A0 = system_id: "testuid"<u></u><u></u></p> <p class=3D"MsoNormal">2024-08-05 13:29:02 [16947] [46] DEBUG:=C2=A0=C2=A0 = password: "testpw"<u></u><u></u></p> <p class=3D"MsoNormal">2024-08-05 13:29:02 [16947] [46] DEBUG:=C2=A0=C2=A0 = system_type: "smpp"<u></u><u></u></p> <p class=3D"MsoNormal">2024-08-05 13:29:02 [16947] [46] DEBUG:=C2=A0=C2=A0 = interface_version: 52 =3D 0x00000034<u></u><u></u></p> <p class=3D"MsoNormal">2024-08-05 13:29:02 [16947] [46] DEBUG:=C2=A0=C2=A0 = addr_ton: 0 =3D 0x00000000<u></u><u></u></p> <p class=3D"MsoNormal">2024-08-05 13:29:02 [16947] [46] DEBUG:=C2=A0=C2=A0 = addr_npi: 0 =3D 0x00000000<u></u><u></u></p> <p class=3D"MsoNormal">2024-08-05 13:29:02 [16947] [46] DEBUG:=C2=A0=C2=A0 = address_range: NULL<u></u><u></u></p> <p class=3D"MsoNormal">2024-08-05 13:29:02 [16947] [46] DEBUG: SMPP PDU dum= p ends.<u></u><u></u></p> <p class=3D"MsoNormal">2024-08-05 13:29:02 [16947] [46] DEBUG: SMPP[testuid= ]: Sending PDU:<u></u><u></u></p> <p class=3D"MsoNormal">2024-08-05 13:29:02 [16947] [46] DEBUG: SMPP PDU 0x7= 53a70001eb0 dump:<u></u><u></u></p> <p class=3D"MsoNormal">2024-08-05 13:29:02 [16947] [46] DEBUG:=C2=A0=C2=A0 = type_name: bind_transmitter_resp<u></u><u></u></p> <p class=3D"MsoNormal">2024-08-05 13:29:02 [16947] [46] DEBUG:=C2=A0=C2=A0 = command_id: 2147483650 =3D 0x80000002<u></u><u></u></p> <p class=3D"MsoNormal">2024-08-05 13:29:02 [16947] [46] DEBUG:=C2=A0=C2=A0 = command_status: 0 =3D 0x00000000<u></u><u></u></p> <p class=3D"MsoNormal">2024-08-05 13:29:02 [16947] [46] DEBUG:=C2=A0=C2=A0 = sequence_number: 1 =3D 0x00000001<u></u><u></u></p> <p class=3D"MsoNormal">2024-08-05 13:29:02 [16947] [46] DEBUG:=C2=A0=C2=A0 = system_id: "vsmppbox1"<u></u><u></u></p> <p class=3D"MsoNormal">2024-08-05 13:29:02 [16947] [46] DEBUG: SMPP PDU dum= p ends.<u></u><u></u></p> <p class=3D"MsoNormal">2024-08-05 13:29:03 [16947] [46] DEBUG: SMPP[testuid= ]: Got PDU:<u></u><u></u></p> <p class=3D"MsoNormal">2024-08-05 13:29:03 [16947] [46] DEBUG: SMPP PDU 0x7= 53a70001eb0 dump:<u></u><u></u></p> <p class=3D"MsoNormal">2024-08-05 13:29:03 [16947] [46] DEBUG:=C2=A0=C2=A0 = type_name: enquire_link<u></u><u></u></p> <p class=3D"MsoNormal">2024-08-05 13:29:03 [16947] [46] DEBUG:=C2=A0=C2=A0 = command_id: 21 =3D 0x00000015<u></u><u></u></p> <p class=3D"MsoNormal">2024-08-05 13:29:03 [16947] [46] DEBUG:=C2=A0=C2=A0 = command_status: 0 =3D 0x00000000<u></u><u></u></p> <p class=3D"MsoNormal">2024-08-05 13:29:03 [16947] [46] DEBUG:=C2=A0=C2=A0 = sequence_number: 2 =3D 0x00000002<u></u><u></u></p> <p class=3D"MsoNormal">2024-08-05 13:29:03 [16947] [46] DEBUG: SMPP PDU dum= p ends.<u></u><u></u></p> <p class=3D"MsoNormal">2024-08-05 13:29:03 [16947] [46] DEBUG: SMPP[testuid= ]: Sending PDU:<u></u><u></u></p> <p class=3D"MsoNormal">2024-08-05 13:29:03 [16947] [46] DEBUG: SMPP PDU 0x7= 53a70001000 dump:<u></u><u></u></p> <p class=3D"MsoNormal">2024-08-05 13:29:03 [16947] [46] DEBUG:=C2=A0=C2=A0 = type_name: enquire_link_resp<u></u><u></u></p> <p class=3D"MsoNormal">2024-08-05 13:29:03 [16947] [46] DEBUG:=C2=A0=C2=A0 = command_id: 2147483669 =3D 0x80000015<u></u><u></u></p> <p class=3D"MsoNormal">2024-08-05 13:29:03 [16947] [46] DEBUG:=C2=A0=C2=A0 = command_status: 0 =3D 0x00000000<u></u><u></u></p> <p class=3D"MsoNormal">2024-08-05 13:29:03 [16947] [46] DEBUG:=C2=A0=C2=A0 = sequence_number: 2 =3D 0x00000002<u></u><u></u></p> <p class=3D"MsoNormal">2024-08-05 13:29:03 [16947] [46] DEBUG: SMPP PDU dum= p ends.<u></u><u></u></p> <p class=3D"MsoNormal">2024-08-05 13:29:04 [16947] [46] DEBUG: Optional par= ameter tag (0x0430)<u></u><u></u></p> <p class=3D"MsoNormal">2024-08-05 13:29:04 [16947] [46] DEBUG: Optional par= ameter length read as 0<u></u><u></u></p> <p class=3D"MsoNormal">2024-08-05 13:29:04 [16947] [46] WARNING: SMPP: Unkn= own TLV(0x0430,0x0000,) for PDU type (deliver_sm) received!<u></u><u></u></= p> <p class=3D"MsoNormal">2024-08-05 13:29:04 [16947] [46] DEBUG: Optional par= ameter tag (0x0000)<u></u><u></u></p> <p class=3D"MsoNormal">2024-08-05 13:29:04 [16947] [46] DEBUG: Optional par= ameter length read as 0<u></u><u></u></p> <p class=3D"MsoNormal">2024-08-05 13:29:04 [16947] [46] WARNING: SMPP: Unkn= own TLV(0x0000,0x0000,) for PDU type (deliver_sm) received!<u></u><u></u></= p> <p class=3D"MsoNormal">2024-08-05 13:29:04 [16947] [46] DEBUG: Optional par= ameter tag (0x0000)<u></u><u></u></p> <p class=3D"MsoNormal">2024-08-05 13:29:04 [16947] [46] DEBUG: Optional par= ameter length read as 1<u></u><u></u></p> <p class=3D"MsoNormal">2024-08-05 13:29:04 [16947] [46] WARNING: SMPP: Unkn= own TLV(0x0000,0x0001,00) for PDU type (deliver_sm) received!<u></u><u></u>= </p> <p class=3D"MsoNormal">2024-08-05 13:29:04 [16947] [46] DEBUG: Optional par= ameter tag (0x0030)<u></u><u></u></p> <p class=3D"MsoNormal">2024-08-05 13:29:04 [16947] [46] DEBUG: Optional par= ameter length read as 0<u></u><u></u></p> <p class=3D"MsoNormal">2024-08-05 13:29:04 [16947] [46] WARNING: SMPP: Unkn= own TLV(0x0030,0x0000,) for PDU type (deliver_sm) received!<u></u><u></u></= p> <p class=3D"MsoNormal">2024-08-05 13:29:04 [16947] [46] DEBUG: Optional par= ameter tag (0x0000)<u></u><u></u></p> <p class=3D"MsoNormal">2024-08-05 13:29:04 [16947] [46] DEBUG: Optional par= ameter length read as 0<u></u><u></u></p> <p class=3D"MsoNormal">2024-08-05 13:29:04 [16947] [46] WARNING: SMPP: Unkn= own TLV(0x0000,0x0000,) for PDU type (deliver_sm) received!<u></u><u></u></= p> <p class=3D"MsoNormal">2024-08-05 13:29:04 [16947] [46] DEBUG: Optional par= ameter tag (0x0000)<u></u><u></u></p> <p class=3D"MsoNormal">2024-08-05 13:29:04 [16947] [46] DEBUG: Optional par= ameter length read as 0<u></u><u></u></p> <p class=3D"MsoNormal">2024-08-05 13:29:04 [16947] [46] WARNING: SMPP: Unkn= own TLV(0x0000,0x0000,) for PDU type (deliver_sm) received!<u></u><u></u></= p> <p class=3D"MsoNormal">2024-08-05 13:29:04 [16947] [46] DEBUG: Optional par= ameter tag (0x0000)<u></u><u></u></p> <p class=3D"MsoNormal">2024-08-05 13:29:04 [16947] [46] DEBUG: Optional par= ameter length read as 0<u></u><u></u></p> <p class=3D"MsoNormal">2024-08-05 13:29:04 [16947] [46] WARNING: SMPP: Unkn= own TLV(0x0000,0x0000,) for PDU type (deliver_sm) received!<u></u><u></u></= p> <p class=3D"MsoNormal">2024-08-05 13:29:04 [16947] [46] DEBUG: Optional par= ameter tag (0x0000)<u></u><u></u></p> <p class=3D"MsoNormal">2024-08-05 13:29:04 [16947] [46] DEBUG: Optional par= ameter length read as 0<u></u><u></u></p> <p class=3D"MsoNormal">2024-08-05 13:29:04 [16947] [46] WARNING: SMPP: Unkn= own TLV(0x0000,0x0000,) for PDU type (deliver_sm) received!<u></u><u></u></= p> <p class=3D"MsoNormal">2024-08-05 13:29:04 [16947] [46] DEBUG: Optional par= ameter tag (0x0000)<u></u><u></u></p> <p class=3D"MsoNormal">2024-08-05 13:29:04 [16947] [46] DEBUG: Optional par= ameter length read as 0<u></u><u></u></p> <p class=3D"MsoNormal">2024-08-05 13:29:04 [16947] [46] WARNING: SMPP: Unkn= own TLV(0x0000,0x0000,) for PDU type (deliver_sm) received!<u></u><u></u></= p> <p class=3D"MsoNormal">2024-08-05 13:29:04 [16947] [46] DEBUG: Optional par= ameter tag (0x0000)<u></u><u></u></p> <p class=3D"MsoNormal">2024-08-05 13:29:04 [16947] [46] DEBUG: Optional par= ameter length read as 0<u></u><u></u></p> <p class=3D"MsoNormal">2024-08-05 13:29:04 [16947] [46] WARNING: SMPP: Unkn= own TLV(0x0000,0x0000,) for PDU type (deliver_sm) received!<u></u><u></u></= p> <p class=3D"MsoNormal">2024-08-05 13:29:04 [16947] [46] DEBUG: Optional par= ameter tag (0x0000)<u></u><u></u></p> <p class=3D"MsoNormal">2024-08-05 13:29:04 [16947] [46] DEBUG: Optional par= ameter length read as 0<u></u><u></u></p> <p class=3D"MsoNormal">2024-08-05 13:29:04 [16947] [46] WARNING: SMPP: Unkn= own TLV(0x0000,0x0000,) for PDU type (deliver_sm) received!<u></u><u></u></= p> <p class=3D"MsoNormal">2024-08-05 13:29:04 [16947] [46] DEBUG: Optional par= ameter tag (0x0000)<u></u><u></u></p> <p class=3D"MsoNormal">2024-08-05 13:29:04 [16947] [46] DEBUG: Optional par= ameter length read as 0<u></u><u></u></p> <p class=3D"MsoNormal">2024-08-05 13:29:04 [16947] [46] WARNING: SMPP: Unkn= own TLV(0x0000,0x0000,) for PDU type (deliver_sm) received!<u></u><u></u></= p> <p class=3D"MsoNormal">2024-08-05 13:29:04 [16947] [46] DEBUG: Optional par= ameter tag (0x0000)<u></u><u></u></p> <p class=3D"MsoNormal">2024-08-05 13:29:04 [16947] [46] DEBUG: Optional par= ameter length read as 0<u></u><u></u></p> <p class=3D"MsoNormal">2024-08-05 13:29:04 [16947] [46] WARNING: SMPP: Unkn= own TLV(0x0000,0x0000,) for PDU type (deliver_sm) received!<u></u><u></u></= p> <p class=3D"MsoNormal">2024-08-05 13:29:04 [16947] [46] DEBUG: Optional par= ameter tag (0x0000)<u></u><u></u></p> <p class=3D"MsoNormal">2024-08-05 13:29:04 [16947] [46] DEBUG: Optional par= ameter length read as 0<u></u><u></u></p> <p class=3D"MsoNormal">2024-08-05 13:29:04 [16947] [46] WARNING: SMPP: Unkn= own TLV(0x0000,0x0000,) for PDU type (deliver_sm) received!<u></u><u></u></= p> <p class=3D"MsoNormal">2024-08-05 13:29:04 [16947] [46] DEBUG: Optional par= ameter tag (0x0000)<u></u><u></u></p> <p class=3D"MsoNormal">2024-08-05 13:29:04 [16947] [46] DEBUG: Optional par= ameter length read as 0<u></u><u></u></p> <p class=3D"MsoNormal">2024-08-05 13:29:04 [16947] [46] WARNING: SMPP: Unkn= own TLV(0x0000,0x0000,) for PDU type (deliver_sm) received!<u></u><u></u></= p> <p class=3D"MsoNormal">2024-08-05 13:29:04 [16947] [46] DEBUG: Optional par= ameter tag (0x0000)<u></u><u></u></p> <p class=3D"MsoNormal">2024-08-05 13:29:04 [16947] [46] DEBUG: Optional par= ameter length read as 0<u></u><u></u></p> <p class=3D"MsoNormal">2024-08-05 13:29:04 [16947] [46] WARNING: SMPP: Unkn= own TLV(0x0000,0x0000,) for PDU type (deliver_sm) received!<u></u><u></u></= p> <p class=3D"MsoNormal">2024-08-05 13:29:04 [16947] [46] DEBUG: Optional par= ameter tag (0x0000)<u></u><u></u></p> <p class=3D"MsoNormal">2024-08-05 13:29:04 [16947] [46] DEBUG: Optional par= ameter length read as 0<u></u><u></u></p> <p class=3D"MsoNormal">2024-08-05 13:29:04 [16947] [46] WARNING: SMPP: Unkn= own TLV(0x0000,0x0000,) for PDU type (deliver_sm) received!<u></u><u></u></= p> <p class=3D"MsoNormal">2024-08-05 13:29:04 [16947] [46] DEBUG: Optional par= ameter tag (0x0000)<u></u><u></u></p> <p class=3D"MsoNormal">2024-08-05 13:29:04 [16947] [46] DEBUG: Optional par= ameter length read as 0<u></u><u></u></p> <p class=3D"MsoNormal">2024-08-05 13:29:04 [16947] [46] WARNING: SMPP: Unkn= own TLV(0x0000,0x0000,) for PDU type (deliver_sm) received!<u></u><u></u></= p> <p class=3D"MsoNormal">2024-08-05 13:29:04 [16947] [46] DEBUG: Optional par= ameter tag (0x0000)<u></u><u></u></p> <p class=3D"MsoNormal">2024-08-05 13:29:04 [16947] [46] DEBUG: Optional par= ameter length read as 0<u></u><u></u></p> <p class=3D"MsoNormal">2024-08-05 13:29:04 [16947] [46] WARNING: SMPP: Unkn= own TLV(0x0000,0x0000,) for PDU type (deliver_sm) received!<u></u><u></u></= p> <p class=3D"MsoNormal">2024-08-05 13:29:04 [16947] [46] DEBUG: Optional par= ameter tag (0x0000)<u></u><u></u></p> <p class=3D"MsoNormal">2024-08-05 13:29:04 [16947] [46] DEBUG: Optional par= ameter length read as 0<u></u><u></u></p> <p class=3D"MsoNormal">2024-08-05 13:29:04 [16947] [46] WARNING: SMPP: Unkn= own TLV(0x0000,0x0000,) for PDU type (deliver_sm) received!<u></u><u></u></= p> <p class=3D"MsoNormal">2024-08-05 13:29:04 [16947] [46] DEBUG: Optional par= ameter tag (0x0000)<u></u><u></u></p> <p class=3D"MsoNormal">2024-08-05 13:29:04 [16947] [46] DEBUG: Optional par= ameter length read as 0<u></u><u></u></p> <p class=3D"MsoNormal">2024-08-05 13:29:04 [16947] [46] WARNING: SMPP: Unkn= own TLV(0x0000,0x0000,) for PDU type (deliver_sm) received!<u></u><u></u></= p> <p class=3D"MsoNormal">2024-08-05 13:29:04 [16947] [46] DEBUG: Optional par= ameter tag (0x0000)<u></u><u></u></p> <p class=3D"MsoNormal">2024-08-05 13:29:04 [16947] [46] DEBUG: Optional par= ameter length read as 0<u></u><u></u></p> <p class=3D"MsoNormal">2024-08-05 13:29:04 [16947] [46] WARNING: SMPP: Unkn= own TLV(0x0000,0x0000,) for PDU type (deliver_sm) received!<u></u><u></u></= p> <p class=3D"MsoNormal">2024-08-05 13:29:04 [16947] [46] DEBUG: Optional par= ameter tag (0x0000)<u></u><u></u></p> <p class=3D"MsoNormal">2024-08-05 13:29:04 [16947] [46] DEBUG: Optional par= ameter length read as 0<u></u><u></u></p> <p class=3D"MsoNormal">2024-08-05 13:29:04 [16947] [46] WARNING: SMPP: Unkn= own TLV(0x0000,0x0000,) for PDU type (deliver_sm) received!<u></u><u></u></= p> <p class=3D"MsoNormal">2024-08-05 13:29:04 [16947] [46] DEBUG: Optional par= ameter tag (0x0000)<u></u><u></u></p> <p class=3D"MsoNormal">2024-08-05 13:29:04 [16947] [46] DEBUG: Optional par= ameter length read as 0<u></u><u></u></p> <p class=3D"MsoNormal">2024-08-05 13:29:04 [16947] [46] WARNING: SMPP: Unkn= own TLV(0x0000,0x0000,) for PDU type (deliver_sm) received!<u></u><u></u></= p> <p class=3D"MsoNormal">2024-08-05 13:29:04 [16947] [46] DEBUG: Optional par= ameter tag (0x0000)<u></u><u></u></p> <p class=3D"MsoNormal">2024-08-05 13:29:04 [16947] [46] DEBUG: Optional par= ameter length read as 0<u></u><u></u></p> <p class=3D"MsoNormal">2024-08-05 13:29:04 [16947] [46] WARNING: SMPP: Unkn= own TLV(0x0000,0x0000,) for PDU type (deliver_sm) received!<u></u><u></u></= p> <p class=3D"MsoNormal">2024-08-05 13:29:04 [16947] [46] DEBUG: Optional par= ameter tag (0x0000)<u></u><u></u></p> <p class=3D"MsoNormal">2024-08-05 13:29:04 [16947] [46] DEBUG: Optional par= ameter length read as 0<u></u><u></u></p> <p class=3D"MsoNormal">2024-08-05 13:29:04 [16947] [46] WARNING: SMPP: Unkn= own TLV(0x0000,0x0000,) for PDU type (deliver_sm) received!<u></u><u></u></= p> <p class=3D"MsoNormal">2024-08-05 13:29:04 [16947] [46] DEBUG: Optional par= ameter tag (0x0000)<u></u><u></u></p> <p class=3D"MsoNormal">2024-08-05 13:29:04 [16947] [46] DEBUG: Optional par= ameter length read as 0<u></u><u></u></p> <p class=3D"MsoNormal">2024-08-05 13:29:04 [16947] [46] WARNING: SMPP: Unkn= own TLV(0x0000,0x0000,) for PDU type (deliver_sm) received!<u></u><u></u></= p> <p class=3D"MsoNormal">2024-08-05 13:29:04 [16947] [46] DEBUG: Optional par= ameter tag (0x0000)<u></u><u></u></p> <p class=3D"MsoNormal">2024-08-05 13:29:04 [16947] [46] DEBUG: Optional par= ameter length read as 0<u></u><u></u></p> <p class=3D"MsoNormal">2024-08-05 13:29:04 [16947] [46] WARNING: SMPP: Unkn= own TLV(0x0000,0x0000,) for PDU type (deliver_sm) received!<u></u><u></u></= p> <p class=3D"MsoNormal">2024-08-05 13:29:04 [16947] [46] DEBUG: Optional par= ameter tag (0x0000)<u></u><u></u></p> <p class=3D"MsoNormal">2024-08-05 13:29:04 [16947] [46] DEBUG: Optional par= ameter length read as 0<u></u><u></u></p> <p class=3D"MsoNormal">2024-08-05 13:29:04 [16947] [46] WARNING: SMPP: Unkn= own TLV(0x0000,0x0000,) for PDU type (deliver_sm) received!<u></u><u></u></= p> <p class=3D"MsoNormal">2024-08-05 13:29:04 [16947] [46] DEBUG: Optional par= ameter tag (0x0000)<u></u><u></u></p> <p class=3D"MsoNormal">2024-08-05 13:29:04 [16947] [46] DEBUG: Optional par= ameter length read as 0<u></u><u></u></p> <p class=3D"MsoNormal">2024-08-05 13:29:04 [16947] [46] WARNING: SMPP: Unkn= own TLV(0x0000,0x0000,) for PDU type (deliver_sm) received!<u></u><u></u></= p> <p class=3D"MsoNormal">2024-08-05 13:29:04 [16947] [46] DEBUG: Optional par= ameter tag (0x0000)<u></u><u></u></p> <p class=3D"MsoNormal">2024-08-05 13:29:04 [16947] [46] DEBUG: Optional par= ameter length read as 0<u></u><u></u></p> <p class=3D"MsoNormal">2024-08-05 13:29:04 [16947] [46] WARNING: SMPP: Unkn= own TLV(0x0000,0x0000,) for PDU type (deliver_sm) received!<u></u><u></u></= p> <p class=3D"MsoNormal">2024-08-05 13:29:04 [16947] [46] DEBUG: Optional par= ameter tag (0x0000)<u></u><u></u></p> <p class=3D"MsoNormal">2024-08-05 13:29:04 [16947] [46] DEBUG: Optional par= ameter length read as 0<u></u><u></u></p> <p class=3D"MsoNormal">2024-08-05 13:29:04 [16947] [46] WARNING: SMPP: Unkn= own TLV(0x0000,0x0000,) for PDU type (deliver_sm) received!<u></u><u></u></= p> <p class=3D"MsoNormal">2024-08-05 13:29:04 [16947] [46] DEBUG: SMPP[testuid= ]: Got PDU:<u></u><u></u></p> <p class=3D"MsoNormal">2024-08-05 13:29:04 [16947] [46] DEBUG: SMPP PDU 0x7= 53a70001000 dump:<u></u><u></u></p> <p class=3D"MsoNormal">2024-08-05 13:29:04 [16947] [46] DEBUG:=C2=A0=C2=A0 = type_name: deliver_sm<u></u><u></u></p> <p class=3D"MsoNormal">2024-08-05 13:29:04 [16947] [46] DEBUG:=C2=A0=C2=A0 = command_id: 5 =3D 0x00000005<u></u><u></u></p> <p class=3D"MsoNormal">2024-08-05 13:29:04 [16947] [46] DEBUG:=C2=A0=C2=A0 = command_status: 0 =3D 0x00000000<u></u><u></u></p> <p class=3D"MsoNormal">2024-08-05 13:29:04 [16947] [46] DEBUG:=C2=A0=C2=A0 = sequence_number: 3 =3D 0x00000003<u></u><u></u></p> <p class=3D"MsoNormal">2024-08-05 13:29:04 [16947] [46] DEBUG:=C2=A0=C2=A0 = service_type: "smpp"<u></u><u></u></p> <p class=3D"MsoNormal">2024-08-05 13:29:04 [16947] [46] DEBUG:=C2=A0=C2=A0 = source_addr_ton: 1 =3D 0x00000001<u></u><u></u></p> <p class=3D"MsoNormal">2024-08-05 13:29:04 [16947] [46] DEBUG:=C2=A0=C2=A0 = source_addr_npi: 1 =3D 0x00000001<u></u><u></u></p> <p class=3D"MsoNormal">2024-08-05 13:29:04 [16947] [46] DEBUG:=C2=A0=C2=A0 = source_addr:<u></u><u></u></p> <p class=3D"MsoNormal">2024-08-05 13:29:04 [16947] [46] DEBUG:=C2=A0=C2=A0= =C2=A0 Octet string at 0x753a70001260:<u></u><u></u></p> <p class=3D"MsoNormal">2024-08-05 13:29:04 [16947] [46] DEBUG:=C2=A0=C2=A0= =C2=A0=C2=A0=C2=A0 len:=C2=A0 2<u></u><u></u></p> <p class=3D"MsoNormal">2024-08-05 13:29:04 [16947] [46] DEBUG:=C2=A0=C2=A0= =C2=A0=C2=A0=C2=A0 size: 3<u></u><u></u></p> <p class=3D"MsoNormal">2024-08-05 13:29:04 [16947] [46] DEBUG:=C2=A0=C2=A0= =C2=A0=C2=A0=C2=A0 immutable: 0<u></u><u></u></p> <p class=3D"MsoNormal">2024-08-05 13:29:04 [16947] [46] DEBUG:=C2=A0=C2=A0= =C2=A0=C2=A0=C2=A0 data: c7 35=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2= =A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0= =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2= =A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 .5<u>= </u><u></u></p> <p class=3D"MsoNormal">2024-08-05 13:29:04 [16947] [46] DEBUG:=C2=A0=C2=A0= =C2=A0 Octet string dump ends.<u></u><u></u></p> <p class=3D"MsoNormal">2024-08-05 13:29:04 [16947] [46] DEBUG:=C2=A0=C2=A0 = dest_addr_ton: 0 =3D 0x00000000<u></u><u></u></p> <p class=3D"MsoNormal">2024-08-05 13:29:04 [16947] [46] DEBUG:=C2=A0=C2=A0 = dest_addr_npi: 0 =3D 0x00000000<u></u><u></u></p> <p class=3D"MsoNormal">2024-08-05 13:29:04 [16947] [46] DEBUG:=C2=A0=C2=A0 = destination_addr: NULL<u></u><u></u></p> <p class=3D"MsoNormal">2024-08-05 13:29:04 [16947] [46] DEBUG:=C2=A0=C2=A0 = esm_class: 0 =3D 0x00000000<u></u><u></u></p> <p class=3D"MsoNormal">2024-08-05 13:29:04 [16947] [46] DEBUG:=C2=A0=C2=A0 = protocol_id: 0 =3D 0x00000000<u></u><u></u></p> <p class=3D"MsoNormal">2024-08-05 13:29:04 [16947] [46] DEBUG:=C2=A0=C2=A0 = priority_flag: 0 =3D 0x00000000<u></u><u></u></p> <p class=3D"MsoNormal">2024-08-05 13:29:04 [16947] [46] DEBUG:=C2=A0=C2=A0 = schedule_delivery_time: NULL<u></u><u></u></p> <p class=3D"MsoNormal">2024-08-05 13:29:04 [16947] [46] DEBUG:=C2=A0=C2=A0 = validity_period: NULL<u></u><u></u></p> <p class=3D"MsoNormal">2024-08-05 13:29:04 [16947] [46] DEBUG:=C2=A0=C2=A0 = registered_delivery: 0 =3D 0x00000000<u></u><u></u></p> <p class=3D"MsoNormal">2024-08-05 13:29:04 [16947] [46] DEBUG:=C2=A0=C2=A0 = replace_if_present_flag: 0 =3D 0x00000000<u></u><u></u></p> <p class=3D"MsoNormal">2024-08-05 13:29:04 [16947] [46] DEBUG:=C2=A0=C2=A0 = data_coding: 0 =3D 0x00000000<u></u><u></u></p> <p class=3D"MsoNormal">2024-08-05 13:29:04 [16947] [46] DEBUG:=C2=A0=C2=A0 = sm_default_msg_id: 0 =3D 0x00000000<u></u><u></u></p> <p class=3D"MsoNormal">2024-08-05 13:29:04 [16947] [46] DEBUG:=C2=A0=C2=A0 = sm_length: 0 =3D 0x00000000<u></u><u></u></p> <p class=3D"MsoNormal">2024-08-05 13:29:04 [16947] [46] DEBUG:=C2=A0=C2=A0 = short_message: ""<u></u><u></u></p> <p class=3D"MsoNormal">2024-08-05 13:29:04 [16947] [46] DEBUG: SMPP PDU dum= p ends.<u></u><u></u></p> <p class=3D"MsoNormal">2024-08-05 13:29:04 [16947] [46] ERROR: SMPP[testuid= ]: Unknown PDU type 0x00000005, ignored.<u></u><u></u></p> <p class=3D"MsoNormal">2024-08-05 13:29:04 [16947] [46] DEBUG: SMPP[testuid= ]: Sending PDU:<u></u><u></u></p> <p class=3D"MsoNormal">2024-08-05 13:29:04 [16947] [46] DEBUG: SMPP PDU 0x7= 53a70001eb0 dump:<u></u><u></u></p> <p class=3D"MsoNormal">2024-08-05 13:29:04 [16947] [46] DEBUG:=C2=A0=C2=A0 = type_name: generic_nack<u></u><u></u></p> <p class=3D"MsoNormal">2024-08-05 13:29:04 [16947] [46] DEBUG:=C2=A0=C2=A0 = command_id: 2147483648 =3D 0x80000000<u></u><u></u></p> <p class=3D"MsoNormal">2024-08-05 13:29:04 [16947] [46] DEBUG:=C2=A0=C2=A0 = command_status: 3 =3D 0x00000003<u></u><u></u></p> <p class=3D"MsoNormal">2024-08-05 13:29:04 [16947] [46] DEBUG:=C2=A0=C2=A0 = sequence_number: 3 =3D 0x00000003<u></u><u></u></p> <p class=3D"MsoNormal">2024-08-05 13:29:04 [16947] [46] DEBUG: SMPP PDU dum= p ends.<u></u><u></u></p> <p class=3D"MsoNormal">2024-08-05 13:29:05 [16947] [46] ERROR: Invalid SMPP= PDU received.<u></u><u></u></p> <p class=3D"MsoNormal">2024-08-05 13:29:05 [16947] [46] DEBUG: Thread 46 (o= pensmppbox.c:smpp_to_bearerbox) terminates.<u></u><u></u></p> <p class=3D"MsoNormal">2024-08-05 13:29:06 [16947] [45] DEBUG: Thread 45 (o= pensmppbox.c:function) terminates.<u></u><u></u></p> <p class=3D"MsoNormal"><u></u>=C2=A0<u></u></p> <p class=3D"MsoNormal"><u></u>=C2=A0<u></u></p> </div> </div> </div></blockquote></div><br clear=3D"all"><div><br></div><span class=3D"gm= ail_signature_prefix">-- </span><br><div dir=3D"ltr" class=3D"gmail_signatu= re"><div dir=3D"ltr">Sincerely,<br><br>Sayed Hadi Rastgou Haghi<br></div></= div> --000000000000ec7efb062181333a--