Hello everyone,
i am noob to this field and currently trying to establishing a GSM network with EDGE support using this page as guide http://openbsc.osmocom.org/trac/wiki/Ettus_USRP_B2xx_family#no1 i am stuck at this command
sudo osmo-nitb -C -c openbsc.conf -T -P -m
its giving me following error
There is no such command. Error occurred during reading below line: extension-prefix 0
% 'dtx-used' is now deprecated: use dtx * configuration options of BTS instead Fri Jul 15 05:35:26 2016 <0005> bsc_init.c:492 Failed to parse the config file: '/home/ryker/openbsc.conf'
any help would be highly appreciated
thanks
Would you mind sharing your entire config? Btw, dtx-used is indeed deprecated now - if you want to enable DTX use dtxu or/and dtxd. If you don't know what DTX is than just remove this line. Having said that, it should not prevent the startup. You might want to check the documentation at
http://ftp.osmocom.org/docs/latest/
On 07/15/2016 02:41 AM, ayush gupta wrote:
Hello everyone,
i am noob to this field and currently trying to establishing a GSM network with EDGE support using this page as guide http://openbsc.osmocom.org/trac/wiki/Ettus_USRP_B2xx_family#no1 i am stuck at this command
sudo osmo-nitb -C -c openbsc.conf -T -P -m
its giving me following error
There is no such command. Error occurred during reading below line: extension-prefix 0
% 'dtx-used' is now deprecated: use dtx * configuration options of BTS instead Fri Jul 15 05:35:26 2016 <0005> bsc_init.c:492 Failed to parse the config file: '/home/ryker/openbsc.conf'
any help would be highly appreciated thanks
Hi Ayush,
On Thu, Jul 14, 2016 at 5:41 PM, ayush gupta guptaayush48@gmail.com wrote:
i am noob to this field and currently trying to establishing a GSM network with EDGE support using this page as guide http://openbsc.osmocom.org/trac/wiki/Ettus_USRP_B2xx_family#no1
Some parts of that wiki page are probably out of date.
EDGE support in osmo-bts is currently in review. I am in the process of addressing review comments and updating wiki pages. In the meantime, the EGPRS branch for osmo-bts is required.
git://git.osmocom.org/osmo-bts ttsou/egprs
Sharing your configuration files would also be helpful.
-TT
Dear Tom,
Some parts of that wiki page are probably out of date
That is correct. I am more than happy to update the manual, just let me know when the Osmo-BTS and Osmo-TRX master branches are ready for use. If I remember correctly you said that some outstanding pathes are still not merged and you are working on it.
Besides testing the latest (mainly EDGE related) modifications and swtich Osmo-BTS to the master branch, the manual is quite recent (compared to other parts of the wiki) and I tried it and it works. In time we can expand it with MCBTS and the SIP connector part (instead of the mISDN which increases the complexitiy of the installation process for new comers).
So, just let me know when you think its ready, and I will retest and redo the outdated part of the Wiki.
Regards, Csaba
----- Eredeti üzenet ----- Feladó: "Tom Tsou" tom@tsou.cc Címzett: "ayush gupta" guptaayush48@gmail.com Másolatot kap: "OpenBSC Mailing List" openbsc@lists.osmocom.org Elküldött üzenetek: Péntek, 2016. Július 15. 20:36:31 Tárgy: Re: Need Help In installing openBSC for establishing GSM network with EDGE support
Hi Ayush,
On Thu, Jul 14, 2016 at 5:41 PM, ayush gupta guptaayush48@gmail.com wrote:
i am noob to this field and currently trying to establishing a GSM network with EDGE support using this page as guide http://openbsc.osmocom.org/trac/wiki/Ettus_USRP_B2xx_family#no1
Some parts of that wiki page are probably out of date.
EDGE support in osmo-bts is currently in review. I am in the process of addressing review comments and updating wiki pages. In the meantime, the EGPRS branch for osmo-bts is required.
git://git.osmocom.org/osmo-bts ttsou/egprs
Sharing your configuration files would also be helpful.
-TT
On Fri, Jul 15, 2016 at 06:11:53AM +0530, ayush gupta wrote:
There is no such command. Error occurred during reading below line: extension-prefix 0
This means that the config file you used contains a line that osmo-nitb does not understand.
Looking in the git logs, I could actually not find this config item anywhere in the past of our main line osmo-nitb. So maybe this config file once worked with a development branch of osmo-nitb. Sounds related to telephone numbers.
I'd suggest simply removing the extension-prefix line from openbsc.conf.
Also note that we've moved to redmine, and the page you referenced was migrated to http://osmocom.org/projects/cellular-infrastructure/wiki/Ettus_USRP_B2xx_fam... (which doesn't mean that anyone fixed it, though)
Hope to have helped,
~Neels