libosmo-sccp[master]: SS7: return error on stream opening error

2018-02-13 Thread Harald Welte
Patch Set 1: Code-Review-2 we are asking osmo_stream_cli_open2() to do re-connects, so a one-time negative result is just an intermediate notification, and not a final outcome. libosmo-netif will continue to retry to connect. -- To view, visit https://gerrit.osmocom.org/6407 To unsubscribe,

libosmo-sccp[master]: SS7: return error on stream opening error

2018-02-13 Thread Max
Patch Set 1: N. B: this is RFC - I'm not sure if skipping the error was intentional in here so I'd appreciate feedback on it. If it is than we should at least add comment clarifying why this is necessary. -- To view, visit https://gerrit.osmocom.org/6407 To unsubscribe, visit https://gerrit.o

[PATCH] libosmo-sccp[master]: SS7: return error on stream opening error

2018-02-13 Thread Max
Review at https://gerrit.osmocom.org/6407 SS7: return error on stream opening error Previously we've just logged error but continued as is. Let's treat it as a error to let upper layers decide on it. Change-Id: I2ce55983b255b0b50fd5142d6ddf188dc8ee20b9 --- M src/osmo_ss7.c 1 file changed, 1 in