openbsc[master]: pcu_if: original pcu sock interface from osmo-bts

This is merely a historical archive of years 2008-2021, before the migration to mailman3.

A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/gerrit-log@lists.osmocom.org/.

Harald Welte gerrit-no-reply at lists.osmocom.org
Tue Nov 1 21:59:29 UTC 2016


Patch Set 2: Code-Review-1

you can do this for a test, but we definitely don't want to introduce code duplication.  It would be best to have one version of the pcu_if code, and share that between BSC and BTS.  There are multiple ways to do this:
a) put it in libosmocore/libosmogsm. maybe not such a good idea, as it really is only needed by BTS and BSC
b) put it ina new library that is part of libosmocore.git.  Maybe a bit ecessive.
c) have one copy of the code (e.g. in the BSC) and pull the source into the BTS, like we do with gsm_data_shared.  Not elegant, but as we already do it in one place, might not hurt to do more of that.

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

Gerrit-MessageType: comment
Gerrit-Change-Id: I46b0a65f1633c40053d43b57b786b042f20f12bd
Gerrit-PatchSet: 2
Gerrit-Project: openbsc
Gerrit-Branch: master
Gerrit-Owner: dexter <pmaier at sysmocom.de>
Gerrit-Reviewer: Harald Welte <laforge at gnumonks.org>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: Max <msuraev at sysmocom.de>
Gerrit-Reviewer: dexter <pmaier at sysmocom.de>
Gerrit-HasComments: No



More information about the gerrit-log mailing list