Hello,
This is a test to see if I can make it to the mail list.
And a little question: If one wants to get involved in development, how does
one get a hold of some hardware?
Barnaby J Astles
Solutions Saminov inc
166 rue Cowie
Suite 201
Granby, QC, Canada
J2G 3V3
Cell: (450) 522-7153
Fax: (450) 372-8430
hi thomas,
just use two unshielded twisted pairs of telephone patch wire for short
distances. if you have longer distances (10 .. 100m), you should use
network cables.
regards,
andreas
>i need a cable to connect 2 bs-11 in daisy chain mode. the web page
said
>120 ohm symmetric, no type or link where to buy it. must that be
exactly
>this spec (120 ohm), or can i take any shielded cable with 2 wires?
hello all!
i need a cable to connect 2 bs-11 in daisy chain mode. the web page said
120 ohm symmetric, no type or link where to buy it. must that be exactly
this spec (120 ohm), or can i take any shielded cable with 2 wires?
T.
--
Wer Rechtschreibfehler findet, darf sie behalten!
Hi, I am reading the OpenBSC_GPRS wiki page and trying to get GPRS up and running. On the wiki it says:
!
! Osmocom SGSN configuration
!
!
line vty
no login
!
sgsn
gtp local-ip 192.168.1.128
ggsn 0 remote-ip 192.168.1.129
ggsn 0 gtp-version 1
!
ns
timer tns-block 3
timer tns-block-retries 3
timer tns-reset 3
timer tns-reset-retries 3
timer tns-test 30
timer tns-alive 3
timer tns-alive-retries 10
encapsulation udp local-ip 192.168.0.128
encapsulation udp local-port 23000
encapsulation framerelay-gre enabled 0
!
bssgp
!
Shouldn't encapsulation udp local-ip and gtp local-ip be the same if everything is on the same subnet?
Also I have all 3 processes running openggsn, osmo-sgsn and bsc_hack but GPRS does not attach on any of my handsets. What could be the problem?
Hi all,
after months of work on the BSC API and on/off on the osmo-bsc it seems to be
close to a working state. It has a lot of code from bsc_msc_ip of the
on-waves/bsc-master branch but in a better structure thanks to the BSC API.
Right now it is on the zecke/osmo-bsc branch and has about 58 commits to build
the BSC. It can be found in the src/bsc directory and has the main files:
osmo_bsc_main.c - The main method
osmo_bsc_sccp.c - To handle the SCCP connections, connection release,
connection timeouts, IT timer..
osmo_bsc_msc.c - To handle the connection(s) to the MSC, authentication,
ping/pong to test the link and connection failure via a signal
osmo_bsc_bssap.c - This is parsing the GSM0808 messages and maps that to the
BSC API functions
osmo_bsc_api.c - Callbacks for the BSC API, creating GSM0808 messages and
sending them to the MSC
osmo_bsc_sound.c - Handle the CRCX_ACK and send a MDCX...
osmo_bsc_filter.c - To inspect incoming and outgoing packets and provide extra
functionality.
osmo_bsc_vty.c - VTY options for the MSC connection(s). This is a msc subgroup
of the VTY.
I will have to heavily test the new code for leaks, crashes, failure and such
and will do this with call testing overnight, but I think it should not be
less stable than bsc_msc_ip.
There are two things that should be done next. Work on paging and decouple the
BSC part of scheduling the messages, not scheduling too many to not crash the
nanoBTS and the MSC part that triggers the callback. Be able to 'switch' from
Osmo-BSC functionality and bsc_hack functionality on the fly. This could be
very interesting for fuzzing that only after a certain message someone wants
to start fuzzing with an external app. Use the MSC functionality from a new
application and have a true MSC...
Hi guys, how do we calibrate the internal ocilator of the nanoBTS? I have a 139 unit which has synced up fine and has a olid green light but the network no longer appears on the handsets selection menu (the handset is dual band and the BTS is on an AFRCN within the handsets range). It was working before but the unit has been powered down for several months and I remember someone from ip.access advising that the internal oscillator needs to be re-calibrated to fix this issue.
On 11/14/2010 09:13 PM, Stuart Baggs wrote:
> All compiled and installed. I'm running OpenBSC 0.3.99.20onwaves. Is this compatible with GPRS? I have compiled OpenGGSN and recompiled openbsc but I dont seem to be getting an osmo-sgsn binary created.
osmo-sgsn is only in master. You will need to get osmo-sgsn from the master
branch, bsc_msc_ip is only in the branch and will stay there.