[PATCH] osmo-pcu[master]: Fix sanitizer build

2018-01-14 Thread Max
Review at https://gerrit.osmocom.org/5779 Fix sanitizer build Add sanitizer flags to linker as well to resolve link error. Change-Id: I695baaf8ce78ed938f6f71c40d17120fa690338b --- M configure.ac 1 file changed, 1 insertion(+), 0 deletions(-) git pull

Build failure of network:osmocom:nightly/osmo-trx in Debian_9.0/aarch64

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

Build failure of network:osmocom:nightly/osmo-trx in Debian_9.0/i586

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

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

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

Build failure of network:osmocom:nightly/osmo-trx in xUbuntu_17.04/i586

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

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

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

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

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

libosmocore[master]: Use python 3 for utilities

2018-01-14 Thread Max
Patch Set 2: > should we immediately reject Python 2 support? We're rejecting nothing - the patch only changes shebang, so the scripts will continue to work with python2 just as before if it's used explicitly. The only difference is the default version. > Is it discussed anywhere? Not that

[ABANDON] osmo-ggsn[master]: Log GSN mode for unexpectde packets

2018-01-14 Thread Max
Max has abandoned this change. Change subject: Log GSN mode for unexpectde packets .. Abandoned -- To view, visit https://gerrit.osmocom.org/5750 To unsubscribe, visit https://gerrit.osmocom.org/settings Gerrit-MessageType:

gapk[master]: Merge branch 'fixeria/lib'

2018-01-14 Thread Vadim Yanitskiy
Patch Set 1: Code-Review-1 No commit description yet. No response from Sylvain yet. -- To view, visit https://gerrit.osmocom.org/5778 To unsubscribe, visit https://gerrit.osmocom.org/settings Gerrit-MessageType: comment Gerrit-Change-Id: I3c6d4a9d326ee49153e4ad83823d094831c112da

gapk[master]: Merge branch 'fixeria/lib'

2018-01-14 Thread Vadim Yanitskiy
Patch Set 1: Verified+1 -- To view, visit https://gerrit.osmocom.org/5778 To unsubscribe, visit https://gerrit.osmocom.org/settings Gerrit-MessageType: comment Gerrit-Change-Id: I3c6d4a9d326ee49153e4ad83823d094831c112da Gerrit-PatchSet: 1 Gerrit-Project: gapk Gerrit-Branch: master

libosmocore[master]: Add function to properly encode RAI

2018-01-14 Thread Max
Patch Set 5: (2 comments) General note: the comments on already merged patches are very easy to miss. Unless there's smth really wrong with the patch,it's better to make follow-up patch/ticket/email to make sure it's not lost accidentally.

[PATCH] gapk[master]: Merge branch 'fixeria/lib'

2018-01-14 Thread Vadim Yanitskiy
Review at https://gerrit.osmocom.org/5778 Merge branch 'fixeria/lib' TO BE DONE, TESTING... Change-Id: I3c6d4a9d326ee49153e4ad83823d094831c112da --- 0 files changed, 0 insertions(+), 0 deletions(-) git pull ssh://gerrit.osmocom.org:29418/gapk refs/changes/78/5778/1 -- To view, visit

[PATCH] python/osmo-python-tests[master]: Fix absolute import issue in py3

2018-01-14 Thread Max
Hello Jenkins Builder, I'd like you to reexamine a change. Please visit https://gerrit.osmocom.org/5777 to look at the new patch set (#2). Fix absolute import issue in py3 As of 577f2a95e4f01c58a0a4f4ccb3b70d9c048b626e in osmo-ci, the contrib/jenkins.sh isused forinstallation. This

[PATCH] python/osmo-python-tests[master]: Fix absolute import issue in py3

2018-01-14 Thread Max
Review at https://gerrit.osmocom.org/5777 Fix absolute import issue in py3 As of 577f2a95e4f01c58a0a4f4ccb3b70d9c048b626e in osmo-ci, the contrib/jenkins.sh isused forinstallation. This causes the issue with python3 because test coded use absolute import by default. Fix this by adding

libosmocore[master]: gsm0480: handle GSM0480_CTYPE_RETURN_RESULT

2018-01-14 Thread Alexander Chemeris
Patch Set 9: Code-Review+1 -- To view, visit https://gerrit.osmocom.org/3378 To unsubscribe, visit https://gerrit.osmocom.org/settings Gerrit-MessageType: comment Gerrit-Change-Id: I8fb2856acbbf4c53e7d53200a37bc8f79e763bcf Gerrit-PatchSet: 9 Gerrit-Project: libosmocore Gerrit-Branch: master

libosmocore[master]: gsm0480: clean up the parse_process_uss_req() code

2018-01-14 Thread Alexander Chemeris
Patch Set 9: Code-Review+1 -- To view, visit https://gerrit.osmocom.org/3375 To unsubscribe, visit https://gerrit.osmocom.org/settings Gerrit-MessageType: comment Gerrit-Change-Id: I467f75794c5ac9df75c001245b18bbdfcfaadd88 Gerrit-PatchSet: 9 Gerrit-Project: libosmocore Gerrit-Branch: master

