aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2012-04-19 23:13:35 +0200
committerHarald Welte <laforge@gnumonks.org>2012-04-19 23:14:28 +0200
commit46cb8514a5a60459214ddee776b37a422abb625e (patch)
treee011fee7b99734567acdfdce13f330c1346e126c
parentafa0ad17238cd0a0dfd1d62929f937739f79b24d (diff)
add loopback flag to lchan (for osmo-bts)
-rw-r--r--openbsc/include/openbsc/gsm_data_shared.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/openbsc/include/openbsc/gsm_data_shared.h b/openbsc/include/openbsc/gsm_data_shared.h
index 6fb63f9b0..ad9b63f56 100644
--- a/openbsc/include/openbsc/gsm_data_shared.h
+++ b/openbsc/include/openbsc/gsm_data_shared.h
@@ -254,6 +254,7 @@ struct gsm_lchan {
} tch;
/* BTS-side ciphering state (rx only, bi-directional, ...) */
uint8_t ciph_state;
+ uint8_t loopback;
#endif
};