diff options
author | yashwanth03 <gandhapu.yashwanth@wipro.com> | 2022-02-17 07:18:25 +0000 |
---|---|---|
committer | yashwanth03 <gandhapu.yashwanth@wipro.com> | 2022-02-17 07:18:25 +0000 |
commit | 99c28a7402ed9f6b4fa9cea84bbd82f77ca0e4de (patch) | |
tree | 7bea18b5e698550ccc1e16653dfbe3dc9836fef1 /platform-logic/restapi-templates/src | |
parent | afa58a146bcfa18643681dffd96f56c59abc3093 (diff) |
Modify SDN-R to use new yang model in netconf session with RAN-Sim
Issue-ID: CCSDK-3544
Signed-off-by: yashwanth03 <gandhapu.yashwanth@wipro.com>
Change-Id: I2ba82feb2fb819a10a1f0f9bb6b1362cad5feb3e
Diffstat (limited to 'platform-logic/restapi-templates/src')
2 files changed, 10 insertions, 0 deletions
diff --git a/platform-logic/restapi-templates/src/main/json/cps-templates/cps-get-nearrtric-by-idgnbcucpfunction.json b/platform-logic/restapi-templates/src/main/json/cps-templates/cps-get-nearrtric-by-idgnbcucpfunction.json new file mode 100644 index 00000000..d8cfe1bc --- /dev/null +++ b/platform-logic/restapi-templates/src/main/json/cps-templates/cps-get-nearrtric-by-idgnbcucpfunction.json @@ -0,0 +1,5 @@ +{ +"inputParameters": { +"idGNBCUCPFunction": ${tmp.idGNBCUCP} +} +} diff --git a/platform-logic/restapi-templates/src/main/json/cps-templates/cps-get-nearrtric-by-idgnbdufunction.json b/platform-logic/restapi-templates/src/main/json/cps-templates/cps-get-nearrtric-by-idgnbdufunction.json new file mode 100644 index 00000000..9a7c47d4 --- /dev/null +++ b/platform-logic/restapi-templates/src/main/json/cps-templates/cps-get-nearrtric-by-idgnbdufunction.json @@ -0,0 +1,5 @@ +{ +"inputParameters": { +"idGNBDUFunction": ${tmp.idGNBDU} +} +} |