Hi,
Could it be possible to enable the ticket system in trac ? It could be used to add suggestions/bugs/todo/..., avoid overloading the mailing list, and keep trac of them. For example, how about changing the mobile welcome message from: Welcome to the OpenBSC Control interface to: Welcome to the osmocom Control interface it makes more sense when using osmocomBB.
thanks, kevin
Hi Kevin,
On Sat, Jan 29, 2011 at 11:49:45AM +0100, tsaitgaist wrote:
Could it be possible to enable the ticket system in trac ? It could be used to add suggestions/bugs/todo/..., avoid overloading the mailing list, and keep trac of them.
I explicitly disabled it about a week ago since it was not being used.
If there are some people on this list who will say that they will actually use it (i.e. fix stuff reported in there), then I'll re-activate it.
So far, e.g. in OpenBSC, it was not much used at all... I think I am the only one who did collect some todo items, but then also stopped to use it soon after.
For example, how about changing the mobile welcome message from: Welcome to the OpenBSC Control interface
feel free to send a patch :)
tsaitgaist wrote:
For example, how about changing the mobile welcome message from: Welcome to the OpenBSC Control interface
+++ osmocom-bb/src/shared/libosmocore/src/vty/telnet_interface.c 2011-01-30 23:46:32.305490006 +0100
..
"Welcome to the OpenBSC Control interface\r\n";
"Welcome to the osmocom control interface\r\n";
Maybe basename(argv[0]) ?
Or "Osmocom" like in the logo?
//Peter
Hi,
here the patch,
You can't change things in shared/libosmocore like that.
You need to somehow make that string application dependent, then submit a patch for libosmocore itself and then the appropriate patch for both openbsc and osmocom-bb to adapt to the new interface.
Cheers,
Sylvain
baseband-devel@lists.osmocom.org