[MERGED] osmo-trx[master]: sigProcLib: Constify demodulation functions burst argument.

2017-03-28 Thread Alexander Chemeris
Alexander Chemeris has submitted this change and it was merged. Change subject: sigProcLib: Constify demodulation functions burst argument. .. sigProcLib: Constify demodulation functions burst argument. demodCommon() used to sc

osmo-trx[master]: sigProcLib: Constify demodulation functions burst argument.

2017-03-23 Thread Tom Tsou
Patch Set 1: Code-Review+2 -- To view, visit https://gerrit.osmocom.org/2154 To unsubscribe, visit https://gerrit.osmocom.org/settings Gerrit-MessageType: comment Gerrit-Change-Id: Ic45f71b634e48808356d68925bb9f5783e0bf0d3 Gerrit-PatchSet: 1 Gerrit-Project: osmo-trx Gerrit-Branch: master Gerrit

osmo-trx[master]: sigProcLib: Constify demodulation functions burst argument.

2017-03-23 Thread Harald Welte
Patch Set 1: Code-Review+1 -- To view, visit https://gerrit.osmocom.org/2154 To unsubscribe, visit https://gerrit.osmocom.org/settings Gerrit-MessageType: comment Gerrit-Change-Id: Ic45f71b634e48808356d68925bb9f5783e0bf0d3 Gerrit-PatchSet: 1 Gerrit-Project: osmo-trx Gerrit-Branch: master Gerrit

[PATCH] osmo-trx[master]: sigProcLib: Constify demodulation functions burst argument.

2017-03-22 Thread Alexander Chemeris
Review at https://gerrit.osmocom.org/2154 sigProcLib: Constify demodulation functions burst argument. demodCommon() used to scale input vector in place which changed original data. That's a bad practice and is not really necessary, so I've changed the code to scale burst after it's copied to a