Dear all,
I want to buy some nanoBTS or HSL 2.75G picocell .
Is there any body who wants to sell nanoBTS or HSL 2.75G picocell ?
Looking forward for any offer .
Regards,
jngpz(a)163.com
2011-06-19
Dear Developers,
I mentioned earlier that I found a tutorial in which we read that this cell
is within the box's serial port.
I found him looking for a RS485 port outlet, and 2x5-pin lines of pins.
Images from the PCB:
http://www.facebook.com/media/set/?set=a.1979958333026.114473.1065188491
IPSEC have read so far by launching tube through a communication
gateway through
which to get "home location register" information, etc..
Whether there is a chance to even download the firmware via the serial
terminal analysis?
Or perhaps to be found in lines of pins USB option?
The presentation referred to the serial port connection just yet to start
when you press the reset button four times, then the boot menu to configure
the IP address, login data.
greetings: bthomyka
Dear Developers!
Currently, the only tool I have found this information:
http://users.atw.hu/helvei/UAP3801E.rar?atw_referer=http% 3A% 2F% 2Fmobil-
telefon.vatera.hu 2Fmobiltelefon_tartozek%%% 2Fegyeb
2F4_db_huawei_ap_femtocella_mobil_bazisallomas_1459406466.html
This is a power point presentation, the pages visible to a certain set of
procedures.
Although I do not know how much help in the development, but I share with
you.
Consulted during a programmer who is interested in finding a "reverse
engineering" and curious about the possibility of the device, the
communication.
I am confident that if he succeeds, much of the project promotes the
development
of OpenBSC.
Regards,
bthomyka
On 05/30/2011 06:27 AM, Seungju Kim wrote:
> Hello, I am experiencing some crash with osmo-sgsn.
> This is the log : http://pastebin.com/XP8RcaaNI didnt make any modification except removing imsi roaming check.
> Every time when a phone tries to connect this happens. What might be wrong?
Hi,
please make yourself gdb and git and create a patch. The struct msgb has
detected a mis-use and forced a crash. What is going wrong is in the log, you
will need to identify where this msgb got allocated (or change the panic
message to print the name of the msgb) and see why it is using the amount of
headroom it wants to use.
happy hacking
holger
Dear OpenBSC users and developers!
I beseech you, help me with some information.
Today I bought a 4 pack auction Huawei femtocell UAP 3801. Next to them
there's no documentation, Huawei has not yet responded to my questions.
I want them to operate with OpenBSC. Do you think this tool will work with
it?
If anyone are having operating instructions, configuration instructions, please
share it with me.
Thanks,
bthomyka
> 1) nanoBTS based
> The nanoBTS are 200mW only, so we would need a booster. Those cost
> about 1000 EUR for 6W downlink power + 18dB uplink LNA. Who is
going
> to fund that? Also, we would need a combiner/splitter to run
> something like a 3-TRX setup.
i could get 3 amplifiers by R&S from a friend. each one has 20 watts
output power max. here is a similar device:
http://www.radiosurplus.it/pdf/TSAMPG.pdf
Hi,
I wrote a very primitive client and server for PCAP. The osmo_pcap_client will
use libpcap to sniff on a local link, we have the usual VTY interface to
configure it, one can change the filter and the device at runtime.
There is also a very simple server that authenticates clients based on the
remote address, that will write the pcap files to disk. The files will be
rotated based on time and size, but also when the Link Header of a client is
changing. The traffic is not encrypted yet but that is on the todolist.
The code can be found in our git repository[1].
holger
[1] http://cgit.osmocom.org/cgit/osmo-pcap/