GPRS: Print the IP address to see the direction...

This commit is contained in:
Holger Hans Peter Freyther 2010-06-07 21:37:43 +08:00
parent bc10593314
commit 7f573d5668
1 changed files with 1 additions and 1 deletions

View File

@ -43,7 +43,7 @@ do
nu_state_src[src_key] = llc_nu
if tonumber(last_nu) + 1 ~= tonumber(llc_nu) then
print("JUMP in N(U) on TLLI " .. tohex(bssgp_tlli) .. " and SAPI: " .. llc_sapi)
print("JUMP in N(U) on TLLI " .. tohex(bssgp_tlli) .. " and SAPI: " .. llc_sapi .. " src: " .. ip_src)
print("\t last: " .. last_nu .. " now: " .. llc_nu)
end
end