aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/contrib
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <zecke@selfish.org>2010-06-07 21:37:43 +0800
committerHolger Hans Peter Freyther <zecke@selfish.org>2010-06-07 21:37:43 +0800
commit7f573d566816a85f7589ae882f4f63c22a59c880 (patch)
treea7b1a28ed149f547938d63cede1126b59ad17449 /openbsc/contrib
parentbc105933142f8b880575e72b39e8024b432b7c8a (diff)
GPRS: Print the IP address to see the direction...
Diffstat (limited to 'openbsc/contrib')
-rw-r--r--openbsc/contrib/gprs/gprs-verify-nu.lua2
1 files changed, 1 insertions, 1 deletions
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