Build failure of network:osmocom:nightly/openbsc in xUbuntu_17.04/i586

2018-03-03 Thread OBS Notification
Visit https://build.opensuse.org/package/live_build_log/network:osmocom:nightly/openbsc/xUbuntu_17.04/i586 Package network:osmocom:nightly/openbsc failed to build in xUbuntu_17.04/i586 Check out the package for editing: osc checkout network:osmocom:nightly openbsc Last lines of build log: [

Build failure of network:osmocom:nightly/openbsc in xUbuntu_17.10/x86_64

2018-03-03 Thread OBS Notification
Visit https://build.opensuse.org/package/live_build_log/network:osmocom:nightly/openbsc/xUbuntu_17.10/x86_64 Package network:osmocom:nightly/openbsc failed to build in xUbuntu_17.10/x86_64 Check out the package for editing: osc checkout network:osmocom:nightly openbsc Last lines of build

Build failure of network:osmocom:nightly/openbsc in xUbuntu_16.10/i586

2018-03-03 Thread OBS Notification
Visit https://build.opensuse.org/package/live_build_log/network:osmocom:nightly/openbsc/xUbuntu_16.10/i586 Package network:osmocom:nightly/openbsc failed to build in xUbuntu_16.10/i586 Check out the package for editing: osc checkout network:osmocom:nightly openbsc Last lines of build log: [

Build failure of network:osmocom:nightly/openbsc in Debian_9.0/i586

2018-03-03 Thread OBS Notification
Visit https://build.opensuse.org/package/live_build_log/network:osmocom:nightly/openbsc/Debian_9.0/i586 Package network:osmocom:nightly/openbsc failed to build in Debian_9.0/i586 Check out the package for editing: osc checkout network:osmocom:nightly openbsc Last lines of build log: [ 155s]

Build failure of network:osmocom:nightly/openbsc in Debian_9.0/armv7l

2018-03-03 Thread OBS Notification
Visit https://build.opensuse.org/package/live_build_log/network:osmocom:nightly/openbsc/Debian_9.0/armv7l Package network:osmocom:nightly/openbsc failed to build in Debian_9.0/armv7l Check out the package for editing: osc checkout network:osmocom:nightly openbsc Last lines of build log: [

[MERGED] osmo-ttcn3-hacks[master]: gprs_gb: Add more comments to code

2018-03-03 Thread Harald Welte
Harald Welte has submitted this change and it was merged. Change subject: gprs_gb: Add more comments to code .. gprs_gb: Add more comments to code Change-Id: I89ab4d8be112ca44a64fecbadc60ca8ac3e6bbea --- M gprs_gb/Test.ttcn 1

[MERGED] osmo-ttcn3-hacks[master]: l1ctl: Add L1CTL_DATA_ABS_REQ for PACKET UPLINK ACK

2018-03-03 Thread Harald Welte
Harald Welte has submitted this change and it was merged. Change subject: l1ctl: Add L1CTL_DATA_ABS_REQ for PACKET UPLINK ACK .. l1ctl: Add L1CTL_DATA_ABS_REQ for PACKET UPLINK ACK Change-Id:

[MERGED] osmo-ttcn3-hacks[master]: gb: Fix IEI of t_BSSGP_CAUSE()

2018-03-03 Thread Harald Welte
Harald Welte has submitted this change and it was merged. Change subject: gb: Fix IEI of t_BSSGP_CAUSE() .. gb: Fix IEI of t_BSSGP_CAUSE() Change-Id: I04b1744ad3e826592182de38e724191b8abd5a50 --- M

[MERGED] osmo-ttcn3-hacks[master]: gprs_gb: Update config files

2018-03-03 Thread Harald Welte
Harald Welte has submitted this change and it was merged. Change subject: gprs_gb: Update config files .. gprs_gb: Update config files Change-Id: I647c2d99fe83a892a0bda89db1808066e2eb1d46 --- M gprs_gb/Test.cfg 1 file changed,

[MERGED] osmo-ttcn3-hacks[master]: GSM_Types: Switch TLLI from uint32_t to OCT4

2018-03-03 Thread Harald Welte
Harald Welte has submitted this change and it was merged. Change subject: GSM_Types: Switch TLLI from uint32_t to OCT4 .. GSM_Types: Switch TLLI from uint32_t to OCT4 The TLLI is not really a number, but an opaque 4-byte

[MERGED] osmo-ttcn3-hacks[master]: Gb: avoid warnings about not-running timers

2018-03-03 Thread Harald Welte
Harald Welte has submitted this change and it was merged. Change subject: Gb: avoid warnings about not-running timers .. Gb: avoid warnings about not-running timers If we have T.timeout clause in an alt/altstep, we should

