aboutsummaryrefslogtreecommitdiffstats
path: root/src/osmo-bts-sysmo/femtobts.h
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <zecke@selfish.org>2012-01-13 22:50:38 +0100
committerHolger Hans Peter Freyther <zecke@selfish.org>2012-01-14 21:47:59 +0100
commit2e677958d249fc16a975fbb1fbd861d9efe396e9 (patch)
tree7293d018e31ef9dd860c91247126eb69de5c337f /src/osmo-bts-sysmo/femtobts.h
parent771e77dff0becd02ce6824f3af4e882605ce20ab (diff)
efr: Add efr to the femtobts_tch_pl_names array
Parts of the code check if GsmL1_TchPlType_Efr is defined, others parts don't. Follow the easy route and assume it is defined.
Diffstat (limited to 'src/osmo-bts-sysmo/femtobts.h')
-rw-r--r--src/osmo-bts-sysmo/femtobts.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/osmo-bts-sysmo/femtobts.h b/src/osmo-bts-sysmo/femtobts.h
index 76028ab5..94138b59 100644
--- a/src/osmo-bts-sysmo/femtobts.h
+++ b/src/osmo-bts-sysmo/femtobts.h
@@ -27,6 +27,6 @@ const struct value_string femtobts_l1status_names[GSML1_STATUS_NUM+1];
const struct value_string femtobts_tracef_names[29];
-const struct value_string femtobts_tch_pl_names[14];
+const struct value_string femtobts_tch_pl_names[15];
#endif /* FEMTOBTS_H */