summaryrefslogtreecommitdiffstats
path: root/common/vnf_common/rest_api.c
AgeCommit message (Collapse)AuthorFilesLines
2017-10-16Fix compilation issue with older gccDeepak S1-2/+2
Change-Id: Ib7f67bff93ce531f66be31c3fbd63ecbb33a46d8 Signed-off-by: Deepak S <deepak.s@linux.intel.com>
2017-10-06common code: KW fixes for common codeVishwesh M Rudramuni1-57/+53
This patch fixes KW issues seen with the common code. Change-Id: I4f90369152345ea2ea9316b04ac946c0c69fd7d1 Signed-off-by: Vishwesh M Rudramuni <vishwesh.m.rudramuni@intel.com>
2017-09-27REST_API: rest api client implementationVishwesh M Rudramuni1-0/+2448
JIRA: SAMPLEVNF-78 This patch implements rest api's for VNF clients. This comprises of * vnf api's for common functionality * vnf api's for CGNAPT * vnf api's for VFW Change-Id: I56d22c64bf3ee5b0a2e536da8169ac7583499041 Signed-off-by: Vishwesh M Rudramuni <vishwesh.m.rudramuni@intel.com>