[PATCH] libosmo-sccp[master]: osmo-stp: Fix process termination on SIGINT+SIGTERM

2017-08-31 Thread Harald Welte
Review at https://gerrit.osmocom.org/3757 osmo-stp: Fix process termination on SIGINT+SIGTERM In commit eed8c1bfae1d151e135b574d83ed295d36ad8b44 we introduced some singal handling code for (among others) SIGINT and SIGTERM. This code causes the process to hang rather than terminate, as it

osmo-trx[master]: Use release helper from libosmocore

2017-08-31 Thread Max
Patch Set 2: Would be pretty cool if you could give it a try next time you want to make OsmoTRX release :) -- To view, visit https://gerrit.osmocom.org/3717 To unsubscribe, visit https://gerrit.osmocom.org/settings Gerrit-MessageType: comment Gerrit-Change-Id:

[MERGED] osmo-trx[master]: Use release helper from libosmocore

2017-08-31 Thread Max
Max has submitted this change and it was merged. Change subject: Use release helper from libosmocore .. Use release helper from libosmocore See https://osmocom.org/projects/cellular-infrastructure/wiki/Make_a_new_release for

osmo-trx[master]: Use release helper from libosmocore

2017-08-31 Thread Tom Tsou
Patch Set 2: Code-Review+2 -- To view, visit https://gerrit.osmocom.org/3717 To unsubscribe, visit https://gerrit.osmocom.org/settings Gerrit-MessageType: comment Gerrit-Change-Id: Ieb843923d8f534654413be695f2b5f0c87b75520 Gerrit-PatchSet: 2 Gerrit-Project: osmo-trx Gerrit-Branch: master

[PATCH] osmo-gsm-tester[master]: Reserve ARFCN dynamically based on BTS band support

2017-08-31 Thread Pau Espin Pedrol
Hello Neels Hofmeyr, Jenkins Builder, I'd like you to reexamine a change. Please visit https://gerrit.osmocom.org/3731 to look at the new patch set (#2). Reserve ARFCN dynamically based on BTS band support Instead of statically specifying a band for a BTS to use, declare a list of

[PATCH] osmo-gsm-tester[master]: Add cipher cfg param for modem and bts

2017-08-31 Thread Pau Espin Pedrol
Hello Neels Hofmeyr, Jenkins Builder, I'd like you to reexamine a change. Please visit https://gerrit.osmocom.org/3723 to look at the new patch set (#3). Add cipher cfg param for modem and bts This parameter is contains a list of supported encryption ciphers by the modem or bts setting

osmo-gsm-tester[master]: contrib: Add scripts to build osmo-pcu

2017-08-31 Thread Pau Espin Pedrol
Patch Set 1: Jobs have been added: https://jenkins.osmocom.org/jenkins/view/osmo-gsm-tester/job/osmo-gsm-tester_build-osmo-pcu-sysmo/ https://jenkins.osmocom.org/jenkins/view/osmo-gsm-tester/job/osmo-gsm-tester_build-osmo-pcu/ Other jobs have been modified to take the tar.gz from them, and

[PATCH] osmo-gsm-tester[master]: contrib: Add scripts to build osmo-pcu

2017-08-31 Thread Pau Espin Pedrol
Review at https://gerrit.osmocom.org/3756 contrib: Add scripts to build osmo-pcu Change-Id: I90e7d2a79fb4ab7cc7fae5f3a1287a2e5bb748ab --- A contrib/jenkins-build-osmo-pcu-sysmo.sh A contrib/jenkins-build-osmo-pcu.sh 2 files changed, 29 insertions(+), 0 deletions(-) git pull

osmo-gsm-manuals[master]: Allow easily disabling GFDL references

2017-08-31 Thread Harald Welte
Patch Set 1: (1 comment) https://gerrit.osmocom.org/#/c/3736/1/OsmoPCU/osmopcu-usermanual.adoc File OsmoPCU/osmopcu-usermanual.adoc: Line 28: ifdef::gfdl-enabled[] why do we need this? If we build a complete Osmocom manual, it will always be under GFDL. -- To view, visit

osmo-bts[master]: trx: avoid deactivating lchan on LCHAN_REL_ACT_REACT

2017-08-31 Thread Max
Patch Set 6: The problem is that -oct, -lc15, -sysmo activate CCCH automatically in opstart_compl() before receiving SI3. As far as I understood it just a hack due to lack of proper FSM-based implementation of OML. The LCHAN_REL_ACT_REACT and activation/deactivation was introduced

