libosmo-netif[master]: osmux: Re-write osmux_snprintf

2017-08-20 Thread Holger Freyther
Patch Set 1: @pau: "last small changes" -> link to commit or change-id. Most people will not use git log --date to find it. ) @Pablo: https://gerrit.osmocom.org/#/c/3521/. I think size, len and offset could be presented in two variables (or change the name). E.g. when reading is "size" the

[MERGED] openbsc[master]: Treat SIGTERM just like SIGINT in our programs

2017-08-20 Thread Harald Welte
Harald Welte has submitted this change and it was merged. Change subject: Treat SIGTERM just like SIGINT in our programs .. Treat SIGTERM just like SIGINT in our programs When somebody kills the process, it's best to handle

osmocom-bb[master]: VIRT-PHY: Add support for GPRS / TBF mode

2017-08-20 Thread Harald Welte
Patch Set 1: Code-Review+2 -- To view, visit https://gerrit.osmocom.org/3569 To unsubscribe, visit https://gerrit.osmocom.org/settings Gerrit-MessageType: comment Gerrit-Change-Id: Ie6f37090bd45f463aa25d9e00bc06f563be5264a Gerrit-PatchSet: 1 Gerrit-Project: osmocom-bb Gerrit-Branch: master

[MERGED] osmocom-bb[master]: VIRT-PHY: Add support for GPRS / TBF mode

2017-08-20 Thread Harald Welte
Harald Welte has submitted this change and it was merged. Change subject: VIRT-PHY: Add support for GPRS / TBF mode .. VIRT-PHY: Add support for GPRS / TBF mode we add a new STATE_TBF to vthe MS model and add some L1CTL

[MERGED] osmocom-bb[master]: VIRT-PHY: virt_l1_sched: Pass timeslot number into call-back

2017-08-20 Thread Harald Welte
Harald Welte has submitted this change and it was merged. Change subject: VIRT-PHY: virt_l1_sched: Pass timeslot number into call-back .. VIRT-PHY: virt_l1_sched: Pass timeslot number into call-back When we schedule a given

[MERGED] osmocom-bb[master]: virtphy: Add SIGINT+SIGTERM handlers

2017-08-20 Thread Harald Welte
Harald Welte has submitted this change and it was merged. Change subject: virtphy: Add SIGINT+SIGTERM handlers .. virtphy: Add SIGINT+SIGTERM handlers Change-Id: I2fe65e0c1912c4d72c276a2db169f0bdbcbda2b8 --- M

[MERGED] osmocom-bb[master]: VIRT-PHY: Support forwarding of CBCH similar to BCCH/CCCH

2017-08-20 Thread Harald Welte
Harald Welte has submitted this change and it was merged. Change subject: VIRT-PHY: Support forwarding of CBCH similar to BCCH/CCCH .. VIRT-PHY: Support forwarding of CBCH similar to BCCH/CCCH Change-Id:

osmocom-bb[master]: virtphy: Add SIGINT+SIGTERM handlers

2017-08-20 Thread Harald Welte
Patch Set 1: Code-Review+2 -- To view, visit https://gerrit.osmocom.org/3566 To unsubscribe, visit https://gerrit.osmocom.org/settings Gerrit-MessageType: comment Gerrit-Change-Id: I2fe65e0c1912c4d72c276a2db169f0bdbcbda2b8 Gerrit-PatchSet: 1 Gerrit-Project: osmocom-bb Gerrit-Branch: master

osmocom-bb[master]: VIRT-PHY: Support forwarding of CBCH similar to BCCH/CCCH

2017-08-20 Thread Harald Welte
Patch Set 1: Code-Review+2 -- To view, visit https://gerrit.osmocom.org/3567 To unsubscribe, visit https://gerrit.osmocom.org/settings Gerrit-MessageType: comment Gerrit-Change-Id: I3e6f936603e43e885b28953be5ac262e3fb7c09a Gerrit-PatchSet: 1 Gerrit-Project: osmocom-bb Gerrit-Branch: master

osmocom-bb[master]: VIRT-PHY: virt_l1_sched: Pass timeslot number into call-back

2017-08-20 Thread Harald Welte
Patch Set 1: Code-Review+2 -- To view, visit https://gerrit.osmocom.org/3568 To unsubscribe, visit https://gerrit.osmocom.org/settings Gerrit-MessageType: comment Gerrit-Change-Id: I608a91ae8e2a57a2d6f87f4b873c82edb0215bf6 Gerrit-PatchSet: 1 Gerrit-Project: osmocom-bb Gerrit-Branch: master

[PATCH] osmocom-bb[master]: VIRT-PHY: Add support for GPRS / TBF mode

2017-08-20 Thread Harald Welte
Review at https://gerrit.osmocom.org/3569 VIRT-PHY: Add support for GPRS / TBF mode we add a new STATE_TBF to vthe MS model and add some L1CTL primitives to configure that TBF mode as well as to enqueue transmissions for blocks at a given USF+TS. Change-Id:

[PATCH] osmocom-bb[master]: VIRT-PHY: virt_l1_sched: Pass timeslot number into call-back

2017-08-20 Thread Harald Welte
Review at https://gerrit.osmocom.org/3568 VIRT-PHY: virt_l1_sched: Pass timeslot number into call-back When we schedule a given frame for transmission, we save its timeslot number. However, the callback doesn't get informed about this so far. Change-Id:

[PATCH] osmocom-bb[master]: virtphy: Add SIGINT+SIGTERM handlers

2017-08-20 Thread Harald Welte
Review at https://gerrit.osmocom.org/3566 virtphy: Add SIGINT+SIGTERM handlers Change-Id: I2fe65e0c1912c4d72c276a2db169f0bdbcbda2b8 --- M src/host/virt_phy/src/virtphy.c 1 file changed, 6 insertions(+), 0 deletions(-) git pull ssh://gerrit.osmocom.org:29418/osmocom-bb

[PATCH] osmocom-bb[master]: VIRT-PHY: Support forwarding of CBCH similar to BCCH/CCCH

2017-08-20 Thread Harald Welte
Review at https://gerrit.osmocom.org/3567 VIRT-PHY: Support forwarding of CBCH similar to BCCH/CCCH Change-Id: I3e6f936603e43e885b28953be5ac262e3fb7c09a --- M src/host/virt_phy/src/gsmtapl1_if.c 1 file changed, 2 insertions(+), 2 deletions(-) git pull

[MERGED] osmo-bts[master]: Fix static build of osmo-bts-trx and osmo-bts-virtual.

2017-08-20 Thread Alexander Chemeris
Alexander Chemeris has submitted this change and it was merged. Change subject: Fix static build of osmo-bts-trx and osmo-bts-virtual. .. Fix static build of osmo-bts-trx and osmo-bts-virtual. New libosmocore has some plugin

osmo-bts[master]: Fix static build of osmo-bts-trx and osmo-bts-virtual.

2017-08-20 Thread Alexander Chemeris
Patch Set 1: > I'm not sure what's "new" about it? dlopen() has been introduced into > libosmocore in 2010: Not sure. May be somehow it wasn't used previously and was optimized out by the linker and now it's used? Frankly I haven't looked at the reasons - I just noticed that it was building

[MERGED] osmo-bts[master]: Treat SIGTERM just like SIGINT in our programs

2017-08-20 Thread Harald Welte
Harald Welte has submitted this change and it was merged. Change subject: Treat SIGTERM just like SIGINT in our programs .. Treat SIGTERM just like SIGINT in our programs When somebody kills the process, it's best to handle

osmo-bts[master]: Fix static build of osmo-bts-trx and osmo-bts-virtual.

2017-08-20 Thread Harald Welte
Patch Set 1: Code-Review+2 (1 comment) https://gerrit.osmocom.org/#/c/3552/1//COMMIT_MSG Commit Message: Line 9: New libosmocore has some plugin system which requires dlopen(). So we need I'm not sure what's "new" about it? dlopen() has been introduced into libosmocore in 2010: commit

[MERGED] osmo-bts[master]: osmo-bts-trx: Increase a maximum allowed MS power reduction ...

2017-08-20 Thread Harald Welte
Harald Welte has submitted this change and it was merged. Change subject: osmo-bts-trx: Increase a maximum allowed MS power reduction step from 2dB to 4dB. .. osmo-bts-trx: Increase a maximum allowed MS power reduction step

osmo-bts[master]: osmo-bts-trx: Increase a maximum allowed MS power reduction ...

2017-08-20 Thread Harald Welte
Patch Set 4: Code-Review+2 -- To view, visit https://gerrit.osmocom.org/3562 To unsubscribe, visit https://gerrit.osmocom.org/settings Gerrit-MessageType: comment Gerrit-Change-Id: I58785513e5739474b881ed7f2a312ecc690e7e60 Gerrit-PatchSet: 4 Gerrit-Project: osmo-bts Gerrit-Branch: master

libosmo-sccp[master]: OsmoSTP: Install our default set of signal handlers

2017-08-20 Thread Harald Welte
Patch Set 1: Code-Review+2 -- To view, visit https://gerrit.osmocom.org/3563 To unsubscribe, visit https://gerrit.osmocom.org/settings Gerrit-MessageType: comment Gerrit-Change-Id: Id5e37dc35923fd689e2cecd9923154774efd7f51 Gerrit-PatchSet: 1 Gerrit-Project: libosmo-sccp Gerrit-Branch: master

openbsc[master]: Treat SIGTERM just like SIGINT in our programs

2017-08-20 Thread Harald Welte
Patch Set 1: Code-Review+2 -- To view, visit https://gerrit.osmocom.org/3564 To unsubscribe, visit https://gerrit.osmocom.org/settings Gerrit-MessageType: comment Gerrit-Change-Id: Iea6804325a6575ceab5edfd28dd20249462f143b Gerrit-PatchSet: 1 Gerrit-Project: openbsc Gerrit-Branch: master

osmo-bts[master]: Treat SIGTERM just like SIGINT in our programs

2017-08-20 Thread Harald Welte
Patch Set 1: Code-Review+2 -- To view, visit https://gerrit.osmocom.org/3565 To unsubscribe, visit https://gerrit.osmocom.org/settings Gerrit-MessageType: comment Gerrit-Change-Id: I10009c08b7178988f646e2b6035197b9640ac9b5 Gerrit-PatchSet: 1 Gerrit-Project: osmo-bts Gerrit-Branch: master

[PATCH] osmo-bts[master]: Treat SIGTERM just like SIGINT in our programs

2017-08-20 Thread Harald Welte
Review at https://gerrit.osmocom.org/3565 Treat SIGTERM just like SIGINT in our programs When somebody kills the process, it's best to handle the signal and to use the opportunity for some cleanup. We always did this in the BTS on SIGINT, but never on SIGTERM. Let's change it. Change-Id:

[PATCH] openbsc[master]: Treat SIGTERM just like SIGINT in our programs

2017-08-20 Thread Harald Welte
Review at https://gerrit.osmocom.org/3564 Treat SIGTERM just like SIGINT in our programs When somebody kills the process, it's best to handle the signal and to use the opportunity for some cleanup. We always did this in the NITB on SIGINT, but never on SIGTERM. Let's change it. Change-Id:

[PATCH] libosmo-sccp[master]: OsmoSTP: Install our default set of signal handlers

2017-08-20 Thread Harald Welte
Review at https://gerrit.osmocom.org/3563 OsmoSTP: Install our default set of signal handlers Change-Id: Id5e37dc35923fd689e2cecd9923154774efd7f51 --- M stp/stp_main.c 1 file changed, 41 insertions(+), 1 deletion(-) git pull ssh://gerrit.osmocom.org:29418/libosmo-sccp