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 4eed0b6d9ba0d73ca4227df23c9cd6c23bf8a990 (commit)
via 36176a136e6c97601dd85d58b6ccba61bbd497eb (commit)
from b907853fdfc3fb93519191633bf30593f1b95db1 (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=4eed0b6d9ba0d73ca4227df23c9cd6c2…
commit 4eed0b6d9ba0d73ca4227df23c9cd6c23bf8a990
Author: Philipp <pmaier(a)sysmocom.de>
Date: Mon Sep 5 11:07:13 2016 +0200
V.42bis and rfc1144 are working now.
Change-Id: I45b3b76f1868494c341497691b432dcc0bd78845
http://cgit.osmocom.org/openbsc/commit/?id=36176a136e6c97601dd85d58b6ccba61…
commit 36176a136e6c97601dd85d58b6ccba61bbd497eb
Author: Philipp <pmaier(a)sysmocom.de>
Date: Fri Aug 26 15:32:38 2016 +0200
cosmetic fixup
Change-Id: I5b0344df27a81410d4e29255e8f0472686c02025
-----------------------------------------------------------------------
Summary of changes:
openbsc/include/openbsc/Makefile.am | 4 +-
.../{gprs_sndcp_pcomp.h => gprs_sndcp_dcomp.h} | 29 +-
openbsc/include/openbsc/gprs_sndcp_pcomp.h | 4 +
openbsc/include/openbsc/sgsn.h | 14 +-
openbsc/include/openbsc/v42bis.h | 45 +-
openbsc/include/openbsc/v42bis_private.h | 139 +--
openbsc/src/gprs/Makefile.am | 11 +-
openbsc/src/gprs/gprs_sndcp.c | 241 +++--
openbsc/src/gprs/gprs_sndcp_comp.c | 14 +-
openbsc/src/gprs/gprs_sndcp_dcomp.c | 366 +++++++
openbsc/src/gprs/gprs_sndcp_pcomp.c | 39 +-
openbsc/src/gprs/sgsn_vty.c | 109 +-
openbsc/src/gprs/v42bis.c | 1087 ++++++++++----------
openbsc/tests/sgsn/Makefile.am | 2 +
openbsc/tests/v42bis/v42bis_test.c | 76 +-
openbsc/tests/v42bis/v42bis_test.ok | 650 +++++++++++-
16 files changed, 2000 insertions(+), 830 deletions(-)
copy openbsc/include/openbsc/{gprs_sndcp_pcomp.h => gprs_sndcp_dcomp.h} (56%)
create mode 100644 openbsc/src/gprs/gprs_sndcp_dcomp.c
hooks/post-receive
--
The OpenBSC GSM Base Station Controller (+MSC/HLR/SGSN)