[PATCH] osmo-bts[master]: trx: avoid deactivating lchan on LCHAN_REL_ACT_REACT

2017-08-31 Thread Max
Hello Harald Welte, Jenkins Builder, I'd like you to reexamine a change. Please visit https://gerrit.osmocom.org/3067 to look at the new patch set (#6). trx: avoid deactivating lchan on LCHAN_REL_ACT_REACT * do not deactivate lchan when called with LCHAN_REL_ACT_REACT * add fixme comment

[PATCH] osmo-pcu[master]: Support receiving SI13 from BTS

2017-08-31 Thread Max
Hello Jenkins Builder, I'd like you to reexamine a change. Please visit https://gerrit.osmocom.org/3753 to look at the new patch set (#2). Support receiving SI13 from BTS * store SI13 in BTS struct * check and handle BCCH SAPI * bundle direct-phy related code together to simplify

[PATCH] osmo-pcu[master]: Move gsmtap and accounting into separate function

2017-08-31 Thread Max
Review at https://gerrit.osmocom.org/3755 Move gsmtap and accounting into separate function Change-Id: I3609da1850244f25bd4611c9d25795ca379d6325 --- M src/gprs_rlcmac_sched.cpp 1 file changed, 31 insertions(+), 13 deletions(-) git pull ssh://gerrit.osmocom.org:29418/osmo-pcu

[PATCH] osmo-bts[master]: Support sending SI13 to PCU

2017-08-31 Thread Max
Review at https://gerrit.osmocom.org/3754 Support sending SI13 to PCU * explicitly set SAPI when sending data_ind to PCU * drop unused receiving code for BCCH SAPI * send SI13 when PCU is connected * send SI13 when new SI is received Change-Id: I9e83ef792585aa962f99897d9973cef12f186bcf

[PATCH] osmo-pcu[master]: Support receiving SI13 from BTS

2017-08-31 Thread Max
Review at https://gerrit.osmocom.org/3753 Support receiving SI13 from BTS * store SI13 in BTS struct * check and handle BCCH SAPI * bundle direct-phy related code together to simplify modifications Change-Id: I610a93ce23725b182ec14e3507331295bd542f74 Related: OS#2400 --- M src/bts.h M

libosmocore[master]: Makefile.am: fix missing LTLDFLAGS for libosmocoding

2017-08-31 Thread Max
Patch Set 1: Code-Review+1 -- To view, visit https://gerrit.osmocom.org/3752 To unsubscribe, visit https://gerrit.osmocom.org/settings Gerrit-MessageType: comment Gerrit-Change-Id: Idf677825ff642d50bea43c7f970810783e864fdd Gerrit-PatchSet: 1 Gerrit-Project: libosmocore Gerrit-Branch: master

[PATCH] openbsc[master]: abis: fix unaligned memory access

2017-08-31 Thread Max
Hello Jenkins Builder, I'd like you to reexamine a change. Please visit https://gerrit.osmocom.org/3750 to look at the new patch set (#3). abis: fix unaligned memory access * replace pointer arithmetic and direct assignment with struct modification and function call to prevent

[PATCH] openbsc[master]: abis: fix unaligned memory access

2017-08-31 Thread Max
Hello Jenkins Builder, I'd like you to reexamine a change. Please visit https://gerrit.osmocom.org/3750 to look at the new patch set (#2). abis: fix unaligned memory access * replace pointer arithmetic with struct use to prevent unaligned memory access on arm * remove redundant

[PATCH] libosmocore[master]: Makefile.am: fix missing LTLDFLAGS for libosmocoding

2017-08-31 Thread Vadim Yanitskiy
Review at https://gerrit.osmocom.org/3752 Makefile.am: fix missing LTLDFLAGS for libosmocoding Despite the libosmocoding.map is preset since the library release, one was not used in a proper way. The LTLDFLAGS were missing, so let's add them. Change-Id:

[PATCH] pysim[master]: Support writing SMSP for sysmoUSIM-SJS1

2017-08-31 Thread daniel
Review at https://gerrit.osmocom.org/3751 Support writing SMSP for sysmoUSIM-SJS1 Change-Id: I6cbf69be3d410c18a509b98a63cb69bab74a528a --- M pySim/cards.py 1 file changed, 3 insertions(+), 0 deletions(-) git pull ssh://gerrit.osmocom.org:29418/pysim refs/changes/51/3751/1 diff --git