Build failure of network:osmocom:nightly/openbsc in Debian_9.0/aarch64

2018-03-03 Thread OBS Notification
Visit https://build.opensuse.org/package/live_build_log/network:osmocom:nightly/openbsc/Debian_9.0/aarch64 Package network:osmocom:nightly/openbsc failed to build in Debian_9.0/aarch64 Check out the package for editing: osc checkout network:osmocom:nightly openbsc Last lines of build log: [

[PATCH] osmo-ttcn3-hacks[master]: gb: Fix IEI of t_BSSGP_CAUSE()

2018-03-03 Thread Harald Welte
Review at https://gerrit.osmocom.org/7066 gb: Fix IEI of t_BSSGP_CAUSE() Change-Id: I04b1744ad3e826592182de38e724191b8abd5a50 --- M library/Osmocom_Gb_Types.ttcn 1 file changed, 1 insertion(+), 1 deletion(-) git pull ssh://gerrit.osmocom.org:29418/osmo-ttcn3-hacks refs/changes/66/7066/1

[PATCH] osmo-ttcn3-hacks[master]: Gb: avoid warnings about not-running timers

2018-03-03 Thread Harald Welte
Review at https://gerrit.osmocom.org/7071 Gb: avoid warnings about not-running timers If we have T.timeout clause in an alt/altstep, we should put [T.running] as guard expression to avoid warnings about matching on timers never started - at least for timers where this is a valid situation.

[PATCH] osmo-ttcn3-hacks[master]: GSM_Types: Switch TLLI from uint32_t to OCT4

2018-03-03 Thread Harald Welte
Review at https://gerrit.osmocom.org/7070 GSM_Types: Switch TLLI from uint32_t to OCT4 The TLLI is not really a number, but an opaque 4-byte value. Change-Id: I0901340a2211eeeb899f312bcc60573fec11f220 --- M gprs_gb/Test.ttcn M library/GSM_Types.ttcn M library/Osmocom_Gb_Types.ttcn M

[PATCH] osmo-ttcn3-hacks[master]: l1ctl: Add L1CTL_DATA_ABS_REQ for PACKET UPLINK ACK

2018-03-03 Thread Harald Welte
Review at https://gerrit.osmocom.org/7069 l1ctl: Add L1CTL_DATA_ABS_REQ for PACKET UPLINK ACK Change-Id: If2109ea87b15a0ed21b39ab7502813acb1d5dd1e --- M library/L1CTL_Types.ttcn 1 file changed, 44 insertions(+), 1 deletion(-) git pull ssh://gerrit.osmocom.org:29418/osmo-ttcn3-hacks

[PATCH] osmo-ttcn3-hacks[master]: BSSGP_Emulation: Fix automatic BVC flow control ACK in SGSN ...

2018-03-03 Thread Harald Welte
Review at https://gerrit.osmocom.org/7073 BSSGP_Emulation: Fix automatic BVC flow control ACK in SGSN role This code had been intended to be used, but commented out, and never really been completed or tested. Change-Id: Iaa573219548f2a6a2eb13408fec65c55f9e88ddb --- M

[PATCH] osmo-ttcn3-hacks[master]: rlcmac: Fix name of RRBP_Nplus21_or_22_mod_2715648

2018-03-03 Thread Harald Welte
Review at https://gerrit.osmocom.org/7072 rlcmac: Fix name of RRBP_Nplus21_or_22_mod_2715648 It's RRBP_Nplus12_or_22_mod_2715648 not RRBP_Nplus22_or_22_mod_2715648 Change-Id: Idb2ab447611a0571292b8cb31e9f279d0e98966f --- M library/RLCMAC_Types.ttcn 1 file changed, 1 insertion(+), 1

[PATCH] osmo-ttcn3-hacks[master]: gprs_gb: Update config files

2018-03-03 Thread Harald Welte
Review at https://gerrit.osmocom.org/7068 gprs_gb: Update config files Change-Id: I647c2d99fe83a892a0bda89db1808066e2eb1d46 --- M gprs_gb/Test.cfg 1 file changed, 24 insertions(+), 3 deletions(-) git pull ssh://gerrit.osmocom.org:29418/osmo-ttcn3-hacks refs/changes/68/7068/1 diff --git

[PATCH] osmo-ttcn3-hacks[master]: gprs_gb: Add more comments to code

2018-03-03 Thread Harald Welte
Review at https://gerrit.osmocom.org/7067 gprs_gb: Add more comments to code Change-Id: I89ab4d8be112ca44a64fecbadc60ca8ac3e6bbea --- M gprs_gb/Test.ttcn 1 file changed, 11 insertions(+), 0 deletions(-) git pull ssh://gerrit.osmocom.org:29418/osmo-ttcn3-hacks refs/changes/67/7067/1 diff

