Logger::smf_n11().debug("Add N1 SM Container (NAS) into the message: %s (bytes %d)",context_res_msg.get_n1_sm_message().c_str(),context_res_msg.get_n1_sm_message().length()/2);
Logger::smf_n11().debug("[SMF N11: N1N2MessageTransfer] add NGAP into the message....\n ");
//N2 SM Information
Logger::smf_n11().debug("Add N2 SM Information (NGAP) into the message: %s (bytes %d)",context_res_msg.get_n2_sm_information().c_str(),context_res_msg.get_n2_sm_information().length()/2);
part=curl_mime_addpart(mime);
//TODO:
curl_mime_data(part,context_res_msg.get_n2_sm_information().substr(0,86).c_str(),CURL_ZERO_TERMINATED);//TODO: ISSUE need to be solved
//curl_mime_data(part, reinterpret_cast<const char*>(n2_msg_hex), context_res_msg.get_n2_sm_information().length()/2); //TODO: ISSUE need to be solved
curl_mime_data(part,reinterpret_cast<constchar*>(n2_msg_hex),80);//TODO: ISSUE need to be solved