Ensures normalization on waitfe/fc-xml operations
authorEduardo Ramos Testillano (eramedu) <eduardo.ramos.testillano@ericsson.com>
Sun, 3 May 2020 00:15:48 +0000 (02:15 +0200)
committerEduardo Ramos Testillano (eramedu) <eduardo.ramos.testillano@ericsson.com>
Sun, 3 May 2020 00:27:50 +0000 (02:27 +0200)
commit415985b3f67878c2e3cee785a0b1cb36f4eff901
tree5c6176cbf2f9c360b6d806f5d2f42cffaca70cb6
parent227446df961ead723c8f2b04ea53d99c770a438f
Ensures normalization on waitfe/fc-xml operations

Normalize the xml representation for loaded messages,
and also the regular expression is adapted as usual,
regarding hop-by-hop, end-to-end and Origin-State-Id.

isLike is fixed to do there the full normalization,
including the removing of newlines.

isLike docygen documentation is also improved.

Also, move getContentFromFile to core::functions.
example/diameter/launcher/Launcher.cpp
example/diameter/launcher/Launcher.hpp
include/anna/core/functions.hpp
include/anna/diameter/codec/Avp.hpp
include/anna/diameter/codec/Message.hpp
source/core/functions.cpp
source/diameter/codec/Avp.cpp
source/diameter/codec/Message.cpp
source/testing/TestCondition.cpp