aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVadim Yanitskiy <vyanitskiy@sysmocom.de>2020-06-05 00:54:03 +0700
committerVadim Yanitskiy <vyanitskiy@sysmocom.de>2020-06-05 02:14:48 +0700
commitc966253aad7909fca7974c3ea43f70d756725ff1 (patch)
tree67778a638f73a2f84971fc5dd373c4056894b521
parenta44a8f469ed6b08c89cbf688d8bf0bf0e5631721 (diff)
gsm_data_shared: drop meaningless comments
-rw-r--r--include/osmo-bts/gsm_data_shared.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/osmo-bts/gsm_data_shared.h b/include/osmo-bts/gsm_data_shared.h
index d9147334..da1dc36f 100644
--- a/include/osmo-bts/gsm_data_shared.h
+++ b/include/osmo-bts/gsm_data_shared.h
@@ -83,7 +83,6 @@ enum gsm_lchan_state {
LCHAN_S_INACTIVE, /* channel is set inactive */
};
-/* BTS ONLY */
#define MAX_NUM_UL_MEAS 104
#define LC_UL_M_F_L1_VALID (1 << 0)
#define LC_UL_M_F_RES_VALID (1 << 1)
@@ -114,7 +113,6 @@ struct amr_multirate_conf {
struct amr_mode bts_mode[4];
uint8_t num_modes;
};
-/* /BTS ONLY */
enum lchan_csd_mode {
LCHAN_CSD_M_NT,