-
[anna.git] / example / diameter / launcher / main.cpp
index 90f40ba..3c43302 100644 (file)
@@ -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";