Hello Nordin,
On Mon, 04 Oct 2010 09:43:36 +0200, "Nordin" bouchtaoui@gmail.com wrote:
Maybe he needs just a simple example how you guys do that. That might help him to see some logic in the code and can pick it up quickly. Also, you never know what experience he has, maybe with some help he can help you back more. But than again, it's all up to your free time, which is always too short.
The code I used when I started to implement the TCH in Layer-1 will no longer work with the current version of OsmocomBB so it is of no help. This means I have to rewrite it and test it to be sure that it works as expected which will take some time, time as you already mentioned, is my free time and this free time is valuable.
I have the impression that in this case a quite detailed explanation including a working example is necessary and some hints won't help but only result in more questions. Although it might sound harsh, but knowledge in GSM and being able to read/understand/modify foreign source code is necessary, noone can expect this to learn here by asking the list.
If one takes OsmocomBB as it is and registers to a cell and makes a call, the logging output should give a lot of hints what calls to L1CTL have to be done.
Best regards, Dieter
Thanks Nordin, Deiter, Sylvain,
So nice you people are,
The code I used when I started to implement the TCH in Layer-1 will no longer work with the current version of OsmocomBB so it is of no help. This means I have to rewrite it and test it to be sure
I'm Keeping the copies of OsmocomBB source code, from Ari 2010. l onwards , with almost 5 -6 days interval i saved it to local drive with date tag, as i seen few of similar project were shut down due to legal issue hence i kept copy. thus i have more then 15 source code with date( of main branch), so far, including the one you enabled the TCH in August. month.
will it work? like if replacing some files. . also i just want to know there is some branches in source code apart from main branch. can it be download and workable ?
Kind regards,
Marten Christophe wrote:
I'm Keeping the copies of OsmocomBB source code, from Ari 2010. l onwards , with almost 5 -6 days interval i saved it to local drive
I'd suggest that you clone the git repository instead. Then you have the complete code history, and a very powerful tool to work with it. :)
git clone git://git.osmocom.org/osmocom-bb.git
//Peter
Hello Peter,
I just want to know, as Mr. Deiter replied in his mail, that, current version will not work for my purpose so i have almost,
15 copy of git clone git://git.osmocom.org/osmocom-bb.git, date wise , means i have old source code also, i remember that Mr. Deiter had deployed the TCH support in August , and right after i made a copy of it , will that work any ways with some small hacks ?
keeping right from April to till date. from the same link advised by you. right now I'm traveling , for collecting fund for a NGO , so might i have no Internet access in remote areas.. it is a developing nation
Thanks for you time,
Kind Regards,
On Tue, Oct 5, 2010 at 1:25 AM, Peter Stuge peter@stuge.se wrote:
Marten Christophe wrote:
I'm Keeping the copies of OsmocomBB source code, from Ari 2010. l onwards , with almost 5 -6 days interval i saved it to local drive
I'd suggest that you clone the git repository instead. Then you have the complete code history, and a very powerful tool to work with it. :)
git clone git://git.osmocom.org/osmocom-bb.git
//Peter
I just want to know, as Mr. Deiter replied in his mail, that, current version will not work for my purpose so i have almost, 15 copy of git clone git://git.osmocom.org/osmocom-bb.git,
And what Pete pointed out is that _each_ of those clone actually has the entire history and can be used to revert back to any previous version of the code back to it's origins ....
And Dieter's code probably worked on some internal version of the code that were never even commited on the public tree and he may not even have any more ...
So would you _please_ open the damn code and search for L1CTL and more precisely L1CTL_DM_REQ and read it ...
Oh and btw, the main branch _doesn't_ have TCH or audio support ... use the sylvain/testing branch for now.
Sylvain
baseband-devel@lists.osmocom.org