libosmo-sccp[master]: xua_as_fsm: We might change to AS_INACTIVE after T(r) expiry

2017-04-17 Thread Harald Welte
Patch Set 1: Code-Review+2 -- To view, visit https://gerrit.osmocom.org/2381 To unsubscribe, visit https://gerrit.osmocom.org/settings Gerrit-MessageType: comment Gerrit-Change-Id: Iad6b176a5c95a28fbd5ba437696c2e6e160bdb00 Gerrit-PatchSet: 1 Gerrit-Project: libosmo-sccp Gerrit-Branch: master Ge

[MERGED] libosmo-sccp[master]: xua_asp_fsm: Fix ordering of messages to pass M3UA_SGP_ASPSM...

2017-04-17 Thread Harald Welte
Harald Welte has submitted this change and it was merged. Change subject: xua_asp_fsm: Fix ordering of messages to pass M3UA_SGP_ASPSM_O_003 .. xua_asp_fsm: Fix ordering of messages to pass M3UA_SGP_ASPSM_O_003 I don't think t

[MERGED] libosmo-sccp[master]: xua_as_fsm: We might change to AS_INACTIVE after T(r) expiry

2017-04-17 Thread Harald Welte
Harald Welte has submitted this change and it was merged. Change subject: xua_as_fsm: We might change to AS_INACTIVE after T(r) expiry .. xua_as_fsm: We might change to AS_INACTIVE after T(r) expiry Depending on whether or not

libosmo-sccp[master]: xua_asp_fsm: Fix ordering of messages to pass M3UA_SGP_ASPSM...

2017-04-17 Thread Harald Welte
Patch Set 1: Code-Review+2 -- To view, visit https://gerrit.osmocom.org/2382 To unsubscribe, visit https://gerrit.osmocom.org/settings Gerrit-MessageType: comment Gerrit-Change-Id: I2e150e941a6fcfd203944f5b20bd07c07193f44a Gerrit-PatchSet: 1 Gerrit-Project: libosmo-sccp Gerrit-Branch: master Ge

[PATCH] libosmo-sccp[master]: SUA: Reject unknown Connectionless Message Types

2017-04-17 Thread Harald Welte
Review at https://gerrit.osmocom.org/2383 SUA: Reject unknown Connectionless Message Types This was found by sua-sgp-mtr-i-03 of Michael Tuexen's sua-testtool. Change-Id: I09e96a26d9f9398de07ab46cdc5af10b2ea5acc0 --- M src/sua.c 1 file changed, 11 insertions(+), 0 deletions(-) git pull ssh

[PATCH] libosmo-sccp[master]: SUA: Make sure to reject unknown CO message types

2017-04-17 Thread Harald Welte
Review at https://gerrit.osmocom.org/2384 SUA: Make sure to reject unknown CO message types Found using sua-sgp-mtr-i-04 from Michael Tuexen's sua-testtool. Change-Id: Iec5c8deb6cc48a1269fd85243c1350bafd1dd815 --- M src/sua.c 1 file changed, 20 insertions(+), 0 deletions(-) git pull ssh://

[PATCH] libosmo-sccp[master]: SUA: Our SUA implementation needs an SCCP instance in ss7_in...

2017-04-17 Thread Harald Welte
Review at https://gerrit.osmocom.org/2385 SUA: Our SUA implementation needs an SCCP instance in ss7_instance So when we create a xua_server for SUA, we must make sure to create that associated SCCP instance, if it doesn't already exist. End-user programs probably normally call this during thei

[MERGED] libosmo-sccp[master]: SUA: Reject unknown Connectionless Message Types

2017-04-17 Thread Harald Welte
Harald Welte has submitted this change and it was merged. Change subject: SUA: Reject unknown Connectionless Message Types .. SUA: Reject unknown Connectionless Message Types This was found by sua-sgp-mtr-i-03 of Michael Tuexen

libosmo-sccp[master]: SUA: Reject unknown Connectionless Message Types

2017-04-17 Thread Harald Welte
Patch Set 1: Code-Review+2 -- To view, visit https://gerrit.osmocom.org/2383 To unsubscribe, visit https://gerrit.osmocom.org/settings Gerrit-MessageType: comment Gerrit-Change-Id: I09e96a26d9f9398de07ab46cdc5af10b2ea5acc0 Gerrit-PatchSet: 1 Gerrit-Project: libosmo-sccp Gerrit-Branch: master Ge

libosmo-sccp[master]: SUA: Make sure to reject unknown CO message types

2017-04-17 Thread Harald Welte
Patch Set 1: Code-Review+2 -- To view, visit https://gerrit.osmocom.org/2384 To unsubscribe, visit https://gerrit.osmocom.org/settings Gerrit-MessageType: comment Gerrit-Change-Id: Iec5c8deb6cc48a1269fd85243c1350bafd1dd815 Gerrit-PatchSet: 1 Gerrit-Project: libosmo-sccp Gerrit-Branch: master Ge

[MERGED] libosmo-sccp[master]: SUA: Make sure to reject unknown CO message types

2017-04-17 Thread Harald Welte
Harald Welte has submitted this change and it was merged. Change subject: SUA: Make sure to reject unknown CO message types .. SUA: Make sure to reject unknown CO message types Found using sua-sgp-mtr-i-04 from Michael Tuexen's

libosmo-sccp[master]: SUA: Our SUA implementation needs an SCCP instance in ss7_in...

