DAIGOR1024

Results 8 comments of DAIGOR1024

> Hi @JC1O24. Instead of removing the line, try replacing it with `tail -f /dev/null` or another "simple" task that will keep the container occupied Tried. It works. Thank you...

> @JC1O24 If you are running in a container I would try redeploying it. It looks like the issue is ENB trying to set up a GTP endpoint and failing...

> Yeah then try redeploying the pod. If that doesn't help, and you don't want to mess around with netlink, you can try rebooting the node Tried. But this is...

> FYI, I’ve seen it when the kernel GTP-U module is not loaded. So, checking the kernel version(4.12+) and the list of loaded module with `lsmod` to see if there...

> @JC1O24 From looking over this it seems that the communication goes all the way to the pgw. Do you have any logs available for that, and have you made...

I try combine mme and sgw into one pod then leave enb in another pod, then they work well. But this is not what I want.

> > I try combine mme and sgw into one pod then leave enb in another pod, then they work well. But this is not what I want. > >...