X-Git-Url: https://git.teslayout.com/public/public/public/?a=blobdiff_plain;f=source%2Fdiameter%2Fapp%2Fdcca%2FMessage.cpp;h=529a39e3bf8ac8a4fef4741763ac749e9c5a540c;hb=1e8a5bba6feb7cff4d72164a43ac9924cf6b088c;hp=544121439a9fc4b87ee3488f152b74f116085ddf;hpb=93366a0bda79e6fd6e7dad6316bfcf8cc82f5731;p=anna.git diff --git a/source/diameter/app/dcca/Message.cpp b/source/diameter/app/dcca/Message.cpp index 5441214..529a39e 100644 --- a/source/diameter/app/dcca/Message.cpp +++ b/source/diameter/app/dcca/Message.cpp @@ -14,8 +14,9 @@ using namespace anna::diameter::app::dcca; const qosProfile_t & Message::decode3GPPGPRSNegQoSProfile() throw(anna::RuntimeException) { - const std::string & utf8 = get3GPPGPRSNegQoSProfile()->getValue(); a_qosProfile.reset(); + //const std::string & utf8 = get3GPPGPRSNegQoSProfile()->getValue(); + // TODO: decode here ... return a_qosProfile; }