Hi Pablo,
sorry for getting back to this after one month ...
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 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
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).
Regards, Harald