Thanks zaid will give it a try, do I modify the coffee and then have to run a command to activate/compile it or just modify the file? Never worked with nsm or coffee before.
-----Original Message----- From: Users [mailto:[email protected]] On Behalf Of Zaid Abdulla Sent: Monday, January 26, 2015 10:30 AM To: [email protected] Subject: Re: firmware upgrades On Thu, Jan 22, 2015, at 04:58 PM, Christopher Chance wrote: > For some reason the upgrade doesn’t seem to be working to a device, I > see the cwmp shows > > Inform (6 CONNECTION REQUEST); retry count 0 Started task > download(54c0ff4e8f295c25696325a2) > Inform (4 VALUE CHANGE,1 BOOT); retry count 0 Started task > download(54c0ff4e8f295c25696325a2) > Inform (4 VALUE CHANGE,1 BOOT); retry count 0 Started task > download(54c0ff4e8f295c25696325a2) The device isn't sending a DownloadResponse response. This is why the task never gets deleted automatically. But that's not the main issue anyway. I can't really know for sure why it isn't working. Different devices have their own quirks and it's usually a matter of trial and error to pinpoint the problem. If I have to guess, it could be due to the device having trouble handling the XML shorthand notation (e.g. <TargetFileName/> instead of <TargetFileName></TargetFileName>). You could try modifying soap.coffee to make it replace those in the final generated XML string. Zaid _______________________________________________ Users mailing list [email protected] http://lists.genieacs.com/mailman/listinfo/users _______________________________________________ Users mailing list [email protected] http://lists.genieacs.com/mailman/listinfo/users
