Re: [devel] SA_AIS_ERR_NOT_EXIST error when calling the function saAmfComponentNameGet

2019-02-19 Thread mohan
Hi Darshan, I checked your code. It looks that the application is being started manually (not by Amf), so SA_AIS_ERR_NOT_EXIST(12) is coming: Suggestion: Since, the application is an Amf component and it is linked with Amf library, so it has to be started by Amf and not manually. Than

[devel] SA_AIS_ERR_NOT_EXIST error when calling the function saAmfComponentNameGet

2019-02-19 Thread Darshan
Hello all,     I have an AMF application which runs as (High Availability Framework)HAFW in 2N redundant systems for confD active/standby configuration. So, when I call the function *saAmfComponentNameGet(confd_ha_cb.info.amfHandle, &confd_ha_cb.info.compName)* I am getting an error stating

[devel] [PATCH 0/1] Review Request for clm: Incorrect encode/decode time_super [#3007]

2019-02-19 Thread Thanh Nguyen
Summary: clm: Incorrect encode/decode time_super [#3007] Review request for Ticket(s): 3007 Peer Reviewer(s): Gary, Minh Pull request to: *** LIST THE PERSON WITH PUSH ACCESS HERE *** Affected branch(es): develop Development branch: ticket-3007 Base revision: 8ccffc2cd9cd117578227e9cd49421e5c578fec

[devel] [PATCH 1/1] clm: Incorrect encode/decode time_super [#3007]

2019-02-19 Thread Thanh Nguyen
Changing ecoding of time_super using 64 bit instead of 32 bit. --- src/clm/clmd/clms_mds.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/clm/clmd/clms_mds.cc b/src/clm/clmd/clms_mds.cc index 833d18c..5a77885 100644 --- a/src/clm/clmd/clms_mds.cc +++ b/src/clm/clmd/clms_m