Skip Menu |

This queue is for tickets about the Net-SMPP CPAN distribution.

Report information
The Basics
Id: 125387
Status: new
Priority: 0/
Queue: Net-SMPP

People
Owner: Nobody in particular
Requestors: gabor.kiss [...] uhusystems.com
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: (no value)



CC: kissg [...] uhusystems.com
Subject: Incorrect REG_intermed_notif_mask
Date: Wed, 23 May 2018 11:48:48 +0200
To: bug-Net-SMPP [...] rt.cpan.org
From: Kiss Gabor <gabor.kiss [...] uhusystems.com>
Constant REG_intermed_notif_mask in Net-SMPP-1.19 is incorrect. The following patch should be applied: ----------------------8<--------------------8<------------------- --- SMPP.pm.orig 2018-04-06 11:02:11.408374198 +0200 +++ SMPP.pm 2018-05-23 11:29:16.233470220 +0200 @@ -245,7 +245,7 @@ use constant REG_receipt_mask => 0x03; use constant REG_ack_mask => 0x0c; -use constant REG_intermed_notif_mask => 0x80; +use constant REG_intermed_notif_mask => 0x10; use constant REG_receipt_none => 0x00; use constant REG_receipt_always => 0x01; # receipt is returned for both success and failure ----------------------8<--------------------8<------------------- Regards Gabor Kiss -- Quid poterat esse nefas?