Add BTS side NS check script
This commit is contained in:
parent
c630031686
commit
1ffc4a47c7
2 changed files with 19 additions and 9 deletions
11
modules/rhizo_base/files/var/SysmoBTS/pcu-ns
Normal file
11
modules/rhizo_base/files/var/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