blob: c84168c8f5df6b5bc073b3062bc19c3b1af30007 [file] [log] [blame]
Oliver Smitha3a1a0d2021-12-14 16:27:10 +01001${include(common_template_warning)}
2
3# By default, osmo-dev starts one osmo-stp with this config. If STP_CN_IP and
4# STP_RAN_IP are changed to be different, osmo-dev starts two osmo-stp, one
5# with this config and another one with osmo-stp-ran.cfg.
6
7line vty
8 bind ${STP_CN_IP}
9
10cs7 instance 0
11 xua rkm routing-key-allocation dynamic-permitted
12 listen m3ua 2905
13 accept-asp-connections dynamic-permitted
14 local-ip ${STP_CN_IP}
15
16${foreach(LOG_OUTPUT)}
17log ${LOG_OUTPUTn_TYPE}
18${include(common_logging)}
19 logging level linp notice
20 logging level lss7 notice
21 logging level lsccp notice
22 logging level lsua notice
23 logging level lm3ua notice
24${foreach_end}