diff options
author | seshukm <seshu.kumar.m@huawei.com> | 2020-03-05 18:56:32 +0530 |
---|---|---|
committer | seshukm <seshu.kumar.m@huawei.com> | 2020-03-05 18:56:32 +0530 |
commit | 5c8e0e4e54f8cfa3c1ec034ccb5b6f5c14eb0b50 (patch) | |
tree | 1799ee5f3b3463aa9a88b4b60540f5c3dc935e89 /apps/nst/optimizers/conf | |
parent | 2e2d7f666ad84d6fe18c86ad7718fd89f2c9448e (diff) |
take-1 for the NST selection function
Issue-ID: OPTFRA-675
Signed-off-by: seshukm <seshu.kumar.m@huawei.com>
Change-Id: Id48f33344c516f2711e24bce9f07adbd835eded0
Diffstat (limited to 'apps/nst/optimizers/conf')
-rw-r--r-- | apps/nst/optimizers/conf/configIinputs.json | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/apps/nst/optimizers/conf/configIinputs.json b/apps/nst/optimizers/conf/configIinputs.json new file mode 100644 index 0000000..59fd5ed --- /dev/null +++ b/apps/nst/optimizers/conf/configIinputs.json @@ -0,0 +1,21 @@ +{ + "NST": [{ + "NST1 ": { + "name": "NST_1", + "id": "NST_1_id", + "latency": 5, + "uplink": 5, + "downlink": 8 + } + }, + { + "NST2 ": { + "name": "NST_2", + "id": "NST_2_id", + "latency": 3, + "uplink": 7, + "downlink": 1 + } + } + ] +}
\ No newline at end of file |