On Tue, Jun 3, 2014 at 12:18 PM, Yavuz Mert <[email protected]> wrote: > Hi all, > Can I use the two transceivers of UmTrx as two different BTS using osmobts-trx > and osmo-trx.(Having different ipa-unit-id's) > I considered running single osmo-trx and two instances of osmobts-trx which > would require hacking UDP port numbers for clock, ctrl and data ports, sending > clock indication to both osmobts-trx instances from osmo-trx. > Or maybe there is already a saner method i could not figure
Right now you can only drive the separate RF paths as two TRX units controlled by one osmobts instance. Communicating with each TRX independently with multiple osmobts instances is not supported. The reason for this is that are some operations (e.g. thread setup) that are tied to TRX0 with the expectation of a single C0 setup rather than completely independent configuration of channels. -TT
