aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNeels Hofmeyr <neels@hofmeyr.de>2016-06-16 03:35:37 +0200
committerNeels Hofmeyr <neels@hofmeyr.de>2016-06-17 04:26:20 +0200
commita8168271eb28fea9bab2bcee1e296cf715aad505 (patch)
tree9254b13f3e4d71542f99484ddd6abedb3fa23eb9
parente9510424750b08471ae9a6f367ec0d8728251b5e (diff)
dyn PDCH: cosmetic: lchan_to_GsmL1_SubCh_t(): add case for TCH_F_PDCH
It is cosmetic since the 'default:' case already caught TCH_F_PDCH, but it's good to mention all expected pchans explicitly. Change-Id: I5aef84209e46c9288f6adf0730178fe08f26764f
-rw-r--r--src/osmo-bts-sysmo/oml.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/osmo-bts-sysmo/oml.c b/src/osmo-bts-sysmo/oml.c
index 6951f84b..60ab7a84 100644
--- a/src/osmo-bts-sysmo/oml.c
+++ b/src/osmo-bts-sysmo/oml.c
@@ -525,6 +525,7 @@ GsmL1_SubCh_t lchan_to_GsmL1_SubCh_t(const struct gsm_lchan *lchan)
case GSM_PCHAN_CCCH:
case GSM_PCHAN_TCH_F:
case GSM_PCHAN_PDCH:
+ case GSM_PCHAN_TCH_F_PDCH:
case GSM_PCHAN_UNKNOWN:
default:
return GsmL1_SubCh_NA;