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.