diff options
Diffstat (limited to 'pnf-sim-lightweight/config/config.json')
-rw-r--r-- | pnf-sim-lightweight/config/config.json | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/pnf-sim-lightweight/config/config.json b/pnf-sim-lightweight/config/config.json new file mode 100644 index 0000000..9d2ba7e --- /dev/null +++ b/pnf-sim-lightweight/config/config.json @@ -0,0 +1,15 @@ +{ + "simulatorParams": { + "testDuration": "86400", + "messageInterval": "900" + }, + "commonEventHeaderParams": { + "eventName": "Noti_RnNode-Ericsson_FileReady", + "nfNamingCode": "gNB", + "nfcNamingCode": "oam" + }, + "notificationParams": { + "changeIdentifier": "PM_MEAS_FILES", + "changeType": "FileReady" + } +} |