diff options
author | Marcin Migdal <marcin.migdal@nokia.com> | 2018-10-12 15:51:39 +0200 |
---|---|---|
committer | Marcin Migdal <marcin.migdal@nokia.com> | 2018-10-12 16:30:11 +0200 |
commit | d0dff98c7677dedc2a2004294dac2123aacccd16 (patch) | |
tree | fbf26205e2fbc13808c372fd0dac33e66d3f54dd /test/mocks/pnfsimulator/config | |
parent | 26a07048426342dc0966bb3a6e516273b485723c (diff) |
PNF Simulator - fix fileFormatType
Issue-ID: INT-689
Change-Id: I2c681981f638502495e92e12c2953368a64d3c82
Signed-off-by: Marcin Migdal <marcin.migdal@nokia.com>
Diffstat (limited to 'test/mocks/pnfsimulator/config')
-rw-r--r-- | test/mocks/pnfsimulator/config/config.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/mocks/pnfsimulator/config/config.json b/test/mocks/pnfsimulator/config/config.json index 6311d5ef5..3cda0c6fc 100644 --- a/test/mocks/pnfsimulator/config/config.json +++ b/test/mocks/pnfsimulator/config/config.json @@ -29,7 +29,7 @@ {"name": "A20161221.1031-1041.bin.gz", "hashMap": { "location": "ftpes://192.169.0.1:22/ftp/rop/A20161224.1030-1045.bin.gz", "compression": "gzip", - "fileformatType": "org.3GPP.32.435#measCollec", + "fileFormatType": "org.3GPP.32.435#measCollec", "fileFormatVersion": "V10" } }, |