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 d4806db1e59a9e205e323a3fe5aa8a39379ee13d (commit)
via 71ad40c647c09e232e94eb4b2accd68db441d95a (commit)
via 5b87144f91f86310073d6652c12fa717746ed8ba (commit)
from d5971d0681d5e9fb27c1c2c97e943f9d9e8cb2f8 (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=d4806db1e59a9e205e323a3fe5aa8a3…
commit d4806db1e59a9e205e323a3fe5aa8a39379ee13d
Author: Max <msuraev(a)sysmocom.de>
Date: Wed Jun 21 14:20:03 2017 +0200
Use generic L1 headers helper
Change-Id: I2253df3509595d7393ec6631ef846dbebae73ca4
http://cgit.osmocom.org/osmo-bts/commit/?id=71ad40c647c09e232e94eb4b2accd68…
commit 71ad40c647c09e232e94eb4b2accd68db441d95a
Author: Max <msuraev(a)sysmocom.de>
Date: Tue Jun 20 11:59:27 2017 +0200
lc15: add jenkins helper
Add jenkins build helper for lc15 and separate header with BTS-agnostic
functions.
Change-Id: Ib47f5a6cc88e784c5662b0dab4ddc03ce9a35132
Related: SYS#3682
http://cgit.osmocom.org/osmo-bts/commit/?id=5b87144f91f86310073d6652c12fa71…
commit 5b87144f91f86310073d6652c12fa717746ed8ba
Author: Max <msuraev(a)sysmocom.de>
Date: Mon Jun 12 19:15:05 2017 +0200
Move common steps into common jenkins helper
Move value_string termination check and OpenBSC headers checkout into
shared jenkins helper from BTS' model-specific helpers to get rid of
copy-pasted code. While at it - also remove unnecessary bash
dependency.
Change-Id: Ic48b1f75179b9008d65219dd5a47c1ab3b886408
-----------------------------------------------------------------------
Summary of changes:
contrib/jenkins_bts_model.sh | 4 ++++
contrib/jenkins_bts_trx.sh | 18 +++--------------
contrib/jenkins_common.sh | 24 ++++++++++++++++++++++
contrib/jenkins_lc15.sh | 29 +++++++++++++++++++++++++++
contrib/jenkins_oct.sh | 41 ++++++--------------------------------
contrib/jenkins_oct_and_bts_trx.sh | 34 +++++--------------------------
contrib/jenkins_sysmobts.sh | 39 +++++-------------------------------
7 files changed, 76 insertions(+), 113 deletions(-)
create mode 100644 contrib/jenkins_common.sh
create mode 100644 contrib/jenkins_lc15.sh
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 da38203418d80b85ddd793bdfc829b2ee2d3266a (commit)
via 890f1f5a2cf7fbf4c12abc049ba765a39dd9cf9c (commit)
via 3d9191ef2a9908edff13b6122f531514e7a4b889 (commit)
via a9e193b5dcfb06e0be362ad88816e3100c71256c (commit)
from 35c6fb3723b5597b000339679cf40a6d2235a793 (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=da38203418d80b85ddd793bdfc82…
commit da38203418d80b85ddd793bdfc829b2ee2d3266a
Author: Philipp Maier <pmaier(a)sysmocom.de>
Date: Thu Jun 1 12:11:56 2017 +0200
gsm0808: add speech codec type constants
The codec type to be set in member type in struct gsm0808_speech_codec
has its own coding scheme to reference the used codec types. This patch
declares an enum with valid speech codec types.
Change-Id: Icaa768071d4364e671bc7e6d48b82d1f07f93f93
http://cgit.osmocom.org/libosmocore/commit/?id=890f1f5a2cf7fbf4c12abc049ba7…
commit 890f1f5a2cf7fbf4c12abc049ba765a39dd9cf9c
Author: Philipp Maier <pmaier(a)sysmocom.de>
Date: Fri Jun 16 16:59:06 2017 +0200
cosmetic: Add info about coresponding codecs to permitted speech consts
The constants in enum gsm0808_permitted_speech are not very expressive.
Add comments indicating each constant's corresponding codec.
Change-Id: I9734f7c261becffe38ffd41c304d006d08530c1a
http://cgit.osmocom.org/libosmocore/commit/?id=3d9191ef2a9908edff13b6122f53…
commit 3d9191ef2a9908edff13b6122f531514e7a4b889
Author: Philipp Maier <pmaier(a)sysmocom.de>
Date: Wed May 31 17:22:03 2017 +0200
gsm0408: update bearer capability speech version
3GPP TS 24.008 specifies two new speech versions for half rate and
two new speech modes for full rate. This patch adds the relevant
constants to enum gsm48_bcap_speech_ver in gsm_04_08.h
Change-Id: Id2835384c855f924332d38f01c73bd1cfdb62549
http://cgit.osmocom.org/libosmocore/commit/?id=a9e193b5dcfb06e0be362ad88816…
commit a9e193b5dcfb06e0be362ad88816e3100c71256c
Author: Philipp Maier <pmaier(a)sysmocom.de>
Date: Fri Jun 16 16:47:06 2017 +0200
cosmetic: Add codec references to Speech Version Indication
Add the information which GSM Speech codec version coresponds to
which bearer capability speech version.
Change-Id: Ic9493fea139420a52c32b17d00ac7d0b2bf86967
-----------------------------------------------------------------------
Summary of changes:
include/osmocom/gsm/protocol/gsm_04_08.h | 17 ++++++++++------
include/osmocom/gsm/protocol/gsm_08_08.h | 33 +++++++++++++++++++++++++-------
2 files changed, 37 insertions(+), 13 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 "SCCP Library".
The branch, master has been updated
via 34cb3c16a597e5793cfb59b1772967e0a5e89489 (commit)
from 144f5912eb84219bd5e419a4cab7df27ff023277 (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/libosmo-sccp/commit/?id=34cb3c16a597e5793cfb59b1772…
commit 34cb3c16a597e5793cfb59b1772967e0a5e89489
Author: Philipp Maier <pmaier(a)sysmocom.de>
Date: Wed Jun 14 18:08:59 2017 +0200
sccp: add addressbook functionality for sccp addresses
SCCP addresses are defined through a number of compoinents, not
just an IP-Address, there is also point code, ssn and more. To
simplify and unify the handling of such objects, this patch
introduces an addressbook functionality. The user can set up
multiple addresses per ss7 instance and give them names. Later
that name can be used to reference the address at a later point
in the config. This means that the usage of sccp-addresses from
the programmers point of view boils down to a VTY function that
reads the string name of a previously defined address. The
programmer can then use the API to get a pointer to the SCCP
address struct and use it normally.
For this feature, two additional VTY nodes are necessary,
this commit depends libosmocore change:
Change-Id I42aa29c0cccc97f284b85801c5329b015b189640
Change-Id: I068ed7f7d113dab88424a9d47bab7fc703bb7942
-----------------------------------------------------------------------
Summary of changes:
include/osmocom/sigtran/osmo_ss7.h | 1 +
include/osmocom/sigtran/sccp_sap.h | 6 +
src/osmo_ss7.c | 2 +
src/osmo_ss7_vty.c | 578 +++++++++++++++++++++++++++++++++++++
4 files changed, 587 insertions(+)
hooks/post-receive
--
SCCP Library
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, neels/aoip has been updated
discards ab657612389d71a5024a8b90e28197d920d30827 (commit)
discards 831b90f8a7c2d2789b1d2906c210940427c83860 (commit)
discards 96f212d333075ffcedf2b88edb946040efe4bb1a (commit)
discards 46b2c1cb8adca39550c43b1027b34a13c2b2dad4 (commit)
discards 5617f26adf94d1cd3b8a3a89818c2c4d50b657b2 (commit)
via 6b4be38fc653418549ad0402dcf84a35355f123b (commit)
via d23ef39513db9eb8e156fbfc8e8506aac7a17546 (commit)
via bbd32cddf8986f603507829a9ea430a3bef43bcd (commit)
via 3c8f08c78784ed9c84f6327f56c2debac4240943 (commit)
via 804e2d5d2c8cdc515355cf6596dd94f6214754ed (commit)
via 8185a941f8d47647de3941e1a9e2b445ca92c2ce (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 (ab657612389d71a5024a8b90e28197d920d30827)
\
N -- N -- N (6b4be38fc653418549ad0402dcf84a35355f123b)
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/openbsc/commit/?id=6b4be38fc653418549ad0402dcf84a35…
commit 6b4be38fc653418549ad0402dcf84a35355f123b
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Wed Jun 21 15:57:57 2017 +0200
msc: re-enable iu_init()
Change-Id: If12ca46c834466307bee6465b777d63d5c922405
http://cgit.osmocom.org/openbsc/commit/?id=d23ef39513db9eb8e156fbfc8e8506aa…
commit d23ef39513db9eb8e156fbfc8e8506aac7a17546
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Wed Jun 21 15:57:42 2017 +0200
a_init: use name arg for sccp client and user bind
Change-Id: I10e899777e21bf1dbfba1e7e692d7017593e5f38
-----------------------------------------------------------------------
Summary of changes:
openbsc/src/libmsc/a_iface.c | 44 ++-------------------------------------
openbsc/src/osmo-msc/msc_main.c | 2 +-
openbsc/tests/msc_vlr/Makefile.am | 2 +-
3 files changed, 4 insertions(+), 44 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 "An utility library for Open Source Mobile Communications".
The branch, master has been updated
via 35c6fb3723b5597b000339679cf40a6d2235a793 (commit)
from e05c1f45ed9d6d64eb5f6a2ec0f3659e003699f4 (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=35c6fb3723b5597b000339679cf4…
commit 35c6fb3723b5597b000339679cf40a6d2235a793
Author: Pau Espin Pedrol <pespin(a)sysmocom.de>
Date: Sun Jun 18 10:58:10 2017 +0200
lapd_test.c: Convert compilation warning to level message
This way we clean the build of warnings completely and we can enable
-Werror but we still see this FIXME message while compiling.
Change-Id: I24c11226cd5bb5b6032f4ece7d1a0695dc82f0dd
-----------------------------------------------------------------------
Summary of changes:
tests/lapd/lapd_test.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 "An utility library for Open Source Mobile Communications".
The branch, master has been updated
via e05c1f45ed9d6d64eb5f6a2ec0f3659e003699f4 (commit)
from 39273b31c4d3ef9e1a0295e080a08c21513c9155 (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=e05c1f45ed9d6d64eb5f6a2ec0f3…
commit e05c1f45ed9d6d64eb5f6a2ec0f3659e003699f4
Author: Philipp Maier <pmaier(a)sysmocom.de>
Date: Thu Jun 15 15:16:37 2017 +0200
vty: additional nodes for sccp-address configuration
The planned sccp-addressbook implementation in libosmo-sccp
requires two additional VTY nodes.
See also in libosmo-sccp.git:
Change-Id I068ed7f7d113dab88424a9d47bab7fc703bb7942
Change-Id: I42aa29c0cccc97f284b85801c5329b015b189640
-----------------------------------------------------------------------
Summary of changes:
TODO-RELEASE | 1 +
include/osmocom/vty/command.h | 4 ++--
2 files 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 "The OpenBSC GSM Base Station Controller (+MSC/HLR/SGSN)".
The branch, pmaier/aoip has been updated
discards d9ab76e408c8f85a96e7a319a014c60a20667c64 (commit)
discards 48913c48cd8d26dbe6f07a5a8116aeaa47e62b9c (commit)
discards 360970b22cbf304de36b2135b153fafb9a0b3cb5 (commit)
discards 17aee71dac4ab50a4a3d3c1ff9ef92575a8b6ba9 (commit)
discards cb1203a98f56a1180b9cd08654bd65e51ea8d67e (commit)
discards 798ebfdceb4fa01583e38856ab4c9c89abc63ea4 (commit)
discards 2f93e09eaacad3b6690f5d4d33ef4daa9067d409 (commit)
discards e8619500109d65fdfe401eeaaeaeddebcc178f04 (commit)
discards 6b8cc23031a123a9bd59d4dff06a88e911b4b0ba (commit)
discards a6b88ad0e67c8853b0174a136d994e6061baedd7 (commit)
discards ef2f53aa36a2eda362e0cb9bf04bc33c5a01cb17 (commit)
discards 83c6ba49866cdc80835e687d01e2f46c61565b7c (commit)
discards 1d6600b2380f16cf5043717a971799a4329e318b (commit)
discards e6d80bb7436dd30b314a6b586f9c60d5ad89dad8 (commit)
discards 4f7ae4d22e36a618496ee545f75d7770b11b2007 (commit)
discards 3085965e05253c35807b927e3169da82408145bd (commit)
discards 31c2cfe2c5ad5218c1dc8d1f81526a9bf6b2eb04 (commit)
discards 4e5f543b3156de9fe6ac74c0279b7d1805702594 (commit)
discards b669ea94cb78fd9b56ee8dd9392538151349f8ba (commit)
discards 8b1e4d17c7c590008b57f74a26501931ee49ef38 (commit)
discards 2ce633f0ca213a7a9366ddd6e8706689ccb76ede (commit)
discards 03b5ff7869922de74012e4f39f90ea6a080faac7 (commit)
discards b9cdd7f8e4352976dc260414cd050de43bc3d8c1 (commit)
discards f8f4254ba35432b6a342b471b9be496419cd9dd2 (commit)
discards a6a4057451a9935de016a6d8deac90ad228d0965 (commit)
discards 1fcd2ff62843f3e3adb738a16ff3e8c011197c86 (commit)
discards 5d11eb6dcecbc6054faca30b268b34f127a3c9aa (commit)
discards 72cf7ad0b9064178a9fb91d39d862c79169b5363 (commit)
discards 6c4339f77f4d97a8180c81521b63c50dbd8333a4 (commit)
discards aeb348f51ddaf72ebd5c8b423290df51a1ae4528 (commit)
discards 07005708a8e340d5b8edf36c5d323cb3e92397f5 (commit)
discards e687adb7d642d9206047bc187e72526e4576b01f (commit)
discards 6cd5a314de02512acc27aadfc820b59479c91da1 (commit)
discards d52abbd0992300bff3fc7d5507f1eb3c1f973919 (commit)
discards dcdfb78aecad3dab3830b0b9d3fc3e86081b3ef7 (commit)
discards 0821f302b917b6304a0b0fdb8e2fe094829fdeec (commit)
discards 0a7f6de320cb98ea9520756b664aafc27af6f0a8 (commit)
discards 99e468a50e2a60cf4b98c294d2a59d489feefae8 (commit)
discards 55b1bfaf0a65ef2cf4b8565241981054d69703a7 (commit)
discards 420da966b080b8dece9ae2ce125df2bc29e4d746 (commit)
discards 5acffbdedaff8e402508716546686d462f085fef (commit)
discards 8de79d472d42ddc1337c66e34ed7f26758353e6b (commit)
discards 7ec9baa3ecb21fe01c23427fcee35f27e1bd2380 (commit)
discards e466355b67cbace5953b48213aff8336c6c64de9 (commit)
discards 37fe7ae5f2ca1379e82689d6a6893256000b061c (commit)
discards 2a1c1fe7b416b8db61ee952ce1178f638dd08c54 (commit)
discards ebff45e2ee89bd8c3cb106a58da3b172c01467e1 (commit)
discards 227bbf2f61bd927e7ff0512b8ffc7cd54c4e33ef (commit)
discards 07d403cae51ecec5f8f079ccc80c6bd92c35f818 (commit)
discards 0437ac36f30514ec2b82930538491dba28b13c6f (commit)
discards 1282397f63708d18c1dbee7321ea765955046ea9 (commit)
discards d2de0631d34d4fde84ba75ab61e385ce705bf8e1 (commit)
discards 4bf2bef8cb260e07be5be755b63223d300a2e45b (commit)
discards 925cabe78cf7d76ec38e0c349e4ee11d63d12762 (commit)
discards 7364df61fb4daf2176fe784df830e30990dd60dc (commit)
discards d8092f5a747dead8f2a72ecc76f44fac3fbfbdda (commit)
discards f1b7365fd9fdf999644ab1e15821a6cb3c2b2836 (commit)
via b5b809da0b18fcb0d4840ea567130b31b8524ca0 (commit)
via c621464e1146455d04491be420413a0c307de003 (commit)
via bbd32cddf8986f603507829a9ea430a3bef43bcd (commit)
via 3c8f08c78784ed9c84f6327f56c2debac4240943 (commit)
via 804e2d5d2c8cdc515355cf6596dd94f6214754ed (commit)
via 8185a941f8d47647de3941e1a9e2b445ca92c2ce (commit)
via 51d2a33542064e8605302a22214f57f7886c703e (commit)
via 738cc1106c0273a918350f495a6a746d06fc2e2a (commit)
via 2abf6b020090788b03d0d1d9207acd62d6a6abcb (commit)
via 5cb12d0a2c75aa9624a1a95f3f98d7ad39ac05f8 (commit)
via 151feb99c3cd3bb1146e7b5a03e44f4bf2b05512 (commit)
via b64c23440e3f41c47269a3dc58ddddd765f38c84 (commit)
via 0f82438059169006c883ee126cc2957b844f0c19 (commit)
via 7d98e0058c2fadab7fc139000a5987e1b95cfe56 (commit)
via 39f3b1109d4b3463b44ac7b3401a03a16166edba (commit)
via 778e14a51e28294e2e4f4c869c01ec177713c263 (commit)
via 7a36bbad99e4cdbd5c081a5db62663aca3aee191 (commit)
via 41c0e21364974d4dca2a28c3c70dec76a1c9269e (commit)
via 456d3c44d1adf0ffe0f9684f57bddf7575479e5c (commit)
via 9b5dee4e33fc432898ecfe490e28e0748dea83c9 (commit)
via 21521acd3f9147db01fde7729181c26769efdc77 (commit)
via cf04ac42b1981805b028ea02d42456d53299e62d (commit)
via d7bf0dcae8f8e6b2ade7032057dfed5601a3cb4b (commit)
via b8012aad098444a83014d40a4a84b62a4be4c59a (commit)
via 188a804f6df55a66185054e664d6b3a998e7a371 (commit)
via 1728a6eb188a887a636f3eb8a01a6b09ad2515f5 (commit)
via 277ccecb679c47dbcfb694c490117c541b4be47e (commit)
via 8b0d8a97fb5cddb718c0b35af02bbcfe4599bdc5 (commit)
via fabe468dd47ffd72a3ff2b6387422d304b178665 (commit)
via 926f84a2a33432091fffc22a6166fbb6df2920e5 (commit)
via 9f15ac5ba06c91086626eff4855848ee80b56d44 (commit)
via dfe085d979ba8b7266a6c66ecb13bf5a11a8d86f (commit)
via e818b91729de56db7643c0961f810c1652f65701 (commit)
via 805b83a1ef41bbc1d0d6c944e949dbbd33fcfc75 (commit)
via 8ac978bd64ba94b012ac2ab2fd47378cd580b1c8 (commit)
via 23b5ace90ed9d141237873db9e18e54e65f62c4f (commit)
via 8d49f40280260fbc2b16490e1a11b4f38b5d066e (commit)
via 832a69181b68c00247c1c1c55225d5278ef705d2 (commit)
via 50f36fe4094c8937d1c775cb1aa2ccaa83290820 (commit)
via 76174d9dd94bb88ae63e616e84ae58b9f290e92b (commit)
via e3aca93630e7a4572bd0459115b25348e1840c0e (commit)
via 0923fc6707ea35776ad8c37a6d490ac3408dd274 (commit)
via 22593b2cef43bceafe7727f893be4657f949489f (commit)
via 99d3a8836dd81fc461d759b4bf42ca016f9cc8b7 (commit)
via 139bbb9ff70b74b32bc69b4891f68409283a3654 (commit)
via 463123d5b32abe74c6cde719727384ad541d4f59 (commit)
via 64b6a2741af979d3a7e21c366d45e8de9e30d10a (commit)
via 3812d1635b418f730a45fefe56faaf0b44abeec9 (commit)
via f1acdbea61682ada6ceeae640412cb7421f73d54 (commit)
via ee19c9ab609e04726d26166426beb6d58aec7456 (commit)
via 61692adb2b0cd090c8fb8c81376a28bca099d079 (commit)
via 58774cba12ec4675e32fa524cfa631bdc690a9da (commit)
via fd01ea2b6a778b8f610203b8de38d1677d7f02ac (commit)
via 4d8d3fed5daf7c342c773883a6611a2fb10a8ea6 (commit)
via c46c2da11e33fe94176df7b6d9844731a8e7bf0e (commit)
via f20772d1cbc46ffc8858f5a42f172a02b5941ba8 (commit)
via 3737ec4f8957e7834097fbced3c79cdcdd0e0f09 (commit)
via 5fd3a2cd21d90027391f14466f737837dd6e6674 (commit)
via 9e1721f332d283cc8832d6584cff8297b41101c7 (commit)
via 514c691e1e154121573c1b21104ba60386b1f436 (commit)
via 4be4afe9b792852be011e6a2af8e30fef76b8b53 (commit)
via 8bca67a60af40de9f8653b3510f67f35c15c727e (commit)
via 2f8b9d25f8428980e35ed8f8b2dc44324bc4566a (commit)
via 8b1a2f8cd7a81c6b8c7cdb0963dcf89de7c46100 (commit)
via 70fdd24d04a37217724ec8f12873e292b10e5e4d (commit)
via 9b97b007dfe96b8a74932ab101d5e341b5796f75 (commit)
via a60bb3dd28ce9e3720f8ee1b262893f3e233e2e6 (commit)
via c51c1e795091ba7663a2303bda48cb12fa327c19 (commit)
via 33e1357a903dad41745df4b5b7284e80ce542ecb (commit)
via 4a824ca8fcf13427d1560b2c866da2a2d82e3692 (commit)
via aef68387ae6d78df948a6b2b3a61050c4f192c5e (commit)
via 71d082bec770b9664be5cf59e2723db09a645902 (commit)
via 8254cf75bf818e715201c670c7fb81b9a23dec0b (commit)
via 3f86c523eea75e3da7f0495c7e43b944356d2321 (commit)
via 2abd5e1663f34cee545edcc9e4592ec45b6c0c1e (commit)
via 645eb622832671a2256987f1857da86cd50a9eea (commit)
via 7fe00fb9be1dddbaee175be0217fddd8858c7aad (commit)
via 0483f338209a3eae91dd5cf6f568eb81ece5f6a9 (commit)
via 0de69a2501e1d49a8202daaeb9cdd7bfee62effa (commit)
via 5f72f6fccc50412acc7d0a2e921bb723a2105d63 (commit)
via 271ceca86216ba0b22f7ba5222a5331766fb3d8c (commit)
via 2faeb1ac6cc054737b153b08be1de3846256a820 (commit)
via 722bbb402f4dbf6eaea09c728fb9406ba4c026d1 (commit)
via f8aeb2cccb767c8823e1c851efd8de86a226033e (commit)
via f14cb3535cf469632b5da63f35b31aa79fd0c5c3 (commit)
via 872671e01ba4c081ca642b1bb7abee8fe7c4af45 (commit)
via a229756885907bf46c820649e87396a25b1ac4ae (commit)
via 54050a28ede20242a79ef3851057c63f454773c9 (commit)
via 854bcc2b7b36c4b9fc965cd8104006705d09edb7 (commit)
via e586f41692f1e7d2386c52ae9caa81b6d9a2de08 (commit)
via 67798617b53c1ca37668ef5c57de27b97cd57035 (commit)
via b4999b60d48bcbb5aa575973d068e07ab672e095 (commit)
via 94bbc73bce304609124e9f617953a11634905d58 (commit)
via 6f483d3a05c7c006a36ca6868bbd1846d00c9afc (commit)
via 1fe2647c5de6c460dd776787f039bbc51ed779a0 (commit)
via 5265bea76c90427d70257b7fac0f0b7d40a015cb (commit)
via 320960cf9d28474098dad11bd1042f2a58d87fac (commit)
via 9f77d7bd0e39cfd0f3e952c5b375abba5a415d37 (commit)
via 71124de33c86ea5740eeabea381bff80b23ffd30 (commit)
via defb6c95c14e95133891312b65436eef5964e0a3 (commit)
via 845a3a4c594f56fc754eae3b261675b460aec2ac (commit)
via f39d03ad21d8120af847603d9b2ead71b8c4ba43 (commit)
via 1ebf23b7fe631dbafcc2dc4a1e8a8beced4ecc0d (commit)
via 7590ff3fd6cde4264f6e7961f8d9dcafbb526271 (commit)
via 34ce3d93c52a734a7380114254a14ce8bcc77bb1 (commit)
via 5121576b0c6c323ae5f92d8d987b8c0899d99db0 (commit)
via 7b62d54b52457ecae649ead12e67369b3e09c235 (commit)
via 2b6c5407b6889325beb1a1aa0fd5f33718756de2 (commit)
via 7507aef92b75c86b6ecc11b2a7bbbc378a8dea51 (commit)
via 93ffbd0029d1200dfa51a0e68b4c11743f1cc0e8 (commit)
via 638ad068e8597af81dc985d3d256ccc26e82373b (commit)
via fd2c1f90ba590fbb8c790e3619713769817997de (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 (d9ab76e408c8f85a96e7a319a014c60a20667c64)
\
N -- N -- N (b5b809da0b18fcb0d4840ea567130b31b8524ca0)
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/openbsc/commit/?id=b5b809da0b18fcb0d4840ea567130b31…
commit b5b809da0b18fcb0d4840ea567130b31b8524ca0
Author: Philipp Maier <pmaier(a)sysmocom.de>
Date: Wed Jun 21 13:18:07 2017 +0200
reset: fixup for reset
We now perform the reset procedure on both sides. Also both sides
will clear now their open SCCP connections.
http://cgit.osmocom.org/openbsc/commit/?id=c621464e1146455d04491be420413a0c…
commit c621464e1146455d04491be420413a0c307de003
Author: Philipp Maier <pmaier(a)sysmocom.de>
Date: Tue Jun 20 14:13:37 2017 +0200
wip: a_iface: MSC sided reset
http://cgit.osmocom.org/openbsc/commit/?id=bbd32cddf8986f603507829a9ea430a3…
commit bbd32cddf8986f603507829a9ea430a3bef43bcd
Author: Philipp Maier <pmaier(a)sysmocom.de>
Date: Mon Jun 19 18:22:21 2017 +0200
a_iface: fix typo in function name
http://cgit.osmocom.org/openbsc/commit/?id=3c8f08c78784ed9c84f6327f56c2deba…
commit 3c8f08c78784ed9c84f6327f56c2debac4240943
Author: Philipp Maier <pmaier(a)sysmocom.de>
Date: Mon Jun 19 18:19:27 2017 +0200
a_iface: Check if channel type and speech codec list are successful
Currently we do not check for errors during the generation of
channel type and speech codec list. This might blow an assertion
in gsm0808_create_ass if the generated data is invalid. So
we need to check beforehand.
http://cgit.osmocom.org/openbsc/commit/?id=804e2d5d2c8cdc515355cf6596dd94f6…
commit 804e2d5d2c8cdc515355cf6596dd94f6214754ed
Author: Philipp Maier <pmaier(a)sysmocom.de>
Date: Wed Jun 14 12:00:30 2017 +0200
rsl: fix stray line break in logtext
The log output from the rsl layer injects line breaks at wrong
places in the log. This messes up the logtext. This commit fixes
the problem.
http://cgit.osmocom.org/openbsc/commit/?id=8185a941f8d47647de3941e1a9e2b445…
commit 8185a941f8d47647de3941e1a9e2b445ca92c2ce
Author: Philipp Maier <pmaier(a)sysmocom.de>
Date: Wed Jun 14 11:11:27 2017 +0200
mgcp: fix line-break problem in log
When the mgcp_client prints MGCP strings in the log text, it does
not remove the line break before printing. This will mess up
the log text. This patch removes the line break characters before
printing properly.
-----------------------------------------------------------------------
Summary of changes:
openbsc/.gitignore | 2 +
openbsc/contrib/systemd/osmo-msc.service | 5 +-
openbsc/contrib/systemd/osmo-sgsn.service | 3 +
openbsc/doc/examples/osmo-sgsn/osmo-sgsn.cfg | 3 +
openbsc/include/openbsc/Makefile.am | 8 +-
openbsc/include/openbsc/a_iface.h | 6 +
openbsc/include/openbsc/a_iface_bssap.h | 13 +-
openbsc/include/openbsc/abis_nm.h | 21 +-
openbsc/include/openbsc/abis_rsl.h | 5 +-
openbsc/include/openbsc/bsc_msc.h | 2 -
openbsc/include/openbsc/debug.h | 1 +
openbsc/include/openbsc/gsm_04_08.h | 16 +-
openbsc/include/openbsc/gsm_04_11.h | 5 +
openbsc/include/openbsc/gsm_data.h | 17 +-
openbsc/include/openbsc/gsm_data_shared.h | 79 ++-
openbsc/include/openbsc/pcu_if.h | 35 +
openbsc/include/openbsc/pcuif_proto.h | 176 +++++
openbsc/include/openbsc/rest_octets.h | 9 +-
openbsc/include/openbsc/system_information.h | 7 +-
openbsc/include/openbsc/vty.h | 1 -
openbsc/src/gprs/Makefile.am | 2 +-
openbsc/src/gprs/gprs_gmm.c | 8 +-
openbsc/src/gprs/gprs_sgsn.c | 4 +-
openbsc/src/gprs/gtphub.c | 4 +-
openbsc/src/gprs/sgsn_ares.c | 4 +-
openbsc/src/gprs/sgsn_cdr.c | 4 +-
openbsc/src/gprs/sgsn_libgtp.c | 3 +-
openbsc/src/ipaccess/abisip-find.c | 4 +-
openbsc/src/ipaccess/ipaccess-config.c | 45 +-
openbsc/src/ipaccess/ipaccess-proxy.c | 3 +-
openbsc/src/libbsc/Makefile.am | 1 +
openbsc/src/libbsc/abis_nm.c | 223 ++++---
openbsc/src/libbsc/abis_rsl.c | 100 ++-
openbsc/src/libbsc/bsc_api.c | 18 +-
openbsc/src/libbsc/bsc_init.c | 38 +-
openbsc/src/libbsc/bsc_msc.c | 6 +-
openbsc/src/libbsc/bsc_rf_ctrl.c | 12 +-
openbsc/src/libbsc/bsc_rll.c | 4 +-
openbsc/src/libbsc/bsc_vty.c | 340 +++++++---
openbsc/src/libbsc/bts_ericsson_rbs2000.c | 2 +
openbsc/src/libbsc/bts_ipaccess_nanobts_omlattr.c | 14 +-
openbsc/src/libbsc/bts_nokia_site.c | 4 +-
openbsc/src/libbsc/gsm_04_08_utils.c | 7 +-
openbsc/src/libbsc/handover_logic.c | 3 +-
openbsc/src/libbsc/paging.c | 11 +-
openbsc/src/libbsc/pcu_sock.c | 742 ++++++++++++++++++++++
openbsc/src/libbsc/rest_octets.c | 232 ++++---
openbsc/src/libbsc/system_information.c | 186 ++++--
openbsc/src/libcommon-cs/a_reset.c | 17 +-
openbsc/src/libcommon-cs/common_cs_vty.c | 4 +-
openbsc/src/libcommon/common_vty.c | 8 -
openbsc/src/libcommon/debug.c | 5 +
openbsc/src/libcommon/gsm_data.c | 74 ++-
openbsc/src/libcommon/gsm_data_shared.c | 81 +++
openbsc/src/libcommon/gsup_client.c | 6 +-
openbsc/src/libcommon/gsup_test_client.c | 3 +-
openbsc/src/libmgcp/mgcp_protocol.c | 3 +-
openbsc/src/libmgcp/mgcp_vty.c | 24 +-
openbsc/src/libmsc/a_iface.c | 213 +++++--
openbsc/src/libmsc/a_iface_bssap.c | 77 +--
openbsc/src/libmsc/gsm_04_08.c | 3 +-
openbsc/src/libmsc/gsm_04_11.c | 38 +-
openbsc/src/libmsc/smpp_openbsc.c | 163 ++++-
openbsc/src/libmsc/smpp_smsc.c | 16 +
openbsc/src/libmsc/smpp_smsc.h | 18 +-
openbsc/src/libmsc/sms_queue.c | 6 +-
openbsc/src/osmo-bsc/osmo_bsc_bssap.c | 4 +-
openbsc/src/osmo-bsc/osmo_bsc_main.c | 2 +-
openbsc/src/osmo-bsc/osmo_bsc_msc.c | 6 +-
openbsc/src/osmo-bsc/osmo_bsc_sigtran.c | 40 +-
openbsc/src/osmo-bsc/osmo_bsc_vty.c | 18 +-
openbsc/src/osmo-bsc_nat/bsc_nat.c | 12 +-
openbsc/src/osmo-bsc_nat/bsc_nat_ctrl.c | 6 +-
openbsc/src/osmo-bsc_nat/bsc_nat_utils.c | 2 +-
openbsc/src/osmo-bsc_nat/bsc_nat_vty.c | 28 +-
openbsc/src/osmo-bsc_nat/bsc_ussd.c | 3 +-
openbsc/src/osmo-msc/msc_main.c | 15 +-
openbsc/src/utils/Makefile.am | 3 +
openbsc/src/utils/bs11_config.c | 2 +-
openbsc/tests/abis/abis_test.c | 104 +--
openbsc/tests/abis/abis_test.ok | 14 +-
openbsc/tests/gsm0408/gsm0408_test.c | 160 +++--
openbsc/tests/gsm0408/gsm0408_test.ok | 167 ++++-
openbsc/tests/mgcp/mgcp_test.c | 2 +-
openbsc/tests/msc_vlr/Makefile.am | 4 +-
openbsc/tests/msc_vlr/msc_vlr_tests.c | 13 +-
openbsc/tests/sndcp_xid/Makefile.am | 3 +-
87 files changed, 2899 insertions(+), 906 deletions(-)
create mode 100644 openbsc/include/openbsc/pcu_if.h
create mode 100644 openbsc/include/openbsc/pcuif_proto.h
create mode 100644 openbsc/src/libbsc/pcu_sock.c
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, neels/aoip has been updated
via ab657612389d71a5024a8b90e28197d920d30827 (commit)
from 831b90f8a7c2d2789b1d2906c210940427c83860 (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=ab657612389d71a5024a8b90e28197d9…
commit ab657612389d71a5024a8b90e28197d920d30827
Author: Philipp Maier <pmaier(a)sysmocom.de>
Date: Tue Jun 20 14:13:37 2017 +0200
wip: a_iface: MSC sided reset
-----------------------------------------------------------------------
Summary of changes:
openbsc/src/libmsc/a_iface.c | 40 +++++++++++++++++++++++++++++++++++++++
openbsc/tests/msc_vlr/Makefile.am | 2 +-
2 files changed, 41 insertions(+), 1 deletion(-)
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, pmaier/aoip has been updated
via d9ab76e408c8f85a96e7a319a014c60a20667c64 (commit)
from 48913c48cd8d26dbe6f07a5a8116aeaa47e62b9c (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=d9ab76e408c8f85a96e7a319a014c60a…
commit d9ab76e408c8f85a96e7a319a014c60a20667c64
Author: Philipp Maier <pmaier(a)sysmocom.de>
Date: Tue Jun 20 14:13:37 2017 +0200
wip: a_iface: MSC sided reset
-----------------------------------------------------------------------
Summary of changes:
openbsc/src/libmsc/a_iface.c | 40 +++++++++++++++++++++++++++++++++++++++
openbsc/tests/msc_vlr/Makefile.am | 2 +-
2 files changed, 41 insertions(+), 1 deletion(-)
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, neels/aoip has been updated
discards 44b975a641c500c6d2ebdc7b7e3650ebba121d2d (commit)
discards 0e99f565fecef8552d51b6bf839c76f1f2122846 (commit)
discards cb897b8f8d4384e2e72b377d604224b4b591858f (commit)
discards 6c5b1c279a10fd74b92f6740c9cc24d53c2e4c7b (commit)
discards 0416fa67b553002027784f050b43983b8f12ebe2 (commit)
discards ff1dd87b01c5516fb7b782aba79e402e3c4a4004 (commit)
discards 2925cec20257ebee1675c7fad5cd9530382d6739 (commit)
discards 612ec3d595281f713de8e5712e54c70d48026fbe (commit)
discards 95a374854994136150ff107e0697a728b38730f6 (commit)
discards a828fce165a160eb4879f02a3e80a8f5de509f53 (commit)
discards 160e54e6c35eeaf63323c65058306d9244d2280b (commit)
discards 310b37e308f65b9bd6a7f6576a63a16ed8426b12 (commit)
discards ccc91e2754baf98c3348307793ef7c26511d8157 (commit)
discards cc058c70163081ec4d09d5ccfa1d36f99debdfe1 (commit)
discards 5b83e9942229968b371e414ab58aa3edaca46419 (commit)
discards a12e840426c8adc534eac2669f81bcb41667e6ee (commit)
discards e228956dd3d2d59c0cd742289fa91678c989ea5d (commit)
discards 2395f55300b3f76b090d3c870c998f6663ad6281 (commit)
discards 8559e411b45101faffe9a880a9f0839eb2ebb773 (commit)
discards d0a6769d5f1c0b55f54d354cee5a6c9c8884828a (commit)
discards 553ffc4b0f803e79d55e8513899145831ed7a33b (commit)
discards c1558c072105f5e8df634a2dbd3f5f0aed88f28f (commit)
discards d02e73d218dbbbe08adbd0d655297a1e0ade7c42 (commit)
discards ee610e49c0340d563a42ed3e592e7a22acc41796 (commit)
discards 5660e224239f441a1ec5fae16ae0a405b117f8ca (commit)
discards f50df360aeffc7e0c69459faf681120ae2824620 (commit)
discards 9545666ee1a47bfc43f7e41ed920db7c2124a1bb (commit)
discards 04219aba466870f7737a57bf29bd2adf7315af38 (commit)
discards 1fb043506c0aec583e2683c691f05c3d55b39146 (commit)
discards b91572a361d2e0a1daa6489b5b5729d4f009f998 (commit)
discards 1593d01fb19e466833e4e87da9f74963753bb5f4 (commit)
discards 719a60f0840e2e61ae809ab35035905906afd58f (commit)
discards e998f542c43d41db4720c0cbe856c11820db8196 (commit)
discards d45bab2c41ad9f9521dd7be58842e95aad3e06ef (commit)
discards d5d3009a67d5cb14fb10f46d9a2721dac0eb0b90 (commit)
discards ea7934dbaa3962154861993f0e0e8c2dbd34235c (commit)
discards 18f0d6ecd49d80d3850c9717936372c8a477c444 (commit)
discards 5b9c47cceb65e67ff64e8803467df34a737e945b (commit)
discards 3b9e0197d4113dd0650465480ba3ec5fa5e10e0c (commit)
discards 86b98a9a9e0c5af3c60d985571ee72c5d9f69c48 (commit)
discards 9695c6c6e278bb4eb43f2dc3d76abf9211ade325 (commit)
discards 653345afd013b8a48432e6732cdd9b38cff83343 (commit)
discards 7db2bf610a7364be333faecee49779b4a1515fd6 (commit)
discards 6954acf2f4399dce397a6ba8bfac5bdf92a26d81 (commit)
discards 8cdabef4816ed7b2b58260e08b00a68ca73fc196 (commit)
discards 781fb3d5e44d19cb257cc525ad0bb655e5268098 (commit)
discards dba7d4aaceb88323f4f4af0c84b8883b29c73888 (commit)
discards 047377f8f2fa7509445aeeda270cc4e9c0686c60 (commit)
discards 71ad637ca261d63d8f7d8a49cdb1f819796c9c79 (commit)
discards 4430a620b0c9427bb001f0428305f53265ab03d5 (commit)
discards ab601e27a82bcd2f71585a9f4872eedf2d2186e5 (commit)
discards 013ae87cc4bfc684a9f297800d3eda0129521fda (commit)
discards 5cfa2f6da8b073925df9f84315456101ab47d863 (commit)
discards 32af1cc5665e23d034362c42a805a92c07682c8d (commit)
via 831b90f8a7c2d2789b1d2906c210940427c83860 (commit)
via 96f212d333075ffcedf2b88edb946040efe4bb1a (commit)
via 46b2c1cb8adca39550c43b1027b34a13c2b2dad4 (commit)
via 5617f26adf94d1cd3b8a3a89818c2c4d50b657b2 (commit)
via 51d2a33542064e8605302a22214f57f7886c703e (commit)
via 738cc1106c0273a918350f495a6a746d06fc2e2a (commit)
via 2abf6b020090788b03d0d1d9207acd62d6a6abcb (commit)
via 5cb12d0a2c75aa9624a1a95f3f98d7ad39ac05f8 (commit)
via 151feb99c3cd3bb1146e7b5a03e44f4bf2b05512 (commit)
via b64c23440e3f41c47269a3dc58ddddd765f38c84 (commit)
via 0f82438059169006c883ee126cc2957b844f0c19 (commit)
via 7d98e0058c2fadab7fc139000a5987e1b95cfe56 (commit)
via 39f3b1109d4b3463b44ac7b3401a03a16166edba (commit)
via 778e14a51e28294e2e4f4c869c01ec177713c263 (commit)
via 7a36bbad99e4cdbd5c081a5db62663aca3aee191 (commit)
via 41c0e21364974d4dca2a28c3c70dec76a1c9269e (commit)
via 456d3c44d1adf0ffe0f9684f57bddf7575479e5c (commit)
via 9b5dee4e33fc432898ecfe490e28e0748dea83c9 (commit)
via 21521acd3f9147db01fde7729181c26769efdc77 (commit)
via cf04ac42b1981805b028ea02d42456d53299e62d (commit)
via d7bf0dcae8f8e6b2ade7032057dfed5601a3cb4b (commit)
via b8012aad098444a83014d40a4a84b62a4be4c59a (commit)
via 188a804f6df55a66185054e664d6b3a998e7a371 (commit)
via 1728a6eb188a887a636f3eb8a01a6b09ad2515f5 (commit)
via 277ccecb679c47dbcfb694c490117c541b4be47e (commit)
via 8b0d8a97fb5cddb718c0b35af02bbcfe4599bdc5 (commit)
via fabe468dd47ffd72a3ff2b6387422d304b178665 (commit)
via 926f84a2a33432091fffc22a6166fbb6df2920e5 (commit)
via 9f15ac5ba06c91086626eff4855848ee80b56d44 (commit)
via dfe085d979ba8b7266a6c66ecb13bf5a11a8d86f (commit)
via e818b91729de56db7643c0961f810c1652f65701 (commit)
via 805b83a1ef41bbc1d0d6c944e949dbbd33fcfc75 (commit)
via 8ac978bd64ba94b012ac2ab2fd47378cd580b1c8 (commit)
via 23b5ace90ed9d141237873db9e18e54e65f62c4f (commit)
via 8d49f40280260fbc2b16490e1a11b4f38b5d066e (commit)
via 832a69181b68c00247c1c1c55225d5278ef705d2 (commit)
via 50f36fe4094c8937d1c775cb1aa2ccaa83290820 (commit)
via 76174d9dd94bb88ae63e616e84ae58b9f290e92b (commit)
via e3aca93630e7a4572bd0459115b25348e1840c0e (commit)
via 0923fc6707ea35776ad8c37a6d490ac3408dd274 (commit)
via 22593b2cef43bceafe7727f893be4657f949489f (commit)
via 99d3a8836dd81fc461d759b4bf42ca016f9cc8b7 (commit)
via 139bbb9ff70b74b32bc69b4891f68409283a3654 (commit)
via 463123d5b32abe74c6cde719727384ad541d4f59 (commit)
via 64b6a2741af979d3a7e21c366d45e8de9e30d10a (commit)
via 3812d1635b418f730a45fefe56faaf0b44abeec9 (commit)
via f1acdbea61682ada6ceeae640412cb7421f73d54 (commit)
via ee19c9ab609e04726d26166426beb6d58aec7456 (commit)
via 61692adb2b0cd090c8fb8c81376a28bca099d079 (commit)
via 58774cba12ec4675e32fa524cfa631bdc690a9da (commit)
via fd01ea2b6a778b8f610203b8de38d1677d7f02ac (commit)
via 4d8d3fed5daf7c342c773883a6611a2fb10a8ea6 (commit)
via c46c2da11e33fe94176df7b6d9844731a8e7bf0e (commit)
via f20772d1cbc46ffc8858f5a42f172a02b5941ba8 (commit)
via 3737ec4f8957e7834097fbced3c79cdcdd0e0f09 (commit)
via 5fd3a2cd21d90027391f14466f737837dd6e6674 (commit)
via 9e1721f332d283cc8832d6584cff8297b41101c7 (commit)
via 514c691e1e154121573c1b21104ba60386b1f436 (commit)
via 4be4afe9b792852be011e6a2af8e30fef76b8b53 (commit)
via 8bca67a60af40de9f8653b3510f67f35c15c727e (commit)
via 2f8b9d25f8428980e35ed8f8b2dc44324bc4566a (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 (44b975a641c500c6d2ebdc7b7e3650ebba121d2d)
\
N -- N -- N (831b90f8a7c2d2789b1d2906c210940427c83860)
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/openbsc/commit/?id=831b90f8a7c2d2789b1d2906c2109404…
commit 831b90f8a7c2d2789b1d2906c210940427c83860
Author: Philipp Maier <pmaier(a)sysmocom.de>
Date: Mon Jun 19 18:22:21 2017 +0200
a_iface: fix typo in function name
http://cgit.osmocom.org/openbsc/commit/?id=96f212d333075ffcedf2b88edb946040…
commit 96f212d333075ffcedf2b88edb946040efe4bb1a
Author: Philipp Maier <pmaier(a)sysmocom.de>
Date: Mon Jun 19 18:19:27 2017 +0200
a_iface: Check if channel type and speech codec list are successful
Currently we do not check for errors during the generation of
channel type and speech codec list. This might blow an assertion
in gsm0808_create_ass if the generated data is invalid. So
we need to check beforehand.
http://cgit.osmocom.org/openbsc/commit/?id=46b2c1cb8adca39550c43b1027b34a13…
commit 46b2c1cb8adca39550c43b1027b34a13c2b2dad4
Author: Philipp Maier <pmaier(a)sysmocom.de>
Date: Wed Jun 14 12:00:30 2017 +0200
rsl: fix stray line break in logtext
The log output from the rsl layer injects line breaks at wrong
places in the log. This messes up the logtext. This commit fixes
the problem.
http://cgit.osmocom.org/openbsc/commit/?id=5617f26adf94d1cd3b8a3a89818c2c4d…
commit 5617f26adf94d1cd3b8a3a89818c2c4d50b657b2
Author: Philipp Maier <pmaier(a)sysmocom.de>
Date: Wed Jun 14 11:11:27 2017 +0200
mgcp: fix line-break problem in log
When the mgcp_client prints MGCP strings in the log text, it does
not remove the line break before printing. This will mess up
the log text. This patch removes the line break characters before
printing properly.
-----------------------------------------------------------------------
Summary of changes:
openbsc/contrib/systemd/osmo-msc.service | 5 +--
openbsc/contrib/systemd/osmo-sgsn.service | 3 ++
openbsc/doc/examples/osmo-sgsn/osmo-sgsn.cfg | 3 ++
openbsc/include/openbsc/gsm_04_08.h | 14 --------
openbsc/include/openbsc/gsm_data.h | 3 ++
openbsc/include/openbsc/gsm_data_shared.h | 2 ++
openbsc/src/libbsc/abis_rsl.c | 3 +-
openbsc/src/libbsc/bsc_vty.c | 30 ++++++++++++++---
openbsc/src/libbsc/bts_ipaccess_nanobts_omlattr.c | 14 ++++++--
openbsc/src/libcommon/gsm_data.c | 40 +++++++++++++++++++++--
openbsc/src/libmgcp/mgcpgw_client.c | 11 +++++--
openbsc/src/libmsc/a_iface.c | 23 ++++++++++---
12 files changed, 118 insertions(+), 33 deletions(-)
hooks/post-receive
--
The OpenBSC GSM Base Station Controller (+MSC/HLR/SGSN)