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_ts has been updated
discards 94d872d124b455e59b957fb01834a7f08ea265e8 (commit)
discards 7e81a40eda19a368eed70bf59e6a68b6bbbeeb2c (commit)
discards 90bb63628612359ab2127a42fd5a643865cf7c6b (commit)
discards 620a6541fd170a6f0429c470795cfc9105ae538f (commit)
discards b4f48a2f431ac13e03ce67832ef1e266851c34c4 (commit)
discards 186dcb625ad792bdede27a2fcd27b0547b1b4978 (commit)
discards a3d05c2d3538d6291fbfda4bdc0518fb785b60d0 (commit)
via 40380f85268e8dc991598dd6c4d2f8476db8784d (commit)
via e30dcae22ce36ceb87d0c5ab4e4d5a801136b4e6 (commit)
via ddb9e3c4eabfed53b870f82b1d82c8b3991b3bb6 (commit)
via d2bd468cb3b0de42069b39c3ce819d095402e0a8 (commit)
via 768319b387ced8673ff503fa2d6b6cd8f3047e98 (commit)
via fa1e940b0a2d32adaab5cde44697c7371a0ad519 (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 (94d872d124b455e59b957fb01834a7f08ea265e8)
\
N -- N -- N (40380f85268e8dc991598dd6c4d2f8476db8784d)
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=40380f85268e8dc991598dd6c4d2f847…
commit 40380f85268e8dc991598dd6c4d2f8476db8784d
Author: Neels Hofmeyr <neels(a)hofmeyr.de>
Date: Fri Jul 15 01:18:57 2016 +0200
dyn TS: switchover wip
Change-Id: Iea4dfa6166520f9036a5d6bbb7962580746f4c5b
http://cgit.osmocom.org/openbsc/commit/?id=e30dcae22ce36ceb87d0c5ab4e4d5a80…
commit e30dcae22ce36ceb87d0c5ab4e4d5a801136b4e6
Author: Neels Hofmeyr <neels(a)hofmeyr.de>
Date: Thu Jul 14 03:10:40 2016 +0200
dyn TS: Abis RSL: on chan rel, switch dyn TS back to PDCH
Add function ts_subslots(), for the check whether all TCH/H are released in
abis_rsl.c; subslots_per_pchan[] is static in chan_alloc.c, and the function
adds some dyn TS logic.
Change-Id: I3974f5cc3ac8a3e2ad53db11b9e4180aa4c16c0a
http://cgit.osmocom.org/openbsc/commit/?id=ddb9e3c4eabfed53b870f82b1d82c8b3…
commit ddb9e3c4eabfed53b870f82b1d82c8b3991b3bb6
Author: Neels Hofmeyr <neels(a)hofmeyr.de>
Date: Thu Jul 14 03:09:56 2016 +0200
dyn TS: verify_chan_comb(): handle new dyn TS NM_CHANC_*
Change-Id: I7ce754a48c7f492e921a4450745383bb8dd7225c
http://cgit.osmocom.org/openbsc/commit/?id=d2bd468cb3b0de42069b39c3ce819d09…
commit d2bd468cb3b0de42069b39c3ce819d095402e0a8
Author: Neels Hofmeyr <neels(a)hofmeyr.de>
Date: Sat Jul 16 23:59:32 2016 +0200
common: add gsm_ts_and_pchan_name() for dyn ts logging convenience
Change-Id: I9b6be77c9e5fb9dffa2021a2da72293af15a03a0
http://cgit.osmocom.org/openbsc/commit/?id=768319b387ced8673ff503fa2d6b6cd8…
commit 768319b387ced8673ff503fa2d6b6cd8f3047e98
Author: Neels Hofmeyr <neels(a)hofmeyr.de>
Date: Thu Jul 14 03:01:24 2016 +0200
dyn TS: enhance channel allocator for dynamic TS
Add GSM_PCHAN_TCH_F_TCH_H_PDCH, also in gsm_pchant_names and gsm_pchant_descs,
so the VTY can now handle the new pchan type without further adjustments.
Add state fields osmo_bts_trx_ts->dyn_pchan.is and .want to record dynamic
timeslot state. Initialize in gsm_bts_trx_alloc().
Change _lc_find_bts() to _lc_dyn_find_bts() with added dyn_as_pchan arg to
pass exactly as which pchan we'd like to allocate on a dynamic TS. Add
_lc_find_bts() as wrapper so non-dynamic-TS callers remain unchanged.
Also add dyn_as_pchan arg to _lc_find_trx() (not renaming to dyn and wrapping
because there is only one caller).
Implement dynamic allocator logic in _lc_find_trx() and lchan_alloc().
This is incomplete in that a returned dynamic channel needs to be switched to
the proper mode, which will follow in another commit.
Drop a fixme comment from subslots_per_pchan[].
Change-Id: I18da7679300c43220d9baa6a304e8df74d366249
http://cgit.osmocom.org/openbsc/commit/?id=fa1e940b0a2d32adaab5cde44697c737…
commit fa1e940b0a2d32adaab5cde44697c7371a0ad519
Author: Neels Hofmeyr <neels(a)hofmeyr.de>
Date: Thu Jul 14 02:51:13 2016 +0200
comments: clarify some dynamic TS comments
A new type of dynamic channel will be introduced soon, so prepare some comments
to name the dynamic TS kind more specifically.
Change-Id: I51fa8c2ebba507299e55a5cb7e67e48a6c8471f7
-----------------------------------------------------------------------
Summary of changes:
openbsc/include/openbsc/gsm_data_shared.h | 4 +-
openbsc/src/libbsc/abis_rsl.c | 219 ++++++++++++++++++++----------
openbsc/src/libbsc/bsc_dyn_pdch.c | 55 ++++++--
openbsc/src/libbsc/bts_ipaccess_nanobts.c | 2 +-
openbsc/src/libbsc/chan_alloc.c | 16 +--
openbsc/src/libcommon/gsm_data_shared.c | 21 +--
6 files changed, 205 insertions(+), 112 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, neels/dyn_ts has been updated
discards fb2c3347758d8252d4b83d2b72e103c80901a0a2 (commit)
via ba1a73e3aeb9babd9f919b2fc6a79c45a27f84c5 (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 (fb2c3347758d8252d4b83d2b72e103c80901a0a2)
\
N -- N -- N (ba1a73e3aeb9babd9f919b2fc6a79c45a27f84c5)
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=ba1a73e3aeb9babd9f919b2fc6a7…
commit ba1a73e3aeb9babd9f919b2fc6a79c45a27f84c5
Author: Neels Hofmeyr <neels(a)hofmeyr.de>
Date: Thu Jul 14 03:21:05 2016 +0200
dyn TS: add definitions for dynamic TCH/F_TCH/H_PDCH
Add:
* GSM_PCHAN_TCH_F_TCH_H_PDCH
* NM_CHANC_OSMO_TCHFull_TCHHalf_PDCH
* RSL_CHAN_OSMO_PDCH
* RSL_ACT_OSMO_PDCH
Related: OS#1776
Change-Id: Ib1a8b11f37af4686d00ac88beba38557aa29edc2
-----------------------------------------------------------------------
Summary of changes:
include/osmocom/gsm/protocol/gsm_08_58.h | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
hooks/post-receive
--
An utility library for Open Source Mobile Communications
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "The OpenBSC GSM Base Station Controller (+MSC/HLR/SGSN)".
The branch, neels/dyn_ts has been updated
discards 9f503bd4ac0f009909c5809ce04dc366cee105f7 (commit)
discards 5b1dbdc1b54c63df4eb8d605beca1ad696ca0b27 (commit)
discards dfb6e08d0146416bbad11791c0ddb7f54048a160 (commit)
discards 952aeb6927115c4396bf0ae9a20dada615ea06d3 (commit)
discards d578858fdfe8eb024cee94a57bb6ff92da76bac6 (commit)
discards 5fda4f99861db25f8ef70dfdfd04679efbbf95ba (commit)
discards 0601c1c2149e2059a381a9ffd93abcd040e4d91a (commit)
discards bcd9e9ff9a12abc9d39bdd7bf4e584b2d23b7bbb (commit)
discards c03569ac213b381ca3e767587ffb4e8466bb5190 (commit)
discards c0ab0c8b5a693114dafd14cedd6717a5b0440b6a (commit)
via 94d872d124b455e59b957fb01834a7f08ea265e8 (commit)
via 7e81a40eda19a368eed70bf59e6a68b6bbbeeb2c (commit)
via 90bb63628612359ab2127a42fd5a643865cf7c6b (commit)
via 620a6541fd170a6f0429c470795cfc9105ae538f (commit)
via b4f48a2f431ac13e03ce67832ef1e266851c34c4 (commit)
via 186dcb625ad792bdede27a2fcd27b0547b1b4978 (commit)
via a3d05c2d3538d6291fbfda4bdc0518fb785b60d0 (commit)
via 7155b5f4f41accd95ff47e0130e90ee10bf7c92e (commit)
via 77a291410a81bc97524389a0c8ee26b30faeb182 (commit)
via 048de3ed85b9c93d7b8d8e306764cadf121f1dfe (commit)
via b572d7c45eaa65d7b36ab339022e560f2e797098 (commit)
via 9ddd8e6267a744caa0f206eeccb28b413fc987d5 (commit)
via 9331df16cf9241824dcef4e205456c274af3070e (commit)
via 1de159168cd924e361e778f7b2f1d85c2329e2e8 (commit)
via 82040101ebcc6350f53a9e0853418a9bc597963a (commit)
via b997f8444313ff7ab99d66b400fc79cae8302166 (commit)
via 5aa5196fbf07d5311bf4d99a90bff303989564f0 (commit)
via 4011e728d22a9affbe41fb2bfc8e69c14bd706ab (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 (9f503bd4ac0f009909c5809ce04dc366cee105f7)
\
N -- N -- N (94d872d124b455e59b957fb01834a7f08ea265e8)
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=94d872d124b455e59b957fb01834a7f0…
commit 94d872d124b455e59b957fb01834a7f08ea265e8
Author: Neels Hofmeyr <neels(a)hofmeyr.de>
Date: Sat Jul 16 23:59:32 2016 +0200
common: add gsm_ts_and_pchan_name() for dyn ts logging convenience
Change-Id: I9b6be77c9e5fb9dffa2021a2da72293af15a03a0
http://cgit.osmocom.org/openbsc/commit/?id=7e81a40eda19a368eed70bf59e6a68b6…
commit 7e81a40eda19a368eed70bf59e6a68b6bbbeeb2c
Author: Neels Hofmeyr <neels(a)hofmeyr.de>
Date: Fri Jul 15 01:18:57 2016 +0200
dyn TS: switchover wip
Change-Id: Iea4dfa6166520f9036a5d6bbb7962580746f4c5b
http://cgit.osmocom.org/openbsc/commit/?id=90bb63628612359ab2127a42fd5a6438…
commit 90bb63628612359ab2127a42fd5a643865cf7c6b
Author: Neels Hofmeyr <neels(a)hofmeyr.de>
Date: Thu Jul 14 03:10:40 2016 +0200
dyn TS: Abis RSL: on chan rel, switch dyn TS back to PDCH
Add function ts_subslots(), for the check whether all TCH/H are released in
abis_rsl.c; subslots_per_pchan[] is static in chan_alloc.c, and the function
adds some dyn TS logic.
Change-Id: I3974f5cc3ac8a3e2ad53db11b9e4180aa4c16c0a
http://cgit.osmocom.org/openbsc/commit/?id=620a6541fd170a6f0429c470795cfc91…
commit 620a6541fd170a6f0429c470795cfc9105ae538f
Author: Neels Hofmeyr <neels(a)hofmeyr.de>
Date: Fri Jul 15 01:27:42 2016 +0200
dyn TS: gsm_ts2chan_nr: use ericsson PDCH cbits for TCH/F_TCH/H_PDCH in PDCH mode
Change-Id: I0ebda05ec3d16df28ca5c861a7c3f57dc4af9df7
http://cgit.osmocom.org/openbsc/commit/?id=b4f48a2f431ac13e03ce67832ef1e266…
commit b4f48a2f431ac13e03ce67832ef1e266851c34c4
Author: Neels Hofmeyr <neels(a)hofmeyr.de>
Date: Thu Jul 14 03:09:56 2016 +0200
dyn TS: verify_chan_comb(): handle new dyn TS NM_CHANC_*
Change-Id: I7ce754a48c7f492e921a4450745383bb8dd7225c
http://cgit.osmocom.org/openbsc/commit/?id=186dcb625ad792bdede27a2fcd27b054…
commit 186dcb625ad792bdede27a2fcd27b0547b1b4978
Author: Neels Hofmeyr <neels(a)hofmeyr.de>
Date: Thu Jul 14 03:01:24 2016 +0200
dyn TS: enhance channel allocator for dynamic TS
Add GSM_PCHAN_TCH_F_TCH_H_PDCH, also in gsm_pchant_names and gsm_pchant_descs,
so the VTY can now handle the new pchan type without further adjustments.
Add state fields osmo_bts_trx_ts->dyn_pchan.is and .want to record dynamic
timeslot state. Initialize in gsm_bts_trx_alloc().
Change _lc_find_bts() to _lc_dyn_find_bts() with added dyn_as_pchan arg to
pass exactly as which pchan we'd like to allocate on a dynamic TS. Add
_lc_find_bts() as wrapper so non-dynamic-TS callers remain unchanged.
Also add dyn_as_pchan arg to _lc_find_trx() (not renaming to dyn and wrapping
because there is only one caller).
Implement dynamic allocator logic in _lc_find_trx() and lchan_alloc().
This is incomplete in that a returned dynamic channel needs to be switched to
the proper mode, which will follow in another commit.
Drop a fixme comment from subslots_per_pchan[].
Change-Id: I18da7679300c43220d9baa6a304e8df74d366249
http://cgit.osmocom.org/openbsc/commit/?id=a3d05c2d3538d6291fbfda4bdc0518fb…
commit a3d05c2d3538d6291fbfda4bdc0518fb785b60d0
Author: Neels Hofmeyr <neels(a)hofmeyr.de>
Date: Thu Jul 14 02:51:13 2016 +0200
comments: clarify ip.access style dyn PDCH
A new type of dynamic channel will be introduced soon, so call the ip.access
compat dyn PDCH channels by their name instead of merely saying "dyn PDCH".
Change-Id: I51fa8c2ebba507299e55a5cb7e67e48a6c8471f7
http://cgit.osmocom.org/openbsc/commit/?id=7155b5f4f41accd95ff47e0130e90ee1…
commit 7155b5f4f41accd95ff47e0130e90ee10bf7c92e
Author: Neels Hofmeyr <neels(a)hofmeyr.de>
Date: Fri Jul 15 01:26:03 2016 +0200
cosmetic: act lchan type: use constant instead of 0x00
Change-Id: Idc8afc4e52e189f474077899eef896381ce238f7
http://cgit.osmocom.org/openbsc/commit/?id=77a291410a81bc97524389a0c8ee26b3…
commit 77a291410a81bc97524389a0c8ee26b30faeb182
Author: Neels Hofmeyr <neels(a)hofmeyr.de>
Date: Thu Jul 14 16:16:33 2016 +0200
cosmetic: rsl_rx_chan_act_ack(): use local lchan var in 14 instances
Change-Id: I9ce71fd7dde42ad7d20f806ac70c150d11450efa
http://cgit.osmocom.org/openbsc/commit/?id=048de3ed85b9c93d7b8d8e306764cadf…
commit 048de3ed85b9c93d7b8d8e306764cadf121f1dfe
Author: Neels Hofmeyr <neels(a)hofmeyr.de>
Date: Thu Jul 14 03:11:10 2016 +0200
lchan_free(): drop obsolete fixme comment
Change-Id: Ib84b58f17f195d89c81d1ce08dc7ee0edb1c0138
-----------------------------------------------------------------------
Summary of changes:
openbsc/include/openbsc/gprs_gmm.h | 8 +-
openbsc/include/openbsc/gprs_llc.h | 15 ++--
openbsc/include/openbsc/gprs_sgsn.h | 5 +-
openbsc/src/gprs/gprs_gmm.c | 134 ++++++++++++++++-----------
openbsc/src/gprs/gprs_llc.c | 174 ++++++++++++++++++++++--------------
openbsc/src/gprs/gprs_sgsn.c | 8 +-
openbsc/src/gprs/gprs_sndcp.c | 5 +-
openbsc/src/gprs/sgsn_main.c | 2 +
openbsc/src/libbsc/abis_rsl.c | 73 ++++++++-------
openbsc/src/libbsc/bsc_dyn_pdch.c | 29 +++---
openbsc/tests/sgsn/Makefile.am | 1 +
openbsc/tests/sgsn/sgsn_test.c | 21 ++++-
12 files changed, 295 insertions(+), 180 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, neels/dyn_ts has been updated
discards 174fa34d3a8e3432cf49ee33297e5f69d4710553 (commit)
via fb2c3347758d8252d4b83d2b72e103c80901a0a2 (commit)
via 505adee93bad5c12e7435d09a191d9d6221d09b3 (commit)
via 511b448fe3a8522d645499b7d0b93b5acb1b3776 (commit)
via edb57e7709c130a664fb2d9f807d96d0e283c675 (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 (174fa34d3a8e3432cf49ee33297e5f69d4710553)
\
N -- N -- N (fb2c3347758d8252d4b83d2b72e103c80901a0a2)
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=fb2c3347758d8252d4b83d2b72e1…
commit fb2c3347758d8252d4b83d2b72e103c80901a0a2
Author: Neels Hofmeyr <neels(a)hofmeyr.de>
Date: Thu Jul 14 03:21:05 2016 +0200
dyn TS: add definitions for dynamic TCH/F_TCH/H_PDCH
Add:
* GSM_PCHAN_TCH_F_TCH_H_PDCH
* NM_CHANC_OSMO_TCHFull_TCHHalf_PDCH
* RSL_CHAN_ERICSSON_PDCH
* RSL_ACT_ERICSSON_PDCH
Related: OS#1776
Change-Id: Ib1a8b11f37af4686d00ac88beba38557aa29edc2
-----------------------------------------------------------------------
Summary of changes:
include/osmocom/gsm/protocol/gsm_04_08.h | 10 ++++++++++
src/bitvec.c | 4 ++--
src/gsm/gsup.c | 2 +-
3 files changed, 13 insertions(+), 3 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, master has been updated
via b572d7c45eaa65d7b36ab339022e560f2e797098 (commit)
from 9ddd8e6267a744caa0f206eeccb28b413fc987d5 (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=b572d7c45eaa65d7b36ab339022e560f…
commit b572d7c45eaa65d7b36ab339022e560f2e797098
Author: Dieter Spaar <spaar(a)mirider.augusta.de>
Date: Mon Jul 11 12:48:07 2016 +0200
SGSN: fix FCS calculation for encrypted frames
Change-Id: I352bc9db0c17fff773788831c4389ec0a5a30af8
Related: OS#1582
-----------------------------------------------------------------------
Summary of changes:
openbsc/src/gprs/gprs_llc.c | 14 ++++++++++----
1 file changed, 10 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, master has been updated
via 9ddd8e6267a744caa0f206eeccb28b413fc987d5 (commit)
via 9331df16cf9241824dcef4e205456c274af3070e (commit)
from 1de159168cd924e361e778f7b2f1d85c2329e2e8 (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=9ddd8e6267a744caa0f206eeccb28b41…
commit 9ddd8e6267a744caa0f206eeccb28b413fc987d5
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Wed Jul 6 14:39:04 2016 +0200
dyn pdch: don't PDCH ACT if gprs mode is none
Skip PDCH activation if the GPRS mode is 'none' at:
* TCH/F_PDCH init after OML Enable (dyn_pdch_init())
* after TCH/F_PDCH is released, in TCH/F mode
* in the T3111 error timer callback after a TCH/F_PDCH was released in error
state
Assert the GPRS mode in rsl_ipacc_pdch_activate() to make sure all callers
check the GPRS mode.
Closes: OS#1765
Change-Id: I970e5f9dbcb1c625209e914a4c7696294ed34e62
http://cgit.osmocom.org/openbsc/commit/?id=9331df16cf9241824dcef4e205456c27…
commit 9331df16cf9241824dcef4e205456c274af3070e
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Wed Jul 6 14:38:20 2016 +0200
cosmetic: dyn_pdch_init(): flatten if-logic, add comments
Prepare for upcoming addition of heeding gprs mode == none.
Change-Id: Id0fe6f762ac863c4d4053841c7732d011aa8c561
-----------------------------------------------------------------------
Summary of changes:
openbsc/src/libbsc/abis_rsl.c | 11 +++++++++--
openbsc/src/libbsc/bsc_dyn_pdch.c | 29 ++++++++++++++++++-----------
2 files changed, 27 insertions(+), 13 deletions(-)
hooks/post-receive
--
The OpenBSC GSM Base Station Controller (+MSC/HLR/SGSN)
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "An utility library for Open Source Mobile Communications".
The branch, master has been updated
via 505adee93bad5c12e7435d09a191d9d6221d09b3 (commit)
from 511b448fe3a8522d645499b7d0b93b5acb1b3776 (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=505adee93bad5c12e7435d09a191…
commit 505adee93bad5c12e7435d09a191d9d6221d09b3
Author: Neels Hofmeyr <neels(a)hofmeyr.de>
Date: Wed Jul 13 16:55:43 2016 +0200
fix compiler warning: gsup.c: missing braces
osmo_auth_vector's first member is an array, so for a zero initializer, we
should add a second set of array braces.
Change-Id: Iace448caca8152e46244f26c3af250f2035c99eb
-----------------------------------------------------------------------
Summary of changes:
src/gsm/gsup.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
hooks/post-receive
--
An utility library for Open Source Mobile Communications
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "The OpenBSC GSM Base Station Controller (+MSC/HLR/SGSN)".
The branch, master has been updated
via 1de159168cd924e361e778f7b2f1d85c2329e2e8 (commit)
from 82040101ebcc6350f53a9e0853418a9bc597963a (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=1de159168cd924e361e778f7b2f1d85c…
commit 1de159168cd924e361e778f7b2f1d85c2329e2e8
Author: Max <msuraev(a)sysmocom.de>
Date: Mon Jul 11 12:42:12 2016 +0200
SGSN: move cipher application to separate function
Split out generation and application of GEA gamma into separate function
which can be used for both encryption and decryption.
Change-Id: I442f2ead57e40d9bcd24e7f1b261041371595360
Related: OS#1582
-----------------------------------------------------------------------
Summary of changes:
openbsc/src/gprs/gprs_llc.c | 83 +++++++++++++++++++++++----------------------
1 file changed, 42 insertions(+), 41 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, master has been updated
via 82040101ebcc6350f53a9e0853418a9bc597963a (commit)
from b997f8444313ff7ab99d66b400fc79cae8302166 (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=82040101ebcc6350f53a9e0853418a9b…
commit 82040101ebcc6350f53a9e0853418a9bc597963a
Author: Max <msuraev(a)sysmocom.de>
Date: Wed Jul 6 11:59:18 2016 +0200
SGSN: encrypt/decrypt only necessary frames
According to 3GPP TS 24.008 § 4.7.1.2 some GMM frames are not supposed
to be ciphered. Propagate information about the necessity for
encryption between MM <-> LLC to ensure only proper frames are
encrypted/decrypted/dropped.
Change-Id: I0358905e60d1b182f75caec81bfcc72bbbbb2aa1
Related: OS#1582
-----------------------------------------------------------------------
Summary of changes:
openbsc/include/openbsc/gprs_gmm.h | 5 +++-
openbsc/include/openbsc/gprs_llc.h | 3 ++-
openbsc/src/gprs/gprs_gmm.c | 48 ++++++++++++++++++++++----------------
openbsc/src/gprs/gprs_llc.c | 22 ++++++++++-------
openbsc/src/gprs/gprs_sndcp.c | 5 ++--
openbsc/tests/sgsn/sgsn_test.c | 2 +-
6 files changed, 51 insertions(+), 34 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, master has been updated
via b997f8444313ff7ab99d66b400fc79cae8302166 (commit)
from 5aa5196fbf07d5311bf4d99a90bff303989564f0 (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=b997f8444313ff7ab99d66b400fc79ca…
commit b997f8444313ff7ab99d66b400fc79cae8302166
Author: Max <msuraev(a)sysmocom.de>
Date: Wed Jul 6 15:57:01 2016 +0200
SGSN: add preliminary support for GPRS encryption
It is already functional enough to allow testing with real
phones. However, note - there are several limitations in the current
implementation:
* only default value for IOV-UI is supported at the moment
* AUTN-based key material is not supported
Related: OS#1582
Change-Id: I8900b906693496e4e6b35be5a86937c58039ed9e
-----------------------------------------------------------------------
Summary of changes:
openbsc/include/openbsc/gprs_gmm.h | 3 ++-
openbsc/include/openbsc/gprs_llc.h | 3 ++-
openbsc/include/openbsc/gprs_sgsn.h | 3 ---
openbsc/src/gprs/gprs_gmm.c | 39 +++++++++++++++++++++++--------------
openbsc/src/gprs/gprs_llc.c | 26 +++++++++++++++++++------
openbsc/src/gprs/gprs_sgsn.c | 6 +-----
6 files changed, 49 insertions(+), 31 deletions(-)
hooks/post-receive
--
The OpenBSC GSM Base Station Controller (+MSC/HLR/SGSN)