libosmocore[master]: gsm/gsm48.c: add call independent SS message names

2018-04-16 Thread Vadim Yanitskiy
Patch Set 1: Please note that this change may break tests of some projects in the following way: 'NCSS:0x3b (0xb:0x3b)' - > 'GSM0480_MTYPE_REGISTER' -- To view, visit https://gerrit.osmocom.org/7846 To unsubscribe, visit https://gerrit.osmocom.org/settings Gerrit-MessageType: comment

[PATCH] libosmocore[master]: gsm/gsm48.c: add call independent SS message names

2018-04-16 Thread Vadim Yanitskiy
Review at https://gerrit.osmocom.org/7846 gsm/gsm48.c: add call independent SS message names Change-Id: I697639d8469e5dda617b27995c4a92e1f0c0bead --- M src/gsm/gsm48.c 1 file changed, 12 insertions(+), 0 deletions(-) git pull ssh://gerrit.osmocom.org:29418/libosmocore

[PATCH] libosmocore[master]: protocol/gsm_04_08.h: drop incorrect GSM48_PDISC_USSD

2018-04-16 Thread Vadim Yanitskiy
Review at https://gerrit.osmocom.org/7845 protocol/gsm_04_08.h: drop incorrect GSM48_PDISC_USSD According to the GSM TS 04.07, section 11.2.3.1.1 "Protocol discriminator", bits 1 to 4 of the first octet of a standard L3 message contain the protocol discriminator IE. Meanwhile, the

[PATCH] libosmocore[master]: add gsm0808 channel enum to IE val conversion functions

2018-04-16 Thread Neels Hofmeyr
Review at https://gerrit.osmocom.org/7844 add gsm0808 channel enum to IE val conversion functions Add: - gsm0808_current_channel_type_1() - gsm0808_permitted_speech() - gsm0808_chosen_channel() gsm0808_permitted_speech() is moved from osmo-bsc's bssap_speech_from_lchan();

[PATCH] libosmocore[master]: add gsm0808_cell_{id, id_list}_name() and friends

2018-04-16 Thread Neels Hofmeyr
Review at https://gerrit.osmocom.org/7843 add gsm0808_cell_{id,id_list}_name() and friends Provide comprehensive API to obtain string representations of Cell Identifiers and -Lists. Change gsm0808_test.c to use the new functions (which simplifies the output a bit), so that we don't duplicate

[PATCH] libosmocore[master]: tlv: add TLV_GET() and TLV_GET_MINLEN()

2018-04-16 Thread Neels Hofmeyr
Review at https://gerrit.osmocom.org/7842 tlv: add TLV_GET() and TLV_GET_MINLEN() Rationale: so far we use code like if (TLVP_PRESENT(, VERY_LONG_ENUM_VALUE_NAME_THAT_NEVER_ENDS)) { val = TLVP_VAL(, VERY_LONG_ENUM_VALUE_NAME_THAT_NEVER_ENDS); len = TLVP_LEN(,

Jenkins build is back to normal : master-osmo-bts » lc15,origin/nrw/litecell15-next,default,osmocom-master-debian9 #516

2018-04-16 Thread jenkins
See

[PATCH] libosmo-sccp[master]: ipa_asp_fsm: Prevent against integer underflow

2018-04-16 Thread Harald Welte
Review at https://gerrit.osmocom.org/7841 ipa_asp_fsm: Prevent against integer underflow Ensure we don't pass a negative integer as "unsigned int len" to ipa_asp_fsm_wait_id_get(). This could result in a remotely-triggered integer underflow. Change-Id:

[PATCH] libosmocore[master]: prevent integer underflow in ipa_ccm_make_id_resp_from_req()

2018-04-16 Thread Harald Welte
Review at https://gerrit.osmocom.org/7840 prevent integer underflow in ipa_ccm_make_id_resp_from_req() don't blindly trust the tag-length value in an IPA CCM ID GET message. This could result in a remotely-triggered integer underflow. Change-Id: I4723361e1094b358310541a7dc4c5c921c778a15 ---

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

