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 2399b1dbfc33b15f64781e611923bc0866f7ccd1 (commit)
from 186206cff295de9afb0d1beda72a4304ebaa1e17 (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=2399b1dbfc33b15f64781e611923bc0…
commit 2399b1dbfc33b15f64781e611923bc0866f7ccd1
Author: Max <msuraev(a)sysmocom.de>
Date: Fri Jan 12 15:48:12 2018 +0100
TBF: log source of state transitions
We use the same approach for osmo_fsm: when state transition happens,
it's not very useful to always log the transition function itself, it's
much more useful to see where the actual transition comes from.
Change-Id: I348ba89bdda2b44c7019e9c893c764ee08c80bec
Related: OS#1759
-----------------------------------------------------------------------
Summary of changes:
src/bts.cpp | 6 +++---
src/tbf.cpp | 18 +++++++++---------
src/tbf.h | 15 +++++++++------
src/tbf_dl.cpp | 10 +++++-----
src/tbf_ul.cpp | 2 +-
tests/tbf/TbfTest.cpp | 2 +-
6 files changed, 28 insertions(+), 25 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 "CI scripts".
The branch, master has been updated
via 595ea2df169b252fb44e2322bf307aa08002c041 (commit)
from 13738fa235d16bc9ca57c9cf184f5239e15bde87 (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-ci/commit/?id=595ea2df169b252fb44e2322bf307aa0…
commit 595ea2df169b252fb44e2322bf307aa08002c041
Author: Max <msuraev(a)sysmocom.de>
Date: Wed Jan 17 14:28:30 2018 +0100
Fix missing OsmoPCU master build
Similar to Idac6e53b1e0addbcb5b6c99b8051e1e0ad26bc5b fix the master
branch builds.
Change-Id: Icdd53a7cb037324a568e8eab529716e030e00583
-----------------------------------------------------------------------
Summary of changes:
jobs/master-builds.yml | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
hooks/post-receive
--
CI scripts
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 23d3161d4bbe80da13bf3e7afb64242dc8b7236c (commit)
from 5e518b5b4c9abb404055f38c2fc5061bf5530493 (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=23d3161d4bbe80da13bf3e7afb64…
commit 23d3161d4bbe80da13bf3e7afb64242dc8b7236c
Author: Philipp Maier <pmaier(a)sysmocom.de>
Date: Tue Jan 16 18:50:23 2018 +0100
fsm: fix double llist_del in osmo_fsm_inst_term()
llist_del(&fi->proc.child) is executed always, regardless whether
a parent is configured or not. This may lead into a double llist_del
when the child has been previously unlinked.
- check if fi->proc.parent is set, and only then execute
llist_del(&fi->proc.child);
Change-Id: I4b33d508c8a11b72fbf30125088a882894d9e6ac
-----------------------------------------------------------------------
Summary of changes:
src/fsm.c | 5 +++--
1 file changed, 3 insertions(+), 2 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 "An utility library for Open Source Mobile Communications".
The branch, master has been updated
via 5e518b5b4c9abb404055f38c2fc5061bf5530493 (commit)
from e653472573323a9abf910555fe38eb34b1f42840 (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=5e518b5b4c9abb404055f38c2fc5…
commit 5e518b5b4c9abb404055f38c2fc5061bf5530493
Author: Neels Hofmeyr <neels(a)hofmeyr.de>
Date: Wed Jan 17 13:20:02 2018 +0100
fix -Werror build: logging.c: always use literal with snprintf
A recent commit added an snprintf that passes a pointer to a literal directly
to snprintf. Since passing pointers to printf formats is a vulnerability in
case user supplied data may be passed in the format, modern compilers warn
against that, which breaks our -Werror builds. Even though this is just a
pointer to a literal, it needs to be an actual literal to make compilers happy.
Use printf("%s", c) instead of printf(c).
Note that our current build slave's gcc does not enforce that yet, while newer
compilers do.
logging.c:338:4: warning: format not a string literal and no format arguments [-Wformat-security]
ret = snprintf(buf + offset, rem, c_subsys);
Change-Id: Ifa4eb8a9fab66dcd987986065351b4a06421f1ec
-----------------------------------------------------------------------
Summary of changes:
src/logging.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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 186206cff295de9afb0d1beda72a4304ebaa1e17 (commit)
from 6298fbb7b2f3639fde994633e33ba54a64a6ef9b (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=186206cff295de9afb0d1beda72a430…
commit 186206cff295de9afb0d1beda72a4304ebaa1e17
Author: Max <msuraev(a)sysmocom.de>
Date: Mon Jan 15 16:43:22 2018 +0100
Allow specifying sysmocom headers explicitly
The headers for LC1.5 are specified explicitly. Add corresponding option
to specify sysmoBTS headers location and use it in jenkins build. While
at it, unify header fixup code with the one used in OsmoBTS.
Change-Id: I5248e8b389fd240b4d5a0bcf6c954d6115262462
-----------------------------------------------------------------------
Summary of changes:
configure.ac | 11 +++++++++++
contrib/jenkins.sh | 8 +++-----
src/Makefile.am | 2 +-
3 files changed, 15 insertions(+), 6 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 "An utility library for Open Source Mobile Communications".
The branch, master has been updated
via e653472573323a9abf910555fe38eb34b1f42840 (commit)
via f3fa3694f596b50a5d85ae1e8b2a8627a3308a7e (commit)
via 886e548ab080896da6760036f38b93ff97fd01a4 (commit)
from 3cafc060142e256cf9f9ae4a6362c248c8e1fb95 (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=e653472573323a9abf910555fe38…
commit e653472573323a9abf910555fe38eb34b1f42840
Author: Neels Hofmeyr <neels(a)hofmeyr.de>
Date: Tue Jan 16 03:02:06 2018 +0100
logging: color the log category according to level
When log_set_use_color() is enabled, color the log category string according to
the log level. The log line before and after the log category is printed in the
category's configured color.
ERROR and FATAL are red, NOTICE is yellow, INFO is green and DEBUG is blue.
The default behavior remains unchanged; If color is enabled, the category
string will now always be colored in the log level color, not the log category
color, and will stand out from the rest of the line.
Change-Id: I84f886ac880e9056a666bbb231ae06cbaaf65f44
http://cgit.osmocom.org/libosmocore/commit/?id=f3fa3694f596b50a5d85ae1e8b2a…
commit f3fa3694f596b50a5d85ae1e8b2a8627a3308a7e
Author: Neels Hofmeyr <neels(a)hofmeyr.de>
Date: Tue Jan 16 02:56:01 2018 +0100
logging: color the log level
When log_set_use_color() is enabled, color the log level string according to
the log level. The log line before and after the log level is printed in the
category's color.
ERROR and FATAL are red, NOTICE is yellow, INFO is green and DEBUG is blue.
The default behavior remains unchanged.
Change-Id: If2e52ae9ab83e538e04321c338e3fdffb2c7f9d3
http://cgit.osmocom.org/libosmocore/commit/?id=886e548ab080896da6760036f38b…
commit 886e548ab080896da6760036f38b93ff97fd01a4
Author: Neels Hofmeyr <neels(a)hofmeyr.de>
Date: Tue Jan 16 01:49:37 2018 +0100
logging: add ability to log the log-level with API and vty
Log the log level string after the category name, if enabled.
The default behavior remains unchanged.
Change-Id: Ie6be365cfa6aeabdf115bff19bac198440c9adf1
-----------------------------------------------------------------------
Summary of changes:
include/osmocom/core/logging.h | 4 ++++
src/logging.c | 51 ++++++++++++++++++++++++++++++++++++++----
src/vty/logging_vty.c | 21 +++++++++++++++++
3 files changed, 72 insertions(+), 4 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 6298fbb7b2f3639fde994633e33ba54a64a6ef9b (commit)
via 93d947f5e8a30acc9250c124bf9d5bb6a8863526 (commit)
via 896574e92bea09ed8d39688b6fdf504e84521746 (commit)
via 529ce885450946d85d1920fb3d1a994c3efe5849 (commit)
from 2141962baf95bfaf11f19dacd59f7b8ac8d49ca3 (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=6298fbb7b2f3639fde994633e33ba54…
commit 6298fbb7b2f3639fde994633e33ba54a64a6ef9b
Author: Max <msuraev(a)sysmocom.de>
Date: Tue Jan 9 18:58:54 2018 +0100
Use Timing Advance Index in UL assignments
Write TAI (if available) when generating Rest Octets for UL
Assignment. This should not affect actual PCU behavior because TAI is
not yet supported by upper layers but we have to adjust corresponding
tests anyway.
Change-Id: I8b17be78a46c0bc17516b7c90f35aa4768010ae4
http://cgit.osmocom.org/osmo-pcu/commit/?id=93d947f5e8a30acc9250c124bf9d5bb…
commit 93d947f5e8a30acc9250c124bf9d5bb6a8863526
Author: Max <msuraev(a)sysmocom.de>
Date: Tue Jan 9 18:54:29 2018 +0100
Rewrite Packet Uplink Assignment
Use bitvec_set_*() directly without external write pointer tracking to
simplify the code. This is part of IA Rest Octets (3GPP TS 44.018
§10.5.2.16) which is the last part of the message so it should not
interfere with the rest of encoding functions.
The tests are adjusted accordingly.
Change-Id: I44db2eeea7448ff67e688ae716487bc6dbfc96a3
Related: OS#1526
http://cgit.osmocom.org/osmo-pcu/commit/?id=896574e92bea09ed8d39688b6fdf504…
commit 896574e92bea09ed8d39688b6fdf504e84521746
Author: Max <msuraev(a)sysmocom.de>
Date: Tue Jan 9 18:45:41 2018 +0100
Rewrite Packet Downlink Assignment
Use bitvec_set_*() directly without external write pointer tracking to
simplify the code. This is part of IA Rest Octets (3GPP TS 44.018
§10.5.2.16) which is the last part of the message so it should not
interfere with the rest of encoding functions.
The tests are adjusted accordingly.
Change-Id: I52ec9b07413daabba8cd5f1fba5c7b3af6a33389
Related: OS#1526
http://cgit.osmocom.org/osmo-pcu/commit/?id=529ce885450946d85d1920fb3d1a994…
commit 529ce885450946d85d1920fb3d1a994c3efe5849
Author: Max <msuraev(a)sysmocom.de>
Date: Tue Jan 9 13:15:05 2018 +0100
Rewrite EGPRS Packet Uplink Assignment
Use bitvec_set_*() directly without external write pointer tracking to
simplify the code. This is part of IA Rest Octets (3GPP TS 44.018
§10.5.2.16) which is the last part of the message so it should not
interfere with the rest of encoding functions.
Reusable fragments are split into static helpers.
Change-Id: I2139fb347b3290621bbc3f6a031f7f213d372e65
Related: OS#1526
-----------------------------------------------------------------------
Summary of changes:
src/encoding.cpp | 385 +++++++++++++++++++++++++++++++-------------------
tests/tbf/TbfTest.err | 102 ++++++-------
2 files changed, 289 insertions(+), 198 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 "An utility library for Open Source Mobile Communications".
The branch, master has been updated
via 3cafc060142e256cf9f9ae4a6362c248c8e1fb95 (commit)
via b92a27f6944b7fa6f9297a5588b2d9177aa3728b (commit)
via ac3b6ac3011d0544f6f04c320ba78df93659f72c (commit)
via b41c70f4e600b7d7d5de5805c9b9c7b2b6c70d36 (commit)
via f07c58cb363f5cd30a6186408dad2b77f66770a9 (commit)
via fd744ceeae98113841c2323e17eb30aea93bacdc (commit)
via 7689e0f1a20e58568e9133c3ef03ca113b9099dd (commit)
via 44ebb939eb2812d7452c77eed7a8d73b1bbfe03b (commit)
via 394447bb4b91385949a8b894c3aa63b2fe9c9467 (commit)
via 511426de0a127024eff77aa8966210377c82d685 (commit)
via 7f16c443bcffc0b50684df5c9ec52734cd34fe38 (commit)
via c30431ffc73669c89f15de998c82fd1df42bafcb (commit)
via 01b85724afbc4171ab77fcc63ebf7ccd82edefbe (commit)
via 5b0790df523b82f327ddc8e7d538380101ac2cae (commit)
via fa6c2b9b53d577df916089a26a815e37277eb888 (commit)
via 04ee9c04f492d8d1f7800e54b92f20609293ade7 (commit)
from d00a43f1487f4830edb9caf8f5b8f702eb0dec0a (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=3cafc060142e256cf9f9ae4a6362…
commit 3cafc060142e256cf9f9ae4a6362c248c8e1fb95
Author: Vadim Yanitskiy <axilirator(a)gmail.com>
Date: Wed Jan 17 12:28:40 2018 +0600
gsm0480: parse optional IEs for RELEASE COMPLETE message
According to GSM 04.80 section 2.5 "Release complete", a message
of the mentioned type may contain optional IEs, such as Cause
and Facility. Let's parse them.
Change-Id: Ib8fc1f6bae472b0b264b6158f372b6cce255b222
http://cgit.osmocom.org/libosmocore/commit/?id=b92a27f6944b7fa6f9297a5588b2…
commit b92a27f6944b7fa6f9297a5588b2d9177aa3728b
Author: Vadim Yanitskiy <axilirator(a)gmail.com>
Date: Wed Jan 17 12:18:27 2018 +0600
gsm0480: parse all SS info elements in a message
Some SS messages (e.g. RELEASE COMPLETE) may contai multiple
IEs (Information Elements). Let's parse them all.
Change-Id: I20cc59c25fdbda176bcf76437174cda829518d60
http://cgit.osmocom.org/libosmocore/commit/?id=ac3b6ac3011d0544f6f04c320ba7…
commit ac3b6ac3011d0544f6f04c320ba78df93659f72c
Author: Vadim Yanitskiy <axilirator(a)gmail.com>
Date: Wed Jan 17 15:03:32 2018 +0600
tests/ussd: fix wrong GSM 04.80 payload length
Previously the same length value was used for both ussd_request
and interrogate_ss payloads, despite they are different.
Change-Id: I90ae7c51b75dcdb9d8ee042af23d127e6db8771d
http://cgit.osmocom.org/libosmocore/commit/?id=b41c70f4e600b7d7d5de5805c9b9…
commit b41c70f4e600b7d7d5de5805c9b9c7b2b6c70d36
Author: Vadim Yanitskiy <axilirator(a)gmail.com>
Date: Wed Jan 17 12:10:07 2018 +0600
gsm0480: correct parse_ss_info_elements() declaration
Change-Id: I64df293188908c7eb10a61941db76656340d3a8e
http://cgit.osmocom.org/libosmocore/commit/?id=f07c58cb363f5cd30a6186408dad…
commit f07c58cb363f5cd30a6186408dad2b77f66770a9
Author: Vadim Yanitskiy <axilirator(a)gmail.com>
Date: Wed Jan 17 03:42:16 2018 +0600
gsm0480: refactor gsm0480_decode_ss_request
Change-Id: Iba734db97ab516f8fce816c4e4225b97b93619f1
http://cgit.osmocom.org/libosmocore/commit/?id=fd744ceeae98113841c2323e17eb…
commit fd744ceeae98113841c2323e17eb30aea93bacdc
Author: Vadim Yanitskiy <axilirator(a)gmail.com>
Date: Wed Jan 17 03:31:15 2018 +0600
gsm0480: move SS request length check to parse_ss()
Change-Id: I8e7ce5bd97f3a8731924264c92afb9a7183937dc
http://cgit.osmocom.org/libosmocore/commit/?id=7689e0f1a20e58568e9133c3ef03…
commit 7689e0f1a20e58568e9133c3ef03ca113b9099dd
Author: Vadim Yanitskiy <axilirator(a)gmail.com>
Date: Wed Jan 17 03:23:39 2018 +0600
gsm0480: pass exact GSM 04.80 payload length to parse_ss()
Change-Id: I9608d4ad16d7581320615c140beaac36628c31a4
http://cgit.osmocom.org/libosmocore/commit/?id=44ebb939eb2812d7452c77eed7a8…
commit 44ebb939eb2812d7452c77eed7a8d73b1bbfe03b
Author: Vadim Yanitskiy <axilirator(a)gmail.com>
Date: Wed Jan 17 02:59:46 2018 +0600
gsm0480: add specification reference to SS message type
Change-Id: Iff0210e995053e270939a774db33f55b22545204
http://cgit.osmocom.org/libosmocore/commit/?id=394447bb4b91385949a8b894c3aa…
commit 394447bb4b91385949a8b894c3aa63b2fe9c9467
Author: Vadim Yanitskiy <axilirator(a)gmail.com>
Date: Sat Jul 29 05:14:15 2017 +0600
gsm0480: handle GSM0480_OP_CODE_PROCESS_USS_DATA
Change-Id: I470290c2b544555e53cedd849b1d6a961db7b5a4
http://cgit.osmocom.org/libosmocore/commit/?id=511426de0a127024eff77aa89662…
commit 511426de0a127024eff77aa8966210377c82d685
Author: Vadim Yanitskiy <axilirator(a)gmail.com>
Date: Sat Jul 29 05:11:39 2017 +0600
gsm0480: handle USS_NOTIFY and USS_REQUEST with PROCESS_USS_REQ
Change-Id: If7cc6a966dfc17d37e22338ecc1f239f908a9f2e
http://cgit.osmocom.org/libosmocore/commit/?id=7f16c443bcffc0b50684df5c9ec5…
commit 7f16c443bcffc0b50684df5c9ec52734cd34fe38
Author: Vadim Yanitskiy <axilirator(a)gmail.com>
Date: Sat Jul 29 05:05:54 2017 +0600
gsm0480: handle GSM0480_CTYPE_RETURN_RESULT
Change-Id: I8fb2856acbbf4c53e7d53200a37bc8f79e763bcf
http://cgit.osmocom.org/libosmocore/commit/?id=c30431ffc73669c89f15de998c82…
commit c30431ffc73669c89f15de998c82fd1df42bafcb
Author: Vadim Yanitskiy <axilirator(a)gmail.com>
Date: Sat Jul 29 04:47:42 2017 +0600
gsm0480: parse GSM0480_MTYPE_FACILITY separately
Change-Id: I6e029c436a50fa8c2823ea39c5d123ee701becfa
http://cgit.osmocom.org/libosmocore/commit/?id=01b85724afbc4171ab77fcc63ebf…
commit 01b85724afbc4171ab77fcc63ebf7ccd82edefbe
Author: Vadim Yanitskiy <axilirator(a)gmail.com>
Date: Sat Jul 29 04:43:48 2017 +0600
gsm0480: handle UnstructuredSS Request with DSC != 0x0F
According to GSM 04.08, 4.4.2 "ASN.1 data types":
the USSD-DataCodingScheme shall indicate use of
the default alphabet using the 0x0F value.
Previously, the UnstructuredSS Request messages with not
default alphabet were not being handled. Let's fix this.
Change-Id: I73d602f6f20b0afe7600d16bbd432069ae7be788
http://cgit.osmocom.org/libosmocore/commit/?id=5b0790df523b82f327ddc8e7d538…
commit 5b0790df523b82f327ddc8e7d538380101ac2cae
Author: Vadim Yanitskiy <axilirator(a)gmail.com>
Date: Sat Jul 29 04:26:21 2017 +0600
gsm0480: clean up the parse_process_uss_req() code
This change reduces the degree of code nesting...
Change-Id: I467f75794c5ac9df75c001245b18bbdfcfaadd88
http://cgit.osmocom.org/libosmocore/commit/?id=fa6c2b9b53d577df916089a26a81…
commit fa6c2b9b53d577df916089a26a815e37277eb888
Author: Vadim Yanitskiy <axilirator(a)gmail.com>
Date: Wed Aug 9 17:38:39 2017 +0600
gsm0480: fix USSD OCTET STRING length confusion
According to the GSM 04.80 (version 5.0.0) specification Annex A
"Expanded ASN.1 Module "SS-Protocol", the maximum size of a USSD
OCTET STRING is 160 bytes.
Thus according to ETSI TS 123 038 (version 10.0.0) specification
6.1.2.3 "USSD packing of 7 bit characters", in 160 octets, it's
possible to pack (160 * 8) / 7 = 182.8, that is 182 characters.
The remaining 6 bits are set to zero.
This change defines both mentioned values:
- GSM0480_USSD_OCTET_STRING_LEN 160
- GSM0480_USSD_7BIT_STRING_LEN 182
keeping the old MAX_LEN_USSD_STRING 'as is' due to compatibility
reasons. Now the new value is used for ss_request structure, while
old one is still used for deprecated ussd_request structure.
Change-Id: I6dead74f9ecea079752ff2400cdaf7c30187784e
http://cgit.osmocom.org/libosmocore/commit/?id=04ee9c04f492d8d1f7800e54b92f…
commit 04ee9c04f492d8d1f7800e54b92f20609293ade7
Author: Sergey Kostanbaev <sergey.kostanbaev(a)gmail.com>
Date: Wed Oct 28 13:29:09 2015 +0300
gsm0480: skip length check for 'RELEASE COMPLETE' message
According to GSM 04.80 Section 2.5 'Release complete' Table 2.5,
the 'RELEASE COMPLETE' message payload is optional, so let's drop
the length check in gsm0480_decode_ss_request() for this type.
Change-Id: I63b7f8ce403169a9dbdbdb031db16693de2196d6
-----------------------------------------------------------------------
Summary of changes:
include/osmocom/gsm/gsm0480.h | 24 ++++-
src/gsm/gsm0480.c | 225 +++++++++++++++++++++++++++++++++++-------
tests/ussd/ussd_test.c | 10 +-
3 files changed, 218 insertions(+), 41 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 "OpenBTS' transceiver retro-fit".
The branch, master has been updated
via 6e55d5174797465e8fd51ffad053f9200f0ce215 (commit)
from 6cae1d7b4b9e6e03367fdd7da145ab411d6e5492 (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-trx/commit/?id=6e55d5174797465e8fd51ffad053f92…
commit 6e55d5174797465e8fd51ffad053f9200f0ce215
Author: Pau Espin Pedrol <pespin(a)sysmocom.de>
Date: Tue Jan 16 11:33:43 2018 +0100
tests: convolve: Disable due to difference in output in different archs
Let's disable this test in order to have passing jenkins jobs until we
find a better way to properly test this for different architectures.
Change-Id: I2320309bc8c1c20e2de6ef2e0f17472c68de80cb
-----------------------------------------------------------------------
Summary of changes:
tests/testsuite.at | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
hooks/post-receive
--
OpenBTS' transceiver retro-fit
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 e661277b48e3f13c5f630bd31c4759e766c33a40 (commit)
from 6f539aa259585b23d3054b8e5fab8164f8aea6f6 (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=e661277b48e3f13c5f630bd31c4759…
commit e661277b48e3f13c5f630bd31c4759e766c33a40
Author: Max <msuraev(a)sysmocom.de>
Date: Thu Jan 11 18:25:37 2018 +0100
Add GTP message names
Change-Id: I65eb80db4bcdc6da4d267bef3b907d3f98942a2e
-----------------------------------------------------------------------
Summary of changes:
gtp/gtp.c | 45 +++++++++++++++++++++++++++++++++++++++++++++
gtp/gtp.h | 6 ++++++
2 files changed, 51 insertions(+)
hooks/post-receive
--
The OpenGGSN project