summaryrefslogtreecommitdiffstats
path: root/datacollector/src/test/resources/sample-pm.json
diff options
context:
space:
mode:
Diffstat (limited to 'datacollector/src/test/resources/sample-pm.json')
-rw-r--r--datacollector/src/test/resources/sample-pm.json53
1 files changed, 53 insertions, 0 deletions
diff --git a/datacollector/src/test/resources/sample-pm.json b/datacollector/src/test/resources/sample-pm.json
new file mode 100644
index 0000000..d03c067
--- /dev/null
+++ b/datacollector/src/test/resources/sample-pm.json
@@ -0,0 +1,53 @@
+{
+ "cellId": "Cell1",
+ "performance": [
+ {
+ "latency": 20,
+ "throughput": 80
+ },
+ {
+ "latency": 20,
+ "throughput": 80
+ },
+ {
+ "latency": 20,
+ "throughput": 80
+ },
+ {
+ "latency": 20,
+ "throughput": 80
+ },
+ {
+ "latency": 20,
+ "throughput": 80
+ },
+ {
+ "latency": 20,
+ "throughput": 80
+ },
+ {
+ "latency": 20,
+ "throughput": 80
+ },
+ {
+ "latency": 20,
+ "throughput": 80
+ },
+ {
+ "latency": 20,
+ "throughput": 80
+ },
+ {
+ "latency": 20,
+ "throughput": 80
+ },
+ {
+ "latency": 20,
+ "throughput": 80
+ },
+ {
+ "latency": 20,
+ "throughput": 80
+ }
+ ]
+}