commit | 6d7a6db13de6e896f217d7ee55dffdd32dd74b2f | [log] [tgz] |
---|---|---|
author | rajalakshmisv <rajalakshmisv@gmail.com> | Wed Jan 26 18:55:35 2022 +0000 |
committer | rajalakshmisv <rajalakshmisv@gmail.com> | Wed Jan 26 18:56:12 2022 +0000 |
tree | 611c3482872e2c06a7e2b88f5d2912ea0a1ca5d2 | |
parent | 7d5264b22f3a5263006df42ddcc4dc0ee71769f5 [diff] |
chnaged config.json for httpRestful registration Signed-off-by: rajalakshmisv <rajalakshmisv@gmail.com> Change-Id: Ia09dff067a31534fb0255219c32dbbb28af0fefa
================================================================================== Copyright (c) 2020 AT&T Intellectual Property.
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
This repository contains the source for sending RIC control Msg to RAN/E2 Node based on the GRPC control request received from other xapps
This xApp can be onboarded through the xApp Onboarder. The xapp descriptor is under the xapp-descriptor/ directory.
Then the xapp can be deployed through the App Manager. Procedure to Onboard the xapp is given in installation guide, in docs folder
GRPC communication can be tested using the grpccurl command
In the current implementation, timer is started after initiating Control Request to E2Node. So timer expiry errors will be seen in logs w.r.t. Control Resp. As control ACK is not handled this error can be ignored
Steps to onboard the xapp 1)echo '{ "config-file.json_url": "https://gerrit.o-ran-sc.org/r/gitweb?p=ric-app/rc.git;a=blob_plain;f=xapp-descriptor/config.json;hb=HEAD","controls-schema.json_url": "https://gerrit.o-ran-sc.org/r/gitweb?p=ric-app/rc.git;a=blob_plain;f=xapp-descriptor/schema.json;hb=HEAD" }' > onboard.rc.url
2)Onboard the rc xapp using the below command : $curl --location --request POST "http://$(hostname):32080/onboard/api/v1/onboard/download" --header 'Content-Type: application/json' --data-binary "@./onboard.rc.url"
After this command: xapp should be created Eg: $curl --location --request POST "http://$(hostname):32080/onboard/api/v1/onboard/download" --header 'Content-Type: application/json' --data-binary "@./onboard.rc.url" { "status": "Created" }
3)Deploying the xapp: Eg: $curl --location --request POST "http://$(hostname):32080/appmgr/ric/v1/xapps" --header 'Content-Type: application/json' --data-raw '{"xappName": "rc"}' { "instances":null,"name":"rc","status":"deployed","version":"1.0" }
after this step the xapp should be in running state ricxapp ricxapp-rc-5ccdcc9f6f-ktq7w 1/1 Running 0 88m