...
Creating dataspace:
curl --location --user cpsuser:cpsr0cks! -H "Accept: application/json" -H "Content-Type: application/json" \
--request POST \
http://$CPS_IP:8080/cps/api/v1/dataspaces?dataspace-name=E2EDemo
Creating schema set:
ran-network.zip
curl --location --user cpsuser:cpsr0cks! \
--request POST \
http://$CPS_IP:8080/cps/api/v1/dataspaces/E2EDemo/schema-sets --form 'file=@"ran-network.zip"' --form 'schema-set-name="ran-network"'
...
2. Give chmod 777 to upload folder which will be created automatically in the home dir.
NOTE: Use sample data attached under CONFIGDB, AAI, RANSIM and CPS if E2E communication service is not done
Further References:
Issues faced during the RAN Simulator set up are documented in Setup related issues.