<div dir="ltr"><div class="gmail_quote"><br><div dir="ltr"><div><div><div><div><div><div><div><div><div><div><div><div>Hi All,<br><br></div>I have installed OpenBSC +Osmo-BTS following Osmocom's netwrok from scratch link <a href="http://openbsc.osmocom.org/trac/wiki/network_from_scratch" target="_blank">http://openbsc.osmocom.org/trac/wiki/network_from_scratch</a> <br>

</div>Now I would like to implemenet GPRS facility in the testbedusing OpenGGSN and Osmo-SGSN.<br><br></div><div>I am using fairwaves UmDESK for this implementation.<br></div><div><br></div>I followed the procedure as suggested in the <br>

<a href="http://openbsc.osmocom.org/trac/wiki/OpenBSC_GPRS" target="_blank">http://openbsc.osmocom.org/trac/wiki/OpenBSC_GPRS</a><br></div>with the added modification as suggested in <br><a href="https://wush.net/trac/rangepublic/wiki/fairwaves.gprs" target="_blank">https://wush.net/trac/rangepublic/wiki/fairwaves.gprs</a><br>

<br></div>But this doesn't seem to work out.<br><br></div><div>Currently the systems execute properly with the following outputs<br></div><div><br></div><div><b>GGSN Output:</b><br><br>root@nist:/home/nist# ggsn <br>
cmdline_parser_configfile<br>
listen: 127.0.0.1<br>conf: /etc/ggsn.conf<br>fg: 1<br>debug: 1<br>qos: 0x0b921f<br>apn: internet<br>net: <a href="http://192.168.0.0/24" target="_blank">192.168.0.0/24</a><br>dynip: <a href="http://192.168.0.0/24" target="_blank">192.168.0.0/24</a><br>
pidfile: /var/run/ggsn.pid<br>
statedir: /var/lib/ggsn/<br>timelimit: 0<br>gtpclient: Initialising GTP tunnel<br>openggsn[3822]: GTP: gtp_newgsn() started<br>Creating tun interface<br>Setting tun IP address<br><br></div><div><b>Osmo-SGSN Output:</b><br>

root@nist:/home/nist# osmo-sgsn -c OpenBSC_GPRS/openbsc/openbsc/src/gprs/osmo_sgsn.cfg<br><0010> gprs_ns.c:199 NSVCI=65534 Creating NS-VC<br><br></div><div><b>Osmo-PCU Output:</b><br></div><div>root@nist:/home/nist# osmo-pcu<br>

No config file: 'osmo-pcu.cfg' Using default config.<br><br></div><div>With these I also ran:<br></div><div>Osmo-NITB<br></div><div>Osmobts-TRX<br></div><div>Osmo-TRX<br><br></div><div>All of these run normally as well. <br>

My UE is able to detect the network as well but not able to connect with it.<br><br></div><div>Given below are the config file entries <br></div><div><br></div><div><b>ggsn.conf:</b><br></div><div>listen 127.0.0.1<br></div>

<div><br></div><div><b>osmo-sgsn.cfg:</b><br>gtp local-ip 127.0.0.2<br>ggsn 0 remote-ip 127.0.0.1<br>.....<br> encapsulation udp local-ip 127.0.0.2<br><br></div><div><b>open-bsc.cfg</b>:<br>  gprs nsvc 0 remote udp port 23000<br>

  gprs nsvc 0 remote ip 127.0.0.2<br></div><div><br></div><div>I had the following doubts regarding the given installation procedure<br></div><div><br></div>1. The fairwaves.gprs implementation using Chemeris's gprs-work seems to implement with Asterisk as PBX whereas I require it to run with the osmo-nitb.<br>

<br></div>2. The gprs-work branch still makes use of BTS transceiver and I wanted it to work with the Osmo-nitb implementation using osmobts-trx and osmo-trx<br><br></div>Can somebody please help me out with this? <br><br>

Or is there any alternative implementation which can be tried to execute them together.<br><br></div>Looking forward to hearing from you,<br></div><br></div>With Regards,<br></div>Jijo<br></div>
</div><br></div>