From ae3f0718f19e1c9bcd06941967ddb0db9fd4f876 Mon Sep 17 00:00:00 2001 From: Max Date: Thu, 9 Jun 2016 12:29:50 +0200 Subject: Add DTXd indicator to gsm_lchan It is necessary for proper reporting of DTXd status during the measurement period. Change-Id: I4a033b03fcd0deb4db7a38273b5407511dbf1d6c Related: OS#1701 --- 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 c7516c675..60a689c94 100644 --- a/openbsc/include/openbsc/gsm_data_shared.h +++ b/openbsc/include/openbsc/gsm_data_shared.h @@ -292,6 +292,8 @@ struct gsm_lchan { } last_sid; uint8_t last_cmr; uint32_t last_fn; + /* indicates if DTXd was active during DL measurement period */ + bool dtxd_active; } tch; /* BTS-side ciphering state (rx only, bi-directional, ...) */ uint8_t ciph_state; -- cgit v1.2.3