You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

The xApp descriptor is provided by the xApp writer. The xApp descriptor provides information for the RIC platform on how to handle the xApp.

Sections:

Please populate sections expected by xApp Manager here.



Layout: Describes how to present the xApp configurable parameters to the operator (in dashboard):

Hypothetical example:

"layout": [
      {
        "key": "controls.active",
        "title": "Active"
      },
      {
        "key": "controls.interfaceId.globalENBId",
        "title": "Global ENB Id"
      },
      {
        "type": "flex",
        "flex-flow": "row wrap",
        "items": [
          {
            "key": "controls.interfaceId.globalENBId.plmnid",
            "title": "Plmn Id"
          },
          {
            "key": "controls.interfaceId.globalENBId.id",
            "title": "Id"
          },
          {
            "key": "controls.interfaceId.globalENBId.bits",
            "title": "Bits“




  • No labels