blob: 60f66fe8168401740af41fb87e4361c935a31f1d [file] [log] [blame]
Neels Hofmeyrcbdd7182019-03-04 00:39:32 +01001${include(common_template_warning)}
Neels Hofmeyr697a6172018-08-22 17:32:21 +02002gbproxy
Oliver Smith710107a2021-03-19 13:06:06 +01003sgsn nsei 101
Neels Hofmeyr697a6172018-08-22 17:32:21 +02004ns
Oliver Smith710107a2021-03-19 13:06:06 +01005 bind udp local
6 listen ${GBPROXY_IP} ${GBPROXY_GB_PORT}
7 accept-ipaccess
8 nse 101
9 nsvc ipa local ${SGSN_IP} ${SGSN_GB_PORT} nsvci 101
Neels Hofmeyr697a6172018-08-22 17:32:21 +020010 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
Neels Hofmeyr697a6172018-08-22 17:32:21 +020017
Neels Hofmeyrcbdd7182019-03-04 00:39:32 +010018${foreach(LOG_OUTPUT)}
19log ${LOG_OUTPUTn_TYPE}
20${include(common_logging)}
21${foreach_end}