From 7f573d566816a85f7589ae882f4f63c22a59c880 Mon Sep 17 00:00:00 2001 From: Holger Hans Peter Freyther Date: Mon, 7 Jun 2010 21:37:43 +0800 Subject: GPRS: Print the IP address to see the direction... --- openbsc/contrib/gprs/gprs-verify-nu.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'openbsc/contrib') diff --git a/openbsc/contrib/gprs/gprs-verify-nu.lua b/openbsc/contrib/gprs/gprs-verify-nu.lua index 4ec7c612b..e44fdd16f 100644 --- a/openbsc/contrib/gprs/gprs-verify-nu.lua +++ b/openbsc/contrib/gprs/gprs-verify-nu.lua @@ -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 -- cgit v1.2.3