diff options
author | 2019-04-08 10:24:10 +0000 | |
---|---|---|
committer | 2019-04-08 10:24:10 +0000 | |
commit | dc280ce19354f127d4f1ffd1ff83f6642a7eeb6a (patch) | |
tree | 85813851570d545c0ce440220b8a8a9806e6cdc6 /src/test/resources/valid_metadata.json | |
parent | 49d2deae8aa7b57ecf6fb692803594c1bae8e8bf (diff) |
Remove subscription through Bus Controller
*Remove DR subscription through Bus Controller
*Add remaining data consumed indicators
*Blueprint and Config updates to remove subscription
Issue-ID: DCAEGEN2-1038
Change-Id: I8cee463a27156fa656b0e66ef3ee231daeeda8bc
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, 1 insertions, 2 deletions
diff --git a/src/test/resources/valid_metadata.json b/src/test/resources/valid_metadata.json index cf21437..21de3fb 100644 --- a/src/test/resources/valid_metadata.json +++ b/src/test/resources/valid_metadata.json @@ -8,6 +8,5 @@ "location": "ftpes://192.168.0.101:22/ftp/rop/A20161224.1045-1100.bin.gz", "compression": "gzip", "fileFormatType": "org.3GPP.32.435#measCollec", - "fileFormatVersion": "V9", - "decompression_status": "false" + "fileFormatVersion": "V9" }
\ No newline at end of file |