[MERGED] osmo-bts[master]: Signal to BSC when PCU disconnects

2017-05-08 Thread Max
Max has submitted this change and it was merged. Change subject: Signal to BSC when PCU disconnects .. Signal to BSC when PCU disconnects While at it - do not serialize NULL as a string when delivering OML Failure Report.

osmo-bts[master]: Signal to BSC when PCU disconnects

2017-05-08 Thread Harald Welte
Patch Set 3: Code-Review+2 -- To view, visit https://gerrit.osmocom.org/2288 To unsubscribe, visit https://gerrit.osmocom.org/settings Gerrit-MessageType: comment Gerrit-Change-Id: I41a731bd719aee0bbb98d3236405fb3a7f3ddec0 Gerrit-PatchSet: 3 Gerrit-Project: osmo-bts Gerrit-Branch: master

[PATCH] osmo-bts[master]: Signal to BSC when PCU disconnects

2017-05-05 Thread Max
Hello Jenkins Builder, I'd like you to reexamine a change. Please visit https://gerrit.osmocom.org/2288 to look at the new patch set (#3). Signal to BSC when PCU disconnects While at it - do not serialize NULL as a string when delivering OML Failure Report. Change-Id:

osmo-bts[master]: Signal to BSC when PCU disconnects

2017-04-11 Thread Holger Freyther
Patch Set 2: (1 comment) https://gerrit.osmocom.org/#/c/2288/2/src/common/pcu_sock.c File src/common/pcu_sock.c: Line 673: osmo_signal_dispatch(SS_FAIL, OSMO_EVT_PCU_VERS, ""); Why "" as signal_data? What happens if NULL is sent? -- To view, visit https://gerrit.osmocom.org/2288 To

[PATCH] osmo-bts[master]: Signal to BSC when PCU disconnects

2017-04-11 Thread Max
Hello Jenkins Builder, I'd like you to reexamine a change. Please visit https://gerrit.osmocom.org/2288 to look at the new patch set (#2). Signal to BSC when PCU disconnects Change-Id: I41a731bd719aee0bbb98d3236405fb3a7f3ddec0 Related: OS#1615 --- M src/common/pcu_sock.c 1 file changed,