Versions Compared

Key

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

...

4. Initial configuration for the netconf servers is simulated from ransim controller. Once the netconfserver is configured, it will be mounted to SDN-R.

5. Simultaneously, 12 netconf servers should be at running condition to simulate the ran network that contains 2 NearRT RICs, 2 gNBCUCPs, 2 gNBCUUPs and 6 gNBDUs.


Ransim Controller

1.Ransim controller acts as the simulator for the Honeycomb netconf servers.

...

File ready event is triggered from Honeycomb agent to VES collector. This event contains SFTP location of the PM data file and other details. PM data file name is aligned with 3GPP specification 32.432-5.1.2

Sample file ready event:


Code Block
titleSample File ready event
$ curl -k -u sample1:sample1 -X POST https://localhost:8443/eventListener/v7 -i -H "Content-Type:application/json" --data '{

...



  "event": {

...



    "commonEventHeader": {

...



      "version": "4.0.1",

...



      "vesEventListenerVersion": "7.0.1",

...



      "domain": "notification",

...



      "eventName": "Notification_RnNode-Slicing_FileReady",

...



      "eventId": "FileReady_1797490e-10ae-4d48-9ea7-3d7d790b25e1",

...



      "lastEpochMicrosec": 8745745764578,

...



      "priority": "Normal",

...



      "reportingEntityName": "otenb5309",

...



      "sequence": 0,

...



      "sourceName": "oteNB5309",

...



      "startEpochMicrosec": 8745745764578,

...



      "timeZoneOffset": "UTC+05.30"

...



    },

...



    "notificationFields": {

...



      "changeIdentifier": "PM_MEAS_FILES",

...



      "changeType": "FileReady",

...



      "notificationFieldsVersion": "2.0",

...



      "arrayOfNamedHashMap": [

...



       

...

          "name": "A20161224.1045-1100.bin.gz",

          "hashMap": {

            "location": "ftpes://192.168.0.101:22/ftp/rop/A20161224.1045-1100.bin.gz",

            "compression": "gzip",

            "fileFormatType": "org.3GPP.32.435#measCollec",

            "fileFormatVersion": "V10"

          }

        }

      ]

    }

  }

...

 {