Pau Espin Pedrol has submitted this change and it was merged.

Change subject: bts_octphy: Use OsmoPcu instead of OsmoPcuSysmo
......................................................................


bts_octphy: Use OsmoPcu instead of OsmoPcuSysmo

Change-Id: I81751d774ec1f61b01ccef6c21c9d38807d5d1fc
---
M src/osmo_gsm_tester/bts_octphy.py
1 file changed, 1 insertion(+), 1 deletion(-)

Approvals:
  Pau Espin Pedrol: Looks good to me, approved; Verified



diff --git a/src/osmo_gsm_tester/bts_octphy.py 
b/src/osmo_gsm_tester/bts_octphy.py
index 1953e85..f25823c 100644
--- a/src/osmo_gsm_tester/bts_octphy.py
+++ b/src/osmo_gsm_tester/bts_octphy.py
@@ -62,7 +62,7 @@
 
     def pcu(self):
         if self._pcu is None:
-            self._pcu = pcu_sysmo.OsmoPcuSysmo(self.suite_run, self, self.conf)
+            self._pcu = pcu_osmo.OsmoPcu(self.suite_run, self, self.conf)
         return self._pcu
 
     def pcu_socket_path(self):

-- 
To view, visit https://gerrit.osmocom.org/5196
To unsubscribe, visit https://gerrit.osmocom.org/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: I81751d774ec1f61b01ccef6c21c9d38807d5d1fc
Gerrit-PatchSet: 1
Gerrit-Project: osmo-gsm-tester
Gerrit-Branch: master
Gerrit-Owner: Pau Espin Pedrol <[email protected]>
Gerrit-Reviewer: Pau Espin Pedrol <[email protected]>

Reply via email to