From 26d51b60fb298dd53e513ba42b544f5418c30902 Mon Sep 17 00:00:00 2001 From: maximesson Date: Tue, 23 Jul 2019 09:40:54 +0000 Subject: Documentation for generalised DFC Change-Id: Ic240ebf83c58b2f0dd231bd3933838614f716ff8 Issue-ID: DCAEGEN2-1662 Signed-off-by: maximesson --- docs/sections/services/dfc/architecture.rst | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'docs/sections/services/dfc/architecture.rst') diff --git a/docs/sections/services/dfc/architecture.rst b/docs/sections/services/dfc/architecture.rst index f25b855c..5592bf25 100644 --- a/docs/sections/services/dfc/architecture.rst +++ b/docs/sections/services/dfc/architecture.rst @@ -40,4 +40,10 @@ The event is received from the Message Router (MR), the files are fetched from a (DR). Both fetching of a file and publishing is retried a number of times with an increasing delay between each attempt. After a number of attempts, the DFC will log an error message and give up. Failing of processing of one file does not -affect the handling of others. \ No newline at end of file +affect the handling of others. + +Generalized DFC +"""""""""""""""" +From version 1.2.1 and onwards, the DFC has more general use. Instead of only managing PM files, any kind of files +are handled. The 'changeIdentifier' parameter in the file ready VES event (which is reported from the PNFs) is used +to define the file type of file to be handled. \ No newline at end of file -- cgit 1.2.3-korg