libosmocore[master]: gsm0480: handle UnstructuredSS Request with DSC != 0x0F

2018-01-14 Thread Alexander Chemeris
Patch Set 9: Code-Review+1 -- To view, visit https://gerrit.osmocom.org/3376 To unsubscribe, visit https://gerrit.osmocom.org/settings Gerrit-MessageType: comment Gerrit-Change-Id: I73d602f6f20b0afe7600d16bbd432069ae7be788 Gerrit-PatchSet: 9 Gerrit-Project: libosmocore Gerrit-Branch: master

libosmocore[master]: gsm0480: fix USSD OCTET STRING length confusion

2018-01-14 Thread Alexander Chemeris
Patch Set 6: Code-Review+1 -- To view, visit https://gerrit.osmocom.org/5712 To unsubscribe, visit https://gerrit.osmocom.org/settings Gerrit-MessageType: comment Gerrit-Change-Id: I6dead74f9ecea079752ff2400cdaf7c30187784e Gerrit-PatchSet: 6 Gerrit-Project: libosmocore Gerrit-Branch: master

[PATCH] libosmocore[master]: gsm0480: clean up the parse_process_uss_req() code

2018-01-14 Thread Vadim Yanitskiy
Hello Alexander Chemeris, Harald Welte, Jenkins Builder, I'd like you to reexamine a change. Please visit https://gerrit.osmocom.org/3375 to look at the new patch set (#9). gsm0480: clean up the parse_process_uss_req() code This change reduces the degree of code nesting... Change-Id:

[PATCH] libosmocore[master]: gsm0480: handle UnstructuredSS Request with DSC != 0x0F

2018-01-14 Thread Vadim Yanitskiy
Hello Alexander Chemeris, Harald Welte, Jenkins Builder, I'd like you to reexamine a change. Please visit https://gerrit.osmocom.org/3376 to look at the new patch set (#9). gsm0480: handle UnstructuredSS Request with DSC != 0x0F According to GSM 04.08, 4.4.2 "ASN.1 data types": the

[PATCH] libosmocore[master]: gsm0480: fix USSD OCTET STRING length confusion

2018-01-14 Thread Vadim Yanitskiy
Hello Alexander Chemeris, Max, Jenkins Builder, I'd like you to reexamine a change. Please visit https://gerrit.osmocom.org/5712 to look at the new patch set (#6). gsm0480: fix USSD OCTET STRING length confusion According to the GSM 04.80 (version 5.0.0) specification Annex A "Expanded

[PATCH] libosmocore[master]: gsm0480: handle GSM0480_CTYPE_RETURN_RESULT

2018-01-14 Thread Vadim Yanitskiy
Hello Alexander Chemeris, Harald Welte, Jenkins Builder, I'd like you to reexamine a change. Please visit https://gerrit.osmocom.org/3378 to look at the new patch set (#9). gsm0480: handle GSM0480_CTYPE_RETURN_RESULT Change-Id: I8fb2856acbbf4c53e7d53200a37bc8f79e763bcf --- M

libosmocore[master]: gsm0480: handle UnstructuredSS Request with DSC != 0x0F

2018-01-14 Thread Alexander Chemeris
Patch Set 8: Code-Review+1 -- To view, visit https://gerrit.osmocom.org/3376 To unsubscribe, visit https://gerrit.osmocom.org/settings Gerrit-MessageType: comment Gerrit-Change-Id: I73d602f6f20b0afe7600d16bbd432069ae7be788 Gerrit-PatchSet: 8 Gerrit-Project: libosmocore Gerrit-Branch: master

libosmocore[master]: gsm0480: clean up the parse_process_uss_req() code

2018-01-14 Thread Alexander Chemeris
Patch Set 8: Code-Review+1 -- To view, visit https://gerrit.osmocom.org/3375 To unsubscribe, visit https://gerrit.osmocom.org/settings Gerrit-MessageType: comment Gerrit-Change-Id: I467f75794c5ac9df75c001245b18bbdfcfaadd88 Gerrit-PatchSet: 8 Gerrit-Project: libosmocore Gerrit-Branch: master

libosmocore[master]: gsm0480: skip length check for 'RELEASE COMPLETE' message

2018-01-14 Thread Alexander Chemeris
Patch Set 8: Code-Review+1 -- To view, visit https://gerrit.osmocom.org/3373 To unsubscribe, visit https://gerrit.osmocom.org/settings Gerrit-MessageType: comment Gerrit-Change-Id: I63b7f8ce403169a9dbdbdb031db16693de2196d6 Gerrit-PatchSet: 8 Gerrit-Project: libosmocore Gerrit-Branch: master

libosmocore[master]: gsm0480: fix USSD OCTET STRING length confusion

2018-01-14 Thread Alexander Chemeris
Patch Set 5: Code-Review+1 Looks good now -- To view, visit https://gerrit.osmocom.org/5712 To unsubscribe, visit https://gerrit.osmocom.org/settings Gerrit-MessageType: comment Gerrit-Change-Id: I6dead74f9ecea079752ff2400cdaf7c30187784e Gerrit-PatchSet: 5 Gerrit-Project: libosmocore

