For the vty tests, add osmo-sgsn-accept-all.cfg (that does not need an HLR) and use in vty_test_runner.py, otherwise the 'show sgsn' command will reply that it could not connect to the HLR, failing the vty test which expects empty. Change-Id: Ie3b2013198d3e2b780a4e31c36b89b58129dcacdchanges/21/3421/4
parent
b81d3bdad5
commit
8dc8ea435f
@ -0,0 +1,27 @@ |
||||
! |
||||
! Osmocom SGSN configuration |
||||
! |
||||
! |
||||
line vty |
||||
no login |
||||
! |
||||
sgsn |
||||
gtp local-ip 127.0.0.1 |
||||
ggsn 0 remote-ip 127.0.0.2 |
||||
ggsn 0 gtp-version 1 |
||||
auth-policy accept-all |
||||
! |
||||
ns |
||||
timer tns-block 3 |
||||
timer tns-block-retries 3 |
||||
timer tns-reset 3 |
||||
timer tns-reset-retries 3 |
||||
timer tns-test 30 |
||||
timer tns-alive 3 |
||||
timer tns-alive-retries 10 |
||||
encapsulation udp local-ip 127.0.0.1 |
||||
encapsulation udp local-port 23000 |
||||
encapsulation framerelay-gre enabled 0 |
||||
! |
||||
bssgp |
||||
! |
Loading…
Reference in new issue