aboutsummaryrefslogtreecommitdiffstats
path: root/src/osmo-bts-sysmo/main.c
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2014-08-22 23:26:26 +0200
committerHarald Welte <laforge@gnumonks.org>2014-08-24 17:07:02 +0200
commitbe1898495977f1aa0db1f63c4158be7ec0d8218e (patch)
tree531432140159857b0b45b08c3650219284c113f8 /src/osmo-bts-sysmo/main.c
parent9d0fd073e91d25bf61c19089a0c4e0ee35457446 (diff)
ctrl: Add sysmobts control interface
This sysmobts specific control interface allows for clock calibration from an external program by means of the "trx.0.clock-info" and "trx.0.clock-correction" values.
Diffstat (limited to 'src/osmo-bts-sysmo/main.c')
-rw-r--r--src/osmo-bts-sysmo/main.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/osmo-bts-sysmo/main.c b/src/osmo-bts-sysmo/main.c
index 730b0c35..51619ee9 100644
--- a/src/osmo-bts-sysmo/main.c
+++ b/src/osmo-bts-sysmo/main.c
@@ -353,6 +353,7 @@ int main(int argc, char **argv)
write_pid_file("osmo-bts");
bts_controlif_setup(bts);
+ sysmobts_ctrlif_inst_cmds();
rc = telnet_init(tall_bts_ctx, NULL, OSMO_VTY_PORT_BTS);
if (rc < 0) {