gr-gsm[master]: Just a change to be discarded in gerrit

2018-01-14 Thread Vadim Yanitskiy
Patch Set 1: Verified+1 -- To view, visit https://gerrit.osmocom.org/5690 To unsubscribe, visit https://gerrit.osmocom.org/settings Gerrit-MessageType: comment Gerrit-Change-Id: Ice89f3757e9ef672e7b8910f19d5e9512f94ba04 Gerrit-PatchSet: 1 Gerrit-Project: gr-gsm Gerrit-Branch: master

[MERGED] libosmocore[master]: ussd_test.c: fix rc / len debug output confusion

2018-01-14 Thread Vadim Yanitskiy
Vadim Yanitskiy has submitted this change and it was merged. Change subject: ussd_test.c: fix rc / len debug output confusion .. ussd_test.c: fix rc / len debug output confusion Both len and rc values were swapped in the test

[ABANDON] libosmocore[master]: gsm0480: modify USSD structures to support external handling

2018-01-14 Thread Vadim Yanitskiy
Vadim Yanitskiy has abandoned this change. Change subject: gsm0480: modify USSD structures to support external handling .. Abandoned -- To view, visit https://gerrit.osmocom.org/3374 To unsubscribe, visit

[ABANDON] osmo-msc[master]: gsm0480: fix GSM 04.80 libosmocore API / ABI compatibility

2018-01-14 Thread Vadim Yanitskiy
Vadim Yanitskiy has abandoned this change. Change subject: gsm0480: fix GSM 04.80 libosmocore API / ABI compatibility .. Abandoned -- To view, visit https://gerrit.osmocom.org/5735 To unsubscribe, visit

[ABANDON] openbsc[master]: gsm0480: fix GSM 04.80 libosmocore API / ABI compatibility

2018-01-14 Thread Vadim Yanitskiy
Vadim Yanitskiy has abandoned this change. Change subject: gsm0480: fix GSM 04.80 libosmocore API / ABI compatibility .. Abandoned -- To view, visit https://gerrit.osmocom.org/5740 To unsubscribe, visit

[PATCH] libosmocore[master]: gsm0480: expose the gsm0480_parse_ss_facility_ie()

2018-01-14 Thread Vadim Yanitskiy
Hello Alexander Chemeris, Harald Welte, Jenkins Builder, I'd like you to reexamine a change. Please visit https://gerrit.osmocom.org/3381 to look at the new patch set (#8). gsm0480: expose the gsm0480_parse_ss_facility_ie() Change-Id: I35d3360f36c48eb1295610ab96ff264c45af77eb --- M

[PATCH] libosmocore[master]: gsm0480: handle GSM0480_CTYPE_RETURN_RESULT

2018-01-14 Thread Vadim Yanitskiy
Hello Alexander Chemeris, Harald Welte, Jenkins Builder, I'd like you to reexamine a change. Please visit https://gerrit.osmocom.org/3378 to look at the new patch set (#8). gsm0480: handle GSM0480_CTYPE_RETURN_RESULT Change-Id: I8fb2856acbbf4c53e7d53200a37bc8f79e763bcf --- M

[PATCH] libosmocore[master]: gsm0480: handle UnstructuredSS Request with DSC != 0x0F

2018-01-14 Thread Vadim Yanitskiy
Hello Alexander Chemeris, Harald Welte, Jenkins Builder, I'd like you to reexamine a change. Please visit https://gerrit.osmocom.org/3376 to look at the new patch set (#8). gsm0480: handle UnstructuredSS Request with DSC != 0x0F According to GSM 04.08, 4.4.2 "ASN.1 data types": the

[PATCH] libosmocore[master]: gsm0480: parse GSM0480_MTYPE_FACILITY separately

2018-01-14 Thread Vadim Yanitskiy
Hello Alexander Chemeris, Harald Welte, Jenkins Builder, I'd like you to reexamine a change. Please visit https://gerrit.osmocom.org/3377 to look at the new patch set (#8). gsm0480: parse GSM0480_MTYPE_FACILITY separately Change-Id: I6e029c436a50fa8c2823ea39c5d123ee701becfa --- M

[PATCH] libosmocore[master]: gsm0480: fix USSD OCTET STRING length confusion

2018-01-14 Thread Vadim Yanitskiy
Hello Alexander Chemeris, Max, Jenkins Builder, I'd like you to reexamine a change. Please visit https://gerrit.osmocom.org/5712 to look at the new patch set (#5). gsm0480: fix USSD OCTET STRING length confusion According to the GSM 04.80 (version 5.0.0) specification Annex A "Expanded

gr-gsm[master]: Just a change to be discarded in gerrit

2018-01-14 Thread Piotr Krysik
Patch Set 1: -Code-Review I've got the "abandon" button, but the point of this patch was to check if I have ability to give "+2" or "-2" for new patches (sorry for posting this reply in the wrong place before). -- To view, visit https://gerrit.osmocom.org/5690 To unsubscribe, visit