From 850c89ffa80933c7b6a539da175783437b2b834a Mon Sep 17 00:00:00 2001 From: Neels Hofmeyr Date: Sat, 16 Jun 2018 15:57:04 +0200 Subject: osmo-bsc.cfg: inter-bsc HO: add a neighbor identity This mirrors osmo-ttcn3-hacks change: "bsc: inter-BSC HO: add TC_ho_out_of_this_bsc, TC_ho_into_this_bsc" change-id Id22852d4be7f127d827e7a8beeec55db27c07f03 (As well as removal of the 'add' keyword in change-id I6a83a8d4ba61b87905c6fae457d4b4eb6078dce9 after osmo-bsc change I143f21f6069d1a86096cc8240cf69eb7ea9c8ac8.) Related: OS#2283 Change-Id: I077c2ad2ede900ec43f55655bd740651d3bbe83d --- ttcn3-bsc-test/osmo-bsc.cfg | 2 ++ ttcn3-bsc-test/sccplite/osmo-bsc.cfg | 2 ++ 2 files changed, 4 insertions(+) diff --git a/ttcn3-bsc-test/osmo-bsc.cfg b/ttcn3-bsc-test/osmo-bsc.cfg index 4249818..21ef4b9 100644 --- a/ttcn3-bsc-test/osmo-bsc.cfg +++ b/ttcn3-bsc-test/osmo-bsc.cfg @@ -93,6 +93,8 @@ network early-classmark-sending forbidden ip.access unit_id 1234 0 oml ip.access stream_id 255 line 0 + # remote-BSS neighbor: + neighbor lac 99 arfcn 123 bsic any neighbor-list mode manual-si5 neighbor-list add arfcn 100 neighbor-list add arfcn 200 diff --git a/ttcn3-bsc-test/sccplite/osmo-bsc.cfg b/ttcn3-bsc-test/sccplite/osmo-bsc.cfg index 4914607..25844b4 100644 --- a/ttcn3-bsc-test/sccplite/osmo-bsc.cfg +++ b/ttcn3-bsc-test/sccplite/osmo-bsc.cfg @@ -103,6 +103,8 @@ network neighbor-list add arfcn 200 si5 neighbor-list add arfcn 10 si5 neighbor-list add arfcn 20 + # remote-BSS neighbor: + neighbor lac 99 arfcn 123 bsic any codec-support fr hr efr amr gprs mode gprs gprs 11bit_rach_support_for_egprs 0 -- cgit v1.2.3