bts: add configs for running without docker

Base on docker-playground.git's ttcn3-bts-test/*.cfg files, change IPs
from 172.18.9.* to 127.0.0.* (last octet unchanged).

Change-Id: I9eb2bb4599a4e874424f73483d9658a4467b8b8c
diff --git a/bts/BTS_Tests.cfg b/bts/BTS_Tests.cfg
index 78a288d..ed04163 100644
--- a/bts/BTS_Tests.cfg
+++ b/bts/BTS_Tests.cfg
@@ -12,13 +12,17 @@
 #*.BTSVTY.CTRL_HOSTNAME := "10.9.1.191" # sysmoBTS Max
 #*.BTSVTY.CTRL_HOSTNAME := "10.9.1.162" # sysmoBTS Pau
 #*.BTSVTY.CTRL_HOSTNAME := "192.168.100.130" # sysmoBTS home
-*.BTSVTY.CTRL_HOSTNAME := "127.0.0.1" # osmo-bts-trx
-*.BSCVTY.CTRL_HOSTNAME := "127.0.0.1" # osmo-bsc
+*.BTSVTY.CTRL_HOSTNAME := "127.0.0.20" # osmo-bts-trx
+*.BSCVTY.CTRL_HOSTNAME := "127.0.0.11" # osmo-bsc
 
 [MODULE_PARAMETERS]
+L1CTL_PortType.m_l1ctl_sock_path := "/tmp/osmocom_l2"
 #BTS_Tests.mp_rsl_ip := "10.9.1.2" # office
-BTS_Tests.mp_rsl_ip := "192.168.100.2" # home
-#BTS_Tests.mp_pcu_socket := ""
+#BTS_Tests.mp_rsl_ip := "192.168.100.2" # home
+BTS_Tests.mp_rsl_ip := "127.0.0.10"
+BTS_Tests.mp_pcu_socket := "/tmp/pcu_sock"
+BTS_Tests.mp_bts_trxc_ip := "127.0.0.21"
+BTS_Tests.mp_ctrl_ip   := "127.0.0.20"
 #BTS_Tests_OML.mp_oml_ip := "192.168.102.239" # home
 #BTS_Tests_OML.mp_oml_port := 3002