Hi!
I've created a new git repository (osmo-bts.git) for the BTS-side code. You can browse it at http://cgit.osmocom.org/cgit/osmo-bts/
So far it only contains an import of Andreas' osmocom-bb.git jolly/bts branch, and some minimal modifications like include path changes.
However, the code does not build yet. The TODO items are as follows:
* de-couple the LAPDm code in OsmocomBB from references to osmcom_ms and other OsmocomBB specific data structures * put the LAPDm code into a shared library * link that library from both layer23 and osmo-bts * merge all common code and definitions/structures for RSL, OML and RTP together with the openbsc/src/lib{abis,trau}
Regards, Harald
On 03/04/2011 02:49 PM, Harald Welte wrote:
- de-couple the LAPDm code in OsmocomBB from references to osmcom_ms and other OsmocomBB specific data structures
- put the LAPDm code into a shared library
- link that library from both layer23 and osmo-bts
- merge all common code and definitions/structures for RSL, OML and RTP together with the openbsc/src/lib{abis,trau}
do you need a hand with any of this?
On Sat, Mar 05, 2011 at 08:55:16AM +0100, Holger Hans Peter Freyther wrote:
On 03/04/2011 02:49 PM, Harald Welte wrote:
- de-couple the LAPDm code in OsmocomBB from references to osmcom_ms and other OsmocomBB specific data structures
- put the LAPDm code into a shared library
- link that library from both layer23 and osmo-bts
- merge all common code and definitions/structures for RSL, OML and RTP together with the openbsc/src/lib{abis,trau}
do you need a hand with any of this?
I don't really have time for it now, so any help would be appreciated!
Hi Harald,
I've created a new git repository (osmo-bts.git) for the BTS-side code. You can browse it at http://cgit.osmocom.org/cgit/osmo-bts/
So far it only contains an import of Andreas' osmocom-bb.git jolly/bts branch, and some minimal modifications like include path changes.
However, the code does not build yet.
Some code for BTS side already exist. I have made open source softBTS , This code build and if you run it, you can get 1st impressions for virtual BTS:
git clone git@github.com:softBTS/softBTS.git
Here is how to build and start software:
https://github.com/softBTS/softBTS#readme
Some members of this list already had chance to get code. Maybe can be valuable to someone else too.
fadil