BTS: Add S counter for link loss criterion to lchan structure

This commit is contained in:
Andreas Eversberg
2013-02-20 16:06:20 +01:00
committed by Harald Welte
parent f876c39887
commit 1af682adb9

View File

@@ -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
};