aboutsummaryrefslogtreecommitdiffstats
path: root/cps-service/src/test/resources/e2e/basic/cps-ran-inventory-data.json
diff options
context:
space:
mode:
authorniamhcore <niamh.core@est.tech>2021-02-03 16:10:37 +0000
committerniamhcore <niamh.core@est.tech>2021-02-05 11:57:03 +0000
commita029cf849b06cd45d6909a9808e3cc52031e6644 (patch)
tree3a0d853d36201260b7e01986f685c6a91e51f695 /cps-service/src/test/resources/e2e/basic/cps-ran-inventory-data.json
parent20983922daff86e3282bc5e2da900a8ab1cc82ed (diff)
Custom Model E2E Network Slicing - RAN Inventory
Issue-ID: CPS-200 Signed-off-by: niamhcore <niamh.core@est.tech> Change-Id: I846ff2928de6e1fae1483ced05d66cfd1e44615e
Diffstat (limited to 'cps-service/src/test/resources/e2e/basic/cps-ran-inventory-data.json')
-rw-r--r--cps-service/src/test/resources/e2e/basic/cps-ran-inventory-data.json31
1 files changed, 31 insertions, 0 deletions
diff --git a/cps-service/src/test/resources/e2e/basic/cps-ran-inventory-data.json b/cps-service/src/test/resources/e2e/basic/cps-ran-inventory-data.json
new file mode 100644
index 000000000..1dbdab2ca
--- /dev/null
+++ b/cps-service/src/test/resources/e2e/basic/cps-ran-inventory-data.json
@@ -0,0 +1,31 @@
+{
+"ran-inventory":{
+ "rannfnssiid": "14559ead-f4fe-4c1c-a94c-8015fad3ea35",
+ "subnetStatus": "active",
+ "nsstid": "2372a5dc-ee24-4a45-85f5-65103dfdc5b4",
+ "slicetype": "embb",
+ "isshareable": "Shareable",
+ "sliceProfilesList": [
+ {
+ "sliceProfileId": "f33a9dd8-ae51-4acf-8073-c9390c25f6f1",
+ "sNSSAI": "001-11000",
+ "maxNumberofUEs": 300,
+ "latency": 5,
+ "uLThptPerSlice": 40,
+ "dLThptPerSlice": 50,
+ "maxNumberofConns": 500,
+ "uEMobilityLevel": "FULLY MOBILITY",
+ "coverageAreaList": [
+ "Washington"
+ ],
+ "resourceSharingLevel": "Shareable",
+ "pLMNIdList": [
+ {
+ "mcc": "310",
+ "mnc": "410"
+ }
+ ]
+ }
+ ]
+ }
+} \ No newline at end of file