2018-04-16 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: [

Build failure of network:osmocom:nightly/libosmo-netif in Debian_9.0/armv7l

2018-04-16 Thread OBS Notification
Visit https://build.opensuse.org/package/live_build_log/network:osmocom:nightly/libosmo-netif/Debian_9.0/armv7l Package network:osmocom:nightly/libosmo-netif failed to build in Debian_9.0/armv7l Check out the package for editing: osc checkout network:osmocom:nightly libosmo-netif Last lines

osmo-bsc[master]: gscon: fix assignment of signalling channels

2018-04-16 Thread Harald Welte
Patch Set 1: Code-Review-1 (1 comment) https://gerrit.osmocom.org/#/c/7838/1/src/libbsc/bsc_subscr_conn_fsm.c File src/libbsc/bsc_subscr_conn_fsm.c: Line 244: if (!voice) { I think this is inverted logic here. "voice" parameter should indicate if it is a voice assingment (true) or not

osmo-ttcn3-hacks[master]: BSC_Tests: handle mode modify also for signalling

2018-04-16 Thread Harald Welte
Patch Set 1: Code-Review-1 why would we want a MODE MODIFY handling in a pure signaling assignment? What kind of modification is performed there? The channel is in SIGNALING mode from the point of immediate assignment onwards, and it still is in SIGNALING mode at the time we receive an

osmo-ttcn3-hacks[master]: BSC_Tests: Assign g_pars in TC_assignment_sign

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

osmo-mgw[master]: stats: use libosmocore rate counter for in/out_stream.err_ts...

2018-04-16 Thread Harald Welte
Patch Set 2: comments were not addressed, patch seems to just have been rebased. -- To view, visit https://gerrit.osmocom.org/7555 To unsubscribe, visit https://gerrit.osmocom.org/settings Gerrit-MessageType: comment Gerrit-Change-Id: I67aa7a8602f60366ef3ba2c5b1319b1b85719f64 Gerrit-PatchSet:

[MERGED] osmo-ttcn3-hacks[master]: BSC_Tests: Assign g_pars in TC_assignment_sign

2018-04-16 Thread Harald Welte
Harald Welte has submitted this change and it was merged. Change subject: BSC_Tests: Assign g_pars in TC_assignment_sign .. BSC_Tests: Assign g_pars in TC_assignment_sign The testcase TC_assignment_sign does not assign g_pars

[ABANDON] openbsc[master]: libmsc/db: Prevent subscr->extension without NULL termination

2018-04-16 Thread Harald Welte
Harald Welte has abandoned this change. Change subject: libmsc/db: Prevent subscr->extension without NULL termination .. Abandoned -- To view, visit https://gerrit.osmocom.org/1311 To unsubscribe, visit

[ABANDON] openbsc[master]: Fix build after recent rate_ctr patches

2018-04-16 Thread Harald Welte
Harald Welte has abandoned this change. Change subject: Fix build after recent rate_ctr patches .. Abandoned -- To view, visit https://gerrit.osmocom.org/4416 To unsubscribe, visit https://gerrit.osmocom.org/settings

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

2018-04-16 Thread OBS Notification
Visit https://build.opensuse.org/package/live_build_log/network:osmocom:nightly/openbsc/Debian_9.0/x86_64 Package network:osmocom:nightly/openbsc failed to build in Debian_9.0/x86_64 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.04/x86_64

2018-04-16 Thread OBS Notification
Visit https://build.opensuse.org/package/live_build_log/network:osmocom:nightly/openbsc/xUbuntu_17.04/x86_64 Package network:osmocom:nightly/openbsc failed to build in xUbuntu_17.04/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 Debian_8.0/x86_64

2018-04-16 Thread OBS Notification
Visit https://build.opensuse.org/package/live_build_log/network:osmocom:nightly/openbsc/Debian_8.0/x86_64 Package network:osmocom:nightly/openbsc failed to build in Debian_8.0/x86_64 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_16.04/x86_64

2018-04-16 Thread OBS Notification
Visit https://build.opensuse.org/package/live_build_log/network:osmocom:nightly/openbsc/xUbuntu_16.04/x86_64 Package network:osmocom:nightly/openbsc failed to build in xUbuntu_16.04/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/x86_64

2018-04-16 Thread OBS Notification
Visit https://build.opensuse.org/package/live_build_log/network:osmocom:nightly/openbsc/xUbuntu_16.10/x86_64 Package network:osmocom:nightly/openbsc failed to build in xUbuntu_16.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_17.10/x86_64

2018-04-16 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/libosmo-netif in Debian_9.0/x86_64

2018-04-16 Thread OBS Notification
Visit https://build.opensuse.org/package/live_build_log/network:osmocom:nightly/libosmo-netif/Debian_9.0/x86_64 Package network:osmocom:nightly/libosmo-netif failed to build in Debian_9.0/x86_64 Check out the package for editing: osc checkout network:osmocom:nightly libosmo-netif Last lines

Build failure of network:osmocom:nightly/libosmo-netif in Debian_8.0/x86_64

2018-04-16 Thread OBS Notification
Visit https://build.opensuse.org/package/live_build_log/network:osmocom:nightly/libosmo-netif/Debian_8.0/x86_64 Package network:osmocom:nightly/libosmo-netif failed to build in Debian_8.0/x86_64 Check out the package for editing: osc checkout network:osmocom:nightly libosmo-netif Last lines

Build failure of network:osmocom:nightly/libosmo-netif in xUbuntu_16.10/x86_64

2018-04-16 Thread OBS Notification
Visit https://build.opensuse.org/package/live_build_log/network:osmocom:nightly/libosmo-netif/xUbuntu_16.10/x86_64 Package network:osmocom:nightly/libosmo-netif failed to build in xUbuntu_16.10/x86_64 Check out the package for editing: osc checkout network:osmocom:nightly libosmo-netif Last

Build failure of network:osmocom:nightly/libosmo-netif in xUbuntu_17.04/x86_64

2018-04-16 Thread OBS Notification
Visit https://build.opensuse.org/package/live_build_log/network:osmocom:nightly/libosmo-netif/xUbuntu_17.04/x86_64 Package network:osmocom:nightly/libosmo-netif failed to build in xUbuntu_17.04/x86_64 Check out the package for editing: osc checkout network:osmocom:nightly libosmo-netif Last

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

2018-04-16 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: [

Build failure of network:osmocom:nightly/libosmo-netif in xUbuntu_16.04/x86_64

2018-04-16 Thread OBS Notification
Visit https://build.opensuse.org/package/live_build_log/network:osmocom:nightly/libosmo-netif/xUbuntu_16.04/x86_64 Package network:osmocom:nightly/libosmo-netif failed to build in xUbuntu_16.04/x86_64 Check out the package for editing: osc checkout network:osmocom:nightly libosmo-netif Last

Build failure of network:osmocom:nightly/libosmo-netif in xUbuntu_17.10/x86_64

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

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

2018-04-16 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 xUbuntu_17.04/i586

2018-04-16 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/libosmo-netif in xUbuntu_16.10/i586

2018-04-16 Thread OBS Notification
Visit https://build.opensuse.org/package/live_build_log/network:osmocom:nightly/libosmo-netif/xUbuntu_16.10/i586 Package network:osmocom:nightly/libosmo-netif failed to build in xUbuntu_16.10/i586 Check out the package for editing: osc checkout network:osmocom:nightly libosmo-netif Last

Build failure of network:osmocom:nightly/libosmo-netif in Debian_9.0/aarch64

2018-04-16 Thread OBS Notification
Visit https://build.opensuse.org/package/live_build_log/network:osmocom:nightly/libosmo-netif/Debian_9.0/aarch64 Package network:osmocom:nightly/libosmo-netif failed to build in Debian_9.0/aarch64 Check out the package for editing: osc checkout network:osmocom:nightly libosmo-netif Last

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

2018-04-16 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: [ 79s]

Build failure of network:osmocom:nightly/libosmo-netif in xUbuntu_16.04/i586

2018-04-16 Thread OBS Notification
Visit https://build.opensuse.org/package/live_build_log/network:osmocom:nightly/libosmo-netif/xUbuntu_16.04/i586 Package network:osmocom:nightly/libosmo-netif failed to build in xUbuntu_16.04/i586 Check out the package for editing: osc checkout network:osmocom:nightly libosmo-netif Last

Build failure of network:osmocom:nightly/libosmo-netif in xUbuntu_17.04/i586

2018-04-16 Thread OBS Notification
Visit https://build.opensuse.org/package/live_build_log/network:osmocom:nightly/libosmo-netif/xUbuntu_17.04/i586 Package network:osmocom:nightly/libosmo-netif failed to build in xUbuntu_17.04/i586 Check out the package for editing: osc checkout network:osmocom:nightly libosmo-netif Last

Build failure of network:osmocom:nightly/libosmo-netif in Debian_8.0/i586

2018-04-16 Thread OBS Notification
Visit https://build.opensuse.org/package/live_build_log/network:osmocom:nightly/libosmo-netif/Debian_8.0/i586 Package network:osmocom:nightly/libosmo-netif failed to build in Debian_8.0/i586 Check out the package for editing: osc checkout network:osmocom:nightly libosmo-netif Last lines of

Build failure of network:osmocom:nightly/libosmo-netif in Debian_9.0/i586

2018-04-16 Thread OBS Notification
Visit https://build.opensuse.org/package/live_build_log/network:osmocom:nightly/libosmo-netif/Debian_9.0/i586 Package network:osmocom:nightly/libosmo-netif failed to build in Debian_9.0/i586 Check out the package for editing: osc checkout network:osmocom:nightly libosmo-netif Last lines of

[PATCH] osmo-bsc[master]: gscon: remove dead code

2018-04-16 Thread dexter
Review at https://gerrit.osmocom.org/7839 gscon: remove dead code The state ST_WAIT_MODE_MODIFY_ACK can never be reached by the current FSM model. - Remove ST_WAIT_MODE_MODIFY_ACK and all related code Change-Id: Iacaae2ee50ca1956066b7dce4517bbc9c2b0897e Related: OS#2762 --- M

[PATCH] osmo-bsc[master]: gscon: fix assignment of signalling channels

2018-04-16 Thread dexter
Review at https://gerrit.osmocom.org/7838 gscon: fix assignment of signalling channels On the assignmen of signalling channels, the voice related fields do not play a role. However the function send_ass_compl() that generates the assignment complete message is very strict about the presence of

[PATCH] osmo-ttcn3-hacks[master]: BSC_Tests: handle mode modify also for signalling

2018-04-16 Thread dexter
Review at https://gerrit.osmocom.org/7837 BSC_Tests: handle mode modify also for signalling The Altstep as_modify() is designed to work only with assignments that assign a voice call (st.voice_call must be true). Howeber, it should also work on assignments that assign a signalling channel

[PATCH] osmo-ttcn3-hacks[master]: BSC_Tests: Assign g_pars in TC_assignment_sign

2018-04-16 Thread dexter
Review at https://gerrit.osmocom.org/7836 BSC_Tests: Assign g_pars in TC_assignment_sign The testcase TC_assignment_sign does not assign g_pars in its test function. However, it assigns local variable pars but then never uses it. - remove local variable pars and assign g_pars instead

[MERGED] osmocom-bb[master]: VIRT_PHY: add missing L1CTL_BURST_IND to l1ctlPrimNames

2018-04-16 Thread Vadim Yanitskiy
Vadim Yanitskiy has submitted this change and it was merged. Change subject: VIRT_PHY: add missing L1CTL_BURST_IND to l1ctlPrimNames .. VIRT_PHY: add missing L1CTL_BURST_IND to l1ctlPrimNames Change-Id:

[MERGED] osmo-gsm-tester[master]: contrib: build-osmo-trx: Enable addr sanitize for osmo-trx

2018-04-16 Thread Pau Espin Pedrol
Pau Espin Pedrol has submitted this change and it was merged. Change subject: contrib: build-osmo-trx: Enable addr sanitize for osmo-trx .. contrib: build-osmo-trx: Enable addr sanitize for osmo-trx Change-Id:

[MERGED] osmo-bsc[master]: Cosmetic: Fix typo: Siganlling->Signalling

2018-04-16 Thread Harald Welte
Harald Welte has submitted this change and it was merged. Change subject: Cosmetic: Fix typo: Siganlling->Signalling .. Cosmetic: Fix typo: Siganlling->Signalling Change-Id: I92b39eebfba396ee7690e99de09ee20593b7139d --- M

osmo-bsc[master]: Cosmetic: Fix typo: Siganlling->Signalling

2018-04-16 Thread Harald Welte
Patch Set 1: Code-Review+2 -- To view, visit https://gerrit.osmocom.org/7819 To unsubscribe, visit https://gerrit.osmocom.org/settings Gerrit-MessageType: comment Gerrit-Change-Id: I92b39eebfba396ee7690e99de09ee20593b7139d Gerrit-PatchSet: 1 Gerrit-Project: osmo-bsc Gerrit-Branch: master

[MERGED] osmo-gsm-tester[master]: contrib: build-osm-bts-sysmo: openbsc dep no longer needed

2018-04-16 Thread Harald Welte
Harald Welte has submitted this change and it was merged. Change subject: contrib: build-osm-bts-sysmo: openbsc dep no longer needed .. contrib: build-osm-bts-sysmo: openbsc dep no longer needed Change-Id:

openbsc[master]: nat: Add jitter buffer on the uplink receiver

2018-04-16 Thread Harald Welte
Patch Set 3: Code-Review+2 -- To view, visit https://gerrit.osmocom.org/7793 To unsubscribe, visit https://gerrit.osmocom.org/settings Gerrit-MessageType: comment Gerrit-Change-Id: Ibf3932adc07442fb5e9c7a06404853f9d0a20959 Gerrit-PatchSet: 3 Gerrit-Project: openbsc Gerrit-Branch: master

[MERGED] openbsc[master]: nat: Add jitter buffer on the uplink receiver

2018-04-16 Thread Harald Welte
Harald Welte has submitted this change and it was merged. Change subject: nat: Add jitter buffer on the uplink receiver .. nat: Add jitter buffer on the uplink receiver Default usage values are defined in mgcp node, and can be

osmo-ttcn3-hacks[master]: deps: Switch titan.ProtocolModules.SMPP back to upstream TITAN

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

[MERGED] osmo-ttcn3-hacks[master]: deps: Switch titan.ProtocolModules.SMPP back to upstream TITAN

2018-04-16 Thread Harald Welte
Harald Welte has submitted this change and it was merged. Change subject: deps: Switch titan.ProtocolModules.SMPP back to upstream TITAN .. deps: Switch titan.ProtocolModules.SMPP back to upstream TITAN Our patch for SMPP

[PATCH] openbsc[master]: nat: Add jitter buffer on the uplink receiver

2018-04-16 Thread Pau Espin Pedrol
Hello Harald Welte, Jenkins Builder, I'd like you to reexamine a change. Please visit https://gerrit.osmocom.org/7793 to look at the new patch set (#3). nat: Add jitter buffer on the uplink receiver Default usage values are defined in mgcp node, and can be per-BSC overriden on each bsc

Jenkins build is back to normal : master-osmo-pcu » origin/nrw/litecell15-next,osmocom-master-debian9,lc15,True #388

2018-04-16 Thread jenkins
See

Build failed in Jenkins: master-osmo-bts » lc15, origin/nrw/litecell15-next,default,osmocom-master-debian9 #515

2018-04-16 Thread jenkins
See -- [...truncated 112.78 KB...] + project=libosmo-abis + branch=master

Jenkins build is back to normal : master-osmo-pcu » master,osmocom-master-debian9,lc15,True #388

2018-04-16 Thread jenkins
See

[PATCH] osmo-ttcn3-hacks[master]: deps: Switch titan.ProtocolModules.SMPP back to upstream TITAN

2018-04-16 Thread Harald Welte
Review at https://gerrit.osmocom.org/7835 deps: Switch titan.ProtocolModules.SMPP back to upstream TITAN Our patch for SMPP AlertNotification was merged, so we can switch back to use upstream instead of our osmocom fork. Change-Id: Ib171451af264aa675b173b5cad37f08bcd64fbc3 --- M deps/Makefile

openbsc[master]: nat: Add jitter buffer on the uplink receiver

2018-04-16 Thread Harald Welte
Patch Set 2: Code-Review-1 (7 comments) https://gerrit.osmocom.org/#/c/7793/2/openbsc/include/openbsc/mgcp_internal.h File openbsc/include/openbsc/mgcp_internal.h: Line 215: uint32_t bts_jitter_delay_min; what units is this? ms? us? bytes? codec-frames? If the varioable name doesn't

osmo-gsm-tester[master]: contrib: Enable address-sanitize in builds

2018-04-16 Thread Pau Espin Pedrol
Patch Set 2: Tested/verified in https://jenkins.osmocom.org/jenkins/view/osmo-gsm-tester/job/osmo-gsm-tester_manual-build-all/60/ -- To view, visit https://gerrit.osmocom.org/7830 To unsubscribe, visit https://gerrit.osmocom.org/settings Gerrit-MessageType: comment Gerrit-Change-Id:

osmo-gsm-tester[master]: contrib: Enable address-sanitize in builds

2018-04-16 Thread Pau Espin Pedrol
Patch Set 2: Verified+1 -- To view, visit https://gerrit.osmocom.org/7830 To unsubscribe, visit https://gerrit.osmocom.org/settings Gerrit-MessageType: comment Gerrit-Change-Id: Ibef6c2fc497bce0d799116a854a48872f9ca16d7 Gerrit-PatchSet: 2 Gerrit-Project: osmo-gsm-tester Gerrit-Branch: master

[MERGED] osmo-sgsn[master]: use osmo_init_logging2(), fix regression test memleaks

2018-04-16 Thread Harald Welte
Harald Welte has submitted this change and it was merged. Change subject: use osmo_init_logging2(), fix regression test memleaks .. use osmo_init_logging2(), fix regression test memleaks Particularly gbproxy_test.c had various

[MERGED] libosmocore[master]: cosmetic: log: fix typo, clarify msg for rate_ctr name mangling

2018-04-16 Thread Harald Welte
Harald Welte has submitted this change and it was merged. Change subject: cosmetic: log: fix typo, clarify msg for rate_ctr name mangling .. cosmetic: log: fix typo, clarify msg for rate_ctr name mangling Change-Id:

libosmocore[master]: test_gsm0808_enc_dec_speech_codec_with_cfg: initialize properly

2018-04-16 Thread Harald Welte
Patch Set 1: Code-Review+2 -- To view, visit https://gerrit.osmocom.org/7815 To unsubscribe, visit https://gerrit.osmocom.org/settings Gerrit-MessageType: comment Gerrit-Change-Id: Iaa20c59f624fbdc69a018cabd0f7e9c5a1389519 Gerrit-PatchSet: 1 Gerrit-Project: libosmocore Gerrit-Branch: master

[MERGED] libosmocore[master]: test_gsm0808_enc_dec_speech_codec_with_cfg: initialize properly

2018-04-16 Thread Harald Welte
Harald Welte has submitted this change and it was merged. Change subject: test_gsm0808_enc_dec_speech_codec_with_cfg: initialize properly .. test_gsm0808_enc_dec_speech_codec_with_cfg: initialize properly The uninitialized

libosmocore[master]: cosmetic: log: fix typo, clarify msg for rate_ctr name mangling

2018-04-16 Thread Harald Welte
Patch Set 1: Code-Review+2 -- To view, visit https://gerrit.osmocom.org/7817 To unsubscribe, visit https://gerrit.osmocom.org/settings Gerrit-MessageType: comment Gerrit-Change-Id: I9a04d501698f8a3360ef9dcbf04b57c5ac10e63b Gerrit-PatchSet: 1 Gerrit-Project: libosmocore Gerrit-Branch: master

[MERGED] osmo-msc[master]: cosmetic: use enum ranap_nsap_addr_enc instead of int

2018-04-16 Thread Harald Welte
Harald Welte has submitted this change and it was merged. Change subject: cosmetic: use enum ranap_nsap_addr_enc instead of int .. cosmetic: use enum ranap_nsap_addr_enc instead of int The only reason to use int instead of the

osmo-msc[master]: cosmetic: use enum ranap_nsap_addr_enc instead of int

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

openbsc[master]: fix handling of state changes in acc ramping

2018-04-16 Thread Harald Welte
Patch Set 1: Code-Review+2 -- To view, visit https://gerrit.osmocom.org/7825 To unsubscribe, visit https://gerrit.osmocom.org/settings Gerrit-MessageType: comment Gerrit-Change-Id: I235d2c5fa962f2f338e77d0c11502921b37f4c36 Gerrit-PatchSet: 1 Gerrit-Project: openbsc Gerrit-Branch: master

[MERGED] openbsc[master]: only log actual access control class ramping changes

2018-04-16 Thread Harald Welte
Harald Welte has submitted this change and it was merged. Change subject: only log actual access control class ramping changes .. only log actual access control class ramping changes Silence log messages about no-op changes to

[MERGED] openbsc[master]: trigger acc ramping based on trx rf-locked state

2018-04-16 Thread Harald Welte
Harald Welte has submitted this change and it was merged. Change subject: trigger acc ramping based on trx rf-locked state .. trigger acc ramping based on trx rf-locked state Make ACC ramping listen to network management

[MERGED] openbsc[master]: trigger acc ramping on state-changed-event reports

2018-04-16 Thread Harald Welte
Harald Welte has submitted this change and it was merged. Change subject: trigger acc ramping on state-changed-event reports .. trigger acc ramping on state-changed-event reports Trigger ACC ramping not only when an

[MERGED] openbsc[master]: only trigger acc ramping if trx 0 is usable and unlocked

2018-04-16 Thread Harald Welte
Harald Welte has submitted this change and it was merged. Change subject: only trigger acc ramping if trx 0 is usable and unlocked .. only trigger acc ramping if trx 0 is usable and unlocked Starting an ACC ramping process

[MERGED] openbsc[master]: rename helper functions in the acc ramp code to avoid confusion

2018-04-16 Thread Harald Welte
Harald Welte has submitted this change and it was merged. Change subject: rename helper functions in the acc ramp code to avoid confusion .. rename helper functions in the acc ramp code to avoid confusion The word 'enabled'

[MERGED] openbsc[master]: fix handling of state changes in acc ramping

2018-04-16 Thread Harald Welte
Harald Welte has submitted this change and it was merged. Change subject: fix handling of state changes in acc ramping .. fix handling of state changes in acc ramping Take both the operative and administrative states into

[MERGED] openbsc[master]: ensure that acc_ramp_init() is only called once

2018-04-16 Thread Harald Welte
Harald Welte has submitted this change and it was merged. Change subject: ensure that acc_ramp_init() is only called once .. ensure that acc_ramp_init() is only called once There are plans to register signal handlers in

openbsc[master]: only trigger acc ramping if trx 0 is usable and unlocked

2018-04-16 Thread Harald Welte
Patch Set 1: Code-Review+2 -- To view, visit https://gerrit.osmocom.org/7824 To unsubscribe, visit https://gerrit.osmocom.org/settings Gerrit-MessageType: comment Gerrit-Change-Id: I2cc9c1b8193546ea04ea5beb3751c2206f0215f2 Gerrit-PatchSet: 1 Gerrit-Project: openbsc Gerrit-Branch: master

openbsc[master]: trigger acc ramping on state-changed-event reports

2018-04-16 Thread Harald Welte
Patch Set 1: Code-Review+2 -- To view, visit https://gerrit.osmocom.org/7823 To unsubscribe, visit https://gerrit.osmocom.org/settings Gerrit-MessageType: comment Gerrit-Change-Id: I6443635b822b6cd776f6dc8a6ee73ab09e865b04 Gerrit-PatchSet: 1 Gerrit-Project: openbsc Gerrit-Branch: master

openbsc[master]: rename helper functions in the acc ramp code to avoid confusion

2018-04-16 Thread Harald Welte
Patch Set 1: Code-Review+2 -- To view, visit https://gerrit.osmocom.org/7822 To unsubscribe, visit https://gerrit.osmocom.org/settings Gerrit-MessageType: comment Gerrit-Change-Id: Ic1e5a1f969823cfbfb9fe9e959db87c1717c3a83 Gerrit-PatchSet: 1 Gerrit-Project: openbsc Gerrit-Branch: master

openbsc[master]: trigger acc ramping based on trx rf-locked state

2018-04-16 Thread Harald Welte
Patch Set 1: Code-Review+2 -- To view, visit https://gerrit.osmocom.org/7821 To unsubscribe, visit https://gerrit.osmocom.org/settings Gerrit-MessageType: comment Gerrit-Change-Id: I4124f1da3dadec003de45c1da8435506ee8f0a34 Gerrit-PatchSet: 1 Gerrit-Project: openbsc Gerrit-Branch: master

openbsc[master]: ensure that acc_ramp_init() is only called once

2018-04-16 Thread Harald Welte
Patch Set 1: Code-Review+2 -- To view, visit https://gerrit.osmocom.org/7820 To unsubscribe, visit https://gerrit.osmocom.org/settings Gerrit-MessageType: comment Gerrit-Change-Id: Iadd25016e6478a9dc5da1db42e6192ce0f5cc746 Gerrit-PatchSet: 1 Gerrit-Project: openbsc Gerrit-Branch: master

openbsc[master]: only log actual access control class ramping changes

2018-04-16 Thread Harald Welte
Patch Set 1: Code-Review+2 -- To view, visit https://gerrit.osmocom.org/7818 To unsubscribe, visit https://gerrit.osmocom.org/settings Gerrit-MessageType: comment Gerrit-Change-Id: I2f892b998eb8119e623c1d87ffe865b48f7d5a87 Gerrit-PatchSet: 1 Gerrit-Project: openbsc Gerrit-Branch: master

[MERGED] osmo-trx[master]: configure.ac: Add --enable-sanitize option

2018-04-16 Thread Harald Welte
Harald Welte has submitted this change and it was merged. Change subject: configure.ac: Add --enable-sanitize option .. configure.ac: Add --enable-sanitize option Change-Id: I1b5154a47bb2f66103ac254a0f422e8a80b2d3e0 --- M

osmo-gsm-tester[master]: contrib: build-osmo-trx: Enable addr sanitize for osmo-trx

2018-04-16 Thread Harald Welte
Patch Set 2: Code-Review+2 -- To view, visit https://gerrit.osmocom.org/7832 To unsubscribe, visit https://gerrit.osmocom.org/settings Gerrit-MessageType: comment Gerrit-Change-Id: Iad90c7c8c2098680276de000c36bec0224f9746d Gerrit-PatchSet: 2 Gerrit-Project: osmo-gsm-tester Gerrit-Branch:

osmo-gsm-tester[master]: contrib: build-osm-bts-sysmo: openbsc dep no longer needed

2018-04-16 Thread Harald Welte
Patch Set 2: Code-Review+2 -- To view, visit https://gerrit.osmocom.org/7831 To unsubscribe, visit https://gerrit.osmocom.org/settings Gerrit-MessageType: comment Gerrit-Change-Id: Iafd5ee1df001719ff6165ada996359b92116671e Gerrit-PatchSet: 2 Gerrit-Project: osmo-gsm-tester Gerrit-Branch:

osmo-gsm-tester[master]: contrib: Enable address-sanitize in builds

2018-04-16 Thread Harald Welte
Patch Set 2: Code-Review+2 -- To view, visit https://gerrit.osmocom.org/7830 To unsubscribe, visit https://gerrit.osmocom.org/settings Gerrit-MessageType: comment Gerrit-Change-Id: Ibef6c2fc497bce0d799116a854a48872f9ca16d7 Gerrit-PatchSet: 2 Gerrit-Project: osmo-gsm-tester Gerrit-Branch:

[MERGED] osmo-ci[master]: scripts/docker-cleanup.sh: set permissions to 755

2018-04-16 Thread Harald Welte
Harald Welte has submitted this change and it was merged. Change subject: scripts/docker-cleanup.sh: set permissions to 755 .. scripts/docker-cleanup.sh: set permissions to 755 It will otherwise not executed by the cron,

osmo-ci[master]: scripts/docker-cleanup.sh: set permissions to 755

2018-04-16 Thread Harald Welte
Patch Set 1: Code-Review+2 Verified+1 thanks, nice catch! -- To view, visit https://gerrit.osmocom.org/7834 To unsubscribe, visit https://gerrit.osmocom.org/settings Gerrit-MessageType: comment Gerrit-Change-Id: Ie9d67b157d62b38b62f5e74406d14344f90d07b8 Gerrit-PatchSet: 1 Gerrit-Project:

[MERGED] osmo-ci[master]: ansible: osmocom-jenkins-slave: fix crontab for fstrim

2018-04-16 Thread Harald Welte
Harald Welte has submitted this change and it was merged. Change subject: ansible: osmocom-jenkins-slave: fix crontab for fstrim .. ansible: osmocom-jenkins-slave: fix crontab for fstrim Change-Id:

[MERGED] osmo-trx[master]: tests: Makefile.am: Fix typo in include path

2018-04-16 Thread Harald Welte
Harald Welte has submitted this change and it was merged. Change subject: tests: Makefile.am: Fix typo in include path .. tests: Makefile.am: Fix typo in include path Change-Id: I036f1f587f2a5eaf93ec8fb619bf76b571c1633a --- M

osmo-ci[master]: ansible: osmocom-jenkins-slave: fix crontab for fstrim

2018-04-16 Thread Harald Welte
Patch Set 1: Code-Review+2 Verified+1 -- To view, visit https://gerrit.osmocom.org/7833 To unsubscribe, visit https://gerrit.osmocom.org/settings Gerrit-MessageType: comment Gerrit-Change-Id: Ib6aae8d1d986346dc7bc0fc945bab6491fff4f3f Gerrit-PatchSet: 1 Gerrit-Project: osmo-ci Gerrit-Branch:

[MERGED] libosmo-netif[master]: tests: jibuf_tool: Add OSMUX support

2018-04-16 Thread Harald Welte
Harald Welte has submitted this change and it was merged. Change subject: tests: jibuf_tool: Add OSMUX support .. tests: jibuf_tool: Add OSMUX support Change-Id: I0f02da0329e6739ff340d31113161bb520b1b760 --- M

[MERGED] osmo-trx[master]: use osmo_init_logging2()

2018-04-16 Thread Harald Welte
Harald Welte has submitted this change and it was merged. Change subject: use osmo_init_logging2() .. use osmo_init_logging2() Change-Id: I2c28e6e6e3eb9f587680b34330e03408e32c2b94 --- M Transceiver52M/osmo-trx.cpp M

osmo-trx[master]: tests: Makefile.am: Fix typo in include path

2018-04-16 Thread Harald Welte
Patch Set 1: Code-Review+2 -- To view, visit https://gerrit.osmocom.org/7829 To unsubscribe, visit https://gerrit.osmocom.org/settings Gerrit-MessageType: comment Gerrit-Change-Id: I036f1f587f2a5eaf93ec8fb619bf76b571c1633a Gerrit-PatchSet: 1 Gerrit-Project: osmo-trx Gerrit-Branch: master

[MERGED] libosmo-netif[master]: jibuf: Take RTP marker into account

2018-04-16 Thread Harald Welte
Harald Welte has submitted this change and it was merged. Change subject: jibuf: Take RTP marker into account .. jibuf: Take RTP marker into account Change-Id: Ie142acfb45650e0af775f58226fd191beaf8178e --- M src/jibuf.c M

[MERGED] libosmo-netif[master]: tests: jibuf_tool: Improve jibuf_test to read pcaps

2018-04-16 Thread Harald Welte
Harald Welte has submitted this change and it was merged. Change subject: tests: jibuf_tool: Improve jibuf_test to read pcaps .. tests: jibuf_tool: Improve jibuf_test to read pcaps Change-Id:

[MERGED] libosmo-netif[master]: tests: jibuf_tool: Initial commit

2018-04-16 Thread Harald Welte
Harald Welte has submitted this change and it was merged. Change subject: tests: jibuf_tool: Initial commit .. tests: jibuf_tool: Initial commit Change-Id: I92307c8b1483dd488339771462290aae0ae5689a --- M tests/Makefile.am A

libosmo-netif[master]: jibuf: Add initial implementation of Jitter Buffer

2018-04-16 Thread Harald Welte
Patch Set 2: Code-Review+2 -- To view, visit https://gerrit.osmocom.org/7773 To unsubscribe, visit https://gerrit.osmocom.org/settings Gerrit-MessageType: comment Gerrit-Change-Id: I9688ba9c4d5b733b9f29d0f15f73750f9271ef55 Gerrit-PatchSet: 2 Gerrit-Project: libosmo-netif Gerrit-Branch: master

[MERGED] libosmo-netif[master]: jibuf: re-sync clock out of sync timestamps

2018-04-16 Thread Harald Welte
Harald Welte has submitted this change and it was merged. Change subject: jibuf: re-sync clock out of sync timestamps .. jibuf: re-sync clock out of sync timestamps Change-Id: I33556b33d7549654442d9bdd7f31128792506652 --- M

[MERGED] libosmo-netif[master]: jibuf: Add initial implementation of Jitter Buffer

2018-04-16 Thread Harald Welte
Harald Welte has submitted this change and it was merged. Change subject: jibuf: Add initial implementation of Jitter Buffer .. jibuf: Add initial implementation of Jitter Buffer Change-Id:

  1   2   >