Hello
It may not be an appropriate mail-list to ask questions about OsmoBTS inside femto-cell of Accelerate3g5 "promo", but i need some directions.
I undestand that i need to build OpenBSC (OpenNITM), so that femto-cell start "working" . But i can't find any documentation regarding how to configure OsmoBTS inside femto-cell .
I knew root account password for the cell, but didn't find passwords resting in
[root@ip302ff:~#]cat /var/www/.htpasswd nano-admin:SO0umwXJnpBjo femto-admin:gRWqmPZknka4g developer:.QIQ0JPRQ3PKA [root@ip302ff:~#]
so i just move this file aside and access http://cell-ip:8089/ cgi-bin/connection_config.cgi . It giving this HTML
<pre> $ curl http://cell-ip:8089/cgi-bin/connection_config.cgi <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" " http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type"> <title>ip.access 3G AP Web-if</title> <link href="/styles.css" rel="stylesheet" type="text/css"> </head>
<NOSCRIPT> <meta http-equiv=REFRESH content=0;URL="/no_javascript.html"> </NOSCRIPT>
<body onLoad="myOnLoad()"> <div id="header"> <img src="/top_banner.png" usemap="#logomap" border="0" align="middle" vspace="0"> <MAP name="logomap" border="0"> <AREA href="http://www.ipaccess.com" shape="rect" coords="0,0,160,65"/> </MAP> </div>
<div id="container"> <div id="title"><h2>3G AP</h2></div> <div id="leftcol"> <ul id="nav" class="nav"> <!--#getMenuItemsForUser--> </ul> </div> <div id="content"> <b>Serial Number: </b><!--#getSerialNumber--></p> <b>Sorry - couldn't find '/cgi-bin/connection_config.cgi' page here.</b><br> Server name: ip302ff<br>PathTranslated: <br>PathInfo: <br> <!--content--></div> <div id="footer"> <p/> <hr/> <h3>Copyright © 2010 <a href="http://www.ipaccess.com">ip.access ltd</a></h3> </div> <!--container--></div> </body> </html>
$ </pre>
one of the URLs that work is http://cell-ip:8089/cgi-bin/swversion.cgi , which giving
<pre> Serial Number: Firmware Version Information Flash Contents
Kernel Bank 1: xc-220.3.0 Kernel Bank 2: xc-225.2.0 Filesystem Bank 1: EMPTY Filesystem Bank 2: 579.26.7 Default Filesystem: ## Error: "rootdev" not defined sh: 5: unknown operand sh: 6: unknown operand Default OS: ## Error: "kernel_flash_addr" not defined sh: 0x20080000: unknown operand sh: 0x20280000: unknown operand Booted version:
Bootloader version: OS version: xc-225.2.0 #1 PREEMPT Thu Jul 11 17:54:07 BST 2013 Filesystem version: 579.26.7 Detailed List:
etc </pre>
There are open TCP ports on femto-cell ip 22,8089,8090,10002 . One of them 8090, when telnet to it, it providing some "vty"
<pre> dmi> help SYNTAX : help [cmd]|[attribute_id_list] where cmd is one of quit q call wait get set action alarm getobj restore regatt deregatt regact deregact dmidata endscript exitscript history buildco print help dmi> </pre>
But it doesn't look like VTY that documented in http://ftp.osmocom.org/docs/latest/osmobts-usermanual.pdf
I may need to build linux for femto-cell by myself, but need some help of how to build and write builded image to femto-cell
--- WBR Nikolay
Hi Nikolya,
On Sun, Apr 30, 2017 at 02:26:59PM +0300, Nikolya wrote:
It may not be an appropriate mail-list to ask questions about OsmoBTS inside femto-cell of Accelerate3g5 "promo", but i need some directions.
This list is the right place.
I undestand that i need to build OpenBSC (OpenNITM), so that femto-cell start "working" .
Where have you found any references to OsmoNITB for running a 3G network? Pleaes let us know, because we must make sure that there is no misleading information in our wiki, manuals or other documentation.
Please follow the instructions indicated at https://osmocom.org/projects/cellular-infrastructure/wiki/Getting_Started_wi...
But i can't find any documentation regarding how to configure OsmoBTS inside femto-cell .
There is no OsmoBTS on a 3G/3.5G femtocell, as there is no BTS in 3G/3.5G networks. A BTS only exists in 2G/2.5G/2.75G (GSM/GPRS/EDGE).
Regards, Harald