Move the SysmoBTS source directory
This commit is contained in:
parent
203f92084c
commit
89c7f9ad59
36 changed files with 10 additions and 10 deletions
11
modules/rhizo_base/files/SysmoBTS/pcu-ns
Normal file
11
modules/rhizo_base/files/SysmoBTS/pcu-ns
Normal file
|
@ -0,0 +1,11 @@
|
|||
#!/usr/bin/expect -f
|
||||
|
||||
spawn telnet localhost 4240
|
||||
expect ">"
|
||||
send "enable\r"
|
||||
expect "#"
|
||||
send "show ns\r"
|
||||
expect "#"
|
||||
send "exit\r"
|
||||
expect "#"
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue