diff options
author | 2019-03-13 12:02:20 +0000 | |
---|---|---|
committer | 2019-03-13 12:02:20 +0000 | |
commit | 88adbc830c24f309c19fc5874654cc1cfaebc600 (patch) | |
tree | 65b268c6612c20cd64ac07559b811eb8ee7c1c64 /src/test/resources/valid_metadata.json | |
parent | 1f982f9e7f9f38743bbc1bcf2609292579762341 (diff) |
Add metadata filtering
Issue-ID: DCAEGEN2-1286
Change-Id: Icfee7f24cb97b429e8b0db2d67da2f21e413cea0
Signed-off-by: dfarrelly <david.farrelly@est.tech>
Diffstat (limited to 'src/test/resources/valid_metadata.json')
-rw-r--r-- | src/test/resources/valid_metadata.json | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/test/resources/valid_metadata.json b/src/test/resources/valid_metadata.json index 21de3fb..cf21437 100644 --- a/src/test/resources/valid_metadata.json +++ b/src/test/resources/valid_metadata.json @@ -8,5 +8,6 @@ "location": "ftpes://192.168.0.101:22/ftp/rop/A20161224.1045-1100.bin.gz", "compression": "gzip", "fileFormatType": "org.3GPP.32.435#measCollec", - "fileFormatVersion": "V9" + "fileFormatVersion": "V9", + "decompression_status": "false" }
\ No newline at end of file |