[PATCH] osmo-iuh[master]: iu client: store multiple LAC, RAC per RNC = fix paging for m...

2017-12-18 Thread Neels Hofmeyr
Hello Jenkins Builder, I'd like you to reexamine a change. Please visit https://gerrit.osmocom.org/5381 to look at the new patch set (#4). iu client: store multiple LAC,RAC per RNC = fix paging for multiple RNC Introduce a list of LAC+RAC entries for each RNC, hence allow serving more

[PATCH] osmo-iuh[master]: iu client: store multiple LAC, RAC per RNC = fix paging for m...

2017-12-18 Thread Neels Hofmeyr
Hello Jenkins Builder, I'd like you to reexamine a change. Please visit https://gerrit.osmocom.org/5381 to look at the new patch set (#3). iu client: store multiple LAC,RAC per RNC = fix paging for multiple RNC Introduce a list of LAC+RAC entries for each RNC, hence allow serving more

osmo-iuh[master]: iu client: store multiple LAC, RAC per RNC = fix paging for m...

2017-12-18 Thread Neels Hofmeyr
Patch Set 2: Code-Review-2 I still need to test this, will remove my -2 when done. Feel free to review in the meantime -- To view, visit https://gerrit.osmocom.org/5381 To unsubscribe, visit https://gerrit.osmocom.org/settings Gerrit-MessageType: comment Gerrit-Change-Id:

[PATCH] osmo-iuh[master]: iu client: store multiple LAC, RAC per RNC = fix paging for m...

2017-12-18 Thread Neels Hofmeyr
Hello Jenkins Builder, I'd like you to reexamine a change. Please visit https://gerrit.osmocom.org/5381 to look at the new patch set (#2). iu client: store multiple LAC,RAC per RNC = fix paging for multiple RNC Introduce a list of LAC+RAC entries for each RNC, hence allow serving more

[PATCH] osmo-iuh[master]: fix 3 compiler warnings in ranap_common.c

2017-12-18 Thread Neels Hofmeyr
Review at https://gerrit.osmocom.org/5489 fix 3 compiler warnings in ranap_common.c ranap_common.c:282 col 45: warning: format ‘%u’ expects argument of type ‘unsigned int’, but argument 4 has type ‘RANAP_CauseNon_Standard_t {aka const long int}’ [-Wformat=] ranap_common.c:527 col 15:

libosmocore[master]: jenkins: add 'make V=1' for more verbose build logs

2017-12-18 Thread Neels Hofmeyr
Patch Set 5: there's a rationale now; By now I don't care much about this, will abandon in a few days if nothing happens -- To view, visit https://gerrit.osmocom.org/4860 To unsubscribe, visit https://gerrit.osmocom.org/settings Gerrit-MessageType: comment Gerrit-Change-Id:

[ABANDON] osmo-gsm-tester[master]: msc cfg: apply mgcp_client vty rename from 'mgcpgw' to 'mgw'

2017-12-18 Thread Neels Hofmeyr
Neels Hofmeyr has abandoned this change. Change subject: msc cfg: apply mgcp_client vty rename from 'mgcpgw' to 'mgw' .. Abandoned this already seems to be merged from another patch -- To view, visit

[ABANDON] osmo-gsm-tester[master]: cosmetic: use name 'mgw' instead of 'mgcpgw'

2017-12-18 Thread Neels Hofmeyr
Neels Hofmeyr has abandoned this change. Change subject: cosmetic: use name 'mgw' instead of 'mgcpgw' .. Abandoned the code has moved forward and it is too much effort to fix the merge conflicts -- To view, visit

[ABANDON] osmo-msc[master]: db: wrap dbi querying to log actual SQL on debug and error

2017-12-18 Thread Neels Hofmeyr
Neels Hofmeyr has abandoned this change. Change subject: db: wrap dbi querying to log actual SQL on debug and error .. Abandoned I don't want to spend time on this, maybe I'll come back to it when the next SQL error happens

[PATCH] libosmocore[master]: cosmetic: logging: simplify logging level VTY cmd doc compos...

2017-12-18 Thread Neels Hofmeyr
Review at https://gerrit.osmocom.org/5488 cosmetic: logging: simplify logging level VTY cmd doc composition In log_vty_command_description(), which composes a VTY command doc string, use talloc_asprintf_append() to compose the doc string instead of the strangely convoluted way the function

