aboutsummaryrefslogtreecommitdiffstats
path: root/docker-compose/preload-templates/samplepreload.json
diff options
context:
space:
mode:
Diffstat (limited to 'docker-compose/preload-templates/samplepreload.json')
-rw-r--r--docker-compose/preload-templates/samplepreload.json16
1 files changed, 16 insertions, 0 deletions
diff --git a/docker-compose/preload-templates/samplepreload.json b/docker-compose/preload-templates/samplepreload.json
new file mode 100644
index 0000000..d96488d
--- /dev/null
+++ b/docker-compose/preload-templates/samplepreload.json
@@ -0,0 +1,16 @@
+[
+ {
+ "includeDescendants": true,
+ "model": "ran-network",
+ "requestType": "get",
+ "templateId": "dummy-template-7",
+ "xpathTemplate": "/ran-network/NearRTRIC[@idNearRTRIC='{{idNearRTRIC}}']/GNBCUUPFunction[@idGNBCUUPFunction='{{idGNBCUUPFunction}}']/attributes/pLMNInfoList[@mcc='{{mcc}}' and @mnc='{{mnc}}']/sNSSAIList[@sNssai='{{sNSSAIList}}']"
+ },
+ {
+ "includeDescendants": true,
+ "model": "ran-network",
+ "requestType": "get",
+ "templateId": "dummy-template-8",
+ "xpathTemplate": "/ran-network/NearRTRIC[@idNearRTRIC='{{idNearRTRIC}}']/GNBCUUPFunction[@idGNBCUUPFunction='{{idGNBCUUPFunction}}']/attributes/RRMPolicyRatio[@id='{{id}}']/attributes/rRMPolicyMemberList[@idx='{{idx}}']"
+ }
+]