[MERGED] osmo-ttcn3-hacks[master]: BSSGP_Emulation: Fix automatic BVC flow control ACK in SGSN ...

2018-03-03 Thread Harald Welte
Harald Welte has submitted this change and it was merged. Change subject: BSSGP_Emulation: Fix automatic BVC flow control ACK in SGSN role .. BSSGP_Emulation: Fix automatic BVC flow control ACK in SGSN role This code had been

osmo-ttcn3-hacks[master]: BSSGP_Emulation: Fix automatic BVC flow control ACK in SGSN ...

2018-03-03 Thread Harald Welte
Patch Set 1: Code-Review+2 -- To view, visit https://gerrit.osmocom.org/7073 To unsubscribe, visit https://gerrit.osmocom.org/settings Gerrit-MessageType: comment Gerrit-Change-Id: Iaa573219548f2a6a2eb13408fec65c55f9e88ddb Gerrit-PatchSet: 1 Gerrit-Project: osmo-ttcn3-hacks Gerrit-Branch:

osmo-ttcn3-hacks[master]: rlcmac: Fix name of RRBP_Nplus21_or_22_mod_2715648

2018-03-03 Thread Harald Welte
Patch Set 1: Code-Review+2 -- To view, visit https://gerrit.osmocom.org/7072 To unsubscribe, visit https://gerrit.osmocom.org/settings Gerrit-MessageType: comment Gerrit-Change-Id: Idb2ab447611a0571292b8cb31e9f279d0e98966f Gerrit-PatchSet: 1 Gerrit-Project: osmo-ttcn3-hacks Gerrit-Branch:

[MERGED] osmo-ttcn3-hacks[master]: rlcmac: Fix name of RRBP_Nplus21_or_22_mod_2715648

2018-03-03 Thread Harald Welte
Harald Welte has submitted this change and it was merged. Change subject: rlcmac: Fix name of RRBP_Nplus21_or_22_mod_2715648 .. rlcmac: Fix name of RRBP_Nplus21_or_22_mod_2715648 It's RRBP_Nplus12_or_22_mod_2715648 not

osmo-ttcn3-hacks[master]: l1ctl: Add L1CTL_DATA_ABS_REQ for PACKET UPLINK ACK

2018-03-03 Thread Harald Welte
Patch Set 1: Code-Review+2 -- To view, visit https://gerrit.osmocom.org/7069 To unsubscribe, visit https://gerrit.osmocom.org/settings Gerrit-MessageType: comment Gerrit-Change-Id: If2109ea87b15a0ed21b39ab7502813acb1d5dd1e Gerrit-PatchSet: 1 Gerrit-Project: osmo-ttcn3-hacks Gerrit-Branch:

osmo-ttcn3-hacks[master]: gb: Fix IEI of t_BSSGP_CAUSE()

2018-03-03 Thread Harald Welte
Patch Set 1: Code-Review+2 -- To view, visit https://gerrit.osmocom.org/7066 To unsubscribe, visit https://gerrit.osmocom.org/settings Gerrit-MessageType: comment Gerrit-Change-Id: I04b1744ad3e826592182de38e724191b8abd5a50 Gerrit-PatchSet: 1 Gerrit-Project: osmo-ttcn3-hacks Gerrit-Branch:

osmo-ttcn3-hacks[master]: gprs_gb: Add more comments to code

2018-03-03 Thread Harald Welte
Patch Set 1: Code-Review+2 -- To view, visit https://gerrit.osmocom.org/7067 To unsubscribe, visit https://gerrit.osmocom.org/settings Gerrit-MessageType: comment Gerrit-Change-Id: I89ab4d8be112ca44a64fecbadc60ca8ac3e6bbea Gerrit-PatchSet: 1 Gerrit-Project: osmo-ttcn3-hacks Gerrit-Branch:

osmo-ttcn3-hacks[master]: Gb: avoid warnings about not-running timers

2018-03-03 Thread Harald Welte
Patch Set 1: Code-Review+2 -- To view, visit https://gerrit.osmocom.org/7071 To unsubscribe, visit https://gerrit.osmocom.org/settings Gerrit-MessageType: comment Gerrit-Change-Id: I96db5c288e0b9c47539cccab8ae7a886d0b9fff3 Gerrit-PatchSet: 1 Gerrit-Project: osmo-ttcn3-hacks Gerrit-Branch:

osmo-ttcn3-hacks[master]: GSM_Types: Switch TLLI from uint32_t to OCT4

