From c4ba4a6866a13e925bfc023f1fe3c5f5d5603601 Mon Sep 17 00:00:00 2001 From: Neels Hofmeyr Date: Thu, 18 May 2017 19:31:44 +0200 Subject: rename more items from nitb to bsc A NITB is a BSC + MSC, and if a BTS talks to a NITB, it talks to the BSC part of the NITB. Hence it makes more sense to name certain things 'bsc' instead of 'nitb', to prepare for a separate BSC process appearing soon. Change-Id: I6a0343b9243b166d4053cc44f523543f1245d772 --- src/osmo_gsm_tester/osmo_nitb.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/osmo_gsm_tester/osmo_nitb.py') diff --git a/src/osmo_gsm_tester/osmo_nitb.py b/src/osmo_gsm_tester/osmo_nitb.py index 4596007..926c111 100644 --- a/src/osmo_gsm_tester/osmo_nitb.py +++ b/src/osmo_gsm_tester/osmo_nitb.py @@ -74,7 +74,7 @@ class OsmoNitb(log.Origin): bts_list = [] for bts in self.bts: - bts_list.append(bts.conf_for_nitb()) + bts_list.append(bts.conf_for_bsc()) config.overlay(values, dict(nitb=dict(net=dict(bts_list=bts_list)))) self.dbg('NITB CONFIG:\n' + pprint.pformat(values)) @@ -89,7 +89,7 @@ class OsmoNitb(log.Origin): def bts_add(self, bts): self.bts.append(bts) - bts.set_nitb(self) + bts.set_bsc(self) def subscriber_add(self, modem, msisdn=None): if msisdn is None: -- cgit v1.2.3