aboutsummaryrefslogtreecommitdiffstats
path: root/src/osmo-bts-trx/main.c
diff options
context:
space:
mode:
authorAlexander Chemeris <Alexander.Chemeris@gmail.com>2015-06-30 22:34:42 -0400
committerAlexander Chemeris <Alexander.Chemeris@gmail.com>2015-07-20 21:27:42 -0400
commit85bea349ebb4d9a53764f9a96220cdea088f605b (patch)
tree64589b4b34af9c916e98e116ee4e63e212e9c5c8 /src/osmo-bts-trx/main.c
parent4e3bfe14126d016bbdde46b05dfa050b9cf7a0bb (diff)
hack: 2nd sector BTS. Needs code cleanup and more testing.achemeris/2sector
Diffstat (limited to 'src/osmo-bts-trx/main.c')
-rw-r--r--src/osmo-bts-trx/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/osmo-bts-trx/main.c b/src/osmo-bts-trx/main.c
index 1a3e1c75..07ab9eae 100644
--- a/src/osmo-bts-trx/main.c
+++ b/src/osmo-bts-trx/main.c
@@ -339,7 +339,7 @@ int main(int argc, char **argv)
write_pid_file("osmo-bts");
- rc = telnet_init(tall_bts_ctx, NULL, 4241);
+ rc = telnet_init(tall_bts_ctx, NULL, 4243);
if (rc < 0) {
fprintf(stderr, "Error initializing telnet\n");
exit(1);