aboutsummaryrefslogtreecommitdiffstats
path: root/src/osmo-bts-trx/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/osmo-bts-trx/main.c')
-rw-r--r--src/osmo-bts-trx/main.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/osmo-bts-trx/main.c b/src/osmo-bts-trx/main.c
index 7701c2c9..7f368172 100644
--- a/src/osmo-bts-trx/main.c
+++ b/src/osmo-bts-trx/main.c
@@ -334,6 +334,8 @@ int main(int argc, char **argv)
config_file);
exit(1);
}
+ if (!settsc_enabled && !setbsic_enabled)
+ settsc_enabled = setbsic_enabled = 1;
write_pid_file("osmo-bts");