commit | e8c429e2bddcb52b6cd563c5308e49e57e457073 | [log] [tgz] |
---|---|---|
author | puthuparambil.aditya <aditya.puthuparambil@bell.ca> | Tue Feb 02 15:20:48 2021 +0000 |
committer | puthuparambil.aditya <aditya.puthuparambil@bell.ca> | Wed Feb 03 11:45:20 2021 +0000 |
tree | 3958f248323e8a984c84cf092eec600cec314fbd | |
parent | 3786f6394d8a973adba50bb5af3b459f0d296f93 [diff] |
E2E Network Slice test for 'Coverage Area-Tracking Area & TA-Cell mapping' Issue-ID: CPS-199 Signed-off-by: puthuparambil.aditya <aditya.puthuparambil@bell.ca> Change-Id: Id8f7f595d04eb492c3ea065b8fcbf8ac9f3641bc
This folder contains all files for Configuration Persistence Service.
The code here is related to CPS POC, then it must be kept self contained in this cps folder to prevent any impact on current ccsdk components and to be ready to be moved in its own repo once CPS becomes a standalone project.
CREATE USER cps WITH PASSWORD 'cps'; CREATE DATABASE cpsdb OWNER cps;
mvn clean package
java -DDB_HOST=localhost -DDB_USERNAME=cps -DDB_PASSWORD=cps -jar cps-rest/target/cps-rest-0.0.1-SNAPSHOT.jar