aboutsummaryrefslogtreecommitdiffstats
path: root/lcm
AgeCommit message (Collapse)AuthorFilesLines
2018-05-17Update sli/northbound to use 1.0.2 parentTimoney, Dan (dt5972)7-7/+7
Update pom.xmls to use released 1.0.2 version of parent pom Change-Id: Iccb3d5fbc92fd4177220f307178ac8a95ce0e7d5 Issue-ID: CCSDK-286 Signed-off-by: Timoney, Dan (dt5972) <dt5972@att.com>
2018-05-10Fix DG calls to use correct rpc nameTimoney, Dan (dt5972)59-639/+639
DG calls should expect the name of the DG to be the same as the name of the rpc as defined in the Yang model. LCM was incorrectly expecting names in upper camelcase (e.g. UpgradeSoftware) when the Yang model defines them in lowercase hyphenated (e.g. upgrade-software). Either LCM or DGs need to change, so changed LCM since to be consistent with other MD-SAL applications. Change-Id: I034bc2d93c2f918c807fec7f342d6197f78be7ad Issue-ID: CCSDK-272 Signed-off-by: Timoney, Dan (dt5972) <dt5972@att.com>
2018-04-29Roll versions step 4 : sli/northbound pomsTimoney, Dan (dt5972)7-14/+14
Roll version for next release candidate. Change-Id: I5c564fd2119b3a97433cb03b5678465915d75128 Issue-ID: CCSDK-257 Signed-off-by: Timoney, Dan (dt5972) <dt5972@att.com>
2018-04-24Add missing LCM blueprintv0.2.1Timoney, Dan (dt5972)3-345/+34
Added blueprint descriptor for LCM to register RPC properly. Change-Id: I65d38cd9151f6094479413e06a44da02a7da4c74 Issue-ID: CCSDK-252 Signed-off-by: Timoney, Dan (dt5972) <dt5972@att.com>
2018-04-12Copy LCM interface from APP-CTimoney, Dan (dt5972)59-0/+6157
Change-Id: Idc18aa00bcbcee3f51473339b6b4ad90f6b4bffc Issue-ID: CCSDK-219 Signed-off-by: Timoney, Dan (dt5972) <dt5972@att.com>