blob: 60e1ece028fc03feb9e25a9b868e6203c3183e0a [file] [log] [blame]
Neels Hofmeyrcbdd7182019-03-04 00:39:32 +01001${include(common_template_warning)}
Neels Hofmeyr697a6172018-08-22 17:32:21 +02002gbproxy
3 sgsn nsei 101
4ns
5 nse 101 nsvci 101
6 nse 101 remote-role sgsn
7 nse 101 encapsulation udp
8 nse 101 remote-ip ${SGSN_IP}
9 nse 101 remote-port ${SGSN_GB_PORT}
10 timer tns-block 3
11 timer tns-block-retries 3
12 timer tns-reset 3
13 timer tns-reset-retries 3
14 timer tns-test 30
15 timer tns-alive 3
16 timer tns-alive-retries 10
17 encapsulation framerelay-gre enabled 0
18 encapsulation framerelay-gre local-ip ${GBPROXY_IP}
19 encapsulation udp local-ip ${GBPROXY_IP}
20 encapsulation udp local-port ${GBPROXY_GB_PORT}
21
Neels Hofmeyrcbdd7182019-03-04 00:39:32 +010022${foreach(LOG_OUTPUT)}
23log ${LOG_OUTPUTn_TYPE}
24${include(common_logging)}
25${foreach_end}