[ABANDON] osmo-bsc[master]: HO prep: introduce per-BTS handover config, with defaults on...

2017-12-18 Thread Neels Hofmeyr
Neels Hofmeyr has abandoned this change. Change subject: HO prep: introduce per-BTS handover config, with defaults on net node .. Abandoned I'll abandon this for now until the HO branch is ready -- To view, visit

[ABANDON] python/osmo-python-tests[master]: Revert "Add osmo_ipa.py to setup's install"

2017-12-18 Thread Neels Hofmeyr
Neels Hofmeyr has abandoned this change. Change subject: Revert "Add osmo_ipa.py to setup's install" .. Abandoned merged as part of I30cdf0f85b2a60a235960911c9827f4129da40db -- To view, visit https://gerrit.osmocom.org/5382

osmo-msc[master]: fix paging: add timeout to discard unsuccessful paging

2017-12-18 Thread Neels Hofmeyr
Patch Set 3: > > are we sure there's no GSM timer number/name for this? > > not sure. I can try to have a look... So far all "Paging" chapters I have found talk merely of initiating a Paging; closest match would be the 48.008 "3.1.10 Paging", which doesn't mention any timeouts. The T3113

libosmocore[master]: ctrl: tighten CTRL input parsing

2017-12-18 Thread Max
Patch Set 5: -Code-Review It does improve situation but I still think it's better to be paranoid about string parsing even if ATM we explicitly null-terminate it. -- To view, visit https://gerrit.osmocom.org/5438 To unsubscribe, visit https://gerrit.osmocom.org/settings Gerrit-MessageType:

osmo-msc[master]: fix paging: add timeout to discard unsuccessful paging

2017-12-18 Thread Neels Hofmeyr
Patch Set 3: > are we sure there's no GSM timer number/name for this? not sure. I can try to have a look... -- To view, visit https://gerrit.osmocom.org/5463 To unsubscribe, visit https://gerrit.osmocom.org/settings Gerrit-MessageType: comment Gerrit-Change-Id:

libosmocore[master]: ctrl: tighten CTRL input parsing

2017-12-18 Thread Neels Hofmeyr
Patch Set 5: IMO Max's comments do not hold. However, this patch *does* make CTRL input parsing stricter and, I don't know of any, but this might break sloppy CTRL interface clients. E.g. trailing spaces or characters after a GET lead to a parsing error; before, we ignored any data

[MERGED] osmo-msc[master]: a_iface_bssap: compiler warning: cast const away from TLV va...

2017-12-18 Thread Neels Hofmeyr
Neels Hofmeyr has submitted this change and it was merged. Change subject: a_iface_bssap: compiler warning: cast const away from TLV val for l2h .. a_iface_bssap: compiler warning: cast const away from TLV val for l2h

[MERGED] osmo-msc[master]: compiler warning: extend #if 0 to include unused array

2017-12-18 Thread Neels Hofmeyr
Neels Hofmeyr has submitted this change and it was merged. Change subject: compiler warning: extend #if 0 to include unused array .. compiler warning: extend #if 0 to include unused array Change-Id:

[MERGED] libosmocore[master]: ctrl_test: add two more current parsing bugs to prep for fix

2017-12-18 Thread Harald Welte
Harald Welte has submitted this change and it was merged. Change subject: ctrl_test: add two more current parsing bugs to prep for fix .. ctrl_test: add two more current parsing bugs to prep for fix Change-Id:

[MERGED] libosmocore[master]: utils: add osmo_escape_str()

2017-12-18 Thread Harald Welte
Harald Welte has submitted this change and it was merged. Change subject: utils: add osmo_escape_str() .. utils: add osmo_escape_str() To report invalid characters in identifiers, it is desirable to escape any weird

[MERGED] libosmocore[master]: ctrl: on parse errors, return a detailed message to sender

2017-12-18 Thread Harald Welte
Harald Welte has submitted this change and it was merged. Change subject: ctrl: on parse errors, return a detailed message to sender .. ctrl: on parse errors, return a detailed message to sender The recently added

[MERGED] libosmocore[master]: add ctrl_cmd_parse2() to return parsing errors

