diff options
author | 2020-09-15 17:11:53 +0000 | |
---|---|---|
committer | 2020-09-15 17:11:53 +0000 | |
commit | 6da43d9c2d7f38f2eca2a0b44f59cc4fc49b8d82 (patch) | |
tree | 47c0cc0e2e4f65efcffa86df0e897762dd673a4d /components/slice-analysis-ms/src/test/resources/getResponse.json | |
parent | 2640b87e40e3bbc8853189fa743019b0fc502266 (diff) | |
parent | 8882e23eedce9e9236e1d979b2056b62dd974d91 (diff) |
Merge "Add support to consume, process pm message from DB - Add support for analysing pm data - Add support to trigger closed loop - Add support for configDb Interface Implementation - Add support for Intelligent slicing"
Diffstat (limited to 'components/slice-analysis-ms/src/test/resources/getResponse.json')
-rw-r--r-- | components/slice-analysis-ms/src/test/resources/getResponse.json | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/components/slice-analysis-ms/src/test/resources/getResponse.json b/components/slice-analysis-ms/src/test/resources/getResponse.json new file mode 100644 index 00000000..09880652 --- /dev/null +++ b/components/slice-analysis-ms/src/test/resources/getResponse.json @@ -0,0 +1,21 @@ +[[ + {"measurementObjectId":"cell1", + "pmData":{ + "PrbUsedDl":"30", + "PrbUsedUl":"40" + } + }, + {"measurementObjectId":"cell2", + "pmData":{ + "PrbUsedDl":"20", + "PrbUsedUl":"30" + } + }, + {"measurementObjectId":"cell3", + "pmData":{ + "PrbUsedDl":"30", + "PrbUsedUl":"40" + } + } + ] +]
\ No newline at end of file |