aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <holger@moiji-mobile.com>2016-03-16 09:17:04 +0100
committerHolger Hans Peter Freyther <holger@moiji-mobile.com>2016-03-16 09:17:04 +0100
commit0be80aa2d1d21b2d19eb6c91b3b4151d6c3a5ddf (patch)
tree235716f88716b6b6f7525d8a682c04a912b32674
parent710e99c2e317b75695e2bc7ad4569e2377b41c3b (diff)
octphy: Enable TCH/H mode and begin testing
Upcoming releases will support TCH/H and we should start to test the DSP->RTP code.
-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