2017-04-17 Thread Harald Welte
Patch Set 1: Code-Review+2 -- To view, visit https://gerrit.osmocom.org/2385 To unsubscribe, visit https://gerrit.osmocom.org/settings Gerrit-MessageType: comment Gerrit-Change-Id: Ib575763dbd00f5bd7bfbf48f227a8f5ef9528e2a Gerrit-PatchSet: 1 Gerrit-Project: libosmo-sccp Gerrit-Branch: master Ge

[MERGED] libosmo-sccp[master]: SUA: Our SUA implementation needs an SCCP instance in ss7_in...

2017-04-17 Thread Harald Welte
Harald Welte has submitted this change and it was merged. Change subject: SUA: Our SUA implementation needs an SCCP instance in ss7_instance .. SUA: Our SUA implementation needs an SCCP instance in ss7_instance So when we crea

[PATCH] osmo-gsm-manuals[master]: First step towards an OsmoSTP manual

2017-04-17 Thread Harald Welte
Hello Jenkins Builder, I'd like you to reexamine a change. Please visit https://gerrit.osmocom.org/2371 to look at the new patch set (#4). First step towards an OsmoSTP manual Change-Id: I450bfac7444ac9cb7f50c086d87cf7157c2e2a31 --- M Makefile A OsmoSTP/Makefile A OsmoSTP/chapters/overvie

[PATCH] libosmo-netif[master]: SCTP: Don't enable sender_dry_event for SCTP, as it breaks L...

2017-04-17 Thread Harald Welte
Review at https://gerrit.osmocom.org/2386 SCTP: Don't enable sender_dry_event for SCTP, as it breaks Linux SCTP Enabling sender_dry_event in SCTP_FLAGS breaks reliable delivery of DATA chunks to the scoket user on Linux. Let's avoid enabling that, while still enabling various other interesting

libosmo-netif[master]: SCTP: Don't enable sender_dry_event for SCTP, as it breaks L...

2017-04-17 Thread Harald Welte
Patch Set 1: Code-Review+2 -- To view, visit https://gerrit.osmocom.org/2386 To unsubscribe, visit https://gerrit.osmocom.org/settings Gerrit-MessageType: comment Gerrit-Change-Id: Ib616cd07a6044ca2ee7e05093b22df3369c62b56 Gerrit-PatchSet: 1 Gerrit-Project: libosmo-netif Gerrit-Branch: master G

[MERGED] libosmo-netif[master]: SCTP: Don't enable sender_dry_event for SCTP, as it breaks L...

2017-04-17 Thread Harald Welte
Harald Welte has submitted this change and it was merged. Change subject: SCTP: Don't enable sender_dry_event for SCTP, as it breaks Linux SCTP .. SCTP: Don't enable sender_dry_event for SCTP, as it breaks Linux SCTP Enabling

Build failure of network:osmocom:nightly/osmo-stp in xUbuntu_16.10/x86_64

2017-04-17 Thread OBS Notification
Visit https://build.opensuse.org/package/live_build_log/network:osmocom:nightly/osmo-stp/xUbuntu_16.10/x86_64 Package network:osmocom:nightly/osmo-stp failed to build in xUbuntu_16.10/x86_64 Check out the package for editing: osc checkout network:osmocom:nightly osmo-stp Last lines of build l

Build failure of network:osmocom:nightly/osmo-stp in xUbuntu_16.10/i586

2017-04-17 Thread OBS Notification
Visit https://build.opensuse.org/package/live_build_log/network:osmocom:nightly/osmo-stp/xUbuntu_16.10/i586 Package network:osmocom:nightly/osmo-stp failed to build in xUbuntu_16.10/i586 Check out the package for editing: osc checkout network:osmocom:nightly osmo-stp Last lines of build log:

Build failure of network:osmocom:nightly/osmo-stp in Debian_8.0/x86_64

2017-04-17 Thread OBS Notification
Visit https://build.opensuse.org/package/live_build_log/network:osmocom:nightly/osmo-stp/Debian_8.0/x86_64 Package network:osmocom:nightly/osmo-stp failed to build in Debian_8.0/x86_64 Check out the package for editing: osc checkout network:osmocom:nightly osmo-stp Last lines of build log: [

Build failure of network:osmocom:nightly/osmo-stp in xUbuntu_16.04/x86_64

2017-04-17 Thread OBS Notification
Visit https://build.opensuse.org/package/live_build_log/network:osmocom:nightly/osmo-stp/xUbuntu_16.04/x86_64 Package network:osmocom:nightly/osmo-stp failed to build in xUbuntu_16.04/x86_64 Check out the package for editing: osc checkout network:osmocom:nightly osmo-stp Last lines of build l

Build failure of network:osmocom:nightly/osmo-stp in Debian_8.0/i586

2017-04-17 Thread OBS Notification
Visit https://build.opensuse.org/package/live_build_log/network:osmocom:nightly/osmo-stp/Debian_8.0/i586 Package network:osmocom:nightly/osmo-stp failed to build in Debian_8.0/i586 Check out the package for editing: osc checkout network:osmocom:nightly osmo-stp Last lines of build log: [ 119

Build failure of network:osmocom:nightly/osmo-stp in xUbuntu_16.04/i586

2017-04-17 Thread OBS Notification
Visit https://build.opensuse.org/package/live_build_log/network:osmocom:nightly/osmo-stp/xUbuntu_16.04/i586 Package network:osmocom:nightly/osmo-stp failed to build in xUbuntu_16.04/i586 Check out the package for editing: osc checkout network:osmocom:nightly osmo-stp Last lines of build log: