From 46cb8514a5a60459214ddee776b37a422abb625e Mon Sep 17 00:00:00 2001 From: Harald Welte Date: Thu, 19 Apr 2012 23:13:35 +0200 Subject: add loopback flag to lchan (for osmo-bts) --- openbsc/include/openbsc/gsm_data_shared.h | 1 + 1 file changed, 1 insertion(+) (limited to 'openbsc/include') 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 }; -- cgit v1.2.3