Re: [devel] [PATCH 3 of 4] evt: init with clm before entering initialize_for_assignment() [#1781]

2016-04-29 Thread ramesh betham
Ack with a comment. Please do m_NCS_IPC_DETACH() in case of return FAILURE for clm_init(). However why eds_clm_init() can't be called before amf_register? Thanks, Ramesh.. On 4/28/2016 8:10 PM, mathi.naic...@oracle.com wrote: > osaf/services/saf/edsv/eds/eds_api.c | 23 ++

[devel] [PATCH 3 of 4] evt: init with clm before entering initialize_for_assignment() [#1781]

2016-04-28 Thread mathi . naickan
osaf/services/saf/edsv/eds/eds_api.c | 23 ++- 1 files changed, 14 insertions(+), 9 deletions(-) With the introduction of spares support #79, all services were modified to wait for AMF role assignment to register with MDS and proceed further with their lifecycle. However, t