aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/contrib
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <zecke@selfish.org>2010-10-20 19:17:11 +0200
committerHolger Hans Peter Freyther <zecke@selfish.org>2010-10-20 19:21:07 +0200
commitfbf87a502d782faf627be6a895ca136b574aa8cb (patch)
tree6e94e3e3150e8168bee7b50a8bd695681dedf8d4 /openbsc/contrib
parentdef777ae7eba00512658148c27f1f234d14a2946 (diff)
lua: Search for clear requests from the network as well
Diffstat (limited to 'openbsc/contrib')
-rw-r--r--openbsc/contrib/a-link/sccp-split-by-con.lua3
1 files changed, 3 insertions, 0 deletions
diff --git a/openbsc/contrib/a-link/sccp-split-by-con.lua b/openbsc/contrib/a-link/sccp-split-by-con.lua
index 1deed1927..c644d446a 100644
--- a/openbsc/contrib/a-link/sccp-split-by-con.lua
+++ b/openbsc/contrib/a-link/sccp-split-by-con.lua
@@ -42,6 +42,9 @@ do
elseif msgtype == 0x03 then
print("Assignment failure")
con[4] = true
+ elseif msgtype == 0x22 then
+ print("Clear Request... RF failure?")
+ con[4] = true
end
end