From fbf87a502d782faf627be6a895ca136b574aa8cb Mon Sep 17 00:00:00 2001 From: Holger Hans Peter Freyther Date: Wed, 20 Oct 2010 19:17:11 +0200 Subject: lua: Search for clear requests from the network as well --- openbsc/contrib/a-link/sccp-split-by-con.lua | 3 +++ 1 file changed, 3 insertions(+) (limited to 'openbsc/contrib') 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 -- cgit v1.2.3