Hi Alexander, Ivan and everyone else,
as per our previous private discussions, I've now imported the PCU code to the repository, which you can see at http://cgit.osmocom.org/cgit/osmo-pcu/
The history of the old repository was imported using git filter-branch.
I've also added an auto-foo skeleton and cleaned up some bits.
As libosmo-gb is still not properly separated from openbsc.git, the required tree layout is something like: ancestor/openbsc ancestor/osmo-pcu
Right now the code doesn't build yet. Some of it is remaining OpenBTS dependencies, some of it is the fact that the code apparently never compiled on 64bit systems:
csn1.cpp:65:69: error: invalid initialization of reference of type 'unsigned int&' from expression of type 'size_t {aka long unsigned int}'
Regards, Harald