Move the SysmoBTS source directory

This commit is contained in:
Keith Whyte 2021-11-30 21:40:30 +01:00
parent 203f92084c
commit 89c7f9ad59
36 changed files with 10 additions and 10 deletions

View file

@ -0,0 +1,23 @@
#!/usr/bin/expect -f
spawn telnet localhost 4252
expect ">"
send "enable\r"
expect "#"
send "logging enable\r"
expect "#"
send "logging level all everything\r"
expect "#"
send "logging print category 1\r"
expect "#"
send "logging level set-all error\r"
expect "#"
send "logging filter all 1\r"
expect "#"
send "show manager\r"
expect "#"
interact