Note about answering programming from hex content
authorEduardo Ramos Testillano <eduardo.ramos.testillano@ericsson.com>
Fri, 10 Apr 2015 13:20:44 +0000 (15:20 +0200)
committerEduardo Ramos Testillano <eduardo.ramos.testillano@ericsson.com>
Fri, 10 Apr 2015 13:20:44 +0000 (15:20 +0200)
example/diameter/launcher/main.cpp

index 0b5ca7e..f03a832 100644 (file)
@@ -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,";