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 "Legacy: The OpenBSC GSM Base Station Controller (+MSC/HLR/SGSN)".
The branch, master has been updated
via e4290b1501db82e47d5ae2bbd179c01e092de7bd (commit)
from 4b70c9ec06c852c68aed7eb1e54faf23793602c0 (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=e4290b1501db82e47d5ae2bbd179c01e…
commit e4290b1501db82e47d5ae2bbd179c01e092de7bd
Author: Pablo Neira Ayuso <pablo(a)gnumonks.org>
Date: Fri Aug 11 14:36:01 2017 +0200
libmsc: use SMPP34_DELIVERY_RECEIPT_* in libsmpp34
Use new definitions in libsmpp34 to set the registered_delivery field
accordingly, as provided by I5b3afff1b3b77cccd949e0606914c7ac3ba6114c.
Moreover, do not set this header field to zero if status reports are
off, the deliver_t structure has been already zeroed so this not
required.
Change-Id: Ie78e17323796120f576b9c0e1bc5ccc32da8ee12
-----------------------------------------------------------------------
Summary of changes:
openbsc/src/libmsc/smpp_openbsc.c | 8 +-------
1 file changed, 1 insertion(+), 7 deletions(-)
hooks/post-receive
--
Legacy: 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 code for Iuh interface".
The branch, lynxis/pre_release has been updated
discards 9db4d9b8f20e4236d9a38de9c6db48f96c8c57eb (commit)
discards 9b9ad6623dff4913f5cac057f435dcae9718944a (commit)
discards d5a564775f84814edf23358e9330da13acc90408 (commit)
via e89e03b577a71d6ed1b5b510e9b5cb119c5e06b4 (commit)
via fcf362fb435c384d377302349a40e2390bf174a3 (commit)
via ecbdc5cb06ef7f61c6f4cdb4e1fd84a05ec0407d (commit)
via 5e0292a6412a04eeed9e0aff3f56bd8d4f353346 (commit)
via aae68b2791c636b6a58068bb43cf4c01cfd86c5d (commit)
via 13850b1e5dc10975bf0452d2b8290bdbe2a8356f (commit)
via a3bcd6d1e71e866fa96a40437aeff9a6e44c76a2 (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 (9db4d9b8f20e4236d9a38de9c6db48f96c8c57eb)
\
N -- N -- N (e89e03b577a71d6ed1b5b510e9b5cb119c5e06b4)
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=e89e03b577a71d6ed1b5b510e9b5cb1…
commit e89e03b577a71d6ed1b5b510e9b5cb119c5e06b4
Author: Alexander Couzens <lynxis(a)fe80.eu>
Date: Tue Aug 15 12:19:45 2017 +0000
hnbgw_cn.c: use new signature of osmo_sccp_addr_name(osmo_ss7_instance *ss7, osmo_sccp_addr *addr)
libosmo-sccp introduce the new signature in
564ff618004b ("sccp: make osmo_sccp_addr_name() available")
Change-Id: I5c9abba321ec182d293c33bcffea3462f8717045
-----------------------------------------------------------------------
Summary of changes:
.gitreview | 3 +
include/osmocom/iuh/hnbgw.h | 12 ++--
include/osmocom/iuh/hnbgw_cn.h | 3 +-
src/hnbgw.c | 22 +-------
src/hnbgw_cn.c | 123 +++++++++++++++++++++++++++++++++++------
src/hnbgw_rua.c | 4 +-
src/hnbgw_vty.c | 74 +++++++++----------------
7 files changed, 146 insertions(+), 95 deletions(-)
create mode 100644 .gitreview
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 "Legacy: The OpenBSC GSM Base Station Controller (+MSC/HLR/SGSN)".
The branch, pmaier/aoip3 has been updated
via ce0a86b2852c0c6b615d51ed3ab92d699eed3f76 (commit)
from 23b8cf5eaa4182fbc8c0940fd3727f7e6e4dac2b (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=ce0a86b2852c0c6b615d51ed3ab92d69…
commit ce0a86b2852c0c6b615d51ed3ab92d699eed3f76
Author: Philipp Maier <pmaier(a)sysmocom.de>
Date: Tue Aug 15 11:01:18 2017 +0200
osmo-bsc: fix (null) string in VTY config
When writing the config file the options bsc-addr, and msc-addr,
a (null) string is written to the config file, which prevents
the config file from reading it back.
memorize the string names given to bsc-addr and msc-addr and
write them back, also check if the strings are NULL in case
the user did not set any names.
-----------------------------------------------------------------------
Summary of changes:
openbsc/include/openbsc/bsc_msc_data.h | 2 ++
openbsc/src/osmo-bsc/osmo_bsc_vty.c | 17 ++++++++++-------
2 files changed, 12 insertions(+), 7 deletions(-)
hooks/post-receive
--
Legacy: 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 Open Source GSM Base Band stack".
The branch, fixeria/fake_trx has been updated
via d504a6aa017e5ed4325b3654e5e6e038ad323a96 (commit)
via 5a9a92a902bcaa695e0b5ff4f97489ec7c4dbbeb (commit)
via ccb175b0881b4d2764d22fa32ca9c709658a0a74 (commit)
via 90ebcd849a4f2aaeedf01c7ccd58b95b275003e0 (commit)
via 601ffed41570f65736f33944255d0b05a22ee039 (commit)
via 95fde54a438942a68713a57fab3602d5de2e6ad3 (commit)
via dafa0c2f8621587bfbc12a40fb9f43bdd591888f (commit)
via 3a128e5671fdc55991e92199ad1489fdfbd24a63 (commit)
from 2ae2660cea8680bc2d0f9025b7a0f00161ffabe7 (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/osmocom-bb/commit/?id=d504a6aa017e5ed4325b3654e5e6e…
commit d504a6aa017e5ed4325b3654e5e6e038ad323a96
Author: Vadim Yanitskiy <axilirator(a)gmail.com>
Date: Tue Aug 15 14:30:19 2017 +0600
host/trxcon/l1ctl.c: use primitive management API for RACH
Change-Id: I956ddfc4d1b47575715375c08f46c55953ec5fb6
http://cgit.osmocom.org/osmocom-bb/commit/?id=5a9a92a902bcaa695e0b5ff4f9748…
commit 5a9a92a902bcaa695e0b5ff4f97489ec7c4dbbeb
Author: Vadim Yanitskiy <axilirator(a)gmail.com>
Date: Sun Aug 13 00:16:24 2017 +0600
host/trxcon/l1ctl.c: share primitive management code
This change introduces shared primitive management functions,
exposed from the l1ctl_rx_data_req() implementation:
- sched_trx_init_prim() - allocates memory for a new primitive
and its payload. Initializes primitive's header, setting
the logical channel type and the payload length. After
initialization, the talloc context of a primitive is
a trx instance, which passed as the first argument.
- sched_trx_push_prim() - decodes the timeslot index from
chan_nr and pushes a primitive to its transimt queue.
The talloc context of primitive is changed to the
parent trx_ts instance after queuing.
Both functions will be used for handling both L1CTL_TRAFFIC_REQ
and L1CTL_RACH_REQ.
Change-Id: I8169a1ef4ef54d91b50f3e213e4842f54af8b499
http://cgit.osmocom.org/osmocom-bb/commit/?id=ccb175b0881b4d2764d22fa32ca9c…
commit ccb175b0881b4d2764d22fa32ca9c709658a0a74
Author: Vadim Yanitskiy <axilirator(a)gmail.com>
Date: Sun Aug 13 01:20:19 2017 +0600
host/trxcon/l1ctl.c: don't fill l1ctl_info_ul into a primitive
The UL frame header isn't used by lchan handlers.
Change-Id: Ia1c63b6f17c3802b29f54299da1151a39edf3a03
http://cgit.osmocom.org/osmocom-bb/commit/?id=90ebcd849a4f2aaeedf01c7ccd58b…
commit 90ebcd849a4f2aaeedf01c7ccd58b95b275003e0
Author: Vadim Yanitskiy <axilirator(a)gmail.com>
Date: Mon Aug 7 13:18:59 2017 +0600
host/trxcon/l1ctl.c: retune TRX only if current ARFCN differs
Change-Id: I797dc284bd92d07ad4859f851a44d048407db86d
http://cgit.osmocom.org/osmocom-bb/commit/?id=601ffed41570f65736f33944255d0…
commit 601ffed41570f65736f33944255d0b05a22ee039
Author: Vadim Yanitskiy <axilirator(a)gmail.com>
Date: Sat Aug 5 02:22:12 2017 +0600
host/trxcon/scheduler: send stored tx_power to transceiver
Previously a fixed fake value (10) was used.
Change-Id: I8ba70bbda6c8c9249f8eb4294aeb41ab8769a19a
http://cgit.osmocom.org/osmocom-bb/commit/?id=95fde54a438942a68713a57fab360…
commit 95fde54a438942a68713a57fab3602d5de2e6ad3
Author: Vadim Yanitskiy <axilirator(a)gmail.com>
Date: Fri Aug 4 16:37:45 2017 +0600
host/trxcon/l1ctl.c: fix wrong log level
Change-Id: I0ac65d94b0ae3dd370675318a26a65d11c49cbbe
http://cgit.osmocom.org/osmocom-bb/commit/?id=dafa0c2f8621587bfbc12a40fb9f4…
commit dafa0c2f8621587bfbc12a40fb9f43bdd591888f
Author: Vadim Yanitskiy <axilirator(a)gmail.com>
Date: Fri Aug 4 16:31:04 2017 +0600
host/trxcon: separate logging of L1 Control and L1 Data
L1 Data is quite verbose, while Control is typically limited.
And if you would need to debug some Control message handling,
the Data messages wont overflow your terminal anymore. This
change introduces a new logging category named 'DL1D'.
Change-Id: Id830c8bf913f7a8ddc87c47f70a337ee4623abd8
http://cgit.osmocom.org/osmocom-bb/commit/?id=3a128e5671fdc55991e92199ad148…
commit 3a128e5671fdc55991e92199ad1489fdfbd24a63
Author: Vadim Yanitskiy <axilirator(a)gmail.com>
Date: Fri Aug 4 13:05:09 2017 +0600
host/trxcon/l1ctl.c: do nothing if CCCH mode matches
When the L1CTL_CCCH_MODE_REQ is received, we don't need to
reconfigure anything if the current mode matches requested.
Change-Id: Ib8a511e4edd7210b1806f47e83f316be00a8cbb1
-----------------------------------------------------------------------
Summary of changes:
src/host/trxcon/l1ctl.c | 140 +++++++++++++++++--------------------
src/host/trxcon/l1ctl_link.c | 16 ++---
src/host/trxcon/logging.c | 6 ++
src/host/trxcon/logging.h | 3 +-
src/host/trxcon/sched_lchan_rach.c | 2 +-
src/host/trxcon/sched_lchan_xcch.c | 6 +-
src/host/trxcon/sched_trx.c | 69 ++++++++++++++++++
src/host/trxcon/sched_trx.h | 8 +++
8 files changed, 159 insertions(+), 91 deletions(-)
hooks/post-receive
--
The Open Source GSM Base Band stack
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, pmaier/octdynts has been updated
discards 4a111fc5e9e0fb7a5d330286315cb0f880342e21 (commit)
discards afee2fd264f8d806859ae02dc3b34039e97c459d (commit)
discards dc61555fe0d4bc1142c9de433ed9f17a776bab91 (commit)
via 2023cdda6518ed68feaae1eee39adaa95ac4803a (commit)
via fb78397cbdc652a24a7b9d0487f761ccde21728a (commit)
via fe6c75d24a1751341bcee91cb45c7ac7f5d07da3 (commit)
via bd65b72f91f195dd9b6ea2df67d6d1b36b1e9864 (commit)
via cd1b08b14f6a68e53ad7308cb5cd318f262426b7 (commit)
via bc56094cacd868cdb0336b215e4268bb69cab168 (commit)
via de99be4afbc35e22f4f0263b0e9661dcecdc1ea2 (commit)
via d1f8001cdf7ddc4ae5e0319af5a6a021f03fdb07 (commit)
via 6fe823a7e1aa350584e60ad1813e3e154bbd003a (commit)
via d208132ab90e3314ae5fbd9830bf43c1b3fa1893 (commit)
via dc469994f34d365e8b607ce42a1de9d63fa57f40 (commit)
via 82987f7a7dd35451b75326b34e36c8f83289f6f6 (commit)
via d6da809d2fe35a00e03b0ae1422536245acd28be (commit)
via 69e0461674611425beefa4753d8743978259f19c (commit)
via bbd4d54e46b3d2ed7d134b8b103abd1683616b9f (commit)
via 8edfe03595134b83569ade3821e40198209b521c (commit)
via cbb64cffa58e71747fd198d56b0370c51afeab5c (commit)
via 824764fa6b34d8ed596aa8b08276126976d8e4b2 (commit)
via db4ab8e5cef3b1d0800c4d9eab0ea6a4ac886c22 (commit)
via 69de62a57348a2b636021663d1271b5738ced116 (commit)
via 9dccaa2064e63ba24dde6f7a9928f2ff70ef5943 (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 (4a111fc5e9e0fb7a5d330286315cb0f880342e21)
\
N -- N -- N (2023cdda6518ed68feaae1eee39adaa95ac4803a)
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-bts/commit/?id=2023cdda6518ed68feaae1eee39adaa…
commit 2023cdda6518ed68feaae1eee39adaa95ac4803a
Author: Philipp Maier <pmaier(a)sysmocom.de>
Date: Mon Aug 14 16:38:54 2017 +0200
octphy: implement support for dynamic timeslots
Implement API functions bts_model_ts_connect() and
bts_model_ts_disconnect() in order to support dynamic timeslot
allocation.
-----------------------------------------------------------------------
Summary of changes:
contrib/lc15bts-mgr.service | 19 ++-
contrib/osmo-bts-lc15.service | 6 +-
doc/examples/litecell15/lc15bts-mgr.cfg | 4 +-
include/osmo-bts/l1sap.h | 1 +
include/osmo-bts/phy_link.h | 1 +
src/common/l1sap.c | 83 +++++++----
src/common/main.c | 2 +-
src/common/measurement.c | 6 +-
src/common/scheduler.c | 4 +-
src/osmo-bts-litecell15/l1_if.c | 8 +-
src/osmo-bts-litecell15/misc/lc15bts_mgr_vty.c | 14 +-
src/osmo-bts-octphy/l1_if.c | 10 +-
src/osmo-bts-octphy/l1_oml.c | 189 +++++--------------------
src/osmo-bts-sysmo/l1_if.c | 8 +-
src/osmo-bts-trx/l1_if.c | 4 +-
src/osmo-bts-trx/scheduler_trx.c | 70 +++++----
src/osmo-bts-trx/trx_if.c | 18 ++-
src/osmo-bts-trx/trx_if.h | 4 -
src/osmo-bts-trx/trx_vty.c | 83 ++++-------
src/osmo-bts-virtual/bts_model.c | 15 +-
src/osmo-bts-virtual/l1_if.c | 12 +-
src/osmo-bts-virtual/main.c | 4 +
tests/agch/agch_test.c | 2 +-
tests/cipher/cipher_test.c | 2 +-
tests/handover/handover_test.c | 2 +-
tests/meas/meas_test.c | 2 +-
tests/paging/paging_test.c | 2 +-
tests/tx_power/tx_power_test.c | 2 +-
28 files changed, 251 insertions(+), 326 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 "Legacy: The OpenBSC GSM Base Station Controller (+MSC/HLR/SGSN)".
The branch, master has been updated
via 4b70c9ec06c852c68aed7eb1e54faf23793602c0 (commit)
from 183070bcede412e38268c7f298262710b1351f6e (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=4b70c9ec06c852c68aed7eb1e54faf23…
commit 4b70c9ec06c852c68aed7eb1e54faf23793602c0
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Mon Aug 14 19:16:42 2017 +0200
increase libsmpp34 version requirement to 1.12
Only 1.12 contains some of the #defines that we're using with recent
commits.
Change-Id: I3743b10a1a5d2f1d42a61204273c1d00dc22b600
-----------------------------------------------------------------------
Summary of changes:
openbsc/configure.ac | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
hooks/post-receive
--
Legacy: 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 network interface library".
The branch, pespin/jitterbuffer has been updated
discards 058d3b7f55e29cf014dba85f830b4d7530d34f4a (commit)
discards 0e4e93f4b268f1480f2d16899c444c522745a932 (commit)
discards 48a73099c3259e78c0754eecb74ada29819dd5bf (commit)
discards 3ab2f76938ac0f523c280dd3c19adabf40834ee1 (commit)
discards dd6007c0b81cda79cddd0f0ccbbcfef3be48889a (commit)
discards 7672d910bf0989b9c48784d5bd5d98650e284b71 (commit)
discards 144a0ceb5a297c6af20ee554c4e063c6de68040d (commit)
discards 8e034313b0d16768a6cac2a75a24faff0f78aec9 (commit)
discards 22c9ba81a5c90b726800ca39ecafc2872a031620 (commit)
discards 2257af39411115bcacb753773b4361912b04b274 (commit)
discards 2ca4db965dda17cb13376e429a238c409ab19a89 (commit)
via 89180efea12f2f748517156bc5ee13c01d104524 (commit)
via 76e852d2a6217c49849deb1a5f9cb8402e509ee5 (commit)
via 5746bb868ecb48924f2ff634c5ec2ad8d4baf591 (commit)
via a409ae63e3d035f7f15da07755cd392bec53e6c6 (commit)
via b3c1f5e0ddc718c9014a7afbe3e33874d192a4f4 (commit)
via 4b292a8939147fb055ebaa87d6e53069c824c731 (commit)
via 032b950b30aa382cc3716d40d3a58c2b5d140c0e (commit)
via f28e85d48ff0048500625e6d67232443a0e1cfae (commit)
via 7652418623942f16d6bb6ee6f8133536daa308d6 (commit)
via e78605556770c19c7a2e52fbc67c1a89718ba9de (commit)
via 7cca0da1cc58bd589989684147ae3a0cd5819902 (commit)
via 6032a35be84c87607e295e46f1e37d3dd4e5f1b1 (commit)
via 76c0acb149a03e6d7945e0ee4f4c6355381b7391 (commit)
via 243a3b0372fe738b01c2d32d6f6cb7b7c99a1180 (commit)
via 728c2df7966c0ca0b6c3064972a14684910375c4 (commit)
via baff9c752e3e38581e32cc97bdb510394a34b608 (commit)
via a6c6fa3a9a3195b35e7d2c93421f2b2eb46bac54 (commit)
via b049f39f317e1cc748e7196460aef11948f042f0 (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 (058d3b7f55e29cf014dba85f830b4d7530d34f4a)
\
N -- N -- N (89180efea12f2f748517156bc5ee13c01d104524)
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/libosmo-netif/commit/?id=89180efea12f2f748517156bc5…
commit 89180efea12f2f748517156bc5ee13c01d104524
Author: Pau Espin Pedrol <pespin(a)sysmocom.de>
Date: Fri Jun 9 14:04:31 2017 +0200
jibuf: Estimate src clock skew
Change-Id: Ifae633d53107417a8e2f9b0f200d2711db72d199
http://cgit.osmocom.org/libosmo-netif/commit/?id=76e852d2a6217c49849deb1a5f…
commit 76e852d2a6217c49849deb1a5f9cb8402e509ee5
Author: Pau Espin Pedrol <pespin(a)sysmocom.de>
Date: Thu Jun 8 17:08:13 2017 +0200
tests: jibuf: enable mouse control in gnuplot script
Change-Id: I0ccf4d6fd57f1634e86b713e6c915d2c96aea0e8
http://cgit.osmocom.org/libosmo-netif/commit/?id=5746bb868ecb48924f2ff634c5…
commit 5746bb868ecb48924f2ff634c5ec2ad8d4baf591
Author: Pau Espin Pedrol <pespin(a)sysmocom.de>
Date: Thu Jun 8 17:06:58 2017 +0200
tests: jibuf_test: Add parameters to control size of buffer
Change-Id: I8a7fa39985f8d197e24c32cab80299aba2d03087
http://cgit.osmocom.org/libosmo-netif/commit/?id=a409ae63e3d035f7f15da07755…
commit a409ae63e3d035f7f15da07755cd392bec53e6c6
Author: Pau Espin Pedrol <pespin(a)sysmocom.de>
Date: Sun Apr 23 19:22:15 2017 +0200
jibuf: re-sync clock out of sync timestamps
Change-Id: I33556b33d7549654442d9bdd7f31128792506652
http://cgit.osmocom.org/libosmo-netif/commit/?id=b3c1f5e0ddc718c9014a7afbe3…
commit b3c1f5e0ddc718c9014a7afbe3e33874d192a4f4
Author: Pau Espin Pedrol <pespin(a)sysmocom.de>
Date: Wed Apr 19 17:25:09 2017 +0200
jibuf: Take RTP marker into account
Change-Id: Ie142acfb45650e0af775f58226fd191beaf8178e
http://cgit.osmocom.org/libosmo-netif/commit/?id=4b292a8939147fb055ebaa87d6…
commit 4b292a8939147fb055ebaa87d6e53069c824c731
Author: Pau Espin Pedrol <pespin(a)sysmocom.de>
Date: Wed Apr 19 18:58:00 2017 +0200
tests: jibuf_test: Add OSMUX support
Change-Id: I0f02da0329e6739ff340d31113161bb520b1b760
http://cgit.osmocom.org/libosmo-netif/commit/?id=032b950b30aa382cc3716d40d3…
commit 032b950b30aa382cc3716d40d3a58c2b5d140c0e
Author: Pau Espin Pedrol <pespin(a)sysmocom.de>
Date: Wed Apr 19 13:30:10 2017 +0200
tests: jibuf: Improve jibuf_test to read pcaps
Change-Id: I7a13c823fb70e0adbc5fa0726fd66b15dc40014e
Signed-off-by: Pau Espin Pedrol <pespin(a)sysmocom.de>
http://cgit.osmocom.org/libosmo-netif/commit/?id=f28e85d48ff0048500625e6d67…
commit f28e85d48ff0048500625e6d67232443a0e1cfae
Author: Pau Espin Pedrol <pespin(a)sysmocom.de>
Date: Wed Apr 19 17:20:34 2017 +0200
jibuf: Add osmo_jibuf_empty API
This is useful to know if we need to keep iterating over
osmo_select_main() to dequeue packets before finishing.
Change-Id: I91a23e220c56924b847265c5dc752f286b109c2c
http://cgit.osmocom.org/libosmo-netif/commit/?id=7652418623942f16d6bb6ee6f8…
commit 7652418623942f16d6bb6ee6f8133536daa308d6
Author: Pau Espin Pedrol <pespin(a)sysmocom.de>
Date: Wed Apr 12 19:36:47 2017 +0200
jibuf: Add initial implementation of Jitter Buffer
Change-Id: I9688ba9c4d5b733b9f29d0f15f73750f9271ef55
-----------------------------------------------------------------------
Summary of changes:
configure.ac | 11 ++++++++++-
contrib/jenkins.sh | 9 ++++++++-
src/osmux.c | 7 +++++--
src/rtp.c | 7 ++++---
tests/osmo-pcap-test/pcap.c | 5 ++---
tests/osmux/osmux_test.c | 2 +-
6 files changed, 30 insertions(+), 11 deletions(-)
hooks/post-receive
--
Osmocom network 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 branch, pespin/osmux-lostpkt has been created
at cd7503ab81e6bcaacab15d4509a865ee30a33255 (commit)
- Log -----------------------------------------------------------------
http://cgit.osmocom.org/libosmo-netif/commit/?id=cd7503ab81e6bcaacab15d4509…
commit cd7503ab81e6bcaacab15d4509a865ee30a33255
Author: Pau Espin Pedrol <pespin(a)sysmocom.de>
Date: Mon Aug 14 14:44:28 2017 +0200
osmux: Change log level of message to debug
This message is expected as all code filling batches call
osmux_batch_enqueue() and checks for error to know if it must tell the
user of the lib to call osmux_xfrm_input_deliver.
Change-Id: Icbd0fdeef0adb0b44255805ddbc6e41903f48b04
http://cgit.osmocom.org/libosmo-netif/commit/?id=4f750265fa6f466ba08dfdbed9…
commit 4f750265fa6f466ba08dfdbed959a405d55572bd
Author: Pau Espin Pedrol <pespin(a)sysmocom.de>
Date: Mon Aug 14 14:16:41 2017 +0200
osmux: Improve code handling lost packets
With previous implementation, only up to a maximum of 6-7 rtp lost packets
can be replayed in best-case scenario. In other scenarios, big gaps can
easily occur, for instance if a lot of packets are lost when the current
batch is still empty.
If we forget to replay some lost RTP packets, then those are not taken into
account in the Osmux stream, which means sequence numbers and timestamps will
become different when Osmux re-generates the frames into RTP packets on the
other side, and some receivers may not play nice with this jumps in time,
eg. audio delays.
This new implementation tries to maintain status on the whole circuit
level rather than only on current batch. To simplify things, it clones
payload from latest packet to enqueue rather than last previosuly packet
enqueued.
Change-Id: I3b77d372cedadfd5588384bea0e5d3fd475195ce
-----------------------------------------------------------------------
hooks/post-receive
--
Osmocom network 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 branch, osmux-fix has been deleted
was e78605556770c19c7a2e52fbc67c1a89718ba9de
-----------------------------------------------------------------------
e78605556770c19c7a2e52fbc67c1a89718ba9de osmux: Slightly improve output format of osmux_snprintf
-----------------------------------------------------------------------
hooks/post-receive
--
Osmocom network 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 branch, master has been updated
via e78605556770c19c7a2e52fbc67c1a89718ba9de (commit)
via 7cca0da1cc58bd589989684147ae3a0cd5819902 (commit)
from 6032a35be84c87607e295e46f1e37d3dd4e5f1b1 (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 -----------------------------------------------------------------
-----------------------------------------------------------------------
Summary of changes:
src/osmux.c | 7 +++++--
tests/osmux/osmux_test.c | 2 +-
2 files changed, 6 insertions(+), 3 deletions(-)
hooks/post-receive
--
Osmocom network interface library