[BUG REPORT]: Unable to send SMS

This is merely a historical archive of years 2008-2021, before the migration to mailman3.

A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/OpenBSC@lists.osmocom.org/.

Holger Hans Peter Freyther holger at freyther.de
Wed Jun 23 09:59:47 UTC 2010


On 06/23/2010 05:08 PM, Luca Bertoncello wrote:

> Exact! :D

The easiest is to use git bisect.

git bisect start -- openbsc (to limit it to that subdir)

git bisect good GOOD_REVISION (the sha1 not the stuff before the hyphen)
git bisect bad BAD_REVISION..

then repeat...

$ make
$ test_it...

and then either
$ git bisect good or git bisect bad...

at the end git will show you the commit that introduced the problem...




More information about the OpenBSC mailing list