X-Git-Url: https://git.teslayout.com/public/public/public/?p=anna.git;a=blobdiff_plain;f=dynamic%2Flauncher%2Fgx%2F00001%2FProcedure.cpp;h=4bd974f0a39ae98c4feabf9f8aa77cc764e42925;hp=99a87fe10fe0b8b4b3a630a48298995e635ae8c0;hb=8b8309d46e9ccc968d3a315e86e70c5a806706d0;hpb=57040efdece4ea1f4487608de3d1afbb9d1378c8 diff --git a/dynamic/launcher/gx/00001/Procedure.cpp b/dynamic/launcher/gx/00001/Procedure.cpp index 99a87fe..4bd974f 100644 --- a/dynamic/launcher/gx/00001/Procedure.cpp +++ b/dynamic/launcher/gx/00001/Procedure.cpp @@ -97,7 +97,7 @@ void Procedure::execute(const std::string &args, std::string &response) throw(a anna::diameter::codec::Avp *ccri_originHost; ///////// CCR-Initial: - ccri.loadXML(ccr_i); + ccri.loadXMLFile(ccr_i); // Session-Id & Framed-Ip-Address AVPs ccri_sessionId = ccri.getAvp("Session-Id"); @@ -134,7 +134,7 @@ void Procedure::execute(const std::string &args, std::string &response) throw(a ///////// CCR-Termination: if (haveTermination) { - ccrt.loadXML(ccr_t); + ccrt.loadXMLFile(ccr_t); // Session-Id & Framed-Ip-Address AVPs ccrt_sessionId = ccrt.getAvp("Session-Id");