aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndreas Eversberg <jolly@eversberg.eu>2013-02-20 16:06:20 +0100
committerHarald Welte <laforge@gnumonks.org>2013-03-11 11:50:50 +0100
commit1af682adb9c43bd5f646b801ab3e4fa7f983cd69 (patch)
treebee9aae7d31f848e8767cd3b417b7d54658c8e1c
parentf876c39887029bda0319b055e9ab2794d9164584 (diff)
BTS: Add S counter for link loss criterion to lchan structure
-rw-r--r--openbsc/include/openbsc/gsm_data_shared.h2
1 files changed, 2 insertions, 0 deletions
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
};