2017-12-18 Thread Harald Welte
Harald Welte has submitted this change and it was merged. Change subject: add ctrl_cmd_parse2() to return parsing errors .. add ctrl_cmd_parse2() to return parsing errors If a control command fails to parse, we so far discard

[MERGED] libosmocore[master]: ctrl: fix mem leak when handling GET_REPLY and SET_REPLY

2017-12-18 Thread Harald Welte
Harald Welte has submitted this change and it was merged. Change subject: ctrl: fix mem leak when handling GET_REPLY and SET_REPLY .. ctrl: fix mem leak when handling GET_REPLY and SET_REPLY In ctrl_handle_msg() (code recently

[MERGED] libosmocore[master]: ctrl_test.c: replace print_escaped() with new osmo_escape_str()

2017-12-18 Thread Harald Welte
Harald Welte has submitted this change and it was merged. Change subject: ctrl_test.c: replace print_escaped() with new osmo_escape_str() .. ctrl_test.c: replace print_escaped() with new osmo_escape_str() Change-Id:

[MERGED] libosmocore[master]: ctrl_test: show memleak when receiving GET_REPLY and SET_REP...

2017-12-18 Thread Harald Welte
Harald Welte has submitted this change and it was merged. Change subject: ctrl_test: show memleak when receiving GET_REPLY and SET_REPLY commands .. ctrl_test: show memleak when receiving GET_REPLY and SET_REPLY commands The

[MERGED] libosmocore[master]: ctrl: prep test: separate new ctrl_handle_msg() from handle_...

2017-12-18 Thread Harald Welte
Harald Welte has submitted this change and it was merged. Change subject: ctrl: prep test: separate new ctrl_handle_msg() from handle_control_read() .. ctrl: prep test: separate new ctrl_handle_msg() from handle_control_read()

[MERGED] libosmocore[master]: ctrl_test: expand to test message handling and detect mem leaks

2017-12-18 Thread Harald Welte
Harald Welte has submitted this change and it was merged. Change subject: ctrl_test: expand to test message handling and detect mem leaks .. ctrl_test: expand to test message handling and detect mem leaks Subsequent patches

[MERGED] libosmocore[master]: add osmo_auth_c3() (separate from gsm_milenage())

2017-12-18 Thread Harald Welte
Harald Welte has submitted this change and it was merged. Change subject: add osmo_auth_c3() (separate from gsm_milenage()) .. add osmo_auth_c3() (separate from gsm_milenage()) To send a Ciphering Mode Command, we may need to

libosmocore[master]: add osmo_auth_c3() (separate from gsm_milenage())

2017-12-18 Thread Harald Welte
Patch Set 4: Code-Review+2 -- To view, visit https://gerrit.osmocom.org/5466 To unsubscribe, visit https://gerrit.osmocom.org/settings Gerrit-MessageType: comment Gerrit-Change-Id: I85a1d6ae95ad9e5ce9524ef7fc06414848afc2aa Gerrit-PatchSet: 4 Gerrit-Project: libosmocore Gerrit-Branch: master

libosmocore[master]: ctrl_test: show memleak when receiving GET_REPLY and SET_REP...

2017-12-18 Thread Harald Welte
Patch Set 4: Code-Review+2 -- To view, visit https://gerrit.osmocom.org/5433 To unsubscribe, visit https://gerrit.osmocom.org/settings Gerrit-MessageType: comment Gerrit-Change-Id: I2c3e4d08b769b9cd77593362ea36a28d681cd042 Gerrit-PatchSet: 4 Gerrit-Project: libosmocore Gerrit-Branch: master

libosmocore[master]: ctrl: fix mem leak when handling GET_REPLY and SET_REPLY

2017-12-18 Thread Harald Welte
Patch Set 4: Code-Review+2 -- To view, visit https://gerrit.osmocom.org/5434 To unsubscribe, visit https://gerrit.osmocom.org/settings Gerrit-MessageType: comment Gerrit-Change-Id: Id583b413f8b8bd16e5cf92a8a9e8663903646381 Gerrit-PatchSet: 4 Gerrit-Project: libosmocore Gerrit-Branch: master

libosmocore[master]: ctrl_test: expand to test message handling and detect mem leaks

2017-12-18 Thread Harald Welte
Patch Set 3: Code-Review+2 -- To view, visit https://gerrit.osmocom.org/5432 To unsubscribe, visit https://gerrit.osmocom.org/settings Gerrit-MessageType: comment Gerrit-Change-Id: Idd4cc7d193db1a7d761f72ed33ed46eea450a78f Gerrit-PatchSet: 3 Gerrit-Project: libosmocore Gerrit-Branch: master

libosmocore[master]: ctrl: prep test: separate new ctrl_handle_msg() from handle_...

2017-12-18 Thread Harald Welte
Patch Set 3: Code-Review+2 -- To view, visit https://gerrit.osmocom.org/5431 To unsubscribe, visit https://gerrit.osmocom.org/settings Gerrit-MessageType: comment Gerrit-Change-Id: Ie09e39db668b866eeb80399b82e7b04b8f5ad7c3 Gerrit-PatchSet: 3 Gerrit-Project: libosmocore Gerrit-Branch: master

osmo-msc[master]: compiler warning: extend #if 0 to include unused array

2017-12-18 Thread Harald Welte
Patch Set 1: Code-Review+2 -- To view, visit https://gerrit.osmocom.org/5467 To unsubscribe, visit https://gerrit.osmocom.org/settings Gerrit-MessageType: comment Gerrit-Change-Id: I5157d6c6d0aab469011ea648369f8e743e2cb085 Gerrit-PatchSet: 1 Gerrit-Project: osmo-msc Gerrit-Branch: master

libosmocore[master]: ctrl: separate handling of GET_REPLY, SET_REPLY and TRAP

2017-12-18 Thread Harald Welte
Patch Set 5: Code-Review+2 -- To view, visit https://gerrit.osmocom.org/5439 To unsubscribe, visit https://gerrit.osmocom.org/settings Gerrit-MessageType: comment Gerrit-Change-Id: Ic25a251502499aeda4e2952ec4190a1fa0bebb01 Gerrit-PatchSet: 5 Gerrit-Project: libosmocore Gerrit-Branch: master

osmo-msc[master]: cosmetic: rename sccp_rx_udt and sccp_rx_dt to a_*

2017-12-18 Thread Harald Welte
Patch Set 1: Code-Review+2 -- To view, visit https://gerrit.osmocom.org/5473 To unsubscribe, visit https://gerrit.osmocom.org/settings Gerrit-MessageType: comment Gerrit-Change-Id: I6815c3d4dea4c2abfdff1cf0239ada6a9254f351 Gerrit-PatchSet: 1 Gerrit-Project: osmo-msc Gerrit-Branch: master

osmo-msc[master]: a_iface_bssap: compiler warning: cast const away from TLV va...

2017-12-18 Thread Harald Welte
Patch Set 1: Code-Review+2 -- To view, visit https://gerrit.osmocom.org/5472 To unsubscribe, visit https://gerrit.osmocom.org/settings Gerrit-MessageType: comment Gerrit-Change-Id: Id91a4299391ff0d0e4e28ed05c2f755b9702146a Gerrit-PatchSet: 1 Gerrit-Project: osmo-msc Gerrit-Branch: master

libosmocore[master]: utils: add osmo_escape_str()

2017-12-18 Thread Harald Welte
Patch Set 3: Code-Review+2 -- To view, visit https://gerrit.osmocom.org/5429 To unsubscribe, visit https://gerrit.osmocom.org/settings Gerrit-MessageType: comment Gerrit-Change-Id: Ic685eb63dead3967d01aaa4f1e9899e5461ca49a Gerrit-PatchSet: 3 Gerrit-Project: libosmocore Gerrit-Branch: master

libosmocore[master]: ctrl_test.c: replace print_escaped() with new osmo_escape_str()

2017-12-18 Thread Harald Welte
Patch Set 3: Code-Review+2 -- To view, visit https://gerrit.osmocom.org/5430 To unsubscribe, visit https://gerrit.osmocom.org/settings Gerrit-MessageType: comment Gerrit-Change-Id: I12d3828dcc925f97fde11c360f1d60f3bd8cad8b Gerrit-PatchSet: 3 Gerrit-Project: libosmocore Gerrit-Branch: master

meta-telephony[201705]: osmo-sgsn: no longer depend on libpcap

2017-12-18 Thread Harald Welte
Patch Set 1: Code-Review+2 -- To view, visit https://gerrit.osmocom.org/5485 To unsubscribe, visit https://gerrit.osmocom.org/settings Gerrit-MessageType: comment Gerrit-Change-Id: I284c16c1f7abd3b24525b824baca357576f16675 Gerrit-PatchSet: 1 Gerrit-Project: meta-telephony Gerrit-Branch: 201705

[MERGED] osmo-msc[master]: drop unused T* timers (BSC land, not MSC)

2017-12-18 Thread Harald Welte
Harald Welte has submitted this change and it was merged. Change subject: drop unused T* timers (BSC land, not MSC) .. drop unused T* timers (BSC land, not MSC) Change-Id: If27899c90b7c79f25cd5fd5e2429cb3012d69744 --- M

osmo-msc[master]: fix paging: add timeout to discard unsuccessful paging

2017-12-18 Thread Harald Welte
Patch Set 3: are we sure there's no GSM timer number/name for this? -- To view, visit https://gerrit.osmocom.org/5463 To unsubscribe, visit https://gerrit.osmocom.org/settings Gerrit-MessageType: comment Gerrit-Change-Id: I2db6f1e2ad341cf9c2cc7a21ec2fca0bae5b2db5 Gerrit-PatchSet: 3

[MERGED] osmo-msc[master]: cosmetic: msc_paging_request: drop obsolete comment

2017-12-18 Thread Harald Welte
Harald Welte has submitted this change and it was merged. Change subject: cosmetic: msc_paging_request: drop obsolete comment .. cosmetic: msc_paging_request: drop obsolete comment Change-Id:

osmo-msc[master]: fix: properly cancel all Paging on IMSI Detach

2017-12-18 Thread Harald Welte
Patch Set 3: Code-Review+2 -- To view, visit https://gerrit.osmocom.org/5464 To unsubscribe, visit https://gerrit.osmocom.org/settings Gerrit-MessageType: comment Gerrit-Change-Id: Ib8874a9d92f02b0826525b55518332f6899688fd Gerrit-PatchSet: 3 Gerrit-Project: osmo-msc Gerrit-Branch: master

python/osmo-python-tests[master]: Add rate counter dumper

2017-12-18 Thread Harald Welte
Patch Set 5: Code-Review+2 -- To view, visit https://gerrit.osmocom.org/5029 To unsubscribe, visit https://gerrit.osmocom.org/settings Gerrit-MessageType: comment Gerrit-Change-Id: I12b369434e4ee9b38f92872f297e1f3d4f0698c2 Gerrit-PatchSet: 5 Gerrit-Project: python/osmo-python-tests

osmo-pcu[master]: Fix tests after rate_ctr change

2017-12-18 Thread Harald Welte
Patch Set 1: Code-Review+2 -- To view, visit https://gerrit.osmocom.org/5487 To unsubscribe, visit https://gerrit.osmocom.org/settings Gerrit-MessageType: comment Gerrit-Change-Id: I7c552ce653b44ec3a31049641728926adc07361d Gerrit-PatchSet: 1 Gerrit-Project: osmo-pcu Gerrit-Branch: master

[MERGED] osmo-pcu[master]: Fix tests after rate_ctr change

2017-12-18 Thread Harald Welte
Harald Welte has submitted this change and it was merged. Change subject: Fix tests after rate_ctr change .. Fix tests after rate_ctr change Recent change lin libosmocore disallow registering rate_ctr with the same name and

Build failure of network:osmocom:nightly/osmo-bsc in Debian_9.0/armv7l

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

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

2017-12-18 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-pcu[master]: Remove unused includes and forward declarations

2017-12-18 Thread Max
Max has submitted this change and it was merged. Change subject: Remove unused includes and forward declarations .. Remove unused includes and forward declarations Change-Id: I59da04edd1b8ff965bbfbe00ccae1f7c9b6e5301 --- M

osmo-pcu[master]: Remove unused includes and forward declarations

2017-12-18 Thread Max
Patch Set 1: I've used (iwyu) include-what-you-use but unfortunatelyit seems to works with c++ only and gives plenty of false positives. Nevertheless, better than nothing. -- To view, visit https://gerrit.osmocom.org/5403 To unsubscribe, visit https://gerrit.osmocom.org/settings

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

2017-12-18 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-pcu[master]: Fix tests after rate_ctr change

2017-12-18 Thread Max
Review at https://gerrit.osmocom.org/5487 Fix tests after rate_ctr change Recent change lin libosmocore disallow registering rate_ctr with the same name and indexing multiple times. To accommodate to this check if rate counters arealready allocated (by static allocator of BTS singleton for

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

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

osmo-msc[master]: cosmetic: msc_paging_request: drop obsolete comment

2017-12-18 Thread Harald Welte
Patch Set 2: Code-Review+2 -- To view, visit https://gerrit.osmocom.org/5462 To unsubscribe, visit https://gerrit.osmocom.org/settings Gerrit-MessageType: comment Gerrit-Change-Id: Icb5b7dbbca3ca0db3d80a4b693c57c6d67fd823e Gerrit-PatchSet: 2 Gerrit-Project: osmo-msc Gerrit-Branch: master

osmo-msc[master]: drop unused T* timers (BSC land, not MSC)

2017-12-18 Thread Harald Welte
Patch Set 2: Code-Review+2 -- To view, visit https://gerrit.osmocom.org/5461 To unsubscribe, visit https://gerrit.osmocom.org/settings Gerrit-MessageType: comment Gerrit-Change-Id: If27899c90b7c79f25cd5fd5e2429cb3012d69744 Gerrit-PatchSet: 2 Gerrit-Project: osmo-msc Gerrit-Branch: master

[MERGED] osmo-bsc[master]: Fix tests after rate_ctr change

2017-12-18 Thread Harald Welte
Harald Welte has submitted this change and it was merged. Change subject: Fix tests after rate_ctr change .. Fix tests after rate_ctr change Recent change lin libosmocore disallow registering rate_ctr with the same name and

osmo-bsc[master]: Fix tests after rate_ctr change

2017-12-18 Thread Harald Welte
Patch Set 1: Code-Review+2 -- To view, visit https://gerrit.osmocom.org/5486 To unsubscribe, visit https://gerrit.osmocom.org/settings Gerrit-MessageType: comment Gerrit-Change-Id: Ie1537a1ee9ee812eaaf9f58dc4bc86d4add8c31f Gerrit-PatchSet: 1 Gerrit-Project: osmo-bsc Gerrit-Branch: master

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

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

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

2017-12-18 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.04/x86_64

2017-12-18 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 xUbuntu_16.04/x86_64

2017-12-18 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/osmo-pcu in Debian_9.0/aarch64

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

Build failure of network:osmocom:nightly/osmo-bsc in xUbuntu_17.04/x86_64

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

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

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

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

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

Build failure of network:osmocom:nightly/osmo-bsc in xUbuntu_17.10/x86_64

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

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

2017-12-18 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/osmo-bsc in Debian_8.0/x86_64

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

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

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

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

2017-12-18 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: [ 282s]

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

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

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

2017-12-18 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_17.04/i586

2017-12-18 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_16.10/i586

2017-12-18 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/osmo-bsc in xUbuntu_16.04/i586

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

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

2017-12-18 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/osmo-bsc in Debian_9.0/x86_64

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

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

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

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

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

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

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

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

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

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

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

Build failure of network:osmocom:nightly/osmo-pcu in xUbuntu_17.04/x86_64

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

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

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

Build failure of network:osmocom:nightly/osmo-pcu in xUbuntu_17.10/x86_64

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

Build failure of network:osmocom:nightly/osmo-pcu in Debian_9.0/x86_64

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

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

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

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

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

[ABANDON] osmo-msc[master]: libmsc: a_iface: Remove duplicated 'const' keyword

2017-12-18 Thread Pau Espin Pedrol
Pau Espin Pedrol has abandoned this change. Change subject: libmsc: a_iface: Remove duplicated 'const' keyword .. Abandoned -- To view, visit https://gerrit.osmocom.org/5422 To unsubscribe, visit

osmo-msc[master]: a_iface_bssap: compiler warning: cast const away from TLV va...

2017-12-18 Thread Pau Espin Pedrol
Patch Set 1: In case you didn't see it, I submitted related https://gerrit.osmocom.org/#/c/5424 -- To view, visit https://gerrit.osmocom.org/5472 To unsubscribe, visit https://gerrit.osmocom.org/settings Gerrit-MessageType: comment Gerrit-Change-Id: Id91a4299391ff0d0e4e28ed05c2f755b9702146a

[PATCH] meta-telephony[201705]: osmo-sgsn: no longer depend on libpcap

2017-12-18 Thread Pau Espin Pedrol
Review at https://gerrit.osmocom.org/5485 osmo-sgsn: no longer depend on libpcap Since osmo-sgsn a801fba4d32825da044c3c713043e9e919a09fc6 the libcap dependency is removed. Change-Id: I284c16c1f7abd3b24525b824baca357576f16675 --- M recipes-osmocom/osmo-sgsn/osmo-sgsn.inc 1 file changed, 1

[PATCH] osmo-msc[master]: fix paging: add timeout to discard unsuccessful paging

2017-12-18 Thread Neels Hofmeyr
Hello Jenkins Builder, I'd like you to reexamine a change. Please visit https://gerrit.osmocom.org/5463 to look at the new patch set (#3). fix paging: add timeout to discard unsuccessful paging Currently, if there is no reply from the BSS / RNC, a subscriber will remain as "already

[PATCH] osmo-msc[master]: fix paging: add timeout to discard unsuccessful paging

2017-12-18 Thread Neels Hofmeyr
Hello Jenkins Builder, I'd like you to reexamine a change. Please visit https://gerrit.osmocom.org/5463 to look at the new patch set (#2). fix paging: add timeout to discard unsuccessful paging Currently, if there is no reply from the BSS / RNC, a subscriber will remain as "already

osmo-msc[master]: fix GSM-Milenage in presence of 2G keys

2017-12-18 Thread Neels Hofmeyr
Patch Set 4: this still needs https://gerrit.osmocom.org/5466 to compile -- To view, visit https://gerrit.osmocom.org/5470 To unsubscribe, visit https://gerrit.osmocom.org/settings Gerrit-MessageType: comment Gerrit-Change-Id: If04e405426c55a81341747a9b450a69188525d5c Gerrit-PatchSet: 4

[PATCH] libosmocore[master]: ctrl: separate handling of GET_REPLY, SET_REPLY and TRAP

2017-12-18 Thread Neels Hofmeyr
Hello Jenkins Builder, I'd like you to reexamine a change. Please visit https://gerrit.osmocom.org/5439 to look at the new patch set (#5). ctrl: separate handling of GET_REPLY, SET_REPLY and TRAP So far, error reporting just says "Trap/Reply", more accurately report 'GET REPLY', 'SET

python/osmo-python-tests[master]: Improve python3 compatibility

2017-12-18 Thread Max
Patch Set 3: > osmo_interact_vty.py --gen-xml-ref That's cool, didn't know about it. Is there example use somewhere in osmo*? Also, is there equivalent counterpart for osmotestvty.py? -- To view, visit https://gerrit.osmocom.org/5038 To unsubscribe, visit https://gerrit.osmocom.org/settings

libosmocore[master]: ctrl: separate handling of GET_REPLY, SET_REPLY and TRAP

2017-12-18 Thread Neels Hofmeyr
Patch Set 4: > That looks like lot's of code duplication. Can we just set error > string and call some generic function with it as parameter? Smth > like > case CTRL_TRAP: handle_incoming("TRAP",...)... yes, you're right. I thought about the same but in the end didn't get around to it...

libosmocore[master]: ctrl: tighten CTRL input parsing

2017-12-18 Thread Neels Hofmeyr
Patch Set 4: (4 comments) https://gerrit.osmocom.org/#/c/5438/4/src/ctrl/control_cmd.c File src/ctrl/control_cmd.c: Line 284: static bool id_str_valid(const char *str) > Are we absolutely sure that all current and future users of this function a yes, the strtok actually places a '\0' after

osmo-msc[master]: libmsc: a_iface: Remove duplicated 'const' keyword

2017-12-18 Thread Neels Hofmeyr
Patch Set 1: heh i did the same in https://gerrit.osmocom.org/5373 -- yours is nicer since it shows the actual warnings, but mine already got merged... -- To view, visit https://gerrit.osmocom.org/5422 To unsubscribe, visit https://gerrit.osmocom.org/settings Gerrit-MessageType: comment

  1   2   >