aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc
diff options
context:
space:
mode:
authorMax <msuraev@sysmocom.de>2016-06-09 12:29:50 +0200
committerHolger Freyther <holger@freyther.de>2016-06-10 11:34:41 +0000
commitae3f0718f19e1c9bcd06941967ddb0db9fd4f876 (patch)
treefa733aded00884715068890a43ae615cf18257fd /openbsc
parent35a65edd10d3f1f980e08a0b5434d361f47e846b (diff)
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
Diffstat (limited to 'openbsc')
-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 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;