2018-03-03 Thread Harald Welte
Patch Set 1: Code-Review+2 -- To view, visit https://gerrit.osmocom.org/7070 To unsubscribe, visit https://gerrit.osmocom.org/settings Gerrit-MessageType: comment Gerrit-Change-Id: I0901340a2211eeeb899f312bcc60573fec11f220 Gerrit-PatchSet: 1 Gerrit-Project: osmo-ttcn3-hacks Gerrit-Branch:

osmo-ttcn3-hacks[master]: gprs_gb: Update config files

2018-03-03 Thread Harald Welte
Patch Set 1: Code-Review+2 -- To view, visit https://gerrit.osmocom.org/7068 To unsubscribe, visit https://gerrit.osmocom.org/settings Gerrit-MessageType: comment Gerrit-Change-Id: I647c2d99fe83a892a0bda89db1808066e2eb1d46 Gerrit-PatchSet: 1 Gerrit-Project: osmo-ttcn3-hacks Gerrit-Branch:

osmo-bts[master]: rsl: remove unused variable

2018-03-03 Thread Harald Welte
Patch Set 1: Code-Review+2 -- To view, visit https://gerrit.osmocom.org/7065 To unsubscribe, visit https://gerrit.osmocom.org/settings Gerrit-MessageType: comment Gerrit-Change-Id: Ic07edfa04c2184bff4a043e96e69c07df38607e4 Gerrit-PatchSet: 1 Gerrit-Project: osmo-bts Gerrit-Branch: master

osmo-bts[master]: ipac: fix log output

2018-03-03 Thread Harald Welte
Patch Set 1: Code-Review+2 -- To view, visit https://gerrit.osmocom.org/7064 To unsubscribe, visit https://gerrit.osmocom.org/settings Gerrit-MessageType: comment Gerrit-Change-Id: I61044edc0672b268aeebf48b59a772887703399f Gerrit-PatchSet: 1 Gerrit-Project: osmo-bts Gerrit-Branch: master

[MERGED] osmo-bts[master]: ipac: fix log output

2018-03-03 Thread Harald Welte
Harald Welte has submitted this change and it was merged. Change subject: ipac: fix log output .. ipac: fix log output The current log output logs connect_ip connect_port speech mode and payload type over multiple lines and

osmo-msc[master]: msc_vlr_tests: improve cipher mode coverage

2018-03-03 Thread Harald Welte
Patch Set 2: Code-Review+2 -- To view, visit https://gerrit.osmocom.org/7057 To unsubscribe, visit https://gerrit.osmocom.org/settings Gerrit-MessageType: comment Gerrit-Change-Id: Id23bc245d4b5707edcd27c44db272fbb211bf9bd Gerrit-PatchSet: 2 Gerrit-Project: osmo-msc Gerrit-Branch: master

libosmocore[master]: features: move bts feature related functionality to libosmocore

2018-03-03 Thread Harald Welte
Patch Set 4: Code-Review+2 -- To view, visit https://gerrit.osmocom.org/7034 To unsubscribe, visit https://gerrit.osmocom.org/settings Gerrit-MessageType: comment Gerrit-Change-Id: Id0c35aef11aa49aa40abe7deef1f9dbd12210776 Gerrit-PatchSet: 4 Gerrit-Project: libosmocore Gerrit-Branch: master

[MERGED] libosmocore[master]: features: move bts feature related functionality to libosmocore

2018-03-03 Thread Harald Welte
Harald Welte has submitted this change and it was merged. Change subject: features: move bts feature related functionality to libosmocore .. features: move bts feature related functionality to libosmocore osmo-bsc and osmo-bts

osmo-bsc[master]: gsm_data: use feature list from libosmocore

2018-03-03 Thread Harald Welte
Patch Set 4: Code-Review-1 (1 comment) https://gerrit.osmocom.org/#/c/6993/4//COMMIT_MSG Commit Message: Line 13: - use feature list functionality provided by libosmocore this depends on a certain new feature in libosmcoore, henc you must include the Change-Id of the libosmcoore change here.

[MERGED] osmo-msc[master]: msc_vlr_tests: improve cipher mode coverage

2018-03-03 Thread Harald Welte
Harald Welte has submitted this change and it was merged. Change subject: msc_vlr_tests: improve cipher mode coverage .. msc_vlr_tests: improve cipher mode coverage Actually call msc_vlr_set_ciph_mode() and wrap away

[MERGED] osmo-bts[master]: rsl: remove unused variable

2018-03-03 Thread Harald Welte
Harald Welte has submitted this change and it was merged. Change subject: rsl: remove unused variable .. rsl: remove unused variable The variable btsb in rsl_rx_mode_modif() is set but not used. - remove btsb Change-Id: