From c9512c77a3bfdc8f6287daf5a22e4247cd6e148a Mon Sep 17 00:00:00 2001 From: Eduardo Ramos Testillano Date: Fri, 10 Apr 2015 15:20:44 +0200 Subject: [PATCH] Note about answering programming from hex content --- example/diameter/launcher/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,"; -- 2.20.1