corenet: fix GTP-U logging

This commit is contained in:
p1-bmu 2021-09-13 16:55:58 +02:00
parent bb67b3f954
commit 9def8bbfdb
1 changed files with 1 additions and 1 deletions

View File

@ -51,9 +51,9 @@ else:
print('[ERR] ServerGTPU : you\'re not on *nix system. It\'s not going to work:\n'\
'You need PF_PACKET socket')
from .utils import *
from pycrate_core.elt import Envelope
from pycrate_ether.IP import *
from .utils import *
#------------------------------------------------------------------------------#
# setting / unsetting ethernet IF in promiscuous mode #