pespin submitted this change.
bts: Run osmo-bts-trx with sched_rr priority
use a real time prio since it really needs to do stuff in ral time with
high prio. Use lower rt prio than fake_trx since that one is the most
important piece providing clock.
Change-Id: I0251ed3ec0645617cf4e9bcc03e75c805bf1634c
---
M bts/osmo-bts.cfg
1 file changed, 3 insertions(+), 0 deletions(-)
diff --git a/bts/osmo-bts.cfg b/bts/osmo-bts.cfg
index e80f51b..a683a03 100644
--- a/bts/osmo-bts.cfg
+++ b/bts/osmo-bts.cfg
@@ -32,6 +32,9 @@
no login
bind 127.0.0.1
!
+cpu-sched
+ policy rr 10
+!
e1_input
e1_line 0 driver ipa
e1_line 0 port 0
To view, visit change 39821. To unsubscribe, or for help writing mail filters, visit settings.