Commit 69451ed3 authored by Remi Hardy's avatar Remi Hardy

fix UE name in html for ping

parent 41cb0654
......@@ -1731,7 +1731,7 @@ class OaiCiTest():
if self.ue_id=="":
device_id = self.UEDevices[i]
else:
device_id = ""
device_id = Module_UE.ID + "-" + Module_UE.Kind
p = Process(target = self.Ping_common, args = (lock,UE_IPAddress,device_id,status_queue,EPC,Module_UE,))
p.daemon = True
p.start()
......
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