From: Eduardo Ramos Testillano Date: Fri, 10 Apr 2015 13:20:44 +0000 (+0200) Subject: Note about answering programming from hex content X-Git-Tag: REFACTORING_TESTING_LIBRARY~171 X-Git-Url: https://git.teslayout.com/public/public/public/?a=commitdiff_plain;h=c9512c77a3bfdc8f6287daf5a22e4247cd6e148a;hp=a42ec960225235d9d044b5d71e9bfc847374d7cd;p=anna.git Note about answering programming from hex content --- diff --git a/example/diameter/launcher/main.cpp b/example/diameter/launcher/main.cpp index 0b5ca7e..f03a832 100644 --- a/example/diameter/launcher/main.cpp +++ b/example/diameter/launcher/main.cpp @@ -768,7 +768,7 @@ std::string Launcher::help() const throw() { result += "\n"; result += "\nAnswer programming in hexadecimal is not really neccessary (you could use send primitives) and also"; result += "\nis intended to be used with decoded messages in order to replace things like hop by hop, end to end,"; - result += "\nsubscriber id, session id, etc."; + result += "\nsubscriber id, session id, etc. Anyway you could use 'decode' operation and then program the xml created."; result += "\n"; result += "\nIf a request is received, answer map (built with 'answerxml<[2c] or 2e>' operations) will be"; result += "\n checked to find a corresponding programmed answer to be replied(*). If no ocurrence is found,";