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, jerlbeck/wip/stats has been updated
via 749952e90fd40d3a6bf17ac173d890f2fadbc4c8 (commit)
via 872d8aeea0cf3c2d12dca5d30940e02daba33562 (commit)
from 7c3f729db2c33842c2dad702dfe4251dea4a06be (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=749952e90fd40d3a6bf17ac173d8…
commit 749952e90fd40d3a6bf17ac173d890f2fadbc4c8
Author: Jacob Erlbeck <jerlbeck(a)sysmocom.de>
Date: Tue Nov 3 16:21:40 2015 +0100
stats/vty: Add selective show stats command
Currently there is only the 'show stats' command which shows all
counter and stat_item values. This can lead to many lines of output
if there are per-subscriber rate counters.
The new command added by this commit allows it to only show groups of
a certain level (class_id), similar to the 'level' configuration
command for stats reporter.
The new command is
show stats level (global|peer|subscriber)
Sponsored-by: On-Waves ehf
http://cgit.osmocom.org/libosmocore/commit/?id=872d8aeea0cf3c2d12dca5d30940…
commit 872d8aeea0cf3c2d12dca5d30940e02daba33562
Author: Jacob Erlbeck <jerlbeck(a)sysmocom.de>
Date: Tue Nov 3 16:18:56 2015 +0100
ns/stats: Fix class_id of "NSVC Peer Statistics" rate_ctr group
Currently the class_id is not set which effectively puts these groups
into the 'subscriber' class.
This commit adds the missing initialisation value.
Sponsored-by: On-Waves ehf
-----------------------------------------------------------------------
Summary of changes:
include/osmocom/vty/misc.h | 2 ++
src/gb/gprs_ns.c | 1 +
src/vty/stats_vty.c | 15 +++++++++++++++
src/vty/utils.c | 18 ++++++++++++++++--
4 files changed, 34 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, jerlbeck/wip/stats has been updated
via 7c3f729db2c33842c2dad702dfe4251dea4a06be (commit)
via e007a9ee8bc59d04cb1672df0e3c8ab32001f0d7 (commit)
from a328503f309d8e0424d996c68c96b9e9072da230 (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=7c3f729db2c33842c2dad702dfe4…
commit 7c3f729db2c33842c2dad702dfe4251dea4a06be
Author: Jacob Erlbeck <jerlbeck(a)sysmocom.de>
Date: Tue Nov 3 15:21:34 2015 +0100
stats/test: Add tests to check VTY configuration
This commit adds tests to verify the stats related VTY configuration
commands.
Sponsored-by: On-Waves ehf
http://cgit.osmocom.org/libosmocore/commit/?id=e007a9ee8bc59d04cb1672df0e3c…
commit e007a9ee8bc59d04cb1672df0e3c8ab32001f0d7
Author: Jacob Erlbeck <jerlbeck(a)sysmocom.de>
Date: Tue Nov 3 13:47:11 2015 +0100
vty/test: Refactor vty creation/deletion into separate functions
Currently this is part of the only test function that uses the
vty directly.
In preperation for more such test cases, this commit moves this code
into separate functions.
Sponsored-by: On-Waves ehf
-----------------------------------------------------------------------
Summary of changes:
tests/vty/vty_test.c | 202 ++++++++++++++++++++++++++++++++++++++++++--------
tests/vty/vty_test.ok | 67 +++++++++++++++++
2 files changed, 240 insertions(+), 29 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, neels/gtphub has been updated
via 655131434f8753db605c5ba97e496b05748e234e (commit)
from 8507470ead4fdb7ebba86293fb9b16d49be36e8a (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=655131434f8753db605c5ba97e496b05…
commit 655131434f8753db605c5ba97e496b05748e234e
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Tue Nov 3 15:09:29 2015 +0100
test
-----------------------------------------------------------------------
Summary of changes:
openbsc/src/gprs/gtphub.c | 180 ++++++++++++++++++++++++-------------
openbsc/tests/gtphub/gtphub_test.c | 171 ++++++++++++++++++++++++++++++++---
2 files changed, 275 insertions(+), 76 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, neels/gtphub has been updated
via 8507470ead4fdb7ebba86293fb9b16d49be36e8a (commit)
from c93cbbe395ddd0186656c9c6f0ec5c319b06c612 (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=8507470ead4fdb7ebba86293fb9b16d4…
commit 8507470ead4fdb7ebba86293fb9b16d49be36e8a
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Tue Nov 3 12:47:53 2015 +0100
test_success
-----------------------------------------------------------------------
Summary of changes:
openbsc/include/openbsc/gtphub.h | 7 +++-
openbsc/src/gprs/gtphub.c | 72 ++++++++++++++++++++-----------------
openbsc/tests/gtphub/gtphub_test.c | 48 +++++++++++++++----------
openbsc/tests/gtphub/gtphub_test.ok | 1 +
4 files changed, 77 insertions(+), 51 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, jerlbeck/wip/stats has been updated
discards 77c6b96b46ed023525db4653c7cf2e0c28c7111f (commit)
discards 84deca3ef51d15c3d3711f789d6f73c6b06cff59 (commit)
discards 7da71902fa2050a158e621f1ac30ec8ef772aa9d (commit)
discards a7eb82d4672fe43fd29fdc94f3d7db352ecde249 (commit)
discards 06a64d7db2f93a996a074cfb9e1a8eacd3303eee (commit)
via a328503f309d8e0424d996c68c96b9e9072da230 (commit)
via bb4ae64fbbc30bf626792df2f2e68afb5cda6e21 (commit)
via 8649d57f507d359c99a89654aac7e19ce22db282 (commit)
via c337693c4ca164833e120624af3c0960180725ee (commit)
via 3f838b717e831b99966fc4277f963b6c57340f6d (commit)
via 07cf861e25d2f2359e55ec803256c2211eda0a12 (commit)
via 667e83d71eebba70817ab035ef207a52785bc129 (commit)
via d7b0577d7d30139491b5cfeffb467440f9e88818 (commit)
via 8f0374f7521376bdb721e821047e8a6a4a727283 (commit)
via 7921975989a1844546669a77ecdc9160fdef2282 (commit)
via 837e940627cd8dc469e65980b3b48c9539a55440 (commit)
via 79125ecf7d54b04cc56818b6dd99813d0a4daf89 (commit)
via bc9d9aced8c174bbb5fc265ec746621d31344be0 (commit)
via 16fe8dab7c1fede87f6bdbfbbcbf19f64d60648a (commit)
via 34eec7da8dd91c2e812863601ca5f787d6589ecb (commit)
via fc9533d6c4bde795dc0e18f02f91f54ab92888a2 (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 (77c6b96b46ed023525db4653c7cf2e0c28c7111f)
\
N -- N -- N (a328503f309d8e0424d996c68c96b9e9072da230)
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/libosmocore/commit/?id=a328503f309d8e0424d996c68c96…
commit a328503f309d8e0424d996c68c96b9e9072da230
Author: Jacob Erlbeck <jerlbeck(a)sysmocom.de>
Date: Tue Nov 3 11:49:31 2015 +0100
test: Remove unneeded linking to libosmovty.la
The addition of libosmovty.la to several test cases as done in
commit 738d9e22108a8e47245 (stats: Add vty_out_stat_item_group)
is not needed.
This commit removes them.
Sponsored-by: On-Waves ehf
-----------------------------------------------------------------------
Summary of changes:
TODO-RELEASE | 2 --
debian/changelog | 8 ++++++++
debian/control | 4 ++--
debian/libosmocore-dev.install | 1 -
.../{libosmovty2.install => libosmovty3.install} | 0
include/osmocom/core/stats.h | 6 ++++--
include/osmocom/core/timer.h | 8 ++++----
include/osmocom/vty/ports.h | 3 ++-
src/gsm/tlv_parser.c | 4 ++--
src/stats.c | 22 ++++++++++------------
src/timer.c | 7 ++++---
src/vty/Makefile.am | 2 +-
src/vty/stats_vty.c | 18 +++++++++---------
tests/Makefile.am | 8 ++++----
14 files changed, 50 insertions(+), 43 deletions(-)
rename debian/{libosmovty2.install => libosmovty3.install} (100%)
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 bb4ae64fbbc30bf626792df2f2e68afb5cda6e21 (commit)
from 8649d57f507d359c99a89654aac7e19ce22db282 (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=bb4ae64fbbc30bf626792df2f2e6…
commit bb4ae64fbbc30bf626792df2f2e68afb5cda6e21
Author: Holger Hans Peter Freyther <holger(a)moiji-mobile.com>
Date: Tue Nov 3 11:36:18 2015 +0100
debian: Install libosmoctrl0 too when installing the dev package
-----------------------------------------------------------------------
Summary of changes:
debian/control | 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 "The OpenBSC GSM Base Station Controller (+MSC/HLR/SGSN)".
The branch, shared/packages/testing has been updated
discards 1fab385c319244fbcf5bfa875af0ee55eb53dd2c (commit)
discards b41489c3295c66ca6dd74c86cab720563a776705 (commit)
discards 7b853588eb7910b941981571ad7d2e8c4321aa9f (commit)
discards 9da7ebb767aecb1440dbc87fbf1c179b36bc1584 (commit)
discards 4004756c46ad799507256eb6a10b619fc6cd9bca (commit)
discards b55e683624f64726872d593be372eb2f7238b2c2 (commit)
discards 94685ee33514e3f11b391ac2e45611c8aa53f7d0 (commit)
discards 7f17ab33886c42b04824f6a7cdf65da5982cdd03 (commit)
discards a9703804dcfdccd26c60285a5cb9f331a8e3b4e4 (commit)
discards f91f951606afadbeecaed783e1d2254b290d300b (commit)
via dc89b6a71a245e876e0f4b35f31162f6ab1ab2c6 (commit)
via fe914c04915a66c0774c456344e4f97a4405837a (commit)
via a3318cfac46a55dc6fb5ff8d49c080ac40c28cda (commit)
via 0655f4eeebe1d12b493841529aad76b747ebecfb (commit)
via bf05b93b6c51a3bfe2cdb2bfb15f9cd6ff2da5f1 (commit)
via 09d8ebe8864a7fd1123032865d17167f79cac2d6 (commit)
via f5123802e044f0f1fb66824f1106a879d72a835b (commit)
via e22b232c51d1200a261ea3278b4a433a21d6f425 (commit)
via 1caf28fba423a4d7aa37b07334db81ae26182987 (commit)
via 6236cad02b0d775fd40a562c3a20ac57c3239c61 (commit)
via d9456c6df409d5900ebff7d7fd91b4d5b210ae9a (commit)
via f13287e1c8ba090aa54adf96aa981674d605abac (commit)
via 292769e19e1ec7ea28b69370f04569501020659f (commit)
via 46caed8fc490f0f9f3c435d1cf59fc900fad9b5a (commit)
via 64630cccc763da7088c1d1ff251a89d4d352cd4b (commit)
via 11cb27ece64944c17c2714cfe7ea9971a8c4ab7c (commit)
via 568a7275503ddae9721280d31e70a8045f645c10 (commit)
via 9c534fdbe8289ccfbf5d2d586acb38fff945aecd (commit)
via 89ef324eab2aed40a8f530c0ab7534fb93a60151 (commit)
via f06046b6afd3dd9db60bab55f167d6056af5885e (commit)
via d739f092be82fb01e53404b0a67bc0158063a843 (commit)
via d48f057328cfb82b192d935325eb5af1162c0ecc (commit)
via fe60cfb1d63d1c3b61c12eee78308f7985c66c1d (commit)
via 69ca8f01ec78ff33ec3cd5d4451e93c53b378f35 (commit)
via 537d480f3947924a2db182bab36a48f0bb42045f (commit)
via d1554ecb78ebf5b13ec72cdf1faf1bbd88121a01 (commit)
via 044ce5fb846bb39645abb9d33e7043957e5a3982 (commit)
via 133e8624efe109f020c15a0411c3eb7c461a61f1 (commit)
via cf151874581aa4cd553f8e066d330066cfca2468 (commit)
via a777c9ee3d4e433c713f7a5c346519aa0321f096 (commit)
via 9861c122dd50386f4b48bb65162f0a38f6d28785 (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 (1fab385c319244fbcf5bfa875af0ee55eb53dd2c)
\
N -- N -- N (dc89b6a71a245e876e0f4b35f31162f6ab1ab2c6)
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=dc89b6a71a245e876e0f4b35f31162f6…
commit dc89b6a71a245e876e0f4b35f31162f6ab1ab2c6
Author: Holger Hans Peter Freyther <holger(a)moiji-mobile.com>
Date: Tue Nov 3 09:46:46 2015 +0100
New OpenBSC release
http://cgit.osmocom.org/openbsc/commit/?id=fe914c04915a66c0774c456344e4f97a…
commit fe914c04915a66c0774c456344e4f97a4405837a
Author: Holger Hans Peter Freyther <holger(a)moiji-mobile.com>
Date: Mon Oct 12 20:38:35 2015 +0200
Make a new release from a777c9ee3d4e433c713f7a5c346519aa0321f096
http://cgit.osmocom.org/openbsc/commit/?id=a3318cfac46a55dc6fb5ff8d49c080ac…
commit a3318cfac46a55dc6fb5ff8d49c080ac40c28cda
Author: Holger Hans Peter Freyther <holger(a)moiji-mobile.com>
Date: Mon Oct 12 10:23:48 2015 +0200
New release based on fa07b489dc3e14579b34365c0a0f1b5d5a70138f
http://cgit.osmocom.org/openbsc/commit/?id=0655f4eeebe1d12b493841529aad76b7…
commit 0655f4eeebe1d12b493841529aad76b747ebecfb
Author: Holger Hans Peter Freyther <holger(a)moiji-mobile.com>
Date: Thu Sep 24 10:46:02 2015 +0200
debian: Make a new release again
http://cgit.osmocom.org/openbsc/commit/?id=bf05b93b6c51a3bfe2cdb2bfb15f9cd6…
commit bf05b93b6c51a3bfe2cdb2bfb15f9cd6ff2da5f1
Author: Holger Hans Peter Freyther <holger(a)moiji-mobile.com>
Date: Sun Aug 23 17:36:12 2015 +0200
debian: New release
http://cgit.osmocom.org/openbsc/commit/?id=09d8ebe8864a7fd1123032865d17167f…
commit 09d8ebe8864a7fd1123032865d17167f79cac2d6
Author: Holger Hans Peter Freyther <holger(a)moiji-mobile.com>
Date: Sun Aug 16 15:30:19 2015 +0200
debian: Build new package
http://cgit.osmocom.org/openbsc/commit/?id=f5123802e044f0f1fb66824f1106a879…
commit f5123802e044f0f1fb66824f1106a879d72a835b
Author: Holger Hans Peter Freyther <holger(a)moiji-mobile.com>
Date: Tue May 26 00:16:00 2015 +0800
debian: Add the new c-ares dependency for the SGSN
http://cgit.osmocom.org/openbsc/commit/?id=e22b232c51d1200a261ea3278b4a433a…
commit e22b232c51d1200a261ea3278b4a433a21d6f425
Author: Holger Hans Peter Freyther <holger(a)moiji-mobile.com>
Date: Thu Apr 23 20:26:27 2015 -0400
debian: New release with new NAT command
http://cgit.osmocom.org/openbsc/commit/?id=1caf28fba423a4d7aa37b07334db81ae…
commit 1caf28fba423a4d7aa37b07334db81ae26182987
Author: Holger Hans Peter Freyther <holger(a)moiji-mobile.com>
Date: Thu Apr 23 17:47:26 2015 -0400
debian: Build new packages
http://cgit.osmocom.org/openbsc/commit/?id=6236cad02b0d775fd40a562c3a20ac57…
commit 6236cad02b0d775fd40a562c3a20ac57c3239c61
Author: Jacob Erlbeck <jerlbeck(a)sysmocom.de>
Date: Fri Oct 17 10:08:02 2014 +0200
sgsn: Do not die in _bssgp_tx_dl_ud on TLLI mismatch (TODO)
Currently an OSMO_ASSERT fails, if the message's and the mmctx's
TLLIs do not match.
This commit turns the assertion into an ERROR log message and uses
the default values for IMSI, DRX, and RA CAP instead of the MM
context values in this case.
TODO:
- find the real source for the problem
- add test cases derived from what is being described in the ticket
Ticket: OW#1322
Sponsored-by: On-Waves ehf
http://cgit.osmocom.org/openbsc/commit/?id=d9456c6df409d5900ebff7d7fd91b4d5…
commit d9456c6df409d5900ebff7d7fd91b4d5b210ae9a
Author: Jacob Erlbeck <jerlbeck(a)sysmocom.de>
Date: Tue Sep 30 13:53:26 2014 +0200
sgsn: Added TODOs (TODO)
TODO:
- fix and remove TODOs
- add test cases for Detach(reattach)
- add test cases for PDP context deletion (OW#1311)
- add test cases for Cancel pending timer in sgsn_mm_ctx_free
- remove this commit
Sponsored-by: On-Waves ehf
http://cgit.osmocom.org/openbsc/commit/?id=f13287e1c8ba090aa54adf96aa981674…
commit f13287e1c8ba090aa54adf96aa981674d605abac
Author: Jacob Erlbeck <jerlbeck(a)sysmocom.de>
Date: Fri Dec 19 19:11:20 2014 +0100
sgsn: Add logging to connect_timer_cb (TODO)
TODO:
- LOGLevel ?
Sponsored-by: On-Waves ehf
-----------------------------------------------------------------------
Summary of changes:
debian/changelog | 16 +
openbsc/.gitignore | 1 +
openbsc/configure.ac | 1 +
openbsc/include/openbsc/Makefile.am | 5 +-
openbsc/include/openbsc/gb_proxy.h | 4 -
openbsc/include/openbsc/gprs_gsup_client.h | 7 +-
openbsc/include/openbsc/mgcp.h | 2 +
openbsc/include/openbsc/oap.h | 78 +++++
openbsc/include/openbsc/oap_messages.h | 70 ++++
openbsc/include/openbsc/sgsn.h | 3 +
openbsc/include/openbsc/utils.h | 26 ++
openbsc/src/gprs/Makefile.am | 10 +-
openbsc/src/gprs/gb_proxy.c | 18 +-
openbsc/src/gprs/gb_proxy_main.c | 4 +
openbsc/src/gprs/gb_proxy_peer.c | 2 +
openbsc/src/gprs/gprs_gsup_client.c | 55 ++-
openbsc/src/gprs/gprs_gsup_messages.c | 30 +-
openbsc/src/gprs/gprs_sgsn.c | 9 +-
openbsc/src/gprs/gprs_subscriber.c | 3 +-
openbsc/src/gprs/oap.c | 256 ++++++++++++++
openbsc/src/gprs/oap_messages.c | 178 ++++++++++
openbsc/src/gprs/sgsn_libgtp.c | 2 +-
openbsc/src/gprs/sgsn_main.c | 8 +-
openbsc/src/gprs/sgsn_vty.c | 95 +++++-
openbsc/src/libbsc/bsc_vty.c | 2 +
openbsc/src/libcommon/Makefile.am | 2 +-
openbsc/src/libcommon/utils.c | 58 ++++
openbsc/src/libfilter/bsc_msg_acc.c | 2 +
openbsc/src/libmgcp/mgcp_osmux.c | 4 +-
openbsc/src/libmgcp/mgcp_protocol.c | 1 +
openbsc/src/libmgcp/mgcp_vty.c | 12 +
openbsc/src/osmo-bsc/osmo_bsc_main.c | 2 +
openbsc/src/osmo-bsc_mgcp/mgcp_main.c | 7 +
openbsc/src/osmo-bsc_nat/bsc_nat.c | 16 +-
openbsc/src/osmo-bsc_nat/bsc_nat_utils.c | 2 +
openbsc/src/osmo-nitb/bsc_hack.c | 2 +
openbsc/tests/Makefile.am | 2 +-
openbsc/tests/gbproxy/Makefile.am | 4 +-
openbsc/tests/gbproxy/gbproxy_test.c | 110 ++++--
openbsc/tests/gbproxy/gbproxy_test.ok | 514 ++++++++++++++---------------
openbsc/tests/gprs/Makefile.am | 3 +-
openbsc/tests/mgcp/mgcp_test.c | 2 +-
openbsc/tests/oap/Makefile.am | 19 ++
openbsc/tests/oap/oap_test.c | 243 ++++++++++++++
openbsc/tests/oap/oap_test.ok | 7 +
openbsc/tests/sgsn/Makefile.am | 4 +
openbsc/tests/sgsn/sgsn_test.c | 133 ++++++--
openbsc/tests/testsuite.at | 7 +
48 files changed, 1647 insertions(+), 394 deletions(-)
create mode 100644 openbsc/include/openbsc/oap.h
create mode 100644 openbsc/include/openbsc/oap_messages.h
create mode 100644 openbsc/include/openbsc/utils.h
create mode 100644 openbsc/src/gprs/oap.c
create mode 100644 openbsc/src/gprs/oap_messages.c
create mode 100644 openbsc/src/libcommon/utils.c
create mode 100644 openbsc/tests/oap/Makefile.am
create mode 100644 openbsc/tests/oap/oap_test.c
create mode 100644 openbsc/tests/oap/oap_test.ok
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 "Osmocom A-bis protcol interface library".
The annotated tag, 0.3.2 has been created
at 4ec842a2ace357a7ccd4d47033305238e5497def (tag)
tagging 3cef39b03cb46de4a7aba65137d724a000b184cb (commit)
replaces v0.3.2
tagged by Holger Hans Peter Freyther
on Tue Nov 3 09:42:45 2015 +0100
- Log -----------------------------------------------------------------
New release for libosmovty rebuild
-----BEGIN PGP SIGNATURE-----
iEYEABECAAYFAlY4c44ACgkQGckbdURWU2pTpQCfe9swlt6ftIKM4RRXqyxuYqxA
XWsAn1iu0xKquR2w77D9kjEOdPZIBgjh
=csnh
-----END PGP SIGNATURE-----
Holger Hans Peter Freyther (2):
ortp: Guard the jitter stats with a version check
debian: Bump so version to link against new libosmovty2
-----------------------------------------------------------------------
hooks/post-receive
--
Osmocom A-bis protcol interface 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 "Osmocom A-bis protcol interface library".
The branch, master has been updated
via 3cef39b03cb46de4a7aba65137d724a000b184cb (commit)
from 71bc9e2ac815aa07480110361651fdb5dbaf9003 (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-abis/commit/?id=3cef39b03cb46de4a7aba65137d…
commit 3cef39b03cb46de4a7aba65137d724a000b184cb
Author: Holger Hans Peter Freyther <holger(a)moiji-mobile.com>
Date: Tue Nov 3 09:40:00 2015 +0100
debian: Bump so version to link against new libosmovty2
Debian doesn't have reverse dependencies so we need to bump the
SO version to have libosmoabis and libosmotrau link against our
new version.
-----------------------------------------------------------------------
Summary of changes:
debian/changelog | 8 +++++++-
debian/control | 10 +++++-----
debian/{libosmoabis4.install => libosmoabis5.install} | 0
debian/{libosmotrau0.install => libosmotrau1.install} | 0
src/Makefile.am | 4 ++--
5 files changed, 14 insertions(+), 8 deletions(-)
rename debian/{libosmoabis4.install => libosmoabis5.install} (100%)
rename debian/{libosmotrau0.install => libosmotrau1.install} (100%)
hooks/post-receive
--
Osmocom A-bis protcol interface 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 "Osmocom network interface library".
The annotated tag, 0.0.6 has been created
at ebadf2e2a206f958cec640c90f820053a9681ba5 (tag)
tagging efb9af4dada5e2426e69d670f4549f8fec3c9cb2 (commit)
replaces 0.0.5
tagged by Holger Hans Peter Freyther
on Tue Nov 3 09:37:12 2015 +0100
- Log -----------------------------------------------------------------
Release 0.0.6
-----BEGIN PGP SIGNATURE-----
iEYEABECAAYFAlY4cj0ACgkQGckbdURWU2o8EQCaAoGc49gscUGJvnfY+q0Nxt5V
soYAn2858q4KQoWMxeKWtAxIEzqO+3kR
=lLDf
-----END PGP SIGNATURE-----
Holger Hans Peter Freyther (2):
libosmovty: Drop dependency as no VTY code is written here
misc: Release 0.0.6 without libosmovty dependency
-----------------------------------------------------------------------
hooks/post-receive
--
Osmocom network interface library