This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Software-defined analyzer for APCO P25".
The branch, max has been updated
via 43bd7e7ae1559e083e870689fa946116f2035ae2 (commit)
via d5ee60abf8def19164072d32446b887045c2d737 (commit)
via 34d08d925516a8373baf6b8b01d31da99cc94e17 (commit)
via 6ecebfffccba63011fd4c2022b9c281b19be4970 (commit)
via 9d0747b1ca7a8efea1193be72a3562954a601fe6 (commit)
via d16702fb9efea347644f46483b2eeeb20b36930b (commit)
from b28a976768af0440429e0fb41a5538efa2c28c05 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
http://cgit.osmocom.org/op25/commit/?id=43bd7e7ae1559e083e870689fa946116f20…
commit 43bd7e7ae1559e083e870689fa946116f2035ae2
Author: Max <ikj1234i(a)yahoo.com>
Date: Thu Jan 25 19:36:11 2018 -0500
update README
http://cgit.osmocom.org/op25/commit/?id=d5ee60abf8def19164072d32446b887045c…
commit d5ee60abf8def19164072d32446b887045c2d737
Author: Max <ikj1234i(a)yahoo.com>
Date: Thu Jan 25 19:13:32 2018 -0500
http.py
http://cgit.osmocom.org/op25/commit/?id=34d08d925516a8373baf6b8b01d31da99cc…
commit 34d08d925516a8373baf6b8b01d31da99cc94e17
Author: Max <ikj1234i(a)yahoo.com>
Date: Thu Jan 25 19:02:15 2018 -0500
terminal.py http additions
http://cgit.osmocom.org/op25/commit/?id=6ecebfffccba63011fd4c2022b9c281b19b…
commit 6ecebfffccba63011fd4c2022b9c281b19be4970
Author: Max <ikj1234i(a)yahoo.com>
Date: Thu Jan 25 19:00:53 2018 -0500
rx.py http and remote plot additions
http://cgit.osmocom.org/op25/commit/?id=9d0747b1ca7a8efea1193be72a3562954a6…
commit 9d0747b1ca7a8efea1193be72a3562954a601fe6
Author: Max <ikj1234i(a)yahoo.com>
Date: Thu Jan 25 18:51:16 2018 -0500
allow plot output to files
http://cgit.osmocom.org/op25/commit/?id=d16702fb9efea347644f46483b2eeeb20b3…
commit d16702fb9efea347644f46483b2eeeb20b36930b
Author: Max <ikj1234i(a)yahoo.com>
Date: Thu Jan 25 18:50:43 2018 -0500
html/css/js/png file additions
-----------------------------------------------------------------------
Summary of changes:
op25/gr-op25_repeater/apps/README | 27 +++
op25/gr-op25_repeater/apps/gr_gnuplot.py | 34 +++-
op25/gr-op25_repeater/apps/http.py | 127 +++++++++++++
op25/gr-op25_repeater/apps/rx.py | 69 ++++---
op25/gr-op25_repeater/apps/terminal.py | 22 +++
op25/gr-op25_repeater/www/images/1x1.png | Bin 0 -> 290 bytes
op25/gr-op25_repeater/www/www-static/index.html | 44 +++++
op25/gr-op25_repeater/www/www-static/main.css | 5 +
op25/gr-op25_repeater/www/www-static/main.js | 230 ++++++++++++++++++++++++
9 files changed, 529 insertions(+), 29 deletions(-)
create mode 100644 op25/gr-op25_repeater/apps/http.py
create mode 100644 op25/gr-op25_repeater/www/images/1x1.png
create mode 100644 op25/gr-op25_repeater/www/www-static/index.html
create mode 100644 op25/gr-op25_repeater/www/www-static/main.css
create mode 100644 op25/gr-op25_repeater/www/www-static/main.js
hooks/post-receive
--
Software-defined analyzer for APCO P25
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "The OpenGGSN project".
The branch, master has been updated
via 282d4e3dda5c3a1eabb76da601c5a680a1ccbd15 (commit)
via 42d3250d1790dffc30fc0ce02bd520c2e8445637 (commit)
via 5aed8de11da52f10794c1f6805b75cbedcede815 (commit)
via 5f5fcff5f3c3a8ff7211fd19876999f58669d461 (commit)
via a884a95a7b6a9833c2a86603bd851f30fb46c96f (commit)
via a4aada0b5fccee9334ac21fab12dadd94c55c69a (commit)
via 732131d4d05172fef11e5dae392e4fb19206fc68 (commit)
from 36b940d1fed8d5780bb69ec7de0d170939d4745e (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
http://cgit.osmocom.org/osmo-ggsn/commit/?id=282d4e3dda5c3a1eabb76da601c5a6…
commit 282d4e3dda5c3a1eabb76da601c5a680a1ccbd15
Author: Pau Espin Pedrol <pespin(a)sysmocom.de>
Date: Thu Jan 25 18:20:51 2018 +0100
gtp.c: gtp_gpdu_ind: Early return to avoid use of uninitialized var
If the version received is not known, pdp is then uninitalized so we
should not be using it. Let's return an error to inform the caller.
Change-Id: Ib3e23b61a3521bd3c9002d3165ca8eff4361a35e
http://cgit.osmocom.org/osmo-ggsn/commit/?id=42d3250d1790dffc30fc0ce02bd520…
commit 42d3250d1790dffc30fc0ce02bd520c2e8445637
Author: Pau Espin Pedrol <pespin(a)sysmocom.de>
Date: Thu Jan 25 18:17:17 2018 +0100
gtp.c: gtp_gpdu_ind: Convert ifelse to switch statement
Change-Id: I99b73f7a6d4100789fa92021c6ec9117869c881b
http://cgit.osmocom.org/osmo-ggsn/commit/?id=5aed8de11da52f10794c1f6805b75c…
commit 5aed8de11da52f10794c1f6805b75cbedcede815
Author: Pau Espin Pedrol <pespin(a)sysmocom.de>
Date: Thu Jan 25 18:09:51 2018 +0100
gtp/pdp: Remove unused APIs pdp_ntoeua pdp_euaton
Change-Id: I00db99ba8de3f3d90e85bf593ed31555eedb439b
http://cgit.osmocom.org/osmo-ggsn/commit/?id=5f5fcff5f3c3a8ff7211fd19876999…
commit 5f5fcff5f3c3a8ff7211fd19876999f58669d461
Author: Pau Espin Pedrol <pespin(a)sysmocom.de>
Date: Thu Jan 25 18:09:02 2018 +0100
gtp/pdp: Fix trailing whitespace
Change-Id: I1bc65ef9af1144779ee91a2c9b9887233ad15671
http://cgit.osmocom.org/osmo-ggsn/commit/?id=a884a95a7b6a9833c2a86603bd851f…
commit a884a95a7b6a9833c2a86603bd851f30fb46c96f
Author: Pau Espin Pedrol <pespin(a)sysmocom.de>
Date: Thu Jan 25 17:28:11 2018 +0100
gtp.c: Log unsupported GTP version number
Change-Id: Idbc6e4c912b958bde5916b87ec53c3c4db70bee0
http://cgit.osmocom.org/osmo-ggsn/commit/?id=a4aada0b5fccee9334ac21fab12dad…
commit a4aada0b5fccee9334ac21fab12dadd94c55c69a
Author: Pau Espin Pedrol <pespin(a)sysmocom.de>
Date: Thu Jan 25 17:24:38 2018 +0100
gtp.c: Determine GTP version from header
Change-Id: I843071a090e877fd529e1e0b799df3585bf836d8
http://cgit.osmocom.org/osmo-ggsn/commit/?id=732131d4d05172fef11e5dae392e4f…
commit 732131d4d05172fef11e5dae392e4fb19206fc68
Author: Pau Espin Pedrol <pespin(a)sysmocom.de>
Date: Thu Jan 25 17:23:09 2018 +0100
gtp.c: Fix trailing whitespace
Change-Id: I636c81d0c0ff53c97e6aedbc00f90c1325a3d607
-----------------------------------------------------------------------
Summary of changes:
gtp/gtp.c | 110 ++++++++++++++++++++++++++++++++++----------------------------
gtp/pdp.c | 62 +++++++++++++----------------------
gtp/pdp.h | 18 +++++-----
3 files changed, 90 insertions(+), 100 deletions(-)
hooks/post-receive
--
The OpenGGSN project
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "UNNAMED PROJECT".
The branch, master has been updated
via d2d51ed1091e75f147760893e18f30e5e422c388 (commit)
from 01bd0cc42ff067cd5eb8c6613418713cfccfd3eb (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
http://cgit.osmocom.org/osmo-pcu/commit/?id=d2d51ed1091e75f147760893e18f30e…
commit d2d51ed1091e75f147760893e18f30e5e422c388
Author: Max <msuraev(a)sysmocom.de>
Date: Thu Jan 25 15:41:28 2018 +0100
cosmetic: fix whitespace issue with include files
Change-Id: I401fe88f5bd1665becd6fe6d4204b3877d548ccc
-----------------------------------------------------------------------
Summary of changes:
src/pcu_vty_functions.cpp | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
hooks/post-receive
--
UNNAMED PROJECT
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "UNNAMED PROJECT".
The branch, master has been updated
via 01bd0cc42ff067cd5eb8c6613418713cfccfd3eb (commit)
via 9f46071409d1ac17a4be5442185f88c4829c310c (commit)
via c59ef12e51460e97ab6b61a483c35e2fc8f84991 (commit)
via 2ecf0fdfc26efd5f504c0bcec28f233bd06693d7 (commit)
via 46fbfceac6dfa6641d3e00c1a102622550bb7190 (commit)
from fdd79e9828b79ef0fbd0b17b6188473cd43f388d (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
http://cgit.osmocom.org/osmo-pcu/commit/?id=01bd0cc42ff067cd5eb8c6613418713…
commit 01bd0cc42ff067cd5eb8c6613418713cfccfd3eb
Author: Max <msuraev(a)sysmocom.de>
Date: Tue Jan 23 20:58:49 2018 +0100
Add multislot classes from latest spec
The table B.1 is copy-pasted from 3GPP TS 45.002 and reformatted via
Emacs macros into C struct to avoid typos. The test output expanded
accordingly.
The allocation test expectations and output are adjusted accordingly.
Note: classes 35-45 which need TA offset are not properly supported
yet. This can be extended once we have such devices available for tests.
Change-Id: I1ef2eb99c517f25e7d1e71b985a3e0eb3879eb2c
Related: OS#2282
http://cgit.osmocom.org/osmo-pcu/commit/?id=9f46071409d1ac17a4be5442185f88c…
commit 9f46071409d1ac17a4be5442185f88c4829c310c
Author: Max <msuraev(a)sysmocom.de>
Date: Tue Jan 23 20:57:08 2018 +0100
AllocTest: remove assumption on max MS class
So far the allocation was only tested up to hardcoded MS class 29. Drop
that assumption and test for all supported MS classes. Adjust expected
test output as necessary.
Note: using mslot_class_max() forces allocation for MS classes 30 and 31
for which no actual data is available (will be added in follow-up
patches) which current implementation treats differently depending on
TX/RX direction - see gprs_alloc_max_dl_slots_per_ms(). Because of that
we have to adjust the expected number of allocations in
test_successive_allocation() as well.
Change-Id: I7737f303d97197ef159b14a19c3312a11f07b433
Related: OS#2282
http://cgit.osmocom.org/osmo-pcu/commit/?id=c59ef12e51460e97ab6b61a483c35e2…
commit c59ef12e51460e97ab6b61a483c35e2fc8f84991
Author: Max <msuraev(a)sysmocom.de>
Date: Mon Nov 27 13:21:41 2017 +0100
AllocTest: expand test output
* print MS classes
* unify and print test mode description
* print additional info on test completion
This only changes meta info about test run but not the actual test
output.
Change-Id: I30a4b8f561a9677f4e9ded33a051a249bd15a6a2
Related: OS#2282
http://cgit.osmocom.org/osmo-pcu/commit/?id=2ecf0fdfc26efd5f504c0bcec28f233…
commit 2ecf0fdfc26efd5f504c0bcec28f233bd06693d7
Author: Max <msuraev(a)sysmocom.de>
Date: Tue Nov 21 18:13:31 2017 +0100
AllocTest: adjust test_alloc_b()
This function contains 3 independent test cases. Let's split them into
separate functions to simplify further modifications:
* split test cases into separate functions
* use them for mass test as well
* change function names to avoid confusion
* make individual test cases return error instead of failing via assert
on allocation failure
The top-level test_alloc_b() is used as part of exhaustion tests in
test_all_alloc_b() for example, so it's expected that allocation might
fail (due to TFI or USF exhaustion for example) eventually. In this case
it's better to indicate it to caller instead of failing entire program.
The test output does not require any adjustements because we do not
exhaust to the point of allocation failure yet.
Change-Id: Id7e03a85ce96e7d617cecee963759bae589a3a1a
Related: OS#2282
http://cgit.osmocom.org/osmo-pcu/commit/?id=46fbfceac6dfa6641d3e00c1a102622…
commit 46fbfceac6dfa6641d3e00c1a102622550bb7190
Author: Max <msuraev(a)sysmocom.de>
Date: Wed Nov 1 19:22:25 2017 +0100
Add tests for find_multi_slots()
* make function public
* add tests
Change-Id: I4174703808335c19341cd5b5f4422496d958967f
-----------------------------------------------------------------------
Summary of changes:
src/gprs_rlcmac.h | 3 +
src/gprs_rlcmac_ts_alloc.cpp | 10 +-
src/mslot_class.c | 37 +-
src/mslot_class.h | 5 +-
tests/Makefile.am | 12 +-
tests/alloc/AllocTest.cpp | 464 +-
tests/alloc/AllocTest.err | 91350 +++++++++++++++++++++++++++++++++++------
tests/alloc/AllocTest.ok | 6174 ++-
tests/alloc/MslotTest.cpp | 177 +
tests/alloc/MslotTest.ok | 1732 +
tests/testsuite.at | 6 +
11 files changed, 86021 insertions(+), 13949 deletions(-)
create mode 100644 tests/alloc/MslotTest.cpp
create mode 100644 tests/alloc/MslotTest.ok
hooks/post-receive
--
UNNAMED PROJECT
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Osmocom BTS-side code (Abis, scheduling, ...)".
The branch, master has been updated
via 75d0fcdfcd4dec0e3d11127a7982014b5d3bf660 (commit)
via 0e176264f412172a1acc7e8ac590d01330ae4eee (commit)
via d6d4b50911c60bcd7974fafea81770124cb803e8 (commit)
from 5675afa6b9518f247d6f014a57299d746b801ca4 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
http://cgit.osmocom.org/osmo-bts/commit/?id=75d0fcdfcd4dec0e3d11127a7982014…
commit 75d0fcdfcd4dec0e3d11127a7982014b5d3bf660
Author: Alexander Huemer <alexander.huemer(a)xx.vu>
Date: Thu Jan 25 01:48:55 2018 +0100
gitignore: add missing entries
Change-Id: I509e564a82b6632c0cdf052526e9f7f3397155ce
http://cgit.osmocom.org/osmo-bts/commit/?id=0e176264f412172a1acc7e8ac590d01…
commit 0e176264f412172a1acc7e8ac590d01330ae4eee
Author: Alexander Huemer <alexander.huemer(a)xx.vu>
Date: Thu Jan 25 01:44:51 2018 +0100
various Makefile.am: add missing CFLAGS
Change-Id: I0717aaaf062a7c3c8b35520fa837b51fd6aed47f
http://cgit.osmocom.org/osmo-bts/commit/?id=d6d4b50911c60bcd7974fafea817701…
commit d6d4b50911c60bcd7974fafea81770124cb803e8
Author: Alexander Huemer <alexander.huemer(a)xx.vu>
Date: Thu Jan 25 01:38:25 2018 +0100
cosmetic: Makefile.am whitespace
Change-Id: I480fbf85912de2ea3518a906b9edf23b1485e936
-----------------------------------------------------------------------
Summary of changes:
.gitignore | 7 +++++++
tests/handover/Makefile.am | 2 +-
tests/meas/Makefile.am | 2 +-
tests/tx_power/Makefile.am | 2 +-
4 files changed, 10 insertions(+), 3 deletions(-)
hooks/post-receive
--
Osmocom BTS-side code (Abis, scheduling, ...)
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "An utility library for Open Source Mobile Communications".
The branch, master has been updated
via d60e17ab0ee9993edf17e859737fc9a56660058d (commit)
via ea0bc9608c66166f2efb8ebdaa5f26dc8b0cd85f (commit)
from e41ad4d0084eca4a463970c0cc58867d92779cbc (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
http://cgit.osmocom.org/libosmocore/commit/?id=d60e17ab0ee9993edf17e859737f…
commit d60e17ab0ee9993edf17e859737fc9a56660058d
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Wed Jan 24 16:50:11 2018 +0100
SMS: Add value_string for TS 04.11 CP and RP state
Change-Id: I1b2f6fc6f455b0ba2a5732c567a4867bca97c3b0
http://cgit.osmocom.org/libosmocore/commit/?id=ea0bc9608c66166f2efb8ebdaa5f…
commit ea0bc9608c66166f2efb8ebdaa5f26dc8b0cd85f
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Wed Jan 24 16:17:45 2018 +0100
gsm48_pdisc_names: Use conscise, short names
Some times I *really* regret ever having merged OSMO_VALUE_STRING,
as it generates completely unusable and way too long strings :(
Change-Id: I8de7c01f9ea1d66c384e57449c4140186f5ce6c5
-----------------------------------------------------------------------
Summary of changes:
include/osmocom/gsm/gsm0411_smc.h | 5 +++++
include/osmocom/gsm/gsm0411_smr.h | 6 ++++++
src/gsm/gsm0411_smc.c | 7 +++++++
src/gsm/gsm0411_smr.c | 7 +++++++
src/gsm/gsm48.c | 30 +++++++++++++++---------------
src/gsm/libosmogsm.map | 2 ++
6 files changed, 42 insertions(+), 15 deletions(-)
hooks/post-receive
--
An utility library for Open Source Mobile Communications
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "UNNAMED PROJECT".
The branch, master has been updated
via fdd79e9828b79ef0fbd0b17b6188473cd43f388d (commit)
via cac6b666381d5766d49694b1bce8baf275bbe9e1 (commit)
via 088c7df571e3044b286200cc112e7e24b2751491 (commit)
via 0e5998087ee530d8b13e56ac8355693869cd7446 (commit)
from 0524e38d9ea519898a61256389c3a7277410ccb8 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
http://cgit.osmocom.org/osmo-pcu/commit/?id=fdd79e9828b79ef0fbd0b17b6188473…
commit fdd79e9828b79ef0fbd0b17b6188473cd43f388d
Author: Max <msuraev(a)sysmocom.de>
Date: Wed Jan 24 11:04:59 2018 +0100
TBF: adjust test log levels
* enable debugging for DTBF*
* disable excessive DRLCMAC*
Change-Id: I122620941e7939d513742c8589a75e0ab76f79ab
http://cgit.osmocom.org/osmo-pcu/commit/?id=cac6b666381d5766d49694b1bce8baf…
commit cac6b666381d5766d49694b1bce8baf275bbe9e1
Author: Max <msuraev(a)sysmocom.de>
Date: Wed Jan 24 11:00:17 2018 +0100
TBF: make poll state internal
* add functions/macros for setting TBF's poll state
* add function for checking TBF's poll state
Change-Id: I6db1c4e7bd0a49aeb5e391afe371c36b96c6a702
Related: OS#1539
http://cgit.osmocom.org/osmo-pcu/commit/?id=088c7df571e3044b286200cc112e7e2…
commit 088c7df571e3044b286200cc112e7e24b2751491
Author: Max <msuraev(a)sysmocom.de>
Date: Tue Jan 23 20:16:23 2018 +0100
TBF: make UL ack state internal
* add functions/macros for setting TBF's UL ack state
* add functions for checking TBF's UL ack state
N. B: this should not be confused with TBF-UL state.
Change-Id: I144483447d4b0b93e775da0e926ee45eb8ab39f3
Related: OS#1539
http://cgit.osmocom.org/osmo-pcu/commit/?id=0e5998087ee530d8b13e56ac8355693…
commit 0e5998087ee530d8b13e56ac8355693869cd7446
Author: Max <msuraev(a)sysmocom.de>
Date: Tue Jan 23 20:09:06 2018 +0100
TBF: make UL/DL state internal
* add functions/macros for setting TBF's UL/DL state
* add functions for checking TBF's UL/DL state
* move pre-free check into separate function
N. B: this should not be confused with TBF-UL or TBF-DL state.
Change-Id: Idcbf5775d17b1247f2ed01788f9b0788ce66e871
Related: OS#1539
-----------------------------------------------------------------------
Summary of changes:
src/bts.cpp | 18 +-
src/gprs_rlcmac_sched.cpp | 27 +-
src/poll_controller.cpp | 4 +-
src/tbf.cpp | 39 +-
src/tbf.h | 104 +-
src/tbf_dl.cpp | 6 +-
src/tbf_ul.cpp | 13 +-
tests/tbf/TbfTest.cpp | 21 +-
tests/tbf/TbfTest.err | 5977 ++++++++++++++++++++++++++++++++++++---------
9 files changed, 4953 insertions(+), 1256 deletions(-)
hooks/post-receive
--
UNNAMED PROJECT
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Osmocom BTS-side code (Abis, scheduling, ...)".
The branch, master has been updated
via 5675afa6b9518f247d6f014a57299d746b801ca4 (commit)
via cedad415fcc8687c37fdbb759ce6bd84ee1b5f5a (commit)
from e5b613d29bc9c78d186a87f3627c3333c44ca9f0 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
http://cgit.osmocom.org/osmo-bts/commit/?id=5675afa6b9518f247d6f014a57299d7…
commit 5675afa6b9518f247d6f014a57299d746b801ca4
Author: Max <msuraev(a)sysmocom.de>
Date: Wed Jan 24 13:24:34 2018 +0100
Enable sanitize for CI tests
Change-Id: I3e2e1fb777a7cbf74e2f7c4288ed5f3277c7faed
http://cgit.osmocom.org/osmo-bts/commit/?id=cedad415fcc8687c37fdbb759ce6bd8…
commit cedad415fcc8687c37fdbb759ce6bd84ee1b5f5a
Author: Max <msuraev(a)sysmocom.de>
Date: Wed Jan 24 13:27:24 2018 +0100
CI: drop unused OsmoPCU dependency
The independent copy of pcuif_proto.h file is used by OsmoBTS so we
don't have to checkout OsmoPCU to obtain it.
Change-Id: If8d7330adf3edc44c3b49b1f6e854cce0eca2d8e
-----------------------------------------------------------------------
Summary of changes:
contrib/jenkins_bts_trx.sh | 4 +---
contrib/jenkins_lc15.sh | 2 +-
contrib/jenkins_oct.sh | 2 +-
contrib/jenkins_oct_and_bts_trx.sh | 3 ---
contrib/jenkins_sysmobts.sh | 2 +-
5 files changed, 4 insertions(+), 9 deletions(-)
hooks/post-receive
--
Osmocom BTS-side code (Abis, scheduling, ...)
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "An utility library for Open Source Mobile Communications".
The branch, master has been updated
via e41ad4d0084eca4a463970c0cc58867d92779cbc (commit)
via 8e8378a84d25576ae03fc44b40b5197a511322fd (commit)
from 2a06a491b17b2eaa39d0a10ca43cc946b679f837 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
http://cgit.osmocom.org/libosmocore/commit/?id=e41ad4d0084eca4a463970c0cc58…
commit e41ad4d0084eca4a463970c0cc58867d92779cbc
Author: Max <msuraev(a)sysmocom.de>
Date: Thu Jan 18 17:37:18 2018 +0100
jenkins: move make invocation into shared function
Change-Id: Ied8c1085b8bee2cc4fa65592e805838b8cdae287
http://cgit.osmocom.org/libosmocore/commit/?id=8e8378a84d25576ae03fc44b40b5…
commit 8e8378a84d25576ae03fc44b40b5197a511322fd
Author: Max <msuraev(a)sysmocom.de>
Date: Thu Jan 18 19:25:24 2018 +0100
jenkins: remove obsolete scripts
* jenkins.sh is superseded by jenkins_amd64.sh
* jenkins-arm.sh is superseded by jenkins_arm.sh
N. B: this requires I76dfc11a05007ae5c6e0554fe8132695b67cccaa in
osmo-ci.
Change-Id: Ifbd253cff88c3ac18e469c34e79f1501501e1657
-----------------------------------------------------------------------
Summary of changes:
contrib/jenkins-arm.sh | 28 ----------------------------
contrib/jenkins.sh | 33 ---------------------------------
contrib/jenkins_amd64.sh | 6 +++---
contrib/jenkins_arm.sh | 3 +--
contrib/jenkins_common.sh | 4 ++++
5 files changed, 8 insertions(+), 66 deletions(-)
delete mode 100755 contrib/jenkins-arm.sh
delete mode 100755 contrib/jenkins.sh
hooks/post-receive
--
An utility library for Open Source Mobile Communications
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "An utility library for Open Source Mobile Communications".
The branch, master has been updated
via 2a06a491b17b2eaa39d0a10ca43cc946b679f837 (commit)
from a55fe9f322cd2856ce2e26cd0fbe0b530cf8dcb6 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
http://cgit.osmocom.org/libosmocore/commit/?id=2a06a491b17b2eaa39d0a10ca43c…
commit 2a06a491b17b2eaa39d0a10ca43cc946b679f837
Author: Philipp Maier <pmaier(a)sysmocom.de>
Date: Tue Jan 16 18:45:56 2018 +0100
fsm: add functions for unlinking and changing parents
At the moment it is not possible to unlink a child from from
its parent, nor is it possible to assign a new parent to a
child FSM.
- osmo_fsm_inst_unlink_parent():
Make it possible to unlink childs from a parent.
- osmo_fsm_inst_change_parent():
Make it possible to change the parent of a child.
Change-Id: I6d18cbd4ada903cf3720b3ad2a89fc643085beef
-----------------------------------------------------------------------
Summary of changes:
include/osmocom/core/fsm.h | 4 ++++
src/fsm.c | 37 ++++++++++++++++++++++++++++++++++---
2 files changed, 38 insertions(+), 3 deletions(-)
hooks/post-receive
--
An utility library for Open Source Mobile Communications