pespin has uploaded this change for review. (
https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/39821?usp=email )
Change subject: bts: Run osmo-bts-trx with sched_rr priority
......................................................................
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(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-ttcn3-hacks refs/changes/21/39821/1
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
https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/39821?usp=email
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings?usp=email
Gerrit-MessageType: newchange
Gerrit-Project: osmo-ttcn3-hacks
Gerrit-Branch: master
Gerrit-Change-Id: I0251ed3ec0645617cf4e9bcc03e75c805bf1634c
Gerrit-Change-Number: 39821
Gerrit-PatchSet: 1
Gerrit-Owner: pespin <pespin(a)sysmocom.de>