Patch Set 1: Code-Review+1 > Can we use shared header installed by osmo-pcu similar to #1258?
Actually, I think I start to like the idea of having copies of the header file. This way, each version in the git repository has the matching version of the header file to its code. Let's say we change the interface and bump the version inside the pcu. Then the new versions header file is the right one inside the PCU repository. A different check-out (even of an older or current version) of BTS or BSC may implement a different version, based on its local header file. This is exactly what we want: If you try to run the two together, you will get some meaningful error message. -- To view, visit https://gerrit.osmocom.org/2056 To unsubscribe, visit https://gerrit.osmocom.org/settings Gerrit-MessageType: comment Gerrit-Change-Id: Ib13cb4099d12fa71e9e0b8727e19ab29e11909b2 Gerrit-PatchSet: 1 Gerrit-Project: openbsc Gerrit-Branch: master Gerrit-Owner: lynxis lazus <[email protected]> Gerrit-Reviewer: Harald Welte <[email protected]> Gerrit-Reviewer: Jenkins Builder Gerrit-Reviewer: Max <[email protected]> Gerrit-Reviewer: dexter <[email protected]> Gerrit-HasComments: No
