Hi Harald,
On 22/05/11 22:05, Harald Welte wrote:
Hi Pablo,
sorry for getting back to this after one month ...
Never mind. I'm happy that all those things got merged :-).
On Tue, Apr 19, 2011 at 07:47:44PM +0200, pablo@gnumonks.org wrote:
This patchset adds new VTY commands that allows to route IPA flows.
can you re-base this patchset against current openbsc and develop it further into the following direction:
- cleanly split the IPA part from openbsc, allowing it to be re-used from other applications. All related VTY code should be part of the IPA code. The application (like osmo-nitb) should only call an initialization function, which then takes care of registering with vty, etc.
I guess that you refer to all IPA code, not only the code in my patch.
- I imagine something like a libosmoipa as a final result. initially it can be built as part of openbsc.git, later it should become part of libosmocore.git
Sure. I'll make it part of libosmocore since the beginning, so we can skip the transition.
The idea behind this is simple: I'd like to re-use the existing IPA code from within osmo-bts, where right now Andreas has created a separate implementation of the same protocol (which I think is not the best style).
Having a look at that code, I guess that it's still quite experimental, but if there's some way to help/test it, let me know. The A-bis interface is the part that I better know at this point, I'll be happy to contribute to that part :-).