Re: [PATCH] core: enable unsolicited messages on secondary

2015-09-09 Thread Aleksander Morgado
On Tue, Sep 8, 2015 at 10:37 PM, Stevens, Nick wrote: > Previously the enable unsolicited messages command (+CNMI) was only > being sent on the primary. This patch adds support for sending the > enable on the secondary as well. If the secondary doesn't exist, or if >

[PATCH] core: enable unsolicited messages on secondary

2015-09-08 Thread Stevens, Nick
Previously the enable unsolicited messages command (+CNMI) was only being sent on the primary. This patch adds support for sending the enable on the secondary as well. If the secondary doesn't exist, or if setting the enable causes an error, a warning is logged but no error is propogated up. This