Hello guys.
Im testing the osmo-bsc osmo-hlr osmo-msc. I can make call but sometimes cannot, also same with text message.
now the auto create subscriber not working which is Im looking and its very good and nice improovement.
I ussually using osmo-sip-connector with openbsc and asterisk, but since I read that osmo-msc handling the features and also for future osmocom GSM stacks, so Im trying to migrate and test it.
does my setting for the osmocom stacks is right with this? :
osmo-bsc -c ~/osmo/osmo-bsc.cfg osmo-hlr -l hlr.db -c ~/osmo/osmo-hlr.cfg osmo-stp -c ~/osmo/osmo-stp.cfg osmo-mgw -c ~/osmo/osmo-mgw-for-msc.cfg osmo-mgw -c ~/osmo/osmo-mgw-for-bsc.cfg osmo-msc -c ~/osmo/osmo-msc.cfg
DId I miss something? Im sure I miss something. :-)
and how to connect osmo-msc with asterisk?
Thanks.
On Sun, Jan 14, 2018 at 03:15:59PM +0000, Sandi Suhendro wrote:
now the auto create subscriber not working which is Im looking and its very good and nice improovement.
To reiterate, in the old osmo-nitb, we used to have 'subscriber-create-on-demand', which the new osmo-hlr does not support. It's not an improvement, it's dropping a feature on the floor.
does my setting for the osmocom stacks is right with this? :
osmo-bsc -c ~/osmo/osmo-bsc.cfg osmo-hlr -l hlr.db -c ~/osmo/osmo-hlr.cfg osmo-stp -c ~/osmo/osmo-stp.cfg osmo-mgw -c ~/osmo/osmo-mgw-for-msc.cfg osmo-mgw -c ~/osmo/osmo-mgw-for-bsc.cfg osmo-msc -c ~/osmo/osmo-msc.cfg
DId I miss something? Im sure I miss something. :-)
looks good as long as you also have a BTS. Of course just the invocation commands don't convey anything about the settings. And of course don't make us read your config unless you have an actual problem.
and how to connect osmo-msc with asterisk?
The short answer is: use osmo-sip-connector. The long answer should be somewhere on the wiki, but personally I'm not familiar with that. Maybe someone else has a pointer?
~N
Dear Neels, seems all good on my setup, I did success with osmo-sip-connector and get bridge with osmo-msc, I can make a call and destination got ring but there is no voice on both side.
here is my setup:
osmo-bsc -c ~/osmo/osmo-bsc.cfg osmo-hlr -l hlr.db -c ~/osmo/osmo-hlr.cfg osmo-stp -c ~/osmo/osmo-stp.cfg osmo-mgw -c ~/osmo/osmo-mgw-for-msc.cfg osmo-mgw -c ~/osmo/osmo-mgw-for-bsc.cfg osmo-msc -c ~/osmo/osmo-msc.cfg -M /tmp/bsc_mncc osmo-bts-trx -c ~/osmo/osmo-bts.cfg osmo-sip-connector -c ./osmo/osmo-sip-connector.cfg osmo-trx -c 1 -s 4 -e -l INFO
Does osmo-msc still bugs? btw, Im using old osmo-trx (before 0.20) its stable for old one with limesdr. since newest osmo-trx with limesdr not stable.
Thanks, DUO
On Mon, Jan 15, 2018 at 12:29 PM, Neels Hofmeyr nhofmeyr@sysmocom.de wrote:
On Sun, Jan 14, 2018 at 03:15:59PM +0000, Sandi Suhendro wrote:
now the auto create subscriber not working which is Im looking and its
very
good and nice improovement.
To reiterate, in the old osmo-nitb, we used to have 'subscriber-create-on-demand', which the new osmo-hlr does not support. It's not an improvement, it's dropping a feature on the floor.
does my setting for the osmocom stacks is right with this? :
osmo-bsc -c ~/osmo/osmo-bsc.cfg osmo-hlr -l hlr.db -c ~/osmo/osmo-hlr.cfg osmo-stp -c ~/osmo/osmo-stp.cfg osmo-mgw -c ~/osmo/osmo-mgw-for-msc.cfg osmo-mgw -c ~/osmo/osmo-mgw-for-bsc.cfg osmo-msc -c ~/osmo/osmo-msc.cfg
DId I miss something? Im sure I miss something. :-)
looks good as long as you also have a BTS. Of course just the invocation commands don't convey anything about the settings. And of course don't make us read your config unless you have an actual problem.
and how to connect osmo-msc with asterisk?
The short answer is: use osmo-sip-connector. The long answer should be somewhere on the wiki, but personally I'm not familiar with that. Maybe someone else has a pointer?
~N