This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "UNNAMED PROJECT".
The branch, master has been updated
via e6cadb4e3ccd05673fd9d33f8a445dd54be6006b (commit)
from 1ec4d80176680a99d561a19adee9677756e65d99 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
http://cgit.osmocom.org/osmo-pcu/commit/?id=e6cadb4e3ccd05673fd9d33f8a445dd…
commit e6cadb4e3ccd05673fd9d33f8a445dd54be6006b
Author: Aravind Sirsikar <Arvind.Sirsikar(a)radisys.com>
Date: Tue Aug 16 16:32:59 2016 +0530
Add data structure to handle SPB for EGPRS DL
Modify the header files with necessary data structure to handle
Split block for EGPRS DL TBF.
The EGPRS resegmentation feature allows PCU to retransmit
RLC blocks of HeaderType1, HeaderType2 by segmenting
them to 2 HeaderType3 blocks(Example MCS5 will be
retransmitted as 2 MCS2 blocks). Table 10.4.8b.2 of 44.060
explains the possible values of SPB in HeadrType3 for DL
direction. The PCU decides to retransmit the
blocks by resegmenting it based on Table 8.1.1.1 of 44.060.
The retransmission MCS is calculated based on current MCS of
the Block and demanded MCS by PCU. Section 10.3a.3.3 of 44.060
shows the HeadrType3 with SPB field present in it
Change-Id: I57673e53a9da2affa7e8aaa6551ac4b271c3d525
-----------------------------------------------------------------------
Summary of changes:
src/bts.h | 4 ++++
src/rlc.h | 45 +++++++++++++++++++++++++++++++++++++++++----
2 files changed, 45 insertions(+), 4 deletions(-)
hooks/post-receive
--
UNNAMED PROJECT
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "The OpenBSC GSM Base Station Controller (+MSC/HLR/SGSN)".
The branch, dexter/draft has been updated
via 299a7373c015f296dcfde4e9756f02bc948c51fc (commit)
from b5c46bb797dd345c3eb4ac257d1318c11f5136f6 (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=299a7373c015f296dcfde4e9756f02bc…
commit 299a7373c015f296dcfde4e9756f02bc948c51fc
Author: Philipp <pmaier(a)sysmocom.de>
Date: Thu Aug 25 11:45:32 2016 +0200
V.42bis test not working, rest works
Change-Id: I4fb1fe7d7e4d6e297453f837122226f4b202cd67
-----------------------------------------------------------------------
Summary of changes:
openbsc/.gitignore | 1 +
openbsc/configure.ac | 3 +-
openbsc/include/openbsc/gprs_sndcp.h | 49 ++---
openbsc/include/openbsc/gprs_sndcp_comp.h | 9 +-
openbsc/include/openbsc/gprs_sndcp_pcomp.h | 2 +-
openbsc/src/gprs/gprs_llc.c | 12 +-
openbsc/src/gprs/gprs_sndcp.c | 330 +++++++++++++++++------------
openbsc/src/gprs/gprs_sndcp_comp.c | 21 +-
openbsc/src/gprs/gprs_sndcp_pcomp.c | 40 +++-
openbsc/tests/Makefile.am | 2 +-
openbsc/tests/sgsn/Makefile.am | 10 +-
openbsc/tests/slhc/slhc_test.c | 2 +-
openbsc/tests/testsuite.at | 6 +
openbsc/tests/v42bis/v42bis_test.c | 258 +++++++++++++++++++++-
14 files changed, 535 insertions(+), 210 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/dyn_stability has been created
at 8d2b33d0832be51a24cad82ff0be682a1888ab08 (commit)
- Log -----------------------------------------------------------------
http://cgit.osmocom.org/openbsc/commit/?id=8d2b33d0832be51a24cad82ff0be682a…
commit 8d2b33d0832be51a24cad82ff0be682a1888ab08
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Wed Aug 24 17:02:19 2016 +0200
log: rsl notice: tiny tweak for readability
Change-Id: I57c3b7d27d857c96e3fa3dacf7b766bc43100fc3
http://cgit.osmocom.org/openbsc/commit/?id=761413754b50e2f1f0801dad1ca0be6f…
commit 761413754b50e2f1f0801dad1ca0be6f523062b9
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Wed Aug 24 16:48:00 2016 +0200
log: improve for rsl_lchan_mark_broken()
In rsl_lchan_mark_broken(), call rsl_lchan_set_state() so the state transition
gets logged in the debug log.
Remove logging for the broken channel at the callers, instead log the error
actually in rsl_lchan_mark_broken() itself, with the reason message passed by
the caller anyway. (Removes code dup and ensures it's always logged.)
Change-Id: I54ae9bbd3f193bae7b1bda1fef3e33e62b353bf5
http://cgit.osmocom.org/openbsc/commit/?id=4af1e8c272e246b17a62294fe1d52c3d…
commit 4af1e8c272e246b17a62294fe1d52c3d3ccc5684
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Wed Aug 24 14:48:39 2016 +0200
dyn TS: debug log: if still in use, also log lchan type and state
Change-Id: Ifbf31cde24b2d1022b7a472966c17959c96e6dda
http://cgit.osmocom.org/openbsc/commit/?id=c5f08776f2108b9bb8611faa0d887412…
commit c5f08776f2108b9bb8611faa0d887412ef290f3a
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Wed Aug 24 14:42:58 2016 +0200
dyn TS: debug log 'switchover complete' only when there was a switchover
Change-Id: I7ddcb41edce1cd7b22fe91e33bdcaedb21856222
http://cgit.osmocom.org/openbsc/commit/?id=f76bdb2e66e09fd7bd23ab44d25a6937…
commit f76bdb2e66e09fd7bd23ab44d25a69372e7e8d16
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Wed Aug 24 17:02:37 2016 +0200
dyn TS: fix OS#1798: on late RF CHAN REL ACK, activate PDCH
Tested by hacking a REL ACK delay of a couple of seconds into osmo-bts' rsl.c
for the first TCH_H lchan:
[[[
diff --git a/include/osmo-bts/rsl.h b/include/osmo-bts/rsl.h
index 093e9cb..b35c3bb 100644
--- a/include/osmo-bts/rsl.h
+++ b/include/osmo-bts/rsl.h
@@ -22,6 +22,7 @@ int rsl_tx_est_ind(struct gsm_lchan *lchan, uint8_t link_id, uint8_t *data, int
int rsl_tx_chan_act_acknack(struct gsm_lchan *lchan, uint8_t cause);
int rsl_tx_conn_fail(struct gsm_lchan *lchan, uint8_t cause);
int rsl_tx_rf_rel_ack(struct gsm_lchan *lchan);
+int rsl_tx_rf_rel_ack_later(struct gsm_lchan *lchan);
int rsl_tx_hando_det(struct gsm_lchan *lchan, uint8_t *ho_delay);
/* call-back for LAPDm code, called when it wants to send msgs UP */
diff --git a/src/common/l1sap.c b/src/common/l1sap.c
index 3802e25..1f92b0d 100644
--- a/src/common/l1sap.c
+++ b/src/common/l1sap.c
@@ -491,7 +491,16 @@ static int l1sap_info_rel_cnf(struct gsm_bts_trx *trx,
lchan = get_lchan_by_chan_nr(trx, info_act_cnf->chan_nr);
- rsl_tx_rf_rel_ack(lchan);
+ static int yyy = 0;
+
+ DEBUGP(DRSL, "%s YYYYYYYYYYYYYYYYYYYYY %d %s\n",
+ gsm_lchan_name(lchan), yyy, gsm_lchant_name(lchan->type));
+
+ if (lchan->type == GSM_LCHAN_TCH_H && !yyy) {
+ yyy ++;
+ rsl_tx_rf_rel_ack_later(lchan);
+ } else
+ rsl_tx_rf_rel_ack(lchan);
/* During PDCH DEACT, this marks the deactivation of the PDTCH as
* requested by the PCU. Next up, we disconnect the TS completely and
diff --git a/src/common/rsl.c b/src/common/rsl.c
index 3c97af9..7926f21 100644
--- a/src/common/rsl.c
+++ b/src/common/rsl.c
@@ -534,6 +534,22 @@ int rsl_tx_rf_rel_ack(struct gsm_lchan *lchan)
return abis_bts_rsl_sendmsg(msg);
}
+struct osmo_timer_list yyy_timer;
+
+static void yyy_timer_cb(void *data)
+{
+ rsl_tx_rf_rel_ack(data);
+}
+
+int rsl_tx_rf_rel_ack_later(struct gsm_lchan *lchan)
+{
+ yyy_timer.cb = yyy_timer_cb;
+ yyy_timer.data = lchan;
+ osmo_timer_schedule(&yyy_timer, 10, 0);
+ return 0;
+}
+
+
/* 8.4.2 sending CHANnel ACTIVation ACKnowledge */
static int rsl_tx_chan_act_ack(struct gsm_lchan *lchan)
{
]]]
Change-Id: I87e07e1d54882f8f3d667fa300c6e3679f5c920d
Fixes: OS#1798
http://cgit.osmocom.org/openbsc/commit/?id=888c29032a10888139e3462014cab186…
commit 888c29032a10888139e3462014cab186eeb8e8d5
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Wed Aug 24 16:57:31 2016 +0200
dyn TS: fix: properly run an lchan activation timeout
Actually schedule an activation timer for the activation part of a dyn TS
switchover. It needs to be restarted because the channel release procedure in
the first part of a switchover actually removes the activation timer.
Change-Id: Ibf50d13ba10298464a8b07e34716763161438990
http://cgit.osmocom.org/openbsc/commit/?id=e0d4cceb3cd31dfef2c5e32d58974660…
commit e0d4cceb3cd31dfef2c5e32d5897466094efd92a
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Wed Aug 24 16:57:31 2016 +0200
dyn TS: clearly use lchan[0], fixing minor confusion
The dyn_ts_switchover_*() functions made the impression that they act on a
specific lchan of a timeslot. The assumption that we would remember to use e.g.
lchan[1] across a PDCH deactivation is brain damaged to begin with; and
factually we always use lchan[0] anyway (the only case for using lchan[1] would
be when switching to TCH/H, but the channel allocator will always return
lchan[0] for that).
Instead of the brain damaged lchan args, use a ts arg across all
dyn_ts_switchover_*() functions, with one exception: The
dyn_ts_switchover_complete() actually receives an RSL activation ack message on
a specific lchan and needs to evaluate its lchan type. This will always be
lchan[0] as it is now, but we should stick with the lchan the message was sent
for.
For PDCH, a check to use lchan[0] already existed, when composing the ACT
message in rsl_chan_activate_lchan_as_pdch(). Replace with an assertion.
Adjust all callers to pass ts instead of lchan.
In dyn_ts_switchover_start(), there was a dead code check that jumps to
switchover_complete() in case the pchan already matches. This never hits,
because we only call dyn_ts_switchover_start() when pchans mismatch. So avoid
guessing at passing lchan[0] to dyn_ts_switchover_complete() by not calling it
at all but logging an error instead.
In rsl_chan_activate_lchan(), we remember some values before going into
switchover from PDCH. Explicitly store them in lchan[0], because after a PDCH
release we have always and will activate no other than lchan[0].
In dyn_ts_switchover_continue(), move the check for any existing lchan->rqd_ref
further above, and more correctly check all lchans that were so far valid on
the TS, instead of just one.
This partly prepares for a subsequent commit to fix the act_timer use for dyn
TS: with the old lchan arg, we might schedule an activation timer on lchan[1]
but receive an ack on lchan[0] (for PDCH), leading to an act_timer expiry.
Change-Id: I3f5d48a9bdaa49a42a1908d4a03744638c59796a
http://cgit.osmocom.org/openbsc/commit/?id=35fe0769dc1c215610b953138053de4e…
commit 35fe0769dc1c215610b953138053de4e06ade987
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Wed Aug 24 14:45:44 2016 +0200
dyn TS: fix error recovery: switch to PDCH after lchan error state
Tested by hacking a CHAN ACT ACK delay of a couple of seconds into osmo-bts'
rsl.c for the first TCH_H lchan:
[[[
diff --git a/src/common/rsl.c b/src/common/rsl.c
index 3c97af9..4bfd27a 100644
--- a/src/common/rsl.c
+++ b/src/common/rsl.c
@@ -559,6 +559,22 @@ static int rsl_tx_chan_act_ack(struct gsm_lchan *lchan)
return abis_bts_rsl_sendmsg(msg);
}
+struct osmo_timer_list xxx_timer;
+
+static void xxx_timer_cb(void *data)
+{
+ rsl_tx_chan_act_ack(data);
+}
+
+static int rsl_tx_chan_act_ack_later(struct gsm_lchan *lchan)
+{
+ xxx_timer.cb = xxx_timer_cb;
+ xxx_timer.data = lchan;
+ osmo_timer_schedule(&xxx_timer, 10, 0);
+ return 0;
+}
+
+
/* 8.4.7 sending HANDOver DETection */
int rsl_tx_hando_det(struct gsm_lchan *lchan, uint8_t *ho_delay)
{
@@ -614,6 +630,18 @@ int rsl_tx_chan_act_acknack(struct gsm_lchan *lchan, uint8_t cause)
if (cause)
return rsl_tx_chan_act_nack(lchan, cause);
+
+ static int xxx = 0;
+
+ DEBUGP(DRSL, "%s XXXXXXXXXXXXXXXXXXXXX %d %s\n",
+ gsm_lchan_name(lchan), xxx, gsm_lchant_name(lchan->type));
+
+ if (lchan->type == GSM_LCHAN_TCH_H) {
+ if (!xxx) {
+ xxx ++;
+ return rsl_tx_chan_act_ack_later(lchan);
+ }
+ }
return rsl_tx_chan_act_ack(lchan);
}
]]]
Change-Id: Ie82dec9c9fefc476fdf5b5afdad2246b9d6fe304
http://cgit.osmocom.org/openbsc/commit/?id=0d1970fb4e277922f76110c1ba7073fb…
commit 0d1970fb4e277922f76110c1ba7073fb52dbcce9
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Wed Aug 24 14:44:11 2016 +0200
dyn TS: move check whether to switch to PDCH to separate function
Prepares for an upcoming commit using the same check in error_timeout_cb().
Change-Id: I8abfa964631040f798212cc3e360f67f9e09b7c5
-----------------------------------------------------------------------
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 BTS-side code (Abis, scheduling, ...)".
The branch, neels/log3 has been created
at ae8f6c8ec9e6b38978ec5e254f8ba4cda559a88f (commit)
- Log -----------------------------------------------------------------
http://cgit.osmocom.org/osmo-bts/commit/?id=ae8f6c8ec9e6b38978ec5e254f8ba4c…
commit ae8f6c8ec9e6b38978ec5e254f8ba4cda559a88f
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Wed Aug 24 15:15:36 2016 +0200
log: sysmo,lc15: tweak log about sapi_cmds queue
The osmo-bts log used to say this a lot:
DL1C <0006> oml.c:758 (bts=0,trx=0,ts=0,ss=1) End of queue encountered. Now empty? 1
- Move this to DEBUG level instead of NOTICE.
- Tweak wording and logic so it says one of:
[...] End of SAPI cmd queue encountered. Queue is now empty.
[...] End of SAPI cmd queue encountered. More pending.
Change-Id: I5a46c90d016cee9b50f32db2af568765d3cb74cc
-----------------------------------------------------------------------
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 "The OpenBSC GSM Base Station Controller (+MSC/HLR/SGSN)".
The branch, neels/log has been updated
discards cde0c2f3121b9e14a432786e9e834c11cfffe9f8 (commit)
discards a3c3216df565558e18f6e0aca54712a2de740954 (commit)
via e35d738de016547f3221e3805663de8e98a74270 (commit)
via a4a08e64b9df3a39042e7c2b8bf933878a0d4c3a (commit)
via 723f7c7db3b0fc494f15fa20cab775f596b18cb1 (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 (cde0c2f3121b9e14a432786e9e834c11cfffe9f8)
\
N -- N -- N (e35d738de016547f3221e3805663de8e98a74270)
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=e35d738de016547f3221e3805663de8e…
commit e35d738de016547f3221e3805663de8e98a74270
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Tue Aug 23 01:22:58 2016 +0200
log causing rx event for lchan_lookup errors
Add log_name to lchan_lookup() and pass such from the various RSL rx events
that call it to validate the RSL chan_nr.
Change-Id: Id81e7b8b9c27831923f050a78dfc7d650e687033
http://cgit.osmocom.org/openbsc/commit/?id=a4a08e64b9df3a39042e7c2b8bf93387…
commit a4a08e64b9df3a39042e7c2b8bf933878a0d4c3a
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Mon Aug 22 18:40:07 2016 +0200
log: abis_rsl: don't log 'error' when there is no error
The message 'RF Channel Release due error 0' keeps catching my eye because
it says 'error' even though the error code is zero, i.e. no error.
This shall end now.
Change-Id: Ie0b9d62e8ce85a096c963931e0ae5527b8dc490a
-----------------------------------------------------------------------
Summary of changes:
openbsc/src/gprs/gprs_gmm.c | 4 +++-
1 file changed, 3 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 "Osmocom code for Iuh interface".
The branch, neels/hnbgw-cfg has been deleted
was 76db25e833092b94d50a765a8b96d0bedce2a567
-----------------------------------------------------------------------
76db25e833092b94d50a765a8b96d0bedce2a567 doc: add example osmo-hnbgw.cfg
-----------------------------------------------------------------------
hooks/post-receive
--
Osmocom code for Iuh interface
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Osmocom BTS-side code (Abis, scheduling, ...)".
The branch, neels/lc15 has been created
at 8d51b5329182e5b63a60be7ef0bd885f7e140af3 (commit)
- Log -----------------------------------------------------------------
http://cgit.osmocom.org/osmo-bts/commit/?id=8d51b5329182e5b63a60be7ef0bd885…
commit 8d51b5329182e5b63a60be7ef0bd885f7e140af3
Author: Neels Hofmeyr <neels(a)hofmeyr.de>
Date: Tue Jun 21 18:55:01 2016 +0200
Revert "LC15: Hardware changes:"
This reverts commit cbbce0be0965c3160c4916384c3d3d5303c57ae2.
Needed for the litecell15 instance in our lab that still runs with
older firmware.
Change-Id: Ibcfe651e3793b433e6479bfb610765a468e699e6
http://cgit.osmocom.org/osmo-bts/commit/?id=aa2729d8a36e8fd9fd7fb477fce26be…
commit aa2729d8a36e8fd9fd7fb477fce26be85aa9c064
Author: Neels Hofmeyr <neels(a)hofmeyr.de>
Date: Tue Aug 23 15:19:57 2016 +0200
Fix ip.access style dyn PDCH, broken in 37af36e85eca546595081246aec010fa7f6fd0be
Commit "sysmo,lc15: ts_connect_as(): log error also for pchan_as == TCH/F_PDCH"
introduced a check for TCH/F_PDCH intended only for TCH/F_TCH/H_PDCH. It looked
correct, but TCH/F_PDCH startup was designed differently:
For TCH/F_PDCH, the idea was to look it up in pchan_to_logChComb[] and obtain
the TCH/F channel combination, so that TCH/F_PDCH first initialize as TCH/F.
So pchan was in fact intended to be passed as TCH/F_PDCH.
For Osmocom TCH/F_TCH/H_PDCH, we've in the meantime added a ts_opstart()
function that makes this decision explicitly. So, instead of reverting the
erratic commit, add TCH/F_PDCH to ts_opstart(), for both sysmo and lc15.
In ts_opstart(), move to a switch statement to resolve the actual pchan to use
for ts_connect_as().
Drop TCH/F_PDCH and TCH/F_TCH/H_PDCH from pchan_to_logChComb[] and comment.
Change-Id: I376b92a06f4cbe943c1c913dea7487fac53a7d08
-----------------------------------------------------------------------
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 "Osmocom code for Iuh interface".
The branch, neels/distcheck has been updated
discards eea657c051026959d424f306bb6702a8b646e584 (commit)
discards b905a27b31086887dc906a3932c3c8e8ffd78f7e (commit)
discards 8ae63fece09818e489a078c697d1da8cbabd29c9 (commit)
discards 97e3bb963db60123e27d97c2efc92483ef6e754c (commit)
discards 2fbd382aa451d0dc79041db363dfbdd18eb8441f (commit)
discards e3cfe7ce7f496145b5c5060cb5c9da91a12b9720 (commit)
discards 7cdf1984259a26760c041b7f9e1b73c44e51886c (commit)
discards 5c563e1d19857bdc70f78541b3fb83896c5c756c (commit)
discards 74d0923b4977e706c41a7c5ca5370e77c11e0ec3 (commit)
discards 4910ecadbfa744e0a3598a35277a7d9c890c8fff (commit)
discards 2db4efa02c10ae833d66f0adbaebab5206ddcc19 (commit)
discards 09794accc5797fe2120e0e977ca7c449ca3e33f1 (commit)
discards 38eda970def5868c7021e11a5bc2ffb50b17cf08 (commit)
discards 93637f0e12cfcc88cec454e46c8145973fe89242 (commit)
discards 11cc50d729db4b5f2a959fa218911838648e5974 (commit)
discards 7aa550090880b680943d149ad2df0eb6faf4eeaf (commit)
discards 517f0bfcec23ba8fc5f2d6ea0af210aba1f30f99 (commit)
discards bb7e02a45875d9c73740c8dd0529cfba55e4f62d (commit)
via 74ed63005cfbd42634a25648f2a46457a05c7f36 (commit)
via 3cc3f872dcbb7f49d8593dc79dba97cdf8f7b767 (commit)
via 20c4ab345accd44a13813f483a569e12c84cec60 (commit)
via d57cbf1ee838d5e5028c9c21870097497bfe6e7a (commit)
via 947ea5cad680429d6e08308cde263659382db98e (commit)
via 570a696b570d44f2f09a73af99b18b09e65efe03 (commit)
via 15f3a09c79d85e13082e186890591efa58806476 (commit)
via 90e71bb978bf7d97f103445f711dc4d839faf9f6 (commit)
via cdd7ac523ecb316a0836c726c78a560747fe1b48 (commit)
via 25c96bb3e98f5a1b22fa01175b17b9f1314e029c (commit)
via 40cc421d8fa5b5749b7a3e9b647b6a6d4ca613a5 (commit)
via 64fc79596248ca5998f070e03490566c8b0f4354 (commit)
via fed2c2d8e6c1c10a54b0dca248382b2f8892ed10 (commit)
via dc88fd9bcbb2481f33204e6e76df146c7b522406 (commit)
via f0014fc0b61a03902e4bd9674b635b4105d6a3b2 (commit)
via c5890bde181e8da95a04cf73d09859307d4b8232 (commit)
via c11a60e2bb1fbadaf90353a723d557bf1223c666 (commit)
via 6dc074c9aa4eed9f6a69d2bc613f4852aaaa2fc7 (commit)
via 01c71fc2dd3c3545a5a3f0d83391a28590dc9f69 (commit)
via 4d91ab277b4acc1bc2bdb5edc81d8c09b2bd3e47 (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 (eea657c051026959d424f306bb6702a8b646e584)
\
N -- N -- N (74ed63005cfbd42634a25648f2a46457a05c7f36)
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=74ed63005cfbd42634a25648f2a4645…
commit 74ed63005cfbd42634a25648f2a46457a05c7f36
Author: Neels Hofmeyr <neels(a)hofmeyr.de>
Date: Thu Aug 18 16:01:07 2016 +0200
build: fix missing test_common.h, add -I for the same, for make distcheck
Change-Id: I791e6b47178d93e6cec9eb5afe1f3279f484e2bc
http://cgit.osmocom.org/osmo-iuh/commit/?id=3cc3f872dcbb7f49d8593dc79dba97c…
commit 3cc3f872dcbb7f49d8593dc79dba97cdf8f7b767
Author: Neels Hofmeyr <neels(a)hofmeyr.de>
Date: Thu Aug 18 16:00:05 2016 +0200
move headers
Change-Id: I5828326aac68ff82cf9c0e5b99f14b1d2c8445f4
http://cgit.osmocom.org/osmo-iuh/commit/?id=20c4ab345accd44a13813f483a569e1…
commit 20c4ab345accd44a13813f483a569e12c84cec60
Author: Neels Hofmeyr <neels(a)hofmeyr.de>
Date: Thu Aug 18 15:59:21 2016 +0200
revert
Change-Id: Id1fa1f1264b15fabdf5b0effb44d2112d442de9d
http://cgit.osmocom.org/osmo-iuh/commit/?id=d57cbf1ee838d5e5028c9c218700974…
commit d57cbf1ee838d5e5028c9c21870097497bfe6e7a
Author: Neels Hofmeyr <neels(a)hofmeyr.de>
Date: Thu Aug 18 15:58:44 2016 +0200
build: use gen_hnbap.stamp like gen_ranap.stamp
Needed to move the hnbap headers to include/osmocom/hnbap, which is in turn
needed for 'make distcheck'.
Change-Id: I99d42b888451c9e876f50b92b074fdd8ebe3eeef
http://cgit.osmocom.org/osmo-iuh/commit/?id=947ea5cad680429d6e08308cde26365…
commit 947ea5cad680429d6e08308cde263659382db98e
Author: Neels Hofmeyr <neels(a)hofmeyr.de>
Date: Thu Aug 18 15:58:00 2016 +0200
revert
Change-Id: Ia6432eb842ea587e38ecf8468ee77a69ba80fc14
http://cgit.osmocom.org/osmo-iuh/commit/?id=570a696b570d44f2f09a73af99b18b0…
commit 570a696b570d44f2f09a73af99b18b09e65efe03
Author: Neels Hofmeyr <neels(a)hofmeyr.de>
Date: Thu Aug 18 15:57:04 2016 +0200
build: use tar-ustar to allow paths longer than 99
Needed to fix these errors:
tar: osmo-iuh-UNKNOWN-dirty/include/osmocom/ranap/RANAP_SourceeNodeB-ToTargeteNodeB-TransparentContainer.h: file name is too long (max 99); not dumped
tar: osmo-iuh-UNKNOWN-dirty/include/osmocom/ranap/RANAP_LocationRelatedDataRequestTypeSpecificToGERANIuMode.h: file name is too long (max 99); not dumped
tar: osmo-iuh-UNKNOWN-dirty/include/osmocom/ranap/RANAP_TargeteNodeB-ToSourceeNodeB-TransparentContainer.h: file name is too long (max 99); not dumped
tar: osmo-iuh-UNKNOWN-dirty/include/osmocom/ranap/RANAP_Requested-RAB-Parameter-ExtendedGuaranteedBitrateList.h: file name is too long (max 99); not dumped
Change-Id: I11f0dde3d6ea3c8d02a48369ee1905bb17ffe202
http://cgit.osmocom.org/osmo-iuh/commit/?id=15f3a09c79d85e13082e186890591ef…
commit 15f3a09c79d85e13082e186890591efa58806476
Author: Neels Hofmeyr <neels(a)hofmeyr.de>
Date: Thu Aug 18 15:22:19 2016 +0200
fix
Change-Id: I827a8c4ef7d904b27e15ac8b0357b86adc76db98
http://cgit.osmocom.org/osmo-iuh/commit/?id=90e71bb978bf7d97f103445f711dc4d…
commit 90e71bb978bf7d97f103445f711dc4d839faf9f6
Author: Neels Hofmeyr <neels(a)hofmeyr.de>
Date: Thu Aug 18 14:45:03 2016 +0200
build: use $(MAKE) instead of make
Change-Id: I22bf29bd61f1c014e8d4660ee80cf2cacee31449
http://cgit.osmocom.org/osmo-iuh/commit/?id=cdd7ac523ecb316a0836c726c78a560…
commit cdd7ac523ecb316a0836c726c78a560747fe1b48
Author: Neels Hofmeyr <neels(a)hofmeyr.de>
Date: Thu Aug 18 14:31:02 2016 +0200
move headers
Change-Id: Ie6f39131c113753922b2ac6af5dec93246bbe0c5
http://cgit.osmocom.org/osmo-iuh/commit/?id=25c96bb3e98f5a1b22fa01175b17b9f…
commit 25c96bb3e98f5a1b22fa01175b17b9f1314e029c
Author: Neels Hofmeyr <neels(a)hofmeyr.de>
Date: Thu Aug 18 14:21:04 2016 +0200
move headers: fix includes
Change-Id: I221c85b40fb4e4e4512b3c09fcddfbdcc3a1c1d4
http://cgit.osmocom.org/osmo-iuh/commit/?id=40cc421d8fa5b5749b7a3e9b647b6a6…
commit 40cc421d8fa5b5749b7a3e9b647b6a6d4ca613a5
Author: Neels Hofmeyr <neels(a)hofmeyr.de>
Date: Thu Aug 18 14:15:58 2016 +0200
build: cosmetic: hnbap path dup
Change-Id: I7956251a94986de8ee77dcb4d1320d3c61d83a18
http://cgit.osmocom.org/osmo-iuh/commit/?id=64fc79596248ca5998f070e03490566…
commit 64fc79596248ca5998f070e03490566c8b0f4354
Author: Neels Hofmeyr <neels(a)hofmeyr.de>
Date: Thu Aug 18 14:15:18 2016 +0200
build: configure.ac: remove subdir-objects, it is broken
Change-Id: Ibc5f4ac793b5de0d207d8a783b91ccf728afcc17
http://cgit.osmocom.org/osmo-iuh/commit/?id=fed2c2d8e6c1c10a54b0dca248382b2…
commit fed2c2d8e6c1c10a54b0dca248382b2f8892ed10
Author: Neels Hofmeyr <neels(a)hofmeyr.de>
Date: Thu Aug 18 13:30:15 2016 +0200
build: generate headers into builddir, not srcdir
Also add builddir include to -I
Change-Id: Ibda80c597d28673b18e1f774b32c239c54c1c115
http://cgit.osmocom.org/osmo-iuh/commit/?id=dc88fd9bcbb2481f33204e6e76df146…
commit dc88fd9bcbb2481f33204e6e76df146c7b522406
Author: Neels Hofmeyr <neels(a)hofmeyr.de>
Date: Thu Aug 18 13:29:53 2016 +0200
fix gen_ranap.stamp path
Change-Id: I8358414c07e594924910d0f864d599b082bf326b
http://cgit.osmocom.org/osmo-iuh/commit/?id=f0014fc0b61a03902e4bd9674b635b4…
commit f0014fc0b61a03902e4bd9674b635b4105d6a3b2
Author: Neels Hofmeyr <neels(a)hofmeyr.de>
Date: Thu Aug 18 13:17:19 2016 +0200
build: regen: force-move asn1 header files
Change-Id: I66edeff638f6e4aa1847f79f6a18bda49967f7db
http://cgit.osmocom.org/osmo-iuh/commit/?id=c5890bde181e8da95a04cf73d098593…
commit c5890bde181e8da95a04cf73d09859307d4b8232
Author: Neels Hofmeyr <neels(a)hofmeyr.de>
Date: Thu Aug 18 13:17:19 2016 +0200
build: regen: force-move asn1 header files
Change-Id: Ib86844a8da2ae6c6fccdcca5c1bda8e2cc6cbbc3
http://cgit.osmocom.org/osmo-iuh/commit/?id=c11a60e2bb1fbadaf90353a723d557b…
commit c11a60e2bb1fbadaf90353a723d557bf1223c666
Author: Neels Hofmeyr <neels(a)hofmeyr.de>
Date: Thu Aug 18 13:13:55 2016 +0200
build: find asn1tostruct.py in top srcdir, not top builddir
Change-Id: I71e7f695edc0234e470421116c8430430ce7efa2
-----------------------------------------------------------------------
Summary of changes:
Makefile.am | 2 +-
configure.ac | 2 ++
doc/Makefile.am | 12 ++++++++++++
doc/examples/Makefile.am | 23 +++++++++++++++++++++++
4 files changed, 38 insertions(+), 1 deletion(-)
create mode 100644 doc/Makefile.am
create mode 100644 doc/examples/Makefile.am
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 "An utility library for Open Source Mobile Communications".
The branch, neels/check_pkg_config has been deleted
was 2658335dcb9f2b7324b045303b6203605862dba2
-----------------------------------------------------------------------
2658335dcb9f2b7324b045303b6203605862dba2 configure: check for pkg-config presence
-----------------------------------------------------------------------
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, neels/sock_err_msg has been created
at 96a94347798540e8918fcaca84ce2aac53a9373e (commit)
- Log -----------------------------------------------------------------
http://cgit.osmocom.org/libosmocore/commit/?id=96a94347798540e8918fcaca84ce…
commit 96a94347798540e8918fcaca84ce2aac53a9373e
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Mon Aug 22 13:34:23 2016 +0200
osmo_sock_init(): include host and port in error messages
For programs like osmo-hnbgw with numerous sockets, the message that some
unspecified connection was refused is not very helpful. Also output the host
and port where an error occured.
Instead of perror, use fprintf(stderr, ..., strerror()) to be able to include a
format string and print host and port as passed to osmo_sock_init().
Change-Id: I8d0343f51310699b78fcb83fd76fd93764acf3dc
-----------------------------------------------------------------------
hooks/post-receive
--
An utility library for Open Source Mobile Communications