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 f0f07d9c9b3227b5233352418d658aba3584310b (commit)
from 898e1d878e47298f97289e50f9b0cca7ecdf2ed7 (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=f0f07d9c9b3227b5233352418d65…
commit f0f07d9c9b3227b5233352418d658aba3584310b
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Mon Aug 22 13:34:23 2016 +0200
osmo_sock_init(): include host and port in error messages
For programs like osmo-hnbgw with numerous sockets, the message that some
unspecified connection was refused is not very helpful. Also output the host
and port where an error occured.
Instead of perror, use fprintf(stderr, ..., strerror()) to be able to include a
format string and print host and port as passed to osmo_sock_init().
Change-Id: I8d0343f51310699b78fcb83fd76fd93764acf3dc
-----------------------------------------------------------------------
Summary of changes:
src/socket.c | 21 ++++++++++++++++-----
1 file changed, 16 insertions(+), 5 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 "The OpenBSC GSM Base Station Controller (+MSC/HLR/SGSN)".
The branch, master has been updated
via 7130683ffee026b0907902f8f20091987281c7f8 (commit)
via 20423ea6cfdecd264b32c7fe5e15ee7de4455692 (commit)
from 4e699a9cbf418518265dc7b8b6b7fe250d87222d (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/openbsc/commit/?id=7130683ffee026b0907902f8f2009198…
commit 7130683ffee026b0907902f8f20091987281c7f8
Author: Alexander Couzens <lynxis(a)fe80.eu>
Date: Tue Jul 12 16:52:32 2016 +0200
libmsc: add missing count of sms no receiver when using smpp_first
Change-Id: I20ecb3299d67dbaa7b016620685997db49970ffb
http://cgit.osmocom.org/openbsc/commit/?id=20423ea6cfdecd264b32c7fe5e15ee7d…
commit 20423ea6cfdecd264b32c7fe5e15ee7de4455692
Author: Alexander Couzens <lynxis(a)fe80.eu>
Date: Tue Jul 12 15:42:02 2016 +0200
libbsc/libmsc: convert old osmo counter into rate_ctrgs
rate counters support the export to statsd and can have a delta value.
Change-Id: Ie749cebd53a0bb618d0e23d375885712078bf8dd
-----------------------------------------------------------------------
Summary of changes:
openbsc/include/openbsc/gsm_data.h | 128 ++++++++++++++++++------------
openbsc/src/libbsc/abis_rsl.c | 8 +-
openbsc/src/libbsc/bsc_init.c | 4 +-
openbsc/src/libbsc/bsc_vty.c | 22 ++---
openbsc/src/libbsc/gsm_04_08_utils.c | 2 +-
openbsc/src/libbsc/handover_logic.c | 10 +--
openbsc/src/libbsc/net_init.c | 32 +-------
openbsc/src/libbsc/paging.c | 6 +-
openbsc/src/libmsc/gsm_04_08.c | 20 ++---
openbsc/src/libmsc/gsm_04_11.c | 16 ++--
openbsc/src/libmsc/vty_interface_layer3.c | 48 ++++++-----
11 files changed, 155 insertions(+), 141 deletions(-)
hooks/post-receive
--
The OpenBSC GSM Base Station Controller (+MSC/HLR/SGSN)
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 OpenBSC GSM Base Station Controller (+MSC/HLR/SGSN)".
The branch, master has been updated
via 4e699a9cbf418518265dc7b8b6b7fe250d87222d (commit)
from 76a0ad7fe93fce9bea56be5610b3bffbb8822887 (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/openbsc/commit/?id=4e699a9cbf418518265dc7b8b6b7fe25…
commit 4e699a9cbf418518265dc7b8b6b7fe250d87222d
Author: Alexander Couzens <lynxis(a)fe80.eu>
Date: Tue Jul 5 11:04:27 2016 +0200
sgsn: add statistics counter for LLC packets
new counters are:
llc.dl_bytes
llc.ul_bytes
llc.dl_packets
llc.ul_packets
The ip payload bytes are waiting for payload compression
because those data are known then.
Change-Id: I068376d35e84283cb98523cd3097a12c55cdb709
-----------------------------------------------------------------------
Summary of changes:
openbsc/include/openbsc/sgsn.h | 4 ++++
openbsc/src/gprs/gprs_llc.c | 7 +++++++
openbsc/src/gprs/gprs_sgsn.c | 4 ++++
3 files changed, 15 insertions(+)
hooks/post-receive
--
The OpenBSC GSM Base Station Controller (+MSC/HLR/SGSN)
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 OpenBSC GSM Base Station Controller (+MSC/HLR/SGSN)".
The branch, master has been updated
via 76a0ad7fe93fce9bea56be5610b3bffbb8822887 (commit)
via 5486025b182ae595d0ede7d32d0ce0db11748e19 (commit)
via 3673380cdbefe74ae5ea5b4c05ebd9edcc023844 (commit)
from 723f7c7db3b0fc494f15fa20cab775f596b18cb1 (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/openbsc/commit/?id=76a0ad7fe93fce9bea56be5610b3bffb…
commit 76a0ad7fe93fce9bea56be5610b3bffbb8822887
Author: Neels Hofmeyr <neels(a)hofmeyr.de>
Date: Fri Jul 29 18:12:06 2016 +0200
move ts_sublots() to gsm_data_shared.c, it will be used by osmo-bts
Change-Id: I8ba06d7dd6e0ceab3d8d18bb565354d6ed461f7e
http://cgit.osmocom.org/openbsc/commit/?id=5486025b182ae595d0ede7d32d0ce0db…
commit 5486025b182ae595d0ede7d32d0ce0db11748e19
Author: Neels Hofmeyr <neels(a)hofmeyr.de>
Date: Fri Jul 29 18:13:38 2016 +0200
chan_alloc.c: use ts_subslots() instead of subslots_per_pchan[]
The array will move to gsm_data_shared.c; to prepare, use the function
instead.
Change-Id: Icbea7dbd78abf6144e5291f531a97f96507d8cbf
http://cgit.osmocom.org/openbsc/commit/?id=3673380cdbefe74ae5ea5b4c05ebd9ed…
commit 3673380cdbefe74ae5ea5b4c05ebd9edcc023844
Author: Neels Hofmeyr <neels(a)hofmeyr.de>
Date: Fri Jul 29 18:10:59 2016 +0200
dyn TS: bts_chan_load: use correct nr of subslots for dyn ts
For TCH/F_TCH/H_PDCH dynamic timeslots, the ts->pchan does not lead to a
meaningful value from the subslots_per_pchan[] array. Use the ts_subslots()
function instead, which checks for dyn pchan.
Change-Id: I659acebca82dfb3e305433471be64e9d27439af8
-----------------------------------------------------------------------
Summary of changes:
openbsc/include/openbsc/chan_alloc.h | 2 --
openbsc/include/openbsc/gsm_data_shared.h | 2 ++
openbsc/src/libbsc/chan_alloc.c | 33 +++++--------------------------
openbsc/src/libcommon/gsm_data_shared.c | 25 +++++++++++++++++++++++
4 files changed, 32 insertions(+), 30 deletions(-)
hooks/post-receive
--
The OpenBSC GSM Base Station Controller (+MSC/HLR/SGSN)
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 959d1dee67e1c6fcfc57b347be2fb7a2ed099b2d (commit)
from eebcb1e3e87a37cde3ac6aaf89b8c6c201abb6ba (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=959d1dee67e1c6fcfc57b347be2fb7a…
commit 959d1dee67e1c6fcfc57b347be2fb7a2ed099b2d
Author: bhargava <Bhargava.Abhyankar(a)radisys.com>
Date: Wed Aug 17 15:17:21 2016 +0530
Change interface in osmo-pcu for 11 bit RACH
Interface structure between osmo-bts and osmo-pcu is updated with
the parameters to differentiate the type of RACH and further
support 11 bit RACH. The function prototype and definitions are
changed accordingly. Interface version number is increased.
Change-Id: I265c2d92d36d6cbcbeee60cdd8407dafe1da06a4
-----------------------------------------------------------------------
Summary of changes:
src/bts.cpp | 3 ++-
src/bts.h | 4 +++-
src/pcu_l1_if.cpp | 3 ++-
src/pcuif_proto.h | 8 ++++++--
tests/tbf/TbfTest.cpp | 9 +++++----
5 files changed, 18 insertions(+), 9 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 e77bcaecb6e45b55b8e31fea7cf10c2652431c1c (commit)
from 43d082e6f1ec42aae566cc21cecc90e56a262090 (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=e77bcaecb6e45b55b8e31fea7cf10c2…
commit e77bcaecb6e45b55b8e31fea7cf10c2652431c1c
Author: bhargava <Bhargava.Abhyankar(a)radisys.com>
Date: Wed Aug 17 16:27:31 2016 +0530
Change interface in osmo-bts for 11 bit RACH
Interface structure between osmo-bts and osmo-pcu is updated with the
parameters to differentiate the type of RACH and further support 11 bit
RACH. The function prototype and definitions are changed accordingly.
Interface version number is increased.
Change-Id: I4f4c501b2d86d77c78de32a84b1804172ffb6f4d
-----------------------------------------------------------------------
Summary of changes:
include/osmo-bts/pcu_if.h | 3 ++-
include/osmo-bts/pcuif_proto.h | 6 ++++--
src/common/l1sap.c | 9 ++++++---
src/common/pcu_sock.c | 5 ++++-
src/osmo-bts-sysmo/l1_if.c | 6 ++++++
5 files changed, 22 insertions(+), 7 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 898e1d878e47298f97289e50f9b0cca7ecdf2ed7 (commit)
from fef2fa224a754df3f9792d1ddcd3a6d9a73658b1 (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=898e1d878e47298f97289e50f9b0…
commit 898e1d878e47298f97289e50f9b0cca7ecdf2ed7
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Sat Aug 20 16:33:47 2016 +0200
vty: use VTY_BIND_ADDR_DEFAULT instead of "127.0.0.1"
Change-Id: Ice0688ac9847524cb546f6d41547090b6a3cb3d8
-----------------------------------------------------------------------
Summary of changes:
src/vty/vty.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 "Osmocom code for Iuh interface".
The branch, neels/distcheck has been updated
discards acf439577970547ecb94cda0f47cbbb2bc977842 (commit)
via ea0ce324f9c295228b3d86cee541ce1761a5c078 (commit)
via 434ea0416ef00bdf59ce286e4698c49aa3d2d868 (commit)
via af594fa041370ec6cbc65c0243cda73ad739a8d6 (commit)
via a4bac2b0d78da22205ddac6ac673b715f94e03fc (commit)
via d2bf2e7f7304e1bcb9806f8557ea9c0115d0216a (commit)
via a4a71d9f7a90b300efe0cad58bfaa3f8914cd7d8 (commit)
via 68aa64d066f679137ed9629af3a41da93e4114c9 (commit)
via dbf78a17cf5debd33a0204401e2d35bccfc8742e (commit)
via 621501fa3b464c4fdeef5ea680da825940e59a9b (commit)
via 00a39daf5771ac154f59806a1117419275a1cbde (commit)
This update added new revisions after undoing existing revisions. That is
to say, the old revision is not a strict subset of the new revision. This
situation occurs when you --force push a change and generate a repository
containing something like this:
* -- * -- B -- O -- O -- O (acf439577970547ecb94cda0f47cbbb2bc977842)
\
N -- N -- N (ea0ce324f9c295228b3d86cee541ce1761a5c078)
When this happens we assume that you've already had alert emails for all
of the O revisions, and so we here report only the revisions in the N
branch from the common base, B.
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-iuh/commit/?id=ea0ce324f9c295228b3d86cee541ce1…
commit ea0ce324f9c295228b3d86cee541ce1761a5c078
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Sat Aug 27 00:04:20 2016 +0200
build: parallel build: require ../libosmo-ranap.la from tests/
Change-Id: I8107e08e4c211f20d671f520bf6bab9356f3c90e
http://cgit.osmocom.org/osmo-iuh/commit/?id=434ea0416ef00bdf59ce286e4698c49…
commit 434ea0416ef00bdf59ce286e4698c49aa3d2d868
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Sat Aug 27 00:03:44 2016 +0200
build: hnbap/Makefile.am: undup hnbap asn1 path
Change-Id: I0507277995302261c87db1b0c48105065cf13ae4
http://cgit.osmocom.org/osmo-iuh/commit/?id=af594fa041370ec6cbc65c0243cda73…
commit af594fa041370ec6cbc65c0243cda73ad739a8d6
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Sat Aug 27 00:13:55 2016 +0200
build: distcheck: add missing bits for testsuite distcheck
Change-Id: I13d76cd56dfb8fe4eb02d6fcada78a9e3311b51b
http://cgit.osmocom.org/osmo-iuh/commit/?id=a4bac2b0d78da22205ddac6ac673b71…
commit a4bac2b0d78da22205ddac6ac673b715f94e03fc
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Sat Aug 27 00:13:32 2016 +0200
build: distcheck: add -I for top_builddir include, for generated headers
Change-Id: I1ede3d88a4dcf5adf64a3a2f9144099d1d633235
http://cgit.osmocom.org/osmo-iuh/commit/?id=d2bf2e7f7304e1bcb9806f8557ea9c0…
commit d2bf2e7f7304e1bcb9806f8557ea9c0115d0216a
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Sat Aug 27 00:11:26 2016 +0200
build: distcheck: look for asn1 in top_srcdir, not top_builddir
Change-Id: Iebcff240ba2fae964dad2a2c481fcbfd29e14e69
http://cgit.osmocom.org/osmo-iuh/commit/?id=a4a71d9f7a90b300efe0cad58bfaa3f…
commit a4a71d9f7a90b300efe0cad58bfaa3f8914cd7d8
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Sat Aug 27 00:00:26 2016 +0200
build: distcheck: add missing distclean files
Change-Id: I24d72b2b1bae52a1b2cf8a989396d2aac31d119e
http://cgit.osmocom.org/osmo-iuh/commit/?id=68aa64d066f679137ed9629af3a41da…
commit 68aa64d066f679137ed9629af3a41da93e4114c9
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Fri Aug 26 23:56:44 2016 +0200
build: use stamp also for gen hnbap and rua, fix gen ranap
Change-Id: I32213666fcdfc144008fa7d46497c0938d093e86
http://cgit.osmocom.org/osmo-iuh/commit/?id=dbf78a17cf5debd33a0204401e2d35b…
commit dbf78a17cf5debd33a0204401e2d35bccfc8742e
Author: Neels Hofmeyr <neels(a)hofmeyr.de>
Date: Thu Aug 18 13:13:55 2016 +0200
build: move headers to include/osmocom/*
Change-Id: I5a82e029dcdc4df0a60a31271a4883393fe59234
http://cgit.osmocom.org/osmo-iuh/commit/?id=621501fa3b464c4fdeef5ea680da825…
commit 621501fa3b464c4fdeef5ea680da825940e59a9b
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Fri Aug 26 23:41:46 2016 +0200
build: remove subdir-objects in configure.ac, it is broken
Change-Id: Ia47b038d4ca4f6c345711fb17d074f71c80e4453
http://cgit.osmocom.org/osmo-iuh/commit/?id=00a39daf5771ac154f59806a1117419…
commit 00a39daf5771ac154f59806a1117419275a1cbde
Author: Neels Hofmeyr <neels(a)hofmeyr.de>
Date: Thu Aug 18 15:57:04 2016 +0200
build: use tar-ustar to allow paths longer than 99
Needed to fix these errors:
tar: osmo-iuh-UNKNOWN-dirty/include/osmocom/ranap/RANAP_SourceeNodeB-ToTargeteNodeB-TransparentContainer.h: file name is too long (max 99); not dumped
tar: osmo-iuh-UNKNOWN-dirty/include/osmocom/ranap/RANAP_LocationRelatedDataRequestTypeSpecificToGERANIuMode.h: file name is too long (max 99); not dumped
tar: osmo-iuh-UNKNOWN-dirty/include/osmocom/ranap/RANAP_TargeteNodeB-ToSourceeNodeB-TransparentContainer.h: file name is too long (max 99); not dumped
tar: osmo-iuh-UNKNOWN-dirty/include/osmocom/ranap/RANAP_Requested-RAB-Parameter-ExtendedGuaranteedBitrateList.h: file name is too long (max 99); not dumped
Change-Id: Id41bca92810a81ac50697c0230a6caef490b0ffd
-----------------------------------------------------------------------
Summary of changes:
include/osmocom/hnbap/Makefile.am | 2 +-
include/osmocom/ranap/Makefile.am | 2 +-
include/osmocom/rua/Makefile.am | 2 +-
move-asn1-header-files.sh | 2 +-
src/Makefile.am | 6 +++---
src/tests/Makefile.am | 5 ++++-
6 files changed, 11 insertions(+), 8 deletions(-)
hooks/post-receive
--
Osmocom code for Iuh interface
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 code for Iuh interface".
The branch, neels/distcheck has been updated
discards 6a8dd05c219376165ae3afcc0f9db0cbf3081e1d (commit)
discards f24bee936e26ff90cbb01aba371cc7a2da0a3897 (commit)
discards 74ed63005cfbd42634a25648f2a46457a05c7f36 (commit)
discards 3cc3f872dcbb7f49d8593dc79dba97cdf8f7b767 (commit)
discards 20c4ab345accd44a13813f483a569e12c84cec60 (commit)
discards d57cbf1ee838d5e5028c9c21870097497bfe6e7a (commit)
discards 947ea5cad680429d6e08308cde263659382db98e (commit)
discards 570a696b570d44f2f09a73af99b18b09e65efe03 (commit)
discards 15f3a09c79d85e13082e186890591efa58806476 (commit)
discards 90e71bb978bf7d97f103445f711dc4d839faf9f6 (commit)
discards cdd7ac523ecb316a0836c726c78a560747fe1b48 (commit)
discards 25c96bb3e98f5a1b22fa01175b17b9f1314e029c (commit)
discards 40cc421d8fa5b5749b7a3e9b647b6a6d4ca613a5 (commit)
discards 64fc79596248ca5998f070e03490566c8b0f4354 (commit)
discards fed2c2d8e6c1c10a54b0dca248382b2f8892ed10 (commit)
discards dc88fd9bcbb2481f33204e6e76df146c7b522406 (commit)
discards f0014fc0b61a03902e4bd9674b635b4105d6a3b2 (commit)
discards c5890bde181e8da95a04cf73d09859307d4b8232 (commit)
discards c11a60e2bb1fbadaf90353a723d557bf1223c666 (commit)
via acf439577970547ecb94cda0f47cbbb2bc977842 (commit)
via ce5cddb044f4b23597cc4ffb067f579071206753 (commit)
This update added new revisions after undoing existing revisions. That is
to say, the old revision is not a strict subset of the new revision. This
situation occurs when you --force push a change and generate a repository
containing something like this:
* -- * -- B -- O -- O -- O (6a8dd05c219376165ae3afcc0f9db0cbf3081e1d)
\
N -- N -- N (acf439577970547ecb94cda0f47cbbb2bc977842)
When this happens we assume that you've already had alert emails for all
of the O revisions, and so we here report only the revisions in the N
branch from the common base, B.
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-iuh/commit/?id=acf439577970547ecb94cda0f47cbbb…
commit acf439577970547ecb94cda0f47cbbb2bc977842
Author: Neels Hofmeyr <neels(a)hofmeyr.de>
Date: Thu Aug 18 13:13:55 2016 +0200
build: many changes to fix 'make distcheck' and parallel build
Change-Id: I71e7f695edc0234e470421116c8430430ce7efa2
http://cgit.osmocom.org/osmo-iuh/commit/?id=ce5cddb044f4b23597cc4ffb067f579…
commit ce5cddb044f4b23597cc4ffb067f579071206753
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Fri Aug 26 14:08:51 2016 +0200
tests: don't log filename nor color in unit tests
Change-Id: Ie76384c4176ce0a7d89d093f2efb848fe3f19400
-----------------------------------------------------------------------
Summary of changes:
include/osmocom/hnbap/Makefile.am | 3 +++
include/osmocom/ranap/Makefile.am | 3 +++
include/osmocom/rua/Makefile.am | 3 +++
src/Makefile.am | 18 ++++++++++++++++++
src/tests/Makefile.am | 13 +++++++++++++
src/tests/test-helpers.err | 5 ++---
src/tests/test_common.c | 3 +++
7 files changed, 45 insertions(+), 3 deletions(-)
hooks/post-receive
--
Osmocom code for Iuh interface
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 OpenBSC GSM Base Station Controller (+MSC/HLR/SGSN)".
The branch, dexter/draft has been updated
via b907853fdfc3fb93519191633bf30593f1b95db1 (commit)
from 786cd96bd95594a5522cb7303f4663fd4dafa4e1 (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/openbsc/commit/?id=b907853fdfc3fb93519191633bf30593…
commit b907853fdfc3fb93519191633bf30593f1b95db1
Author: Philipp <pmaier(a)sysmocom.de>
Date: Fri Aug 26 12:28:07 2016 +0200
cosmetic fixups, V.42bis still problematic
Change-Id: Ibd92e6d42794b8fb3c7856ec1064ceb181f1d5f1
-----------------------------------------------------------------------
Summary of changes:
openbsc/include/openbsc/gprs_llc.h | 2 +-
openbsc/include/openbsc/gprs_sndcp.h | 2 +-
openbsc/include/openbsc/gprs_sndcp_comp.h | 9 +-
openbsc/include/openbsc/gprs_sndcp_pcomp.h | 2 +-
openbsc/include/openbsc/gprs_sndcp_xid.h | 8 +-
openbsc/src/gprs/gprs_sndcp.c | 63 ++++----
openbsc/src/gprs/gprs_sndcp_comp.c | 20 ++-
openbsc/src/gprs/gprs_sndcp_pcomp.c | 9 +-
openbsc/src/gprs/v42bis.c | 44 +++--
openbsc/tests/v42bis/v42bis_test.c | 249 +++++++++++++----------------
10 files changed, 206 insertions(+), 202 deletions(-)
hooks/post-receive
--
The OpenBSC GSM Base Station Controller (+MSC/HLR/SGSN)