aboutsummaryrefslogtreecommitdiffstats
path: root/test/mocks/mass-pnf-sim/pnf-sim-lightweight/config/singlefile-config-sftp-template.json
blob: c8c38b000f7c751808c189460dbed2840ed9d254 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
{
  "simulatorParams": {
    "vesServerUrl": "http://______$IP_OF_VES_____:_____$PORT_OF_VES/eventListener/v7",
    "testDuration": "10",
    "messageInterval": "1"
  },
  "commonEventHeaderParams": {
    "eventName": "pnfRegistration_Nokia_5gDu",
    "nfNamingCode": "gNB",
    "nfcNamingCode": "oam",
    "sourceName": "NOK6061ZW3",
    "sourceId": "val13",
    "reportingEntityName": "NOK6061ZW3"
  },
  "notificationParams": {
    "changeIdentifier": "PM_MEAS_FILES",
    "changeType": "FileReady",
    "arrayOfNamedHashMap": [
      {"name": "1MB.tar.gz", "hashMap": {
        "location": "ftps://$IP/1MB.tar.gz",
        "compression": "gzip",
        "fileFormatType": "org.3GPP.32.435#measCollec",
        "fileFormatVersion": "V10"
      }
      }
    ]
  }
}