aboutsummaryrefslogtreecommitdiffstats
path: root/src/osmo-bts-sysmo/oml.c
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <holger@moiji-mobile.com>2013-12-29 10:14:20 +0100
committerHolger Hans Peter Freyther <holger@moiji-mobile.com>2013-12-29 10:14:20 +0100
commitc28a5b0b25f040429e9262a8a4997348ed129740 (patch)
tree0462c8beadea4961ff0ddb69a919bb3f79c50720 /src/osmo-bts-sysmo/oml.c
parent623d97a0d37480d89c7b987e3fe542083e3c7c66 (diff)
sysmobts: Specify the constant as a float and not a double
Diffstat (limited to 'src/osmo-bts-sysmo/oml.c')
-rw-r--r--src/osmo-bts-sysmo/oml.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/osmo-bts-sysmo/oml.c b/src/osmo-bts-sysmo/oml.c
index 27b108a1..6e33a76b 100644
--- a/src/osmo-bts-sysmo/oml.c
+++ b/src/osmo-bts-sysmo/oml.c
@@ -858,7 +858,7 @@ static int mph_send_activate_req(struct gsm_lchan *lchan, struct sapi_cmd *cmd)
* Be sure that every packet is received, even if it
* fails. In this case the length might be lower or 0.
*/
- act_req->fBFILevel = -200.0;
+ act_req->fBFILevel = -200.0f;
break;
default:
break;