On Fri, Aug 26, 2011 at 09:00:34PM -0700, xuchenyu wrote:
Hello! I think that your neighbour cell measurement code is at the branch remotes/origin/laforge/neigh_sb
But when I use "git -b branch remotes/origin/laforge/neigh_sb", it told me that I am in this branch, but it seemed that the source code did not change, no neighbour cell measurement code!
Any one can tell me why and the solution?
Thanks very much!
-- View this message in context: http://baseband-devel.722152.n3.nabble.com/neighbour-cell-measurement-tp3168... Sent from the baseband-devel mailing list archive at Nabble.com.
Xuchenyu,
The command line you pasted is not valid. What you are trying to do, checking out a remote branch, is a very basic operation in git. You first should make yourself familiar with the tools used by osmocom-bb, see [1]. There is very good documentation for git, e.g. [2], [3].
Kind regards -Alexander Huemer
[1] http://bb.osmocom.org/trac/wiki/PreliminaryRequirements [2] $ man gittutorial [3] http://www.kernel.org/pub/software/scm/git/docs/everyday.html