aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndreas Eversberg <jolly@eversberg.eu>2013-03-16 15:56:01 +0100
committerAndreas Eversberg <jolly@eversberg.eu>2013-03-16 15:56:01 +0100
commit0b874b64ef36fb2abc87ed2c0ea52b6fa582fa4b (patch)
tree23955aeae0c8cc2fe89fa7be82a86fa30352fedf
parent30a73d8544edc9c160df3f14095934ee59bddbb1 (diff)
Use default 'alpha' value of 0
Since we don't know the RX and TX parameters of the BTS that might be used with PCU, the MS should not adapt the TX power from the RX level. So the MS should always transmits with same power. Finding an 'alpha' and 'gamma' value that will result in a constant RX level at the BTS is a task of deployment.
-rw-r--r--src/pcu_main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pcu_main.cpp b/src/pcu_main.cpp
index f135cfd6..8265c319 100644
--- a/src/pcu_main.cpp
+++ b/src/pcu_main.cpp
@@ -163,7 +163,7 @@ int main(int argc, char *argv[])
bts->n3101 = 10;
bts->n3103 = 4;
bts->n3105 = 8;
- bts->alpha = 10; /* a = 1.0 */
+ bts->alpha = 0; /* a = 0.0 */
msgb_set_talloc_ctx(tall_pcu_ctx);