diff options
author | Chuanyu Chen <chenchuanyu@huawei.com> | 2020-11-27 01:41:42 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2020-11-27 01:41:42 +0000 |
commit | c37dba313e609e81e01a9febbd7d6f15920bc25b (patch) | |
tree | 4053f43d6022fd2228d736773a77cd2a404195ac /adapters/mso-nssmf-adapter/src/main/resources/subnetCapability.json | |
parent | c4e02f21be54b6513b21b52dbc46cc7eed94bcd9 (diff) | |
parent | 88f7235a08466ca2700a0255fcb25fa875ccb982 (diff) |
Merge "New attributes are added according to the standard and fixed TN allocate response"
Diffstat (limited to 'adapters/mso-nssmf-adapter/src/main/resources/subnetCapability.json')
-rw-r--r-- | adapters/mso-nssmf-adapter/src/main/resources/subnetCapability.json | 13 |
1 files changed, 2 insertions, 11 deletions
diff --git a/adapters/mso-nssmf-adapter/src/main/resources/subnetCapability.json b/adapters/mso-nssmf-adapter/src/main/resources/subnetCapability.json index 8db52168ae..8753e85ea2 100644 --- a/adapters/mso-nssmf-adapter/src/main/resources/subnetCapability.json +++ b/adapters/mso-nssmf-adapter/src/main/resources/subnetCapability.json @@ -1,19 +1,10 @@ { "AN": { - "latency": "5", + "latency": 5, "maxNumberofUEs": "100" }, "CN": { - "latency": "10", + "latency": 5, "maxNumberofConns": "100" - }, - "TN_FH": { - "latency": "10" - }, - "TN_MH": { - "latency": "5" - }, - "TN_BH": { - "latency": "10" } } |