Actions
Feature #5930
openhandle multiple BTSs with one PCU
Status:
New
Priority:
Low
Assignee:
-
Target version:
-
Start date:
03/02/2023
Due date:
% Done:
0%
Spec Reference:
Description
OsmoPCU has been used so far in BTS co-located scenario only. This scenario always consists of exactly one BTS instance and exactly one PCU instance. When the PCU is used on a BSC colocated scenario one PCU may serve multiple BTSs. OsmoPCU already manages a list with BTSs and the PCU socket protocol already supports multiple BTSs as well but it is unclear how mature this is. At least the code/API that is used to handle the direct PHY access is not able to distinguish between different BTSs.
Updated by dexter 9 months ago
This patch upgrades the API so that we can associate a certain BTS with with a certain PHY: https://gerrit.osmocom.org/c/osmo-pcu/+/31649 pcu_l1_if_phy: support multiple BTS (in theory)
Actions