BTS: Add S counter for link loss criterion to lchan structure
diff --git a/openbsc/include/openbsc/gsm_data_shared.h b/openbsc/include/openbsc/gsm_data_shared.h
index 4f9f21f..f66a140 100644
--- a/openbsc/include/openbsc/gsm_data_shared.h
+++ b/openbsc/include/openbsc/gsm_data_shared.h
@@ -293,6 +293,8 @@
 		/* counts up to Ny1 */
 		unsigned int phys_info_count;
 	} ho;
+	/* S counter for link loss */
+	int s;
 #endif
 };