[PATCH 7/7] sysmobts: Forward CMR from L1 (Phone) to RTP payload

This is merely a historical archive of years 2008-2021, before the migration to mailman3.

A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/OpenBSC@lists.osmocom.org/.

Andreas Eversberg jolly at eversberg.eu
Mon Jul 15 08:35:36 UTC 2013


---
 src/osmo-bts-sysmo/tch.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/osmo-bts-sysmo/tch.c b/src/osmo-bts-sysmo/tch.c
index da62c84..901c48c 100644
--- a/src/osmo-bts-sysmo/tch.c
+++ b/src/osmo-bts-sysmo/tch.c
@@ -257,7 +257,7 @@ static struct msgb *l1_to_rtppayload_amr(uint8_t *l1_payload, uint8_t payload_le
 	if (!msg)
 		return NULL;
 
-#if 0
+#if 1
 	uint8_t cmr_idx = l1_payload[1];
 
 	/* CMR == Unset means CMR was not transmitted at this TDMA */
-- 
1.8.1.5





More information about the OpenBSC mailing list