Package home | Report new bug | New search | Development Roadmap Status: Open | Feedback | All | Closed Since Version 0.4.5

Bug #5912 Wrong TLV definition for sc_interface_version
Submitted: 2005-11-09 23:47 UTC
From: piscui at gmail dot com Assigned:
Status: No Feedback Package: Net_SMPP
PHP Version: 5.0.4 OS: FreeBSD
Roadmaps: (Not assigned)    
Subscription  
Comments Add Comment Add patch


Anyone can comment on a bug. Have a simpler test case? Does it work for you on a different platform? Let us know! Just going to say 'Me too!'? Don't clutter the database with that please !
Your email address:
MUST BE VALID
Solve the problem : 49 - 45 = ?

 
 [2005-11-09 23:47 UTC] piscui at gmail dot com
Description: ------------ SC_ should be changed to sc_. It causes bind_transmitter_resp/bind_transceiver_resp to return data/length mismatch. File: Command.php Line: 694 Expected result: ---------------- 'sc_interface_version' => 0x0210, Actual result: -------------- 'SC_interface_version' => 0x0210,

Comments

 [2008-12-20 08:52 UTC] doconnor (Daniel O'Connor)
Got an executable test case handy to demonstrate it?