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: I077c2ad2ede900ec43f55655bd740651d3bbe83dchanges/42/11042/3
parent
320cb3ba97
commit
850c89ffa8
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue