bts-oml: Set mp_pcu_socket

Since recently (osmo-ttcn3-hacks.git
I78880098a55d1cb456011746efa0a47832a86ca8), BTS_Tests_OML use
mp_pcu_socket to set up PCUIF, which is used in some tests (like
validating forwarding of PCUIF messages PCU<->BSC).

Related: SYS#5303
Change-Id: Iac4aac8d98e2f45021858ddaa5e20ca4c6effb31
This commit is contained in:
Pau Espin 2021-06-28 14:25:40 +02:00
parent 8c04ad26ac
commit 12c37168ed
1 changed files with 1 additions and 0 deletions

View File

@ -18,6 +18,7 @@ BTS_Tests.mp_ctrl_ip := "172.18.9.20"
BTS_Tests_OML.mp_oml_ip := "172.18.9.10"
BTS_Tests_OML.mp_oml_port := 3002
BTS_Tests_OML.mp_pcu_socket := "/data/unix/pcu_sock"
[MAIN_CONTROLLER]