mirror of https://gerrit.osmocom.org/osmo-dev
net/templates/osmo-gbproxy.cfg: update format
Update to changes in osmo-gbproxy * Id67592aa7712e5e04e7264b2fb8f26d57eb7e69e * I2a18dcf035f1fc7304a0c7c7c83b5e8e15429d2b Change-Id: Ia7008d6d2d26030aa4c35439f1525a53957443a1changes/19/23419/1
parent
964539c416
commit
710107a459
|
@ -1,12 +1,12 @@
|
|||
${include(common_template_warning)}
|
||||
gbproxy
|
||||
sgsn nsei 101
|
||||
sgsn nsei 101
|
||||
ns
|
||||
nse 101 nsvci 101
|
||||
nse 101 remote-role sgsn
|
||||
nse 101 encapsulation udp
|
||||
nse 101 remote-ip ${SGSN_IP}
|
||||
nse 101 remote-port ${SGSN_GB_PORT}
|
||||
bind udp local
|
||||
listen ${GBPROXY_IP} ${GBPROXY_GB_PORT}
|
||||
accept-ipaccess
|
||||
nse 101
|
||||
nsvc ipa local ${SGSN_IP} ${SGSN_GB_PORT} nsvci 101
|
||||
timer tns-block 3
|
||||
timer tns-block-retries 3
|
||||
timer tns-reset 3
|
||||
|
@ -14,10 +14,6 @@ ns
|
|||
timer tns-test 30
|
||||
timer tns-alive 3
|
||||
timer tns-alive-retries 10
|
||||
encapsulation framerelay-gre enabled 0
|
||||
encapsulation framerelay-gre local-ip ${GBPROXY_IP}
|
||||
encapsulation udp local-ip ${GBPROXY_IP}
|
||||
encapsulation udp local-port ${GBPROXY_GB_PORT}
|
||||
|
||||
${foreach(LOG_OUTPUT)}
|
||||
log ${LOG_OUTPUTn_TYPE}
|
||||
|
|
Loading…
Reference in New Issue