net/templates/osmo-bsc-nat.cfg: add addressbooks

Add MSC and BSC point-codes, as it is currently needed in the initial
message forwarding implementation.

Related: SYS#5560
Related: osmo-bsc-nat I4af398bb433341a98f818822e6c3af28b6d9dacd
Change-Id: Ia396cc677ceffa3fa86da5460f6c890b5f714059
This commit is contained in:
Oliver Smith 2022-01-31 17:32:28 +01:00 committed by osmith
parent fd10baa790
commit b6d58c0918
1 changed files with 8 additions and 0 deletions

View File

@ -4,12 +4,20 @@ cs7 instance 0
asp asp-clnt-OsmoBSCNAT-CN 2905 0 m3ua
remote-ip ${STP_CN_IP}
local-ip ${BSCNAT_CN_IP}
sccp-address msc
routing-indicator PC
point-code ${MSC_PC}
subsystem-number 254
cs7 instance 1
point-code ${BSCNAT_RAN_PC}
asp asp-clnt-OsmoBSCNAT-RAN 2905 0 m3ua
remote-ip ${STP_RAN_IP}
local-ip ${BSCNAT_RAN_IP}
sccp-address bsc
routing-indicator PC
point-code ${BSC_PC}
subsystem-number 254
bsc-nat
cs7-instance-cn 0