<div dir="ltr">Hello Harald,<div>Season's greetings! I was on Christmas vacation and just back in office today.</div><div>Thank you for your time and patience to respond with the details of standard message structure of osmocom coding style.</div>
<div><br></div><div>I'm sorry, at this point I'm not compliant with that and surely require some effort on that front. Right now my priority was to make this piece of software work with Octasic Phy and I'm very close to that and will update you after the testing.</div>
<div><br></div><div>Right now the code is not very clean as I might not have followed osmocom coding rules and needs to be cleaned up. But I'm trying to share the OSMOBTS modifications with you. As I said I'm new to git, I'm just trying by going through some tutorials. </div>
<div><br></div><div>I have local folder osmo-bts which was cloned from osmocom repo</div><div>git clone git://<a href="http://git.osmocom.org/osmo-bts.git">git.osmocom.org/osmo-bts.git</a><br></div><div><br></div><div>I then changed the branch to jolly/trx from master:</div>
<div><div>git checkout -b jolly/trx origin/jolly/trx<br></div></div><div><br></div><div>I then created my private branch:</div><div>git checkout -b jason-oct-phy<br></div><div><br></div><div>Then I have added all my changes into it.</div>
<div><br></div><div>I then added the modified files into git.</div><div>git add .<br></div><div><br></div><div>Then I commited the changes:</div><div>git commit -m "jason-oct-phy new branch - Initial commit"<br>
</div><div><br></div><div>Changed the author & email:</div><div>git config --global <a href="http://user.name">user.name</a> "Jason"<br></div><div>git config --global user.email <a href="mailto:jason.anoop@gmail.com">jason.anoop@gmail.com</a><br>
</div><div><br></div><div>updated the commit to reflect the above:</div><div>git commit --amend --reset-author<br></div><div><br></div><div><div>git log shows:</div><div><div>root@gsm-bss:/home/osmo-bts# git log </div><div>
commit 9bd1926c1e105844ce3e8d39234c6aec9259cc27</div><div>Author: Jason <<a href="mailto:jason.anoop@gmail.com">jason.anoop@gmail.com</a>></div><div>Date:   Thu Jan 2 16:07:13 2014 +0530</div><div><br></div><div>    jason-oct-phy new branch - Initial commit</div>
</div><div><br></div></div><div>I can see my branch active:<br></div><div><div>root@gsm-bss:/home/osmo-bts# git branch</div><div>* jason-oct-phy</div><div>  jolly/trx</div><div>  master</div><div><br></div><div>I see all my changes are commited:</div>
<div><div>root@gsm-bss:/home/osmo-bts# git status</div><div># On branch jason-oct-phy</div><div>nothing to commit (working directory clean)</div></div><div><br></div><div>I can also see the diff between jolly/trx branch and my jason-oct-phy branch.</div>
<div>git diff jolly/trx jason-oct-phy<br></div><div><br></div><div>However, when I try to push my branch changes to the repo, I fail.</div><div><div>root@gsm-bss:/home/osmo-bts# git push -u origin jason-oct-phy</div><div>
fatal: remote error: access denied or repository not exported: /osmo-bts.git</div></div><div><br></div><div class="gmail_extra">Could you please help me if I'm missing something? Why am I not able to push the changes? Thanks for your help in this regard.</div>
<div class="gmail_extra"><br></div><div class="gmail_extra">Cheers!</div><div class="gmail_extra">Jason</div></div><div class="gmail_extra"><br></div></div>