Dear All,
I was wondering whether anyone could please provide me a set of fully working configuration files for a network-in-the-box setup with msc, bsc, stp, hlr, mgw parts (not osmo-nitb). I have successfully compiled all the required software from source, however, the migration guide is incomplete and I cannot seem to find a simple tutorial for building an osmo network from scratch using all the new components. I want to set up a 2g network for calls/sms, i don't need gprs though.
Thanks!
Sincerely, Toby M.
Hi Toby,
find attached my set of config files I use almost daily.
It assumes your PC (Core Network) ip addr is 192.168.30.1, and the address of the BTS is 192.168.30.100.
Take into account I'm running only 1 osmo-mgw and I make both osmo-msc and osmo-bsc connect to that one, in order to get rid of one more extra process.
These are the commands I use to run the components:
ggsn="sudo LD_LIBRARY_PATH=$mylibdir gdb -ex run --args $mybindir/osmo-ggsn -c $myconfdir/osmo-ggsn.cfg" sgsn="gdb -ex run --args $mybindir/osmo-sgsn -c $myconfdir/osmo-sgsn.cfg" msc="gdb -ex run --args $mybindir/osmo-msc -c $myconfdir/osmo-msc.cfg" hlr="gdb -ex run --args $mybindir/osmo-hlr -c $myconfdir/osmo-hlr.cfg --database $myconfdir/hlr.db" stp="gdb -ex run --args $mybindir/osmo-stp -c $myconfdir/osmo-stp.cfg" bsc="gdb -ex run --arg $mybindir/osmo-bsc -c $myconfdir/osmo-bsc.cfg -s" mgcp="gdb -ex run --arg $mybindir/osmo-bsc_mgcp -c $myconfdir/osmo-bsc-mgcp.cfg" mgw="gdb -ex run --arg $mybindir/osmo-mgw -c $myconfdir/osmo-mgw.cfg" bts_trx="gdb -ex run --args $mybindir/osmo-bts-trx -c $myconfdir/osmo-bts-trx.cfg -i 127.0.0.1 -r 1" pcu="$mybindir/osmo-pcu -c $myconfdir/osmo-pcu.cfg"
Dear Pespin, Does the osmo-bsc_mgcp.cfg has forgoten include on tar.gz you sent?
Can you send it that one please? Thanks.
best, DUO
On Fri, May 18, 2018 at 10:28 PM, Pau Espin Pedrol pespin@sysmocom.de wrote:
Hi Toby,
find attached my set of config files I use almost daily.
It assumes your PC (Core Network) ip addr is 192.168.30.1, and the address of the BTS is 192.168.30.100.
Take into account I'm running only 1 osmo-mgw and I make both osmo-msc and osmo-bsc connect to that one, in order to get rid of one more extra process.
These are the commands I use to run the components:
ggsn="sudo LD_LIBRARY_PATH=$mylibdir gdb -ex run --args $mybindir/osmo-ggsn -c $myconfdir/osmo-ggsn.cfg" sgsn="gdb -ex run --args $mybindir/osmo-sgsn -c $myconfdir/osmo-sgsn.cfg" msc="gdb -ex run --args $mybindir/osmo-msc -c $myconfdir/osmo-msc.cfg" hlr="gdb -ex run --args $mybindir/osmo-hlr -c $myconfdir/osmo-hlr.cfg --database $myconfdir/hlr.db" stp="gdb -ex run --args $mybindir/osmo-stp -c $myconfdir/osmo-stp.cfg" bsc="gdb -ex run --arg $mybindir/osmo-bsc -c $myconfdir/osmo-bsc.cfg -s" mgcp="gdb -ex run --arg $mybindir/osmo-bsc_mgcp -c $myconfdir/osmo-bsc-mgcp.cfg" mgw="gdb -ex run --arg $mybindir/osmo-mgw -c $myconfdir/osmo-mgw.cfg" bts_trx="gdb -ex run --args $mybindir/osmo-bts-trx -c $myconfdir/osmo-bts-trx.cfg -i 127.0.0.1 -r 1" pcu="$mybindir/osmo-pcu -c $myconfdir/osmo-pcu.cfg"
--
- Pau Espin Pedrol pespin@sysmocom.de http://www.sysmocom.de/
=======================================================================
- sysmocom - systems for mobile communications GmbH
- Alt-Moabit 93
- 10559 Berlin, Germany
- Sitz / Registered office: Berlin, HRB 134158 B
- Geschaeftsfuehrer / Managing Director: Harald Welte
On 20/05/18 20:53, Sandi Suhendro wrote:
Dear Pespin, Does the osmo-bsc_mgcp.cfg has forgoten include on tar.gz you sent?
osmo-bsc_mgcp is obsolte and you should not be using that together with split components. You should use osmo-mgw instead, for which I already provided a config file.
Dear Pespin, Thanks for explanation. So i did use osmo-mgw only on the config you sent, but i still facing the 1st phone only hear voices and the 2nd phone not hear any voice. (It looks like 1st phone not transnit or block by wrong configuration on my setup.
Then other problem is when i make call from 2nd phone to 1st phone, the ring is only 1 sec then closed the connection but the caller still calling mode.
Do you know what im facing of you think?
Thanks for any tips.
Regards, DUO
On Mon, May 21, 2018, 16:49 Pau Espin Pedrol pespin@sysmocom.de wrote:
On 20/05/18 20:53, Sandi Suhendro wrote:
Dear Pespin, Does the osmo-bsc_mgcp.cfg has forgoten include on tar.gz you sent?
osmo-bsc_mgcp is obsolte and you should not be using that together with split components. You should use osmo-mgw instead, for which I already provided a config file.
--
- Pau Espin Pedrol pespin@sysmocom.de http://www.sysmocom.de/
=======================================================================
- sysmocom - systems for mobile communications GmbH
- Alt-Moabit 93
- 10559 Berlin, Germany
- Sitz / Registered office: Berlin, HRB 134158 B
- Geschaeftsfuehrer / Managing Director: Harald Welte
On Fri, May 18, 2018 at 03:45:52PM +0300, toby wrote:
Dear All,
I was wondering whether anyone could please provide me a set of fully working configuration files for a network-in-the-box setup with msc, bsc, stp, hlr, mgw parts (not osmo-nitb). I have successfully compiled all the required software from source, however, the migration guide is incomplete and I cannot seem to find a simple tutorial for building an osmo network from scratch using all the new components. I want to set up a 2g network for calls/sms, i don't need gprs though.
How about http://osmocom.org/projects/cellular-infrastructure/wiki/Osmocom_Network_In_... which the migration guide points at, btw.
If the migration guide is incomplete, let's complete it; start by creating a ticket with the list of missing parts.
~N