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_fixes has been updated
discards 4c7a3de763f2ab267e9d64bc52b5c0ee4cb9fbbf (commit)
discards 129b5e1d83b3fdf5db037b3ae7277382adf4b06d (commit)
discards 51faa6b1cc626fd890355cfbf3ea0970a675fcd8 (commit)
via 2d0f7bc050d14c68081291162724e8775e42dc2a (commit)
via 2f1645fd2a1b3566ffc09c51dd34cfe096cb935b (commit)
via 8beb6cc93ac1a766b511f2ffa3353b2b92532d29 (commit)
via 78488ff2382be036854a52d6f4abe3380452d185 (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 (4c7a3de763f2ab267e9d64bc52b5c0ee4cb9fbbf)
\
N -- N -- N (2d0f7bc050d14c68081291162724e8775e42dc2a)
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=2d0f7bc050d14c68081291162724e877…
commit 2d0f7bc050d14c68081291162724e8775e42dc2a
Author: Neels Hofmeyr <neels(a)hofmeyr.de>
Date: Tue Aug 9 21:43:24 2016 +0200
chan_alloc: log when dyn TS is not picked due to lchan state
Change-Id: I47acacc375b63de68b157f3a73a7e0aed4b31ae7
http://cgit.osmocom.org/openbsc/commit/?id=2f1645fd2a1b3566ffc09c51dd34cfe0…
commit 2f1645fd2a1b3566ffc09c51dd34cfe096cb935b
Author: Neels Hofmeyr <neels(a)hofmeyr.de>
Date: Fri Jul 29 18:12:06 2016 +0200
move ts_sublots() to gsm_data_shared.c, it will be used by osmo-bts
Change-Id: I8ba06d7dd6e0ceab3d8d18bb565354d6ed461f7e
http://cgit.osmocom.org/openbsc/commit/?id=8beb6cc93ac1a766b511f2ffa3353b2b…
commit 8beb6cc93ac1a766b511f2ffa3353b2b92532d29
Author: Neels Hofmeyr <neels(a)hofmeyr.de>
Date: Fri Jul 29 18:13:38 2016 +0200
chan_alloc.c: use ts_subslots() instead of subslots_per_pchan[]
The array will move to gsm_data_shared.c; to prepare, use the function
instead.
Change-Id: Icbea7dbd78abf6144e5291f531a97f96507d8cbf
http://cgit.osmocom.org/openbsc/commit/?id=78488ff2382be036854a52d6f4abe338…
commit 78488ff2382be036854a52d6f4abe3380452d185
Author: Neels Hofmeyr <neels(a)hofmeyr.de>
Date: Fri Jul 29 18:10:59 2016 +0200
dyn TS: bts_chan_load: use correct nr of subslots for dyn ts
For TCH/F_TCH/H_PDCH dynamic timeslots, the ts->pchan does not lead to a
meaningful value from the subslots_per_pchan[] array. Use the ts_subslots()
function instead, which checks for dyn pchan.
Change-Id: I659acebca82dfb3e305433471be64e9d27439af8
-----------------------------------------------------------------------
Summary of changes:
openbsc/src/libbsc/chan_alloc.c | 8 +++++++-
1 file changed, 7 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, dexter/draft has been updated
via 8cd31c0ec35eba7169ffca73f3a8edaa890ce377 (commit)
from d0fdc45bff53cad52cf1f5a233d502f411a99270 (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=8cd31c0ec35eba7169ffca73f3a8edaa…
commit 8cd31c0ec35eba7169ffca73f3a8edaa890ce377
Author: Philipp <pmaier(a)sysmocom.de>
Date: Tue Aug 9 19:13:04 2016 +0200
Updating git, api for xid stuff now clean
Change-Id: Iefa751fe71aa868b1b589384ccfbade307dc9f76
-----------------------------------------------------------------------
Summary of changes:
openbsc/include/openbsc/gprs_llc_xid.h | 6 +-
openbsc/include/openbsc/gprs_sndcp_xid.h | 4 +-
openbsc/src/gprs/gprs_llc.c | 64 +++----
openbsc/src/gprs/gprs_llc_xid.c | 19 +-
openbsc/src/gprs/gprs_sndcp.c | 15 +-
openbsc/src/gprs/gprs_sndcp_xid.c | 207 ++++++++++-----------
openbsc/tests/testsuite.at | 6 +-
openbsc/tests/xid/xid_test | Bin 144924 -> 0 bytes
openbsc/tests/xid/xid_test.c | 31 +++-
openbsc/tests/xid/xid_test.ok | 10 +-
openbsc/tests/xid_sndcp/sndcp_xid_test | Bin 153866 -> 0 bytes
openbsc/tests/xid_sndcp/sndcp_xid_test.c | 24 ++-
openbsc/tests/xid_sndcp/sndcp_xid_test.err | 279 -----------------------------
openbsc/tests/xid_sndcp/sndcp_xid_test.ok | 11 +-
14 files changed, 208 insertions(+), 468 deletions(-)
delete mode 100755 openbsc/tests/xid/xid_test
delete mode 100755 openbsc/tests/xid_sndcp/sndcp_xid_test
delete mode 100644 openbsc/tests/xid_sndcp/sndcp_xid_test.err
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_fixes has been updated
discards c8fd3b6e4b6844c6d88d9576ab12a8670a4b7e74 (commit)
discards f43f81ac2120b973c324a826acdbf076f441d097 (commit)
discards d897782343d268d751af9a1135b721e707fc954e (commit)
via 4c7a3de763f2ab267e9d64bc52b5c0ee4cb9fbbf (commit)
via 129b5e1d83b3fdf5db037b3ae7277382adf4b06d (commit)
via 51faa6b1cc626fd890355cfbf3ea0970a675fcd8 (commit)
via 158b5d2bdb3c51056283f6eb962a55762d34efa1 (commit)
via beca090586f932b628c09793cd37807324a8fb74 (commit)
via 3ed214c7b0a0780b2ce9ad05c74d05b3e2b43f80 (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 (c8fd3b6e4b6844c6d88d9576ab12a8670a4b7e74)
\
N -- N -- N (4c7a3de763f2ab267e9d64bc52b5c0ee4cb9fbbf)
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=4c7a3de763f2ab267e9d64bc52b5c0ee…
commit 4c7a3de763f2ab267e9d64bc52b5c0ee4cb9fbbf
Author: Neels Hofmeyr <neels(a)hofmeyr.de>
Date: Fri Jul 29 18:12:06 2016 +0200
move ts_sublots() to gsm_data_shared.c, it will be used by osmo-bts
Change-Id: I8ba06d7dd6e0ceab3d8d18bb565354d6ed461f7e
http://cgit.osmocom.org/openbsc/commit/?id=129b5e1d83b3fdf5db037b3ae7277382…
commit 129b5e1d83b3fdf5db037b3ae7277382adf4b06d
Author: Neels Hofmeyr <neels(a)hofmeyr.de>
Date: Fri Jul 29 18:13:38 2016 +0200
chan_alloc.c: use ts_subslots() instead of subslots_per_pchan[]
The array will move to gsm_data_shared.c; to prepare, use the function
instead.
Change-Id: Icbea7dbd78abf6144e5291f531a97f96507d8cbf
http://cgit.osmocom.org/openbsc/commit/?id=51faa6b1cc626fd890355cfbf3ea0970…
commit 51faa6b1cc626fd890355cfbf3ea0970a675fcd8
Author: Neels Hofmeyr <neels(a)hofmeyr.de>
Date: Fri Jul 29 18:10:59 2016 +0200
dyn TS: bts_chan_load: use correct nr of subslots
Change-Id: I659acebca82dfb3e305433471be64e9d27439af8
-----------------------------------------------------------------------
Summary of changes:
.mailmap | 12 +++
openbsc/contrib/bsc_control.py | 117 +++++++++++----------
.../osmo-nitb/{nanobts => sysmobts}/openbsc.cfg | 2 +-
3 files changed, 72 insertions(+), 59 deletions(-)
create mode 100644 .mailmap
copy openbsc/doc/examples/osmo-nitb/{nanobts => sysmobts}/openbsc.cfg (98%)
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/dyn_fixes has been updated
discards 7916c6fa929e5deb74925cba6738120d7da66aec (commit)
discards b74b4e921b81cd904b76e81094f8c41d482a3bf1 (commit)
discards 1f84c7269491c57ba021cc0b4b26fb33fb75f16a (commit)
discards 59bf4a33055a8ad9dbfa3bb78080a6b67716b1db (commit)
via 38ad25b1b01e765d85ee586cc5bf15135ec9a0a5 (commit)
via 5659824068d38556f8f7e0d72f76385194fe13c4 (commit)
via 7238da56593ecd4b5e291f6ea761d74dd1e2349f (commit)
via a0e336ce6c7b847be2bd581ab2f2307127c3afa3 (commit)
via b7cdd381d63496075a9df0e8ea46020cd55ae667 (commit)
via 4b76a323b3bb71f8d3f4dc7439ecd9bad0f13bcf (commit)
via b0f8fa814376d46ff9d7ef0e94e8480ce63442f9 (commit)
via 44663c17e784aa6252b8569482ebfe0ba4e12358 (commit)
via d6920df6303bf3004f34cc888a06948c399f09a5 (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 (7916c6fa929e5deb74925cba6738120d7da66aec)
\
N -- N -- N (38ad25b1b01e765d85ee586cc5bf15135ec9a0a5)
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=38ad25b1b01e765d85ee586cc5bf151…
commit 38ad25b1b01e765d85ee586cc5bf15135ec9a0a5
Author: Neels Hofmeyr <neels(a)hofmeyr.de>
Date: Wed Jul 27 15:16:29 2016 +0200
dyn TS: measurement: use correct nr of subslots, rm code dup
In measurement.c, fix the number of sublots for TCH/F_TCH/H_PDCH, by using
ts_subslots from gsm_data_shared.c. The local copy of subslots_per_pchan[] is
thus no longer needed.
Change-Id: I9d9df470c49487bffd56dde42c7bec0da2f50642
http://cgit.osmocom.org/osmo-bts/commit/?id=5659824068d38556f8f7e0d72f76385…
commit 5659824068d38556f8f7e0d72f76385194fe13c4
Author: Neels Hofmeyr <neels(a)hofmeyr.de>
Date: Fri Jul 29 17:56:35 2016 +0200
sysmo,lc15: ts_connect_as(): log error also for pchan_as == TCH/F_PDCH
Change-Id: I76c868a1e70af16268a6fa42dc736cf0b288ecdb
http://cgit.osmocom.org/osmo-bts/commit/?id=7238da56593ecd4b5e291f6ea761d74…
commit 7238da56593ecd4b5e291f6ea761d74dd1e2349f
Author: Neels Hofmeyr <neels(a)hofmeyr.de>
Date: Fri Jul 29 17:55:26 2016 +0200
dyn TS: measurement.c: replace fixme with comment
Change-Id: I04668f6f01a48157a98c6326a9ee48982a09ee62
http://cgit.osmocom.org/osmo-bts/commit/?id=a0e336ce6c7b847be2bd581ab2f2307…
commit a0e336ce6c7b847be2bd581ab2f2307127c3afa3
Author: Neels Hofmeyr <neels(a)hofmeyr.de>
Date: Fri Jul 29 17:54:57 2016 +0200
dyn TS: complete for TRX
Apply similar fixes as for TCH/F_PDCH also for TCH/F_TCH/H_PDCH.
Change-Id: I6669739cd08780cd9ffb9451cdae9f6b9704c4fe
-----------------------------------------------------------------------
Summary of changes:
.mailmap | 12 ++++++++++++
contrib/jenkins_oct.sh | 15 ---------------
contrib/jenkins_sysmobts.sh | 13 -------------
include/osmo-bts/pcu_if.h | 2 +-
include/osmo-bts/pcuif_proto.h | 5 ++++-
include/osmo-bts/scheduler_backend.h | 6 +++++-
src/common/l1sap.c | 7 +++++--
src/common/pcu_sock.c | 5 ++++-
src/common/scheduler.c | 9 ++++++++-
src/osmo-bts-litecell15/l1_if.c | 6 +++++-
src/osmo-bts-octphy/l1_if.c | 13 ++++++++++++-
src/osmo-bts-sysmo/l1_if.c | 6 +++++-
src/osmo-bts-trx/gsm0503_coding.c | 15 +++++++++------
src/osmo-bts-trx/scheduler_trx.c | 30 ++++++++++++++++++++++--------
src/osmo-bts-trx/trx_if.c | 14 ++++++++++++--
15 files changed, 104 insertions(+), 54 deletions(-)
create mode 100644 .mailmap
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, dexter/draft has been updated
via d0fdc45bff53cad52cf1f5a233d502f411a99270 (commit)
via 893d86b502e50c9e5d2312b5292e0c2399aefb35 (commit)
from 7dd00145b515a38df2d62cf2a57c274e9d635242 (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=d0fdc45bff53cad52cf1f5a233d502f4…
commit d0fdc45bff53cad52cf1f5a233d502f411a99270
Author: Philipp <pmaier(a)sysmocom.de>
Date: Tue Aug 9 17:02:02 2016 +0200
Updating git, will now correct the api (output params first)
Change-Id: If6aa7b2e7a8cdd659dfd9a141b00050ac166fe3a
http://cgit.osmocom.org/openbsc/commit/?id=893d86b502e50c9e5d2312b5292e0c23…
commit 893d86b502e50c9e5d2312b5292e0c2399aefb35
Author: Philipp <pmaier(a)sysmocom.de>
Date: Tue Aug 9 16:06:20 2016 +0200
Updating git
Change-Id: I9281660fd3d5b8e2c126c140ff76e6a0bc5d3612
-----------------------------------------------------------------------
Summary of changes:
openbsc/include/openbsc/gprs_llc_xid.h | 16 +--
openbsc/include/openbsc/gprs_sndcp_xid.h | 122 ++++++++++----------
openbsc/src/gprs/gprs_llc.c | 2 +-
openbsc/src/gprs/gprs_llc_xid.c | 43 ++++----
openbsc/src/gprs/gprs_sndcp_comp.c | 102 ++++++++---------
openbsc/src/gprs/gprs_sndcp_xid.c | 184 +++++++++++++++++--------------
openbsc/tests/xid/xid_test | Bin 0 -> 144924 bytes
openbsc/tests/xid_sndcp/sndcp_xid_test | Bin 0 -> 153866 bytes
8 files changed, 237 insertions(+), 232 deletions(-)
create mode 100755 openbsc/tests/xid/xid_test
create mode 100755 openbsc/tests/xid_sndcp/sndcp_xid_test
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, dexter/draft has been updated
via 7dd00145b515a38df2d62cf2a57c274e9d635242 (commit)
from 94dd361ffe63d9b61c8758de9e604d5c584251c1 (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=7dd00145b515a38df2d62cf2a57c274e…
commit 7dd00145b515a38df2d62cf2a57c274e9d635242
Author: Philipp <pmaier(a)sysmocom.de>
Date: Tue Aug 9 15:38:45 2016 +0200
Updating git, works, added unit tests for sndcp-xid and xid
Change-Id: I550f6271ed2326e5d23315ea17571ed0fadd52db
-----------------------------------------------------------------------
Summary of changes:
openbsc/configure.ac | 2 +
openbsc/include/openbsc/gprs_sndcp_pcomp.h | 3 -
openbsc/src/gprs/gprs_sndcp.c | 110 +--------
openbsc/src/gprs/gprs_sndcp_pcomp.c | 282 +++------------------
openbsc/src/gprs/gprs_sndcp_xid.c | 377 ++++++++++++++++-------------
openbsc/tests/Makefile.am | 2 +-
openbsc/tests/sgsn/Makefile.am | 2 +-
openbsc/tests/testsuite.at | 14 ++
openbsc/tests/xid/Makefile.am | 21 ++
openbsc/tests/xid/xid_test.c | 143 +++++++++++
openbsc/tests/xid/xid_test.err | 9 +
openbsc/tests/xid/xid_test.ok | 8 +
openbsc/tests/xid_sndcp/Makefile.am | 20 ++
openbsc/tests/xid_sndcp/sndcp_xid_test.c | 266 ++++++++++++++++++++
openbsc/tests/xid_sndcp/sndcp_xid_test.err | 279 +++++++++++++++++++++
openbsc/tests/xid_sndcp/sndcp_xid_test.ok | 8 +
16 files changed, 1021 insertions(+), 525 deletions(-)
create mode 100644 openbsc/tests/xid/Makefile.am
create mode 100644 openbsc/tests/xid/xid_test.c
create mode 100644 openbsc/tests/xid/xid_test.err
create mode 100644 openbsc/tests/xid/xid_test.ok
create mode 100644 openbsc/tests/xid_sndcp/Makefile.am
create mode 100644 openbsc/tests/xid_sndcp/sndcp_xid_test.c
create mode 100644 openbsc/tests/xid_sndcp/sndcp_xid_test.err
create mode 100644 openbsc/tests/xid_sndcp/sndcp_xid_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 "The OpenBSC GSM Base Station Controller (+MSC/HLR/SGSN)".
The branch, neels/chan_nr_assert has been updated
discards b6972b3015b40e7ac44751c9e6243808fbe22d70 (commit)
discards 9cca6e09eb10460fef9c080322570b696ddc0b85 (commit)
via 4e67d3e4d072ef79cf0a003e82481e7c063da3fd (commit)
via d4a880f410d638ff3f832c7e0899bf00230d774b (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 (b6972b3015b40e7ac44751c9e6243808fbe22d70)
\
N -- N -- N (4e67d3e4d072ef79cf0a003e82481e7c063da3fd)
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=4e67d3e4d072ef79cf0a003e82481e7c…
commit 4e67d3e4d072ef79cf0a003e82481e7c063da3fd
Author: Neels Hofmeyr <neels(a)hofmeyr.de>
Date: Tue Aug 9 11:15:37 2016 +0200
gsm_pchan2chan_nr(): fix uninitialized cbits
Commit ec1b5a0e9e2b6549e0ede48e803095e569997355 introduced an unset cbits
value for the 'special hack for BCCH', where I break out of the switch
without setting cbits. Fix that.
Also remove the comment part that says 'return 0', because I don't return 0.
Change-Id: If69f6b1f6208138d5b91bac51ffd78dab95245e5
http://cgit.osmocom.org/openbsc/commit/?id=d4a880f410d638ff3f832c7e0899bf00…
commit d4a880f410d638ff3f832c7e0899bf00230d774b
Author: Neels Hofmeyr <neels(a)hofmeyr.de>
Date: Mon Aug 8 17:51:19 2016 +0200
gsm_pchan2chan_nr: disable a chan_nr assert in BTS, to not break octphy
In https://gerrit.osmocom.org/589 , msuraev reports an assertion on octphy.
So disable this recently added assertion until we clarify the invocation in
question.
Change-Id: I05253343d5bcc7b319444376098dc8561dd83944
-----------------------------------------------------------------------
Summary of changes:
openbsc/src/libcommon/gsm_data_shared.c | 12 ++++++++----
1 file changed, 8 insertions(+), 4 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/chan_nr_assert has been updated
discards 9de6a3338a3397e166622a67e9771fa0dd1d3603 (commit)
via b6972b3015b40e7ac44751c9e6243808fbe22d70 (commit)
via 9cca6e09eb10460fef9c080322570b696ddc0b85 (commit)
via 158b5d2bdb3c51056283f6eb962a55762d34efa1 (commit)
via beca090586f932b628c09793cd37807324a8fb74 (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 (9de6a3338a3397e166622a67e9771fa0dd1d3603)
\
N -- N -- N (b6972b3015b40e7ac44751c9e6243808fbe22d70)
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=b6972b3015b40e7ac44751c9e6243808…
commit b6972b3015b40e7ac44751c9e6243808fbe22d70
Author: Neels Hofmeyr <neels(a)hofmeyr.de>
Date: Tue Aug 9 11:15:37 2016 +0200
gsm_pchan2chan_nr(): fix uninitialized cbits
Commit ec1b5a0e9e2b6549e0ede48e803095e569997355 introduced an unset cbits
value for the 'special hack for BCCH', where I break out of the switch
without setting cbits. Fix that.
Also remove the comment part that says 'return 0', because I don't return 0.
Change-Id: If69f6b1f6208138d5b91bac51ffd78dab95245e5
http://cgit.osmocom.org/openbsc/commit/?id=9cca6e09eb10460fef9c080322570b69…
commit 9cca6e09eb10460fef9c080322570b696ddc0b85
Author: Neels Hofmeyr <neels(a)hofmeyr.de>
Date: Mon Aug 8 17:51:19 2016 +0200
gsm_pchan2chan_nr: disable a chan_nr assert, to not break octphy
In https://gerrit.osmocom.org/589 , msuraev reports an assertion on octphy.
So disable this recently added assertion until we clarify the invocation in
question.
Change-Id: I05253343d5bcc7b319444376098dc8561dd83944
-----------------------------------------------------------------------
Summary of changes:
.mailmap | 12 ++++++++++++
.../doc/examples/osmo-nitb/{nanobts => sysmobts}/openbsc.cfg | 2 +-
openbsc/src/libcommon/gsm_data_shared.c | 11 +++++------
3 files changed, 18 insertions(+), 7 deletions(-)
create mode 100644 .mailmap
copy openbsc/doc/examples/osmo-nitb/{nanobts => sysmobts}/openbsc.cfg (98%)
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, users/laforge/vlr has been updated
discards 93e583e5e67802effc9d236ae0d9279815133d0a (commit)
discards 3994fbc5a63e7df6e98143cc73e82ac2eb44c337 (commit)
discards 7649737446138c38fc48679b868a7c02f5f65e8d (commit)
discards 187084e711685c358aa7e5569405736671af32e1 (commit)
discards 0a1a8582de3656ccbb66045739a384e317f92336 (commit)
discards 063f8d187d6662ed45e5b5b841d61aa310044a41 (commit)
discards b173bb5ba4d6f1c4eb7995c14c0135025b058672 (commit)
via 7b1bbbea60b9b04ff20e67561c201fd08ed42ab6 (commit)
via adc168dcef4b7819f9cac392a92c7cd041baf664 (commit)
via 6e5482bdc397c604a030af13e7de40ed6b950cc8 (commit)
via e015a72629c3cb23c8b8cd6284b1f9fe6b614d19 (commit)
via 8dd0c5e85824ca10992ea7c3b53545bf9e8a80a3 (commit)
via 3c52ac44ca39a6c4ff2f8dbdabd1c83eb69b8af0 (commit)
via 0ad0c49825ef1ff2f9bcb8feaba413569ed1f458 (commit)
via da1aade2637d2199dd04ef53eed98dba7bdede51 (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 (93e583e5e67802effc9d236ae0d9279815133d0a)
\
N -- N -- N (7b1bbbea60b9b04ff20e67561c201fd08ed42ab6)
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=7b1bbbea60b9b04ff20e67561c201fd0…
commit 7b1bbbea60b9b04ff20e67561c201fd08ed42ab6
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Fri Jun 17 00:06:42 2016 +0200
WIP: Introduce libvlr
Change-Id: I3f75de5f0cc2ff77f276fd39832dd3621309c4b9
http://cgit.osmocom.org/openbsc/commit/?id=adc168dcef4b7819f9cac392a92c7cd0…
commit adc168dcef4b7819f9cac392a92c7cd041baf664
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Fri May 6 23:28:52 2016 +0200
WIP: move OAP client to libosmocore
http://cgit.osmocom.org/openbsc/commit/?id=6e5482bdc397c604a030af13e7de40ed…
commit 6e5482bdc397c604a030af13e7de40ed6b950cc8
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Fri May 6 23:29:17 2016 +0200
gsup_client: Make use of OAP optional
http://cgit.osmocom.org/openbsc/commit/?id=e015a72629c3cb23c8b8cd6284b1f9fe…
commit e015a72629c3cb23c8b8cd6284b1f9fe6b614d19
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Fri May 6 23:28:11 2016 +0200
VTY: Print 3G auth tuples, not just 2G auth tuples
http://cgit.osmocom.org/openbsc/commit/?id=8dd0c5e85824ca10992ea7c3b53545bf…
commit 8dd0c5e85824ca10992ea7c3b53545bf9e8a80a3
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Fri May 6 23:27:38 2016 +0200
WIP: add gsup_test_client program
http://cgit.osmocom.org/openbsc/commit/?id=3c52ac44ca39a6c4ff2f8dbdabd1c83e…
commit 3c52ac44ca39a6c4ff2f8dbdabd1c83eb69b8af0
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Fri May 6 13:49:49 2016 +0200
WIP: Handle Authentication Failure from MS
http://cgit.osmocom.org/openbsc/commit/?id=0ad0c49825ef1ff2f9bcb8feaba41356…
commit 0ad0c49825ef1ff2f9bcb8feaba413569ed1f458
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Thu May 5 22:52:41 2016 +0200
SGSN: Integrate basic support for UMTS AKA
We already had almost all the parts in place before:
* GSUP with capability to send us auth_vectors that contain
either triplets or quintuples
* mm_context that holds such auth_vectors
All that we need to add in this patch is the capability to send
the AUTN parameter in the GMM AUTH REQ and parse the extended RES
in the GMM AUTH RESP.
TODO: Implement SQN re-synchronoization mechanism (Auth Fail: Sync Err)
http://cgit.osmocom.org/openbsc/commit/?id=da1aade2637d2199dd04ef53eed98dba…
commit da1aade2637d2199dd04ef53eed98dba7bdede51
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Sun Jun 19 18:06:02 2016 +0200
Introduce subscriber_connection ref-counting
This introduces a reference count for gsm_subscriber_connection. Every
user of the connection needs to hold a reference until done. Once the
reference count dorps to zero, the connection is cleared towards the
BSC (which subsequently will clear any logical channels associated with
it).
Change-Id: I8c05e6c81f246ff8b5bf91312f80410b1a85f15e
-----------------------------------------------------------------------
Summary of changes:
openbsc/include/openbsc/gsm_data.h | 5 +
openbsc/include/openbsc/osmo_msc.h | 3 +-
openbsc/src/libmsc/gsm_04_08.c | 11 +-
openbsc/src/libmsc/gsm_04_11.c | 5 +-
openbsc/src/libmsc/osmo_msc.c | 41 ++-
openbsc/src/libmsc/silent_call.c | 3 +-
openbsc/src/libmsc/transaction.c | 2 +-
openbsc/src/libmsc/ussd.c | 8 +-
openbsc/src/libvlr/Makefile.am | 2 +-
openbsc/src/libvlr/vlr_access_req_fsm.c | 571 ++++++++++++++++++++++++++++++++
openbsc/src/libvlr/vlr_access_req_fsm.h | 36 ++
openbsc/src/libvlr/vlr_lu_fsm.c | 32 +-
openbsc/tests/vlr/vlr_test.c | 3 +
13 files changed, 693 insertions(+), 29 deletions(-)
create mode 100644 openbsc/src/libvlr/vlr_access_req_fsm.c
create mode 100644 openbsc/src/libvlr/vlr_access_req_fsm.h
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 network interface library".
The branch, neels/check_sctp_h has been created
at 89981ad4ab8372537cf9b250bf0febc5d92a2d6d (commit)
- Log -----------------------------------------------------------------
http://cgit.osmocom.org/libosmo-netif/commit/?id=89981ad4ab8372537cf9b250bf…
commit 89981ad4ab8372537cf9b250bf0febc5d92a2d6d
Author: Neels Hofmeyr <neels(a)hofmeyr.de>
Date: Mon Aug 8 15:43:22 2016 +0200
configure: check for sctp.h
Notice missing sctp header at configure time. Without this patch, the user only
finds out at build time.
Change-Id: I4b3e1f1894f13ac1175a71a5139c02a2633be26d
-----------------------------------------------------------------------
hooks/post-receive
--
Osmocom network interface library