#include "XMobileFlowFields.h" #include "XMobileFlowFieldsImp.h" std::shared_ptr vagt::encode::XMobileFlowFields::create(std::shared_ptr header, const XString & flowDirection, const XGtpPerFlowMetrics & gtpPerFlowMetrics, const XString & ipProtocolType, const XString & ipVersion, const XString & otherEndpointIpAddress, XInteger otherEndpointPort, const XString & reportingEndpointIpAddr, XInteger reportingEndpointPort) { return std::make_shared(header, flowDirection, gtpPerFlowMetrics, ipProtocolType, ipVersion, otherEndpointIpAddress, otherEndpointPort, reportingEndpointIpAddr, reportingEndpointPort); }