Versions Compared

Key

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



OTFOAMNONRTRICRICPRICAPPO-DUO-CUTest ResultNotes
Deployment Artifacts

Docker Container







E2sim docker image needs to be generated locally for different RIC instance, will improve in the Cherry maintenance window. 

KPIMON needs CI jobs for image releasing

QPdriver image 1.0.9 in staging is different than the 1.0.9 image in release repo

Need to release QP and TS xApp images

xApp Descriptors







Need to update TS, QP, QP driver descriptors to release version

Need to create a descriptor for KPMMON

E2E FlowsE2 setup







Image Added












E2 Subscription








E2 Indication








KPMMON write to SDL








Create A1 Policy








TS read from SDL 








TS sends triggers to QP driver








QP driver gets data from SDL








QP driver send data to QP










QP provide prediction








TS make control decision







MWC LA Demo Video

Multimedia
nameMWC-shotcut-final1.mp4
width1280
height720

Test Manual

Deploy E2Simulator

...

Each of these three xApps have a descriptor in their gerrit repo under the xapp-descriptor/ directory.

None of them have xapp specific controls and therefore no individual json schema 

(Update Nov 23, QPDriver needs a separate schema file)

Here are the URLs for each which can be included in HTTP POST call to onboard tool


TS xApp:

https://gerrit.o-ran-sc.org/r/gitweb?p=ric-app/qp-driverts.git;a=blob_plain;f=xapp-descriptor/config.json;hb=HEADrefs/heads/master


QPDriver xApp:

Descriptor:

https://gerrit.o-ran-sc.org/r/gitweb?p=ric-app/qp-driver.git;a=blob_plain;f=xapp-descriptor/config.json;hb=0a0dff549b933f049b05fc26ce2f0a13da853b78

Schema:

https://gerrit.o-ran-sc.org/r/gitweb?p=ric-app/qp-driver.git;a=blob_plain;f=xapp-descriptor/controls.json;hb=refs/heads/master

QP xApp

https://gerrit.o-ran-sc.org/r/gitweb?p=ric-app/qp.git;a=blob_plain;f=xapp-descriptor/config.json;hb=HEAD

...

curl -X PUT --header "Content-Type: application/json"  --data-raw @createbinary @create.json   http://<Base URL for Kong>/a1mediator/a1-p/policytypes/20008

...