Code Review
/
it
/
dep.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
review
|
tree
history
|
raw
|
HEAD
Merge "Fix/add use cases under SMO package"
[it/dep.git]
/
smo-install
/
test
/
pythonsdk
/
src
/
orantests
/
network_slicing
/
resources
/
subnetCapability.json
1
{
2
"AN_NF": {
3
"latency": 5,
4
"maxNumberofUEs": 200,
5
"maxThroughput": 90,
6
"termDensity": 40
7
},
8
"AN": {
9
"latency": 20,
10
"maxNumberofUEs": 100,
11
"maxThroughput": 150,
12
"termDensity": 50
13
},
14
"CN": {
15
"latency": 10,
16
"maxThroughput": 50,
17
"maxNumberofConns": 100
18
},
19
"TN_FH": {
20
"latency": 10,
21
"maxThroughput": 90
22
},
23
"TN_MH": {
24
"latency": 5,
25
"maxThroughput": 90
26
},
27
"TN_BH": {
28
"latency": 10,
29
"maxThroughput": 100
30
}
31
}