aboutsummaryrefslogtreecommitdiffstats
path: root/src/osmo-bts-octphy/l1_tch.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/osmo-bts-octphy/l1_tch.c')
-rw-r--r--src/osmo-bts-octphy/l1_tch.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/osmo-bts-octphy/l1_tch.c b/src/osmo-bts-octphy/l1_tch.c
index 3c91fcce..a0001612 100644
--- a/src/osmo-bts-octphy/l1_tch.c
+++ b/src/osmo-bts-octphy/l1_tch.c
@@ -277,11 +277,8 @@ int l1if_tch_rx(struct gsm_bts_trx *trx, uint8_t chan_nr,
rmsg = l1_to_rtppayload_fr(payload, payload_len);
break;
case cOCTVC1_GSM_PAYLOAD_TYPE_ENUM_HALF_RATE:
- /* Currently not supported */
-#if 0
rmsg = l1_to_rtppayload_hr(payload, payload_len);
break;
-#endif
case cOCTVC1_GSM_PAYLOAD_TYPE_ENUM_ENH_FULL_RATE:
/* Currently not supported */
#if 0