X-Git-Url: https://git.teslayout.com/public/public/public/?a=blobdiff_plain;f=example%2Fdiameter%2Flauncher%2Fmain.cpp;h=3c43302877d3c39fb7100b672fd5899e6231284b;hb=21ba1356fdba7803d6c880ad8f4b44e52c0d9ddc;hp=90f40ba2fe2c2380f9fbcea17e7329321600e604;hpb=4e12ac57e93c052f716a6305ad8fc099c45899d1;p=anna.git diff --git a/example/diameter/launcher/main.cpp b/example/diameter/launcher/main.cpp index 90f40ba..3c43302 100644 --- a/example/diameter/launcher/main.cpp +++ b/example/diameter/launcher/main.cpp @@ -497,7 +497,7 @@ void Launcher::resetCounters() throw() { std::string Launcher::help() const throw() { std::string result = "\n"; result += "\n ------------- HELP -------------\n"; - result += "\nThe Diameter Launcher process is a complete diameter agent with client and server"; + result += "\nThe ADL (ANNA Diameter Launcher) process is a complete diameter agent with client and server"; result += "\ncapabilities as well as balancer (proxy) features. It could be used as diameter server"; result += "\n(i.e. to simulate PCRF nodes, OCS systems, etc.), as diameter client (GGSNs, DPIs, etc.)"; result += "\nand balancer systems to provide failover to external round-robin launchers). Also, auxiliary"; @@ -515,14 +515,14 @@ std::string Launcher::help() const throw() { result += "\nProcess traces are dump on \"launcher.traces\" and could have any trace level (POSIX levels):"; result += "\nusually 'debug' or 'warning'. See ANNA documentation."; result += "\n"; - result += "\nThe ANNA::diameter built-in module provide a great set of characteristics as multiple connections"; + result += "\nThe ANNA::diameter_comm built-in module provide a great set of characteristics as multiple connections"; result += "\non both server and client side, definition for multiple-server entities (and not only two as standard"; result += "\nestablish as minimum), separate statistics analyzer per each resource, automatic CER/CEA and DWR/DWA"; result += "\ngeneration, expiration control and many more features"; result += "\n"; result += "\nOPERATIONS INTERFACE"; result += "\n"; - result += "\nNDL supports several operations via HTTP interface. The HTTP request body content will"; + result += "\nADL supports several operations via HTTP interface. The HTTP request body content will"; result += "\nbe an string with a command:"; result += "\n"; result += "\nFor example, we could launch an operation via curl:"; @@ -781,7 +781,7 @@ int main(int argc, const char** argv) { Launcher::Launcher() : anna::comm::Application("launcher", "DiameterLauncher", "1.1"), a_communicator(NULL) { a_myDiameterEngine = new MyDiameterEngine(); - a_myDiameterEngine->setRealm("NDL.ericsson.com"); + a_myDiameterEngine->setRealm("ADL.ericsson.com"); a_myDiameterEngine->setAutoBind(false); // allow to create client-sessions without binding them, in order to set timeouts. //a_myDiameterEngine->setFreezeEndToEndOnSending(); a_logFile = "launcher.log";