[MERGED] osmo-bsc[master]: move init from gsm_bts_alloc_register() to gsm_bts_alloc(); ...

2018-03-28 Thread Harald Welte
Harald Welte has submitted this change and it was merged. Change subject: move init from gsm_bts_alloc_register() to gsm_bts_alloc(); fix gsm0408_test .. move init from gsm_bts_alloc_register() to gsm_bts_alloc(); fix

[MERGED] osmo-bsc[master]: fix gsm0408_test: properly free bts struct after each test

2018-03-28 Thread Harald Welte
Harald Welte has submitted this change and it was merged. Change subject: fix gsm0408_test: properly free bts struct after each test .. fix gsm0408_test: properly free bts struct after each test Add missing deletion of

[MERGED] osmo-bsc[master]: range_enc_arfcns: avoid runtime error on zero size

2018-03-28 Thread Harald Welte
Harald Welte has submitted this change and it was merged. Change subject: range_enc_arfcns: avoid runtime error on zero size .. range_enc_arfcns: avoid runtime error on zero size If size <= 1, avoid allocating arfcns_left[size

[MERGED] osmo-bsc[master]: cosmetic: gsm0408_test: drop unused arg from bts_init()

2018-03-28 Thread Harald Welte
Harald Welte has submitted this change and it was merged. Change subject: cosmetic: gsm0408_test: drop unused arg from bts_init() .. cosmetic: gsm0408_test: drop unused arg from bts_init() Change-Id:

[MERGED] libosmocore[master]: vty/command.c: write_config_file(): sanely compose temp path

2018-03-28 Thread Harald Welte
Harald Welte has submitted this change and it was merged. Change subject: vty/command.c: write_config_file(): sanely compose temp path .. vty/command.c: write_config_file(): sanely compose temp path Fix GCC version 7.3.0

[MERGED] libosmocore[master]: fix logging talloc ctx: add osmo_init_logging2()

2018-03-28 Thread Harald Welte
Harald Welte has submitted this change and it was merged. Change subject: fix logging talloc ctx: add osmo_init_logging2() .. fix logging talloc ctx: add osmo_init_logging2() Deprecate osmo_init_logging() for the benefit of

libosmocore[master]: fix logging talloc ctx: add osmo_init_logging2()

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

libosmocore[master]: vty/command.c: write_config_file(): sanely compose temp path

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

[MERGED] osmo-ttcn3-hacks[master]: Cosmetic: Update MSC_Tests.cfg

2018-03-28 Thread Harald Welte
Harald Welte has submitted this change and it was merged. Change subject: Cosmetic: Update MSC_Tests.cfg .. Cosmetic: Update MSC_Tests.cfg The MMSC_Tests.cfg config file lacks most of the test comments. - make sure the

[MERGED] docker-playground[master]: ttcn3-msc-test: update configuration

2018-03-28 Thread Harald Welte
Harald Welte has submitted this change and it was merged. Change subject: ttcn3-msc-test: update configuration .. ttcn3-msc-test: update configuration The MSC_Tests.ttcn testsuite is now able to present multiple BSC to the MSC

[MERGED] osmo-ttcn3-hacks[master]: BSSMAP_Templates: Add templates for HANDOVER REQUIRED

2018-03-28 Thread Harald Welte
Harald Welte has submitted this change and it was merged. Change subject: BSSMAP_Templates: Add templates for HANDOVER REQUIRED .. BSSMAP_Templates: Add templates for HANDOVER REQUIRED In order to form a minimal HANDOVER

[MERGED] osmo-ttcn3-hacks[master]: MSC_Tests: Add support for multiple BSC

2018-03-28 Thread Harald Welte
Harald Welte has submitted this change and it was merged. Change subject: MSC_Tests: Add support for multiple BSC .. MSC_Tests: Add support for multiple BSC The upcomming tests for inter-BSC handover make it necessary to

docker-playground[master]: Add git-daemon docker container

2018-03-28 Thread Harald Welte
Patch Set 1: Code-Review+2 Verified+1 -- To view, visit https://gerrit.osmocom.org/7557 To unsubscribe, visit https://gerrit.osmocom.org/settings Gerrit-MessageType: comment Gerrit-Change-Id: I1d3632c43a9ec551164401beecbaf94a49e2a470 Gerrit-PatchSet: 1 Gerrit-Project: docker-playground

[MERGED] docker-playground[master]: Add git-daemon docker container

2018-03-28 Thread Harald Welte
Harald Welte has submitted this change and it was merged. Change subject: Add git-daemon docker container .. Add git-daemon docker container Change-Id: I1d3632c43a9ec551164401beecbaf94a49e2a470 --- A git-daemon/Dockerfile A

[MERGED] docker-playground[master]: Add gitolite Docker container

2018-03-28 Thread Harald Welte
Harald Welte has submitted this change and it was merged. Change subject: Add gitolite Docker container .. Add gitolite Docker container Change-Id: I1cd4aecd6ca6794c72e5eaabc3678500ed8a8d72 --- A gitolite/Dockerfile A

docker-playground[master]: Add gitolite Docker container

2018-03-28 Thread Harald Welte
Patch Set 1: Code-Review+2 Verified+1 -- To view, visit https://gerrit.osmocom.org/7556 To unsubscribe, visit https://gerrit.osmocom.org/settings Gerrit-MessageType: comment Gerrit-Change-Id: I1cd4aecd6ca6794c72e5eaabc3678500ed8a8d72 Gerrit-PatchSet: 1 Gerrit-Project: docker-playground

osmo-bsc[master]: move init from gsm_bts_alloc_register() to gsm_bts_alloc(); ...

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

osmo-bsc[master]: cosmetic: gsm0408_test: drop unused arg from bts_init()

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

osmo-bsc[master]: range_enc_arfcns: avoid runtime error on zero size

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

osmo-bsc[master]: fix gsm0408_test: properly free bts struct after each test

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

docker-playground[master]: Makefile: add dependency tree to rebuild specific test suite...

2018-03-28 Thread Neels Hofmeyr
Patch Set 2: Verified+1 -- To view, visit https://gerrit.osmocom.org/7553 To unsubscribe, visit https://gerrit.osmocom.org/settings Gerrit-MessageType: comment Gerrit-Change-Id: I1b3b750b0bf51c93c3b237acfd09d30262544045 Gerrit-PatchSet: 2 Gerrit-Project: docker-playground Gerrit-Branch: master

[MERGED] docker-playground[master]: Makefile: add dependency tree to rebuild specific test suite...

2018-03-28 Thread Neels Hofmeyr
Neels Hofmeyr has submitted this change and it was merged. Change subject: Makefile: add dependency tree to rebuild specific test suites' images .. Makefile: add dependency tree to rebuild specific test suites' images

[PATCH] osmo-bsc[master]: ctx cleanup: use non-NULL talloc ctx for osmo_init_logging2()

2018-03-28 Thread Neels Hofmeyr
Review at https://gerrit.osmocom.org/7565 ctx cleanup: use non-NULL talloc ctx for osmo_init_logging2() Fix various sanitizer complaints about memory leaks using a sanitizer build with gcc (Debian 7.3.0-12) 7.3.0. Also fix deprecation warnings on osmo_init_logging(). Depends:

[PATCH] osmo-bsc[master]: cosmetic: gsm0408_test: drop unused arg from bts_init()

2018-03-28 Thread Neels Hofmeyr
Review at https://gerrit.osmocom.org/7564 cosmetic: gsm0408_test: drop unused arg from bts_init() Change-Id: I0c59d7b3240cf7a8ae1677d237dca9dd364188cb --- M tests/gsm0408/gsm0408_test.c 1 file changed, 8 insertions(+), 7 deletions(-) git pull ssh://gerrit.osmocom.org:29418/osmo-bsc

[PATCH] osmo-bsc[master]: move init from gsm_bts_alloc_register() to gsm_bts_alloc(); ...

2018-03-28 Thread Neels Hofmeyr
Review at https://gerrit.osmocom.org/7563 move init from gsm_bts_alloc_register() to gsm_bts_alloc(); fix gsm0408_test gsm_bts_alloc() ought to do all static initialization, so that e.g. unit tests can use an initialized bts struct that is fully usable, just not registered at the gsm_network.

[PATCH] osmo-bsc[master]: fix gsm0408_test: properly free bts struct after each test

2018-03-28 Thread Neels Hofmeyr
Review at https://gerrit.osmocom.org/7562 fix gsm0408_test: properly free bts struct after each test Add missing deletion of osmo_stat_item_group_free(bts->bts_statg). Add missing bts free after test_si_ba_ind(). Log deallocation, update expected test output. This fixes some of the errors of

[PATCH] osmo-bsc[master]: range_enc_arfcns: avoid runtime error on zero size

2018-03-28 Thread Neels Hofmeyr
Review at https://gerrit.osmocom.org/7561 range_enc_arfcns: avoid runtime error on zero size If size <= 1, avoid allocating arfcns_left[size / 2], which results in a zero size and causes, with gcc 7.3.0 sanitizer, runtime errors: ../../../../src/osmo-bsc/src/libbsc/arfcn_range_encode.c:95:6:

[PATCH] osmo-gsm-tester[master]: Drop event_loop global functions and import MainLoop

2018-03-28 Thread Pau Espin Pedrol
Review at https://gerrit.osmocom.org/7560 Drop event_loop global functions and import MainLoop Take the chance to identify and drop modules importing event_loop but not using it. Change-Id: Ifa1940cd00138ebc72fbcfd45a0e28246f7a5ed9 --- M src/osmo_gsm_tester/bts.py M

[PATCH] osmo-gsm-tester[master]: event_loop: Use glib as mainloop impl and move modem to use ...

2018-03-28 Thread Pau Espin Pedrol
Review at https://gerrit.osmocom.org/7559 event_loop: Use glib as mainloop impl and move modem to use event_loop Several benefits: - We can add APIs to poll on fds in the future (for smpp socket for instance) instead of using busy polling. - During wait(), we now block in the glib mainloop

[PATCH] libosmocore[master]: fix logging talloc ctx: add osmo_init_logging2()

2018-03-28 Thread Neels Hofmeyr
Review at https://gerrit.osmocom.org/7558 fix logging talloc ctx: add osmo_init_logging2() Deprecate osmo_init_logging() for the benefit of adding an explicit talloc context argument to new function osmo_init_logging2(). Pass a ctx to log_init() instead of hardcoded NULL. Before now, *all*

[PATCH] docker-playground[master]: Add git-daemon docker container

2018-03-28 Thread Harald Welte
Review at https://gerrit.osmocom.org/7557 Add git-daemon docker container Change-Id: I1d3632c43a9ec551164401beecbaf94a49e2a470 --- A git-daemon/Dockerfile A git-daemon/LICENSE A git-daemon/Makefile A git-daemon/git-daemon.sh 4 files changed, 75 insertions(+), 0 deletions(-) git pull

[PATCH] docker-playground[master]: Add gitolite Docker container

2018-03-28 Thread Harald Welte
Review at https://gerrit.osmocom.org/7556 Add gitolite Docker container Change-Id: I1cd4aecd6ca6794c72e5eaabc3678500ed8a8d72 --- A gitolite/Dockerfile A gitolite/Makefile 2 files changed, 5 insertions(+), 0 deletions(-) git pull ssh://gerrit.osmocom.org:29418/docker-playground

[PATCH] osmo-bts[master]: osmo-bts-trx: perform error concealment for FR frames

2018-03-28 Thread dexter
Hello Vadim Yanitskiy, Neels Hofmeyr, Jenkins Builder, I'd like you to reexamine a change. Please visit https://gerrit.osmocom.org/5214 to look at the new patch set (#12). osmo-bts-trx: perform error concealment for FR frames When a bad voice frame is received, it is replaced by a

[PATCH] osmo-bts[master]: osmo-bts-trx: perform error concealment for FR frames

2018-03-28 Thread dexter
Hello Vadim Yanitskiy, Neels Hofmeyr, Jenkins Builder, I'd like you to reexamine a change. Please visit https://gerrit.osmocom.org/5214 to look at the new patch set (#11). osmo-bts-trx: perform error concealment for FR frames When a bad voice frame is received, it is replaced by a

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

2018-03-28 Thread dexter
Hello Neels Hofmeyr, Jenkins Builder, I'd like you to reexamine a change. Please visit https://gerrit.osmocom.org/7428 to look at the new patch set (#3). cosmetic: remove dead code There is a lot of dead code in osmo_bsc_msc.c that used to handle the IPA multiplexed SSCP lite A

[ABANDON] osmo-bsc[master]: bsc_api: fix formatstring in log message

2018-03-28 Thread dexter
dexter has abandoned this change. Change subject: bsc_api: fix formatstring in log message .. Abandoned duplicate change -- To view, visit https://gerrit.osmocom.org/6953 To unsubscribe, visit

docker-playground[master]: ttcn3-msc-test: update configuration

2018-03-28 Thread Harald Welte
Patch Set 1: Verified+1 -- To view, visit https://gerrit.osmocom.org/7551 To unsubscribe, visit https://gerrit.osmocom.org/settings Gerrit-MessageType: comment Gerrit-Change-Id: Ie7780750f7032453951f6849ecee6ab7cc34e8c2 Gerrit-PatchSet: 1 Gerrit-Project: docker-playground Gerrit-Branch: master

osmo-ttcn3-hacks[master]: BSSMAP_Templates: Add templates for HANDOVER REQUIRED

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

[MERGED] osmo-pcu[master]: Revert "Rewrite Packet Downlink Assignment"

2018-03-28 Thread Harald Welte
Harald Welte has submitted this change and it was merged. Change subject: Revert "Rewrite Packet Downlink Assignment" .. Revert "Rewrite Packet Downlink Assignment" This reverts commit 896574e92bea09ed8d39688b6fdf504e84521746,

[MERGED] osmo-pcu[master]: Revert "Rewrite Packet Uplink Assignment"

2018-03-28 Thread Harald Welte
Harald Welte has submitted this change and it was merged. Change subject: Revert "Rewrite Packet Uplink Assignment" .. Revert "Rewrite Packet Uplink Assignment" This reverts commit 93d947f5e8a30acc9250c124bf9d5bb6a8863526,

[MERGED] osmo-pcu[master]: Revert "Use Timing Advance Index in UL assignments"

2018-03-28 Thread Harald Welte
Harald Welte has submitted this change and it was merged. Change subject: Revert "Use Timing Advance Index in UL assignments" .. Revert "Use Timing Advance Index in UL assignments" This reverts commit

osmo-pcu[master]: Revert "Rewrite EGPRS Packet Uplink Assignment"

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

osmo-pcu[master]: Revert "Rewrite Packet Downlink Assignment"

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

osmo-pcu[master]: Revert "Rewrite Packet Uplink Assignment"

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

osmo-pcu[master]: Revert "Use Timing Advance Index in UL assignments"

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

osmo-ttcn3-hacks[master]: BSSMAP_Templates: Add templates for HANDOVER REQUIRED

2018-03-28 Thread dexter
Patch Set 1: (1 comment) > Any response to my earlier question? It should now be visible. I expected gerrit to update it automatically with the push. https://gerrit.osmocom.org/#/c/7530/1/library/BSSMAP_Templates.ttcn File library/BSSMAP_Templates.ttcn: Line 149: template (value)

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

2018-03-28 Thread dexter
dexter has abandoned this change. Change subject: stats: use libosmocore counter for in/out_stream.err_ts_counter .. Abandoned We agreed to use libosmocore rate counters instead of the normal counters. There is an alternate

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

2018-03-28 Thread dexter
Review at https://gerrit.osmocom.org/7555 stats: use libosmocore rate counter for in/out_stream.err_ts_counter The two counters: in_stream.err_ts_counter and out_stream.err_ts_counter are still handcoded. To make them better accessible they should be replaced with libosmocore rate counters. -

[PATCH] libosmocore[master]: vty/command.c: write_config_file(): sanely compose temp path

2018-03-28 Thread Neels Hofmeyr
Review at https://gerrit.osmocom.org/7554 vty/command.c: write_config_file(): sanely compose temp path Fix GCC version 7.3.0 (Debian 7.3.0-12) compiler warning: ../../../../src/libosmocore/src/vty/command.c: In function ‘write_config_file’:

[MERGED] osmo-gsm-tester[master]: schema: Accept band GSM-900

2018-03-28 Thread Pau Espin Pedrol
Pau Espin Pedrol has submitted this change and it was merged. Change subject: schema: Accept band GSM-900 .. schema: Accept band GSM-900 Change-Id: I274c3010f33776b2967ee01de027c44b794cc5d4 --- M src/osmo_gsm_tester/schema.py

[MERGED] osmo-gsm-tester[master]: example: Add scenarios to select BTS for a specific band

2018-03-28 Thread Pau Espin Pedrol
Pau Espin Pedrol has submitted this change and it was merged. Change subject: example: Add scenarios to select BTS for a specific band .. example: Add scenarios to select BTS for a specific band Change-Id:

[MERGED] osmo-gsm-tester[master]: nanobts: Add support to run nanobts on the 900 band

2018-03-28 Thread Pau Espin Pedrol
Pau Espin Pedrol has submitted this change and it was merged. Change subject: nanobts: Add support to run nanobts on the 900 band .. nanobts: Add support to run nanobts on the 900 band Change-Id:

[MERGED] osmo-gsm-tester[master]: example: Run tests on both nanobts with different bands

2018-03-28 Thread Pau Espin Pedrol
Pau Espin Pedrol has submitted this change and it was merged. Change subject: example: Run tests on both nanobts with different bands .. example: Run tests on both nanobts with different bands Change-Id:

docker-playground[master]: Add osmocom-extended cgit container

2018-03-28 Thread Harald Welte
Patch Set 3: Code-Review+2 Verified+1 -- To view, visit https://gerrit.osmocom.org/7548 To unsubscribe, visit https://gerrit.osmocom.org/settings Gerrit-MessageType: comment Gerrit-Change-Id: Iec75769a972950ed9df95d5b36aa930daad1565a Gerrit-PatchSet: 3 Gerrit-Project: docker-playground

[MERGED] docker-playground[master]: Add osmocom-extended cgit container

2018-03-28 Thread Harald Welte
Harald Welte has submitted this change and it was merged. Change subject: Add osmocom-extended cgit container .. Add osmocom-extended cgit container This uses the debian-nginx container "ankitrgadiya/cgit:debian-nginx" and

docker-playground[master]: ttcn3-msc-test: update configuration

2018-03-28 Thread Harald Welte
Patch Set 1: Code-Review+2 -- To view, visit https://gerrit.osmocom.org/7551 To unsubscribe, visit https://gerrit.osmocom.org/settings Gerrit-MessageType: comment Gerrit-Change-Id: Ie7780750f7032453951f6849ecee6ab7cc34e8c2 Gerrit-PatchSet: 1 Gerrit-Project: docker-playground Gerrit-Branch:

osmo-ttcn3-hacks[master]: Cosmetic: Update MSC_Tests.cfg

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

osmo-ttcn3-hacks[master]: MSC_Tests: Add support for multiple BSC

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

osmo-ttcn3-hacks[master]: BSSMAP_Templates: Add templates for HANDOVER REQUIRED

2018-03-28 Thread Harald Welte
Patch Set 1: Any response to my earlier question? -- To view, visit https://gerrit.osmocom.org/7530 To unsubscribe, visit https://gerrit.osmocom.org/settings Gerrit-MessageType: comment Gerrit-Change-Id: I41c2a036465d422db9348d4d2d66bb332e16e155 Gerrit-PatchSet: 1 Gerrit-Project:

osmo-gsm-tester[master]: nanobts: Add support to run nanobts on the 900 band

2018-03-28 Thread Harald Welte
Patch Set 1: Code-Review+2 -- To view, visit https://gerrit.osmocom.org/7546 To unsubscribe, visit https://gerrit.osmocom.org/settings Gerrit-MessageType: comment Gerrit-Change-Id: I13b494630ea835f4bed38ccc77f6a4d5e18326af Gerrit-PatchSet: 1 Gerrit-Project: osmo-gsm-tester Gerrit-Branch:

osmo-gsm-tester[master]: example: Run tests on both nanobts with different bands

2018-03-28 Thread Harald Welte
Patch Set 1: Code-Review+2 -- To view, visit https://gerrit.osmocom.org/7547 To unsubscribe, visit https://gerrit.osmocom.org/settings Gerrit-MessageType: comment Gerrit-Change-Id: Iee2220e1770caa891713dbd18e8f4a4741c1fbe4 Gerrit-PatchSet: 1 Gerrit-Project: osmo-gsm-tester Gerrit-Branch:

osmo-gsm-tester[master]: example: Add scenarios to select BTS for a specific band

2018-03-28 Thread Harald Welte
Patch Set 1: Code-Review+2 -- To view, visit https://gerrit.osmocom.org/7545 To unsubscribe, visit https://gerrit.osmocom.org/settings Gerrit-MessageType: comment Gerrit-Change-Id: Id830536c9337151818901cb25c3a568a77cdbf5e Gerrit-PatchSet: 1 Gerrit-Project: osmo-gsm-tester Gerrit-Branch:

osmo-gsm-tester[master]: schema: Accept band GSM-900

2018-03-28 Thread Harald Welte
Patch Set 1: Code-Review+2 -- To view, visit https://gerrit.osmocom.org/7544 To unsubscribe, visit https://gerrit.osmocom.org/settings Gerrit-MessageType: comment Gerrit-Change-Id: I274c3010f33776b2967ee01de027c44b794cc5d4 Gerrit-PatchSet: 1 Gerrit-Project: osmo-gsm-tester Gerrit-Branch:

docker-playground[master]: Makefile: add dependency tree to rebuild specific test suite...

2018-03-28 Thread Harald Welte
Patch Set 2: Code-Review+2 -- To view, visit https://gerrit.osmocom.org/7553 To unsubscribe, visit https://gerrit.osmocom.org/settings Gerrit-MessageType: comment Gerrit-Change-Id: I1b3b750b0bf51c93c3b237acfd09d30262544045 Gerrit-PatchSet: 2 Gerrit-Project: docker-playground Gerrit-Branch:

[PATCH] docker-playground[master]: Makefile: add dependency tree to rebuild specific test suite...

2018-03-28 Thread Neels Hofmeyr
Makefile: add dependency tree to rebuild specific test suites' images Change-Id: I1b3b750b0bf51c93c3b237acfd09d30262544045 --- M Makefile 1 file changed, 70 insertions(+), 10 deletions(-) git pull ssh://gerrit.osmocom.org:29418/docker-playground refs/changes/53/7553/2 diff --git a/Makefile

[PATCH] docker-playground[master]: Makefile: add dependency tree to rebuild specific test suite...

2018-03-28 Thread Neels Hofmeyr
Review at https://gerrit.osmocom.org/7553 Makefile: add dependency tree to rebuild specific test suites' images Change-Id: I1b3b750b0bf51c93c3b237acfd09d30262544045 --- M Makefile 1 file changed, 66 insertions(+), 10 deletions(-) git pull ssh://gerrit.osmocom.org:29418/docker-playground

[MERGED] osmo-pcu[master]: mslot_class: two more: use uint32_t to shift 1 << 31

2018-03-28 Thread Neels Hofmeyr
Neels Hofmeyr has submitted this change and it was merged. Change subject: mslot_class: two more: use uint32_t to shift 1 << 31 .. mslot_class: two more: use uint32_t to shift 1 << 31 Avoid runtime error seen on jenkins

osmo-pcu[master]: mslot_class: two more: use uint32_t to shift 1 << 31

2018-03-28 Thread Neels Hofmeyr
Patch Set 1: Code-Review+2 more of the same, fast tracking to see if the master build will pass. -- To view, visit https://gerrit.osmocom.org/7552 To unsubscribe, visit https://gerrit.osmocom.org/settings Gerrit-MessageType: comment Gerrit-Change-Id: I976a1dca9da19a05afc85a17b7ba60545b7bc1e5

[PATCH] osmo-pcu[master]: mslot_class: two more: use uint32_t to shift 1 << 31

2018-03-28 Thread Neels Hofmeyr
Review at https://gerrit.osmocom.org/7552 mslot_class: two more: use uint32_t to shift 1 << 31 Avoid runtime error seen on jenkins admin-deb9build slave, when building osmo-pcu with_dsp=None,with_vty=False, during ts_alloc and tbf regression tests: +../../../src/mslot_class.c:271:36: runtime

[PATCH] docker-playground[master]: ttcn3-msc-test: update configuration

2018-03-28 Thread dexter
Review at https://gerrit.osmocom.org/7551 ttcn3-msc-test: update configuration The MSC_Tests.ttcn testsuite is now able to present multiple BSC to the MSC (IUT). This change requires the configuration files of osmo-stp and of the testsuite to be changed. - update MSC_Tests.cfg to present up

[PATCH] osmo-ttcn3-hacks[master]: Cosmetic: Update MSC_Tests.cfg

2018-03-28 Thread dexter
Review at https://gerrit.osmocom.org/7549 Cosmetic: Update MSC_Tests.cfg The MMSC_Tests.cfg config file lacks most of the test comments. - make sure the control section of MSC_Tests.ttcn and MSC_Tests.cfg match up. Change-Id: I89e6c65427a993261cab6a284e6cc3dbc5a5562f --- M

[PATCH] osmo-ttcn3-hacks[master]: MSC_Tests: Add support for multiple BSC

2018-03-28 Thread dexter
Review at https://gerrit.osmocom.org/7550 MSC_Tests: Add support for multiple BSC The upcomming tests for inter-BSC handover make it necessary to simulate multiple (two) BSCs to the MSC, while the current Implementation can only handle one BSC instance at a time. - Allow multiple BSC

[PATCH] docker-playground[master]: Add osmocom-extended cgit container

2018-03-28 Thread Harald Welte
Add osmocom-extended cgit container This uses the debian-nginx container "ankitrgadiya/cgit:debian-nginx" and adds pygments for syntax highlighting, as well as the osmocom commit filter for linking to gerrit change-ids as well as redmine issues Change-Id:

[PATCH] docker-playground[master]: Add osmocom-extended cgit container

2018-03-28 Thread Harald Welte
Add osmocom-extended cgit container This uses the debian-nginx container "ankitrgadiya/cgit:debian-nginx" and adds pygments for syntax highlighting, as well as the osmocom commit filter for linking to gerrit change-ids as well as redmine issues Change-Id:

[PATCH] docker-playground[master]: Add osmocom-extended cgit container

2018-03-28 Thread Harald Welte
Review at https://gerrit.osmocom.org/7548 Add osmocom-extended cgit container This uses the debian-nginx container "ankitrgadiya/cgit:debian-nginx" and adds pygments for syntax highlighting, as well as the osmocom commit filter for linking to gerrit change-ids as well as redmine issues

[PATCH] osmo-gsm-tester[master]: example: Run tests on both nanobts with different bands

2018-03-28 Thread Pau Espin Pedrol
Review at https://gerrit.osmocom.org/7547 example: Run tests on both nanobts with different bands Change-Id: Iee2220e1770caa891713dbd18e8f4a4741c1fbe4 --- M example/default-suites.conf 1 file changed, 10 insertions(+), 5 deletions(-) git pull ssh://gerrit.osmocom.org:29418/osmo-gsm-tester

[PATCH] osmo-gsm-tester[master]: schema: Accept band GSM-900

2018-03-28 Thread Pau Espin Pedrol
Review at https://gerrit.osmocom.org/7544 schema: Accept band GSM-900 Change-Id: I274c3010f33776b2967ee01de027c44b794cc5d4 --- M src/osmo_gsm_tester/schema.py 1 file changed, 1 insertion(+), 1 deletion(-) git pull ssh://gerrit.osmocom.org:29418/osmo-gsm-tester refs/changes/44/7544/1 diff

[PATCH] osmo-gsm-tester[master]: nanobts: Add support to run nanobts on the 900 band

2018-03-28 Thread Pau Espin Pedrol
Review at https://gerrit.osmocom.org/7546 nanobts: Add support to run nanobts on the 900 band Change-Id: I13b494630ea835f4bed38ccc77f6a4d5e18326af --- M example/defaults.conf M example/resources.conf.prod M example/resources.conf.rnd M src/osmo_gsm_tester/bts_nanobts.py 4 files changed, 20

[PATCH] osmo-gsm-tester[master]: example: Add scenarios to select BTS for a specific band

2018-03-28 Thread Pau Espin Pedrol
Review at https://gerrit.osmocom.org/7545 example: Add scenarios to select BTS for a specific band Change-Id: Id830536c9337151818901cb25c3a568a77cdbf5e --- A example/scenarios/band-1800.conf A example/scenarios/band-1900.conf A example/scenarios/band-900.conf 3 files changed, 9 insertions(+),

[MERGED] docker-playground[master]: rename mgw-test to ttcn3-mgw-test to align with other contai...

2018-03-28 Thread Harald Welte
Harald Welte has submitted this change and it was merged. Change subject: rename mgw-test to ttcn3-mgw-test to align with other containers .. rename mgw-test to ttcn3-mgw-test to align with other containers Change-Id:

docker-playground[master]: rename ggsn-test to ttcn3-ggsn-test to align with other naming

2018-03-28 Thread Harald Welte
Patch Set 2: Code-Review+2 Verified+1 -- To view, visit https://gerrit.osmocom.org/7543 To unsubscribe, visit https://gerrit.osmocom.org/settings Gerrit-MessageType: comment Gerrit-Change-Id: Ib2278d582048adb4d8bd3b25578372b3e1abfd77 Gerrit-PatchSet: 2 Gerrit-Project: docker-playground

[MERGED] docker-playground[master]: rename ggsn-test to ttcn3-ggsn-test to align with other naming

2018-03-28 Thread Harald Welte
Harald Welte has submitted this change and it was merged. Change subject: rename ggsn-test to ttcn3-ggsn-test to align with other naming .. rename ggsn-test to ttcn3-ggsn-test to align with other naming Change-Id:

[PATCH] docker-playground[master]: rename ggsn-test to ttcn3-ggsn-test to align with other naming

2018-03-28 Thread Harald Welte
rename ggsn-test to ttcn3-ggsn-test to align with other naming Change-Id: Ib2278d582048adb4d8bd3b25578372b3e1abfd77 --- D ggsn-test/.release D ggsn-test/Makefile A ttcn3-ggsn-test/.release R ttcn3-ggsn-test/Dockerfile R ttcn3-ggsn-test/GGSN_Tests.cfg A ttcn3-ggsn-test/Makefile R

docker-playground[master]: rename mgw-test to ttcn3-mgw-test to align with other contai...

2018-03-28 Thread Harald Welte
Patch Set 1: Code-Review+2 Verified+1 -- To view, visit https://gerrit.osmocom.org/7542 To unsubscribe, visit https://gerrit.osmocom.org/settings Gerrit-MessageType: comment Gerrit-Change-Id: If38e95cf40829038c078eb6ecd3df840b2a7b178 Gerrit-PatchSet: 1 Gerrit-Project: docker-playground

[PATCH] docker-playground[master]: rename ggsn-test to ttcn3-ggsn-test to align with other naming

2018-03-28 Thread Harald Welte
Review at https://gerrit.osmocom.org/7543 rename ggsn-test to ttcn3-ggsn-test to align with other naming Change-Id: Ib2278d582048adb4d8bd3b25578372b3e1abfd77 --- D ggsn-test/.release D ggsn-test/Makefile A ttcn3-ggsn-test/.release R ttcn3-ggsn-test/Dockerfile R ttcn3-ggsn-test/GGSN_Tests.cfg A

[PATCH] docker-playground[master]: rename mgw-test to ttcn3-mgw-test to align with other contai...

2018-03-28 Thread Harald Welte
Review at https://gerrit.osmocom.org/7542 rename mgw-test to ttcn3-mgw-test to align with other containers Change-Id: If38e95cf40829038c078eb6ecd3df840b2a7b178 --- D mgw-test/.release D mgw-test/Makefile A ttcn3-mgw-test/.release R ttcn3-mgw-test/Dockerfile R ttcn3-mgw-test/MGCP_Test.cfg A

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

2018-03-28 Thread Pau Espin Pedrol
Pau Espin Pedrol has submitted this change and it was merged. Change subject: osmo-sgsn: no longer depend on libpcap .. osmo-sgsn: no longer depend on libpcap Since osmo-sgsn a801fba4d32825da044c3c713043e9e919a09fc6 the libcap

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

2018-03-28 Thread Pau Espin Pedrol
Patch Set 1: Verified+1 -- To view, visit https://gerrit.osmocom.org/7540 To unsubscribe, visit https://gerrit.osmocom.org/settings Gerrit-MessageType: comment Gerrit-Change-Id: Ie1f6c313681077d72ef7f26cd3da280da13c5005 Gerrit-PatchSet: 1 Gerrit-Project: meta-telephony Gerrit-Branch: 201705

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

2018-03-28 Thread Harald Welte
Patch Set 1: Code-Review+2 -- To view, visit https://gerrit.osmocom.org/7540 To unsubscribe, visit https://gerrit.osmocom.org/settings Gerrit-MessageType: comment Gerrit-Change-Id: Ie1f6c313681077d72ef7f26cd3da280da13c5005 Gerrit-PatchSet: 1 Gerrit-Project: meta-telephony Gerrit-Branch: 201705

[MERGED] docker-playground[master]: mgw_test: Use entire "control" section of testsuite

2018-03-28 Thread Harald Welte
Harald Welte has submitted this change and it was merged. Change subject: mgw_test: Use entire "control" section of testsuite .. mgw_test: Use entire "control" section of testsuite Change-Id:

docker-playground[master]: mgw_test: Use entire "control" section of testsuite

2018-03-28 Thread Harald Welte
Patch Set 1: Code-Review+2 Verified+1 -- To view, visit https://gerrit.osmocom.org/7541 To unsubscribe, visit https://gerrit.osmocom.org/settings Gerrit-MessageType: comment Gerrit-Change-Id: Id4121bd6974b58faaa8c471597708085ce14a192 Gerrit-PatchSet: 1 Gerrit-Project: docker-playground

[PATCH] docker-playground[master]: mgw_test: Use entire "control" section of testsuite

2018-03-28 Thread Harald Welte
Review at https://gerrit.osmocom.org/7541 mgw_test: Use entire "control" section of testsuite Change-Id: Id4121bd6974b58faaa8c471597708085ce14a192 --- M mgw-test/MGCP_Test.cfg 1 file changed, 1 insertion(+), 17 deletions(-) git pull ssh://gerrit.osmocom.org:29418/docker-playground

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

2018-03-28 Thread Pau Espin Pedrol
Review at https://gerrit.osmocom.org/7540 osmo-sgsn: no longer depend on libpcap Since osmo-sgsn a801fba4d32825da044c3c713043e9e919a09fc6 the libcap dependency is removed. Change-Id: Ie1f6c313681077d72ef7f26cd3da280da13c5005 --- M recipes-osmocom/osmo-sgsn/osmo-sgsn.inc 1 file changed, 1

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

2018-03-28 Thread Harald Welte
Harald Welte has submitted this change and it was merged. Change subject: cosmetic: remove unused variable .. cosmetic: remove unused variable Change-Id: Icbec00ec63950b785dcb71e3b9d70541e70be536 --- M

[MERGED] osmo-bts[master]: cosmetic: remove unused variable in osmo-bts-omldummy/main.c

2018-03-28 Thread Harald Welte
Harald Welte has submitted this change and it was merged. Change subject: cosmetic: remove unused variable in osmo-bts-omldummy/main.c .. cosmetic: remove unused variable in osmo-bts-omldummy/main.c Change-Id:

[MERGED] osmo-trx[master]: jenkins.sh: cleanup always the workspace

2018-03-28 Thread Harald Welte
Harald Welte has submitted this change and it was merged. Change subject: jenkins.sh: cleanup always the workspace .. jenkins.sh: cleanup always the workspace It was broken before becaues of checking emptyness against literal

osmo-trx[master]: jenkins.sh: cleanup always the workspace

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

[MERGED] osmo-ci[master]: ansible: jenkins-slave: setup ttcn3 repository

2018-03-28 Thread Harald Welte
Harald Welte has submitted this change and it was merged. Change subject: ansible: jenkins-slave: setup ttcn3 repository .. ansible: jenkins-slave: setup ttcn3 repository Change-Id: I3aa1bf52f6fcae129278dab7081ea5cfc97d0759

osmo-ci[master]: ansible: jenkins-slave: setup ttcn3 repository

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