From 1af682adb9c43bd5f646b801ab3e4fa7f983cd69 Mon Sep 17 00:00:00 2001 From: Andreas Eversberg Date: Wed, 20 Feb 2013 16:06:20 +0100 Subject: [PATCH] BTS: Add S counter for link loss criterion to lchan structure --- openbsc/include/openbsc/gsm_data_shared.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/openbsc/include/openbsc/gsm_data_shared.h b/openbsc/include/openbsc/gsm_data_shared.h index 4f9f21f01..f66a1401f 100644 --- a/openbsc/include/openbsc/gsm_data_shared.h +++ b/openbsc/include/openbsc/gsm_data_shared.h @@ -293,6 +293,8 @@ struct gsm_lchan { /* counts up to Ny1 */ unsigned int phys_info_count; } ho; + /* S counter for link loss */ + int s; #endif };