Hello,
Yes I did start osmo-stp but can you please tell me how to configure the osmo-stp port ? I am just thinking that maybe that is the reason why its not starting. By the way can you please share your cfg file, I would want to take a look at it and see if I am missing anything.
I also tried to configure * bsc-addr Calling Address (local address of this BSC)* inside *OsmoBSC(config-msc)#* but not sure what I must set the SCCP NAME as.
Thanks Anindya
On Tue, Oct 10, 2017 at 7:22 PM, Neels Hofmeyr nhofmeyr@sysmocom.de wrote:
On Mon, Oct 09, 2017 at 03:37:00PM +0200, Neels Hofmeyr wrote:
<0021> socket.c:258 unable to connect socket: (null):2905:
Connection
refused
and (null):2905 indicates that no host has been configured. ;)
Which is a bit weird, because 127.0.0.1 should be the default...
About that (null), it comes up due to interna of osmo_sock_init2(). The remote_host == NULL is passed to getaddrinfo(node) to yield the loopback interface, and error reporting does not bother to replace that NULL.
~N