X-Git-Url: https://git.teslayout.com/public/public/public/?a=blobdiff_plain;f=source%2Fdiameter%2Fapp%2Fdcca%2FMessage.cpp;h=1539731c7cf9f4daca8daff647c3d0bddc0ad01b;hb=5a6cba5fde2b2f538a7515f8293cc0a8d9589dfa;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..1539731 100644 --- a/source/diameter/app/dcca/Message.cpp +++ b/source/diameter/app/dcca/Message.cpp @@ -13,9 +13,10 @@ using namespace anna::diameter::app::dcca; -const qosProfile_t & Message::decode3GPPGPRSNegQoSProfile() throw(anna::RuntimeException) { - const std::string & utf8 = get3GPPGPRSNegQoSProfile()->getValue(); +const qosProfile_t & Message::decode3GPPGPRSNegQoSProfile() noexcept(false) { a_qosProfile.reset(); + //const std::string & utf8 = get3GPPGPRSNegQoSProfile()->getValue(); + // TODO: decode here ... return a_qosProfile; }