Commit 0024e89e authored by Franck Messaoudi's avatar Franck Messaoudi

Update: enboard the upf_cfg to the constructor

parent 7ce96dde
...@@ -73,8 +73,8 @@ void UserPlaneComponent::setMembers( ...@@ -73,8 +73,8 @@ void UserPlaneComponent::setMembers(
mGTPInterface = gtpInterface; mGTPInterface = gtpInterface;
mUDPInterface = udpInterface; mUDPInterface = udpInterface;
mpPFCP_Session_LookupProgram = mpPFCP_Session_LookupProgram = std::make_shared<PFCP_Session_LookupProgram>(
std::make_shared<PFCP_Session_LookupProgram>(gtpInterface, udpInterface); gtpInterface, udpInterface, upf_cfg);
if (!mpPFCP_Session_LookupProgram) { if (!mpPFCP_Session_LookupProgram) {
Logger::upf_app().error("The eBPF Program is Not Initialized"); Logger::upf_app().error("The eBPF Program is Not Initialized");
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment