Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

S.No.IdTemplateJSON Payload
1get-nearrtric-by-idgnbcucpfunction{
"templateId": "get-nearrtric-by-idgnbcucpfunction",
"model": "ran-network",
"requestType": "query-cps-path",
"xpathTemplate": "//GNBCUCPFunction/idGNBCUCPFunction[text()='\''{{idGNBCUCPFunction}}'\'']/ancestor::NearRTRIC",
"includeDescendants": true,
"transformParam":"NearRTRIC,idNearRTRIC"
}
{
"inputParameters": {
"idGNBCUCPFunction": "cucpserver1"
}
}
2put-ho-nrcellrelation{
"templateId": "put-ho-nrcellrelation",
"model": "ran-network",
"requestType": "patch",
"xpathTemplate": "/ran-network/NearRTRIC[@idNearRTRIC='\''{{idNearRTRIC}}'\'']/GNBCUCPFunction[@idGNBCUCPFunction='\''{{idGNBCUCPFunction}}'\'']/NRCellCU[@idNRCellCU='\''{{idNRCellCU}}'\'']/NRCellRelation[@idNRCellRelation='\''{{idNRCellRelation}}'\'']",
"includeDescendants": true
}
{
"inputParameters":{
"idNearRTRIC":"11",
"idGNBCUCPFunction":"cucpserver1",
"idNRCellCU":"Chn0003",
"idNRCellRelation":"Chn0008"
},
"payload": {
"attributes":{"nRTCI":2,"isHOAllowed":true}
}
}


  • Configuration-phy-cell-id

...