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 "OpenBTS' transceiver retro-fit".
The branch, master has been updated
via 5c7c1783697bea21f77d64338157bb26c5e5c255 (commit)
via 90f7a01d1de4bd915b3999b168535ed6e68e9c50 (commit)
via e171425b99b2bf2c21898cfcbd42d3d927721eca (commit)
via 4d029d8965022ac0de8488380a62e487a894b9f7 (commit)
via 6613331459351489436d9f91129a47750a46020f (commit)
via 577cd020c16e8d74d7464ea59157e7a44cbb6683 (commit)
via 88bbf1aafd4c5701608a319693a8e69222981eba (commit)
via 2cc2ddda41f10ec2f1981c352fae4468cac03237 (commit)
from d7610cf0b8148391d80b8991f9f070e635a035b8 (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-trx/commit/?id=5c7c1783697bea21f77d64338157bb2…
commit 5c7c1783697bea21f77d64338157bb26c5e5c255
Author: Tom Tsou <tom.tsou(a)ettus.com>
Date: Mon May 18 16:51:44 2015 -0700
uhd: Pass UHD command line arguments to constructor
Previous behaviour used UHD command line args string for device search,
but did not apply the values to the device constructor. Now use the user
passed args string for both find and device construction.
Signed-off-by: Tom Tsou <tom.tsou(a)ettus.com>
http://cgit.osmocom.org/osmo-trx/commit/?id=90f7a01d1de4bd915b3999b168535ed…
commit 90f7a01d1de4bd915b3999b168535ed6e68e9c50
Author: Alexander Chemeris <Alexander.Chemeris(a)gmail.com>
Date: Thu Apr 9 18:55:02 2015 +0300
umtrx: Don't use DSP tuning, because LMS6002D PLL steps are small enough.
We end up with DSP tuning just for 2-3Hz, which is meaningless and
only distort the signal.
Signed-off-by: Tom Tsou <tom.tsou(a)ettus.com>
http://cgit.osmocom.org/osmo-trx/commit/?id=e171425b99b2bf2c21898cfcbd42d3d…
commit e171425b99b2bf2c21898cfcbd42d3d927721eca
Author: Alexander Chemeris <Alexander.Chemeris(a)gmail.com>
Date: Tue Apr 28 23:09:02 2015 -0400
uhd: Set RF frontend bandwidth for UmTRX to improve signal quality.
Signed-off-by: Tom Tsou <tom.tsou(a)ettus.com>
http://cgit.osmocom.org/osmo-trx/commit/?id=4d029d8965022ac0de8488380a62e48…
commit 4d029d8965022ac0de8488380a62e487a894b9f7
Author: Alexander Chemeris <Alexander.Chemeris(a)gmail.com>
Date: Sat Apr 19 17:25:00 2014 +0400
UmTRX: Manually set Tx gain stages for the best signal quality.
New UHD versions support split configuration of Tx gain stages.
We utilize this to set the gain configuration, optimal for
the Tx signal quality. From our measurements, VGA1 must be
18dB plus-minus one and VGA2 is the best when 23dB or lower.
Signed-off-by: Tom Tsou <tom.tsou(a)ettus.com>
http://cgit.osmocom.org/osmo-trx/commit/?id=6613331459351489436d9f91129a477…
commit 6613331459351489436d9f91129a47750a46020f
Author: Tom Tsou <tom.tsou(a)ettus.com>
Date: Mon May 18 16:26:33 2015 -0700
build: Provide option for disabling SSE autodetection
Setup '--with-sse' option to check system capabilities by default, but
allow disabling by the user. Selective SSE build options can be
controlled by the user by defining specific HAVE_SSE options.
Signed-off-by: Tom Tsou <tom.tsou(a)ettus.com>
http://cgit.osmocom.org/osmo-trx/commit/?id=577cd020c16e8d74d7464ea59157e7a…
commit 577cd020c16e8d74d7464ea59157e7a44cbb6683
Author: Tom Tsou <tom.tsou(a)ettus.com>
Date: Mon May 18 13:57:54 2015 -0700
sigproc: Add clipping detection on RACH and TSC input
Alert user of overdriven burst input indicated by a positive
threshold detector result. This indication serves as notification
that the receive RF gain level is too high for the configured
transceiver setup.
Signed-off-by: Tom Tsou <tom.tsou(a)ettus.com>
http://cgit.osmocom.org/osmo-trx/commit/?id=88bbf1aafd4c5701608a319693a8e69…
commit 88bbf1aafd4c5701608a319693a8e69222981eba
Author: Alexander Chemeris <Alexander.Chemeris(a)gmail.com>
Date: Wed Mar 25 14:22:37 2015 +0300
uhd: Use full DAC scale with UmTRX to improve signal quality.
Signed-off-by: Tom Tsou <tom(a)tsou.cc>
http://cgit.osmocom.org/osmo-trx/commit/?id=2cc2ddda41f10ec2f1981c352fae446…
commit 2cc2ddda41f10ec2f1981c352fae4468cac03237
Author: Tom Tsou <tom(a)tsou.cc>
Date: Mon Apr 6 18:02:56 2015 -0700
build: Add 'subdir-objects' to AM_INIT_AUTOMAKE
This will shutup automake and make it stop complaining about the
following subdirectory warnings.
"warning: source file 'common/fft.c' is in a
subdirectory, but option 'subdir-objects' is disabled"
Signed-off-by: Tom Tsou <tom(a)tsou.cc>
-----------------------------------------------------------------------
Summary of changes:
Transceiver52M/Transceiver.cpp | 12 +++++-
Transceiver52M/UHDDevice.cpp | 93 +++++++++++++++++++++++++++++++++++++-----
Transceiver52M/sigProcLib.cpp | 29 +++++++++++--
Transceiver52M/sigProcLib.h | 8 ++++
configure.ac | 11 ++++-
5 files changed, 135 insertions(+), 18 deletions(-)
hooks/post-receive
--
OpenBTS' transceiver retro-fit
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, daniel/oml-state-fixes has been created
at 78d0dffb8ff2d11c155ffbe2c9069db50cc34f74 (commit)
- Log -----------------------------------------------------------------
http://cgit.osmocom.org/osmo-bts/commit/?id=78d0dffb8ff2d11c155ffbe2c9069db…
commit 78d0dffb8ff2d11c155ffbe2c9069db50cc34f74
Author: Daniel Willmann <daniel(a)totalueberwachung.de>
Date: Thu May 14 11:30:07 2015 +0200
common/oml: Ignore previous operational state for radio carrier opstart
http://cgit.osmocom.org/osmo-bts/commit/?id=bf1ee561cd00addb152f723dee884e8…
commit bf1ee561cd00addb152f723dee884e89be26a27e
Author: Daniel Willmann <daniel(a)totalueberwachung.de>
Date: Thu May 14 10:36:11 2015 +0200
osmo-bts: Change log message from debug to warning
This is an abnormal condition that should not happen regularily.
http://cgit.osmocom.org/osmo-bts/commit/?id=c1f78e4de8d741c849b68b1e7b1b504…
commit c1f78e4de8d741c849b68b1e7b1b5042bbef34a5
Author: Daniel Willmann <dwillmann(a)sysmocom.de>
Date: Sun May 10 16:05:08 2015 +0200
osmo-bts-sysmo/oml.c: Update opstate and avstate after rf_lock completes
According to 3GPP TS 12.21 Ch. 5.3:
The admin state can be used to control the power of a trx by setting it
to locked or unlocked.
As a result when the operation completes the trx should set its
operational state to disabled and the availability to off-line (if
locked) or enabled and ok (if unlocked).
Before this patch that didn't happen and so the nitb would still list
all trx as operational/ok even after the trx has been switched off.
The spec doesn't clearly recommend setting opstate to disabled, but that
is what the nanoBTS does, so mimic its behaviour.
-----------------------------------------------------------------------
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 "UNNAMED PROJECT".
The branch, jerlbeck/wip/ms-struct has been updated
discards 1fbad9f5229ea1c83674d2f424caa7bb8bca325e (commit)
discards 0c2b0d08e356433f7b007e7dd71ad4c9c206c7cd (commit)
via 6751fcab9192ed8d450deba96e1f50c4fd953bf8 (commit)
via 5c2a6bb5c7d35706b5dddfd4c215e8fc716ab192 (commit)
via 87f6c8dc579867217aa81c33a13f7dbe035e9237 (commit)
via abc070fe5e0ff9a7c38a62f497ef5d72c04ffb25 (commit)
via e49e844aca4c34787903cc1352997706024d216a (commit)
via 4146a2a548bc546ae68dde62a70afb00c67cd8d8 (commit)
via 4812f66a3a268539f8971b4ba5f61f7e9d9b9c54 (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 (1fbad9f5229ea1c83674d2f424caa7bb8bca325e)
\
N -- N -- N (6751fcab9192ed8d450deba96e1f50c4fd953bf8)
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-pcu/commit/?id=6751fcab9192ed8d450deba96e1f50c…
commit 6751fcab9192ed8d450deba96e1f50c4fd953bf8
Author: Jacob Erlbeck <jerlbeck(a)sysmocom.de>
Date: Mon May 18 15:21:36 2015 +0200
tbf: Just set the ms in reuse_tbf (TODO)
http://cgit.osmocom.org/osmo-pcu/commit/?id=5c2a6bb5c7d35706b5dddfd4c215e8f…
commit 5c2a6bb5c7d35706b5dddfd4c215e8fc716ab192
Author: Jacob Erlbeck <jerlbeck(a)sysmocom.de>
Date: Fri May 15 20:13:56 2015 +0200
WIP: invalidate new TLLI if set from network
http://cgit.osmocom.org/osmo-pcu/commit/?id=87f6c8dc579867217aa81c33a13f7db…
commit 87f6c8dc579867217aa81c33a13f7dbe035e9237
Author: Jacob Erlbeck <jerlbeck(a)sysmocom.de>
Date: Mon May 18 12:24:40 2015 +0200
tbf: Add missing call to update_ms() in rcv_control_ack (TODO)
http://cgit.osmocom.org/osmo-pcu/commit/?id=abc070fe5e0ff9a7c38a62f497ef5d7…
commit abc070fe5e0ff9a7c38a62f497ef5d72c04ffb25
Author: Jacob Erlbeck <jerlbeck(a)sysmocom.de>
Date: Mon May 18 14:35:11 2015 +0200
tbf: Explicitly pass the direction to update_ms() (TODO)
http://cgit.osmocom.org/osmo-pcu/commit/?id=e49e844aca4c34787903cc135299770…
commit e49e844aca4c34787903cc1352997706024d216a
Author: Jacob Erlbeck <jerlbeck(a)sysmocom.de>
Date: Mon May 18 11:56:50 2015 +0200
tbf: Get tlli from ms (TODO)
http://cgit.osmocom.org/osmo-pcu/commit/?id=4146a2a548bc546ae68dde62a70afb0…
commit 4146a2a548bc546ae68dde62a70afb00c67cd8d8
Author: Jacob Erlbeck <jerlbeck(a)sysmocom.de>
Date: Fri May 15 15:50:43 2015 +0200
ms: Support new and old TLLIs (TODO)
TODO:
- commit message
- optionally split into MS/storage changes and TBF/BTS usage
- fully remove per TBF TLLI stuff (other commit?)
STATUS:
- works with a single E71
- works slowly with a single Iphone (background updates in progress)
- both at the same time doesn't work
-> check again when the iphone has done it's update
-> check prior commits with both phones
http://cgit.osmocom.org/osmo-pcu/commit/?id=4812f66a3a268539f8971b4ba5f61f7…
commit 4812f66a3a268539f8971b4ba5f61f7e9d9b9c54
Author: Jacob Erlbeck <jerlbeck(a)sysmocom.de>
Date: Mon May 18 14:52:24 2015 +0200
tbf: Remove TODO (MS container) (TODO)
TODO:
- Move to the corresponding commit
-----------------------------------------------------------------------
Summary of changes:
src/bts.cpp | 6 ++++++
src/gprs_ms.h | 7 ++++++-
src/tbf.cpp | 14 +++++++++-----
src/tbf.h | 7 +------
src/tbf_dl.cpp | 4 ++--
tests/alloc/AllocTest.cpp | 8 ++++----
tests/tbf/TbfTest.cpp | 2 +-
tests/tbf/TbfTest.err | 8 --------
8 files changed, 29 insertions(+), 27 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, zecke/features/sgsn-hlr-number has been updated
via 20f0fda3021e7c370ea4c57b5184ebc6926c3f27 (commit)
from 8420250932b49ed35d1ce1a1cfa587e756ac90d3 (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=20f0fda3021e7c370ea4c57b5184ebc6…
commit 20f0fda3021e7c370ea4c57b5184ebc6926c3f27
Author: Holger Hans Peter Freyther <holger(a)moiji-mobile.com>
Date: Mon May 18 10:00:03 2015 +0200
sgsn: Extract the hlr Number into the mm context
Include the hlr-Number of the subscriber in the CDR. This is useful
for debugging and understanding which equipment was used during the
test. In contrast to the MSISDN the '+' is emitted as the number
must be in international format already.
-----------------------------------------------------------------------
Summary of changes:
openbsc/include/openbsc/gprs_sgsn.h | 3 +++
openbsc/src/gprs/gprs_gmm.c | 38 +++++++++++++++++++++++++++++++++++++
openbsc/src/gprs/sgsn_cdr.c | 8 +++++---
openbsc/src/gprs/sgsn_vty.c | 4 ++--
4 files changed, 48 insertions(+), 5 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 "UNNAMED PROJECT".
The branch, jerlbeck/wip/ms-struct has been updated
discards 66dceca1c43474f688b28b4e2fdf387cb4203c2b (commit)
discards 3c8e86d8a04e0cd03140c0449b378acfe9674546 (commit)
This update discarded existing revisions and left the branch pointing at
a previous point in the repository history.
* -- * -- N (1fbad9f5229ea1c83674d2f424caa7bb8bca325e)
\
O -- O -- O (66dceca1c43474f688b28b4e2fdf387cb4203c2b)
The removed revisions are not necessarilly gone - if another reference
still refers to them they will stay in the repository.
No new revisions were added by this update.
Summary of changes:
src/gprs_ms.cpp | 3 ---
src/tbf.cpp | 1 -
2 files changed, 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 "UNNAMED PROJECT".
The branch, jerlbeck/wip/ms-struct has been created
at 66dceca1c43474f688b28b4e2fdf387cb4203c2b (commit)
- Log -----------------------------------------------------------------
http://cgit.osmocom.org/osmo-pcu/commit/?id=66dceca1c43474f688b28b4e2fdf387…
commit 66dceca1c43474f688b28b4e2fdf387cb4203c2b
Author: Jacob Erlbeck <jerlbeck(a)sysmocom.de>
Date: Thu May 7 16:31:42 2015 +0200
WIP debug stuff
http://cgit.osmocom.org/osmo-pcu/commit/?id=3c8e86d8a04e0cd03140c0449b378ac…
commit 3c8e86d8a04e0cd03140c0449b378acfe9674546
Author: Jacob Erlbeck <jerlbeck(a)sysmocom.de>
Date: Tue May 12 08:59:45 2015 +0200
WIP: assert for idle() in MsGprs destructor
TODO:
- check with storage handling (and later timer) whether to keep this
http://cgit.osmocom.org/osmo-pcu/commit/?id=1fbad9f5229ea1c83674d2f424caa7b…
commit 1fbad9f5229ea1c83674d2f424caa7bb8bca325e
Author: Jacob Erlbeck <jerlbeck(a)sysmocom.de>
Date: Fri May 15 20:13:56 2015 +0200
WIP: invalidate new TLLI if set from network
http://cgit.osmocom.org/osmo-pcu/commit/?id=0c2b0d08e356433f7b007e7dd71ad4c…
commit 0c2b0d08e356433f7b007e7dd71ad4c9c206c7cd
Author: Jacob Erlbeck <jerlbeck(a)sysmocom.de>
Date: Fri May 15 15:50:43 2015 +0200
ms: Support new and old TLLIs (TODO)
TODO:
- commit message
- optionally split into MS/storage changes and TBF/BTS usage
- fully remove per TBF TLLI stuff (other commit?)
STATUS:
- works with a single E71
- works slowly with a single Iphone (background updates in progress)
- both at the same time doesn't work
-> check again when the iphone has done it's update
-> check prior commits with both phones
http://cgit.osmocom.org/osmo-pcu/commit/?id=4db9a117d978ef1c2dd5f6c0b80738b…
commit 4db9a117d978ef1c2dd5f6c0b80738bfd7747798
Author: Jacob Erlbeck <jerlbeck(a)sysmocom.de>
Date: Wed May 13 13:33:12 2015 +0200
ms: Integrate the MS storage (TODO)
TODO:
- commit message
- testing
STATUS:
- sucessfully tested with E71 (wbox)
http://cgit.osmocom.org/osmo-pcu/commit/?id=1138fb900a7b46163a325788fd21e9b…
commit 1138fb900a7b46163a325788fd21e9b7571c34d6
Author: Jacob Erlbeck <jerlbeck(a)sysmocom.de>
Date: Tue May 12 17:54:33 2015 +0200
ms: Add MS storage class (TODO)
TODO:
- commit message
- add an ms_deleted callback for cleanup???
STATUS:
- successfully tested with E71
http://cgit.osmocom.org/osmo-pcu/commit/?id=618c9e54eda8383e8bf2a8f0bc65850…
commit 618c9e54eda8383e8bf2a8f0bc658506c2976eaf
Author: Jacob Erlbeck <jerlbeck(a)sysmocom.de>
Date: Mon May 11 14:13:47 2015 +0200
llist: Add a C++ wrapper for linux_list (TODO)
TODO:
- consider to put that into libosmocore
- are file and class name ok?
- commit message
- put the test code into a separate test file
http://cgit.osmocom.org/osmo-pcu/commit/?id=1ae93653712390d52c770db1fa12c37…
commit 1ae93653712390d52c770db1fa12c37596e8fb50
Author: Jacob Erlbeck <jerlbeck(a)sysmocom.de>
Date: Mon May 11 10:32:40 2015 +0200
tbf/test: Optionally show talloc report
To show the talloc report more easily, this commit adds a call to
talloc_report_full if the TALLOC_REPORT_FULL environment variable is
set (the value is ignored). Since the stderr output is checked by the
test suite, this feature is not enabled by default.
Sponsored-by: On-Waves ehf
http://cgit.osmocom.org/osmo-pcu/commit/?id=7daf6ead3f410434842c7c73fbaf0e2…
commit 7daf6ead3f410434842c7c73fbaf0e20c5cc0b06
Author: Jacob Erlbeck <jerlbeck(a)sysmocom.de>
Date: Fri May 8 12:13:08 2015 +0200
tbf: Add MS object management to TBF code
This commit adds MS object creation and cleanup to the TBF related
code. MS objects are created when a TBF that has been "anonymous" so
far gets associated with a TLLI. When a TBF is replaced by another,
the old TBF is detached and the new one is attached to the MS. When
all TBFs have been detached, the MS object gets deleted.
The TBF related code should not call attach_tbf/detach_tbf directly
but use set_ms instead to make sure, that the references are updated
properly. GprsMs::detach_tbf also calls set_ms(NULL) on the detached
TBF object.
The MS object is not really used yet.
Sponsored-by: On-Waves ehf
http://cgit.osmocom.org/osmo-pcu/commit/?id=aedef1abf2b4b580abc820af801dd08…
commit aedef1abf2b4b580abc820af801dd08690e83de3
Author: Jacob Erlbeck <jerlbeck(a)sysmocom.de>
Date: Wed May 6 18:30:48 2015 +0200
ms: Add GprsMs class to hold per-MS information
Currently only TBF objects are used to handle the data flow between
the MS and the SGSN. MS specific data (e.g. pending LLC frames, TLLI)
is copied between successive TBFs. If all TBFs (uplink and downlink)
are idle for some time, all information about the MS is discarded in
the PCU. This makes the implementation of some features more
difficult, e.g. proper TLLI and timing advance handling,
connection based CS selection, and proper management of multiple TBF.
This commit adds the GprsMs class that is intended to hold
information directly related to the MS and to keep references to the
active TBFs.
The class is not yet integrated with the other PCU code. A GprsMs
object container and MS specific fields (TA, CS) will be added in
later commits.
Note that calling detach_tbf() can possibly delete the MS object
depending on the callback implementation.
Sponsored-by: On-Waves ehf
-----------------------------------------------------------------------
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 "OpenBTS' transceiver retro-fit".
The branch, fairwaves/master has been updated
via 7451e47d8afc4973a4fca9300198459cec568e19 (commit)
from a6e2d6f9a109662ff4e95bff1d49dfa00c4b164c (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-trx/commit/?id=7451e47d8afc4973a4fca9300198459…
commit 7451e47d8afc4973a4fca9300198459cec568e19
Author: Alexander Chemeris <Alexander.Chemeris(a)gmail.com>
Date: Sun May 17 23:25:57 2015 -0400
uhd: Output Rx/Tx gain limits to log to make it more transparent.
-----------------------------------------------------------------------
Summary of changes:
Transceiver52M/UHDDevice.cpp | 14 ++++++++++----
1 file changed, 10 insertions(+), 4 deletions(-)
hooks/post-receive
--
OpenBTS' transceiver retro-fit
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, fairwaves/master has been updated
via b1719d6399dfc3c12d84df590af89edc921d136c (commit)
from 574fb021c6601089417d252656b92e3c3035f30a (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=b1719d6399dfc3c12d84df590af89edc…
commit b1719d6399dfc3c12d84df590af89edc921d136c
Author: Alexander Chemeris <Alexander.Chemeris(a)gmail.com>
Date: Sun May 17 20:52:26 2015 -0400
libmsc: Update 'max_power_red' VTY command.
Changes:
* Apply change even if the supplied value is odd, just warn that it is rounded.
* Apply change even if the supplied value is higher than the 24dB maximum
suggested by the standard, just warn about this.
* Apply change to the BTS over OML immediately.
-----------------------------------------------------------------------
Summary of changes:
openbsc/src/libbsc/bsc_vty.c | 33 ++++++++++++++++++++++++---------
1 file changed, 24 insertions(+), 9 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, zecke/features/sgsn-hlr-number has been created
at 8420250932b49ed35d1ce1a1cfa587e756ac90d3 (commit)
- Log -----------------------------------------------------------------
http://cgit.osmocom.org/openbsc/commit/?id=8420250932b49ed35d1ce1a1cfa587e7…
commit 8420250932b49ed35d1ce1a1cfa587e756ac90d3
Author: Holger Hans Peter Freyther <holger(a)moiji-mobile.com>
Date: Sun May 17 20:58:40 2015 +0200
gsup: Copy the hlr-Number and use it during purge
Copy the hlr-Number into the sgsn_data and use it during
the purgeMS. There is no unit test that looks at the data
we send so I manually verified this by looking at the output.
Below is the output of the test that purges the subscriber.
<000f> gprs_subscriber.c:170 SUBSCR(123456789012345) Sending GSUP, will send: 0c 01 08 21 43 65 87 09 21 43 f5 09 07 91 83 61 26 31 23 f3
http://cgit.osmocom.org/openbsc/commit/?id=27e01e24b60828e03033c3138e962561…
commit 27e01e24b60828e03033c3138e962561fdeabab2
Author: Holger Hans Peter Freyther <holger(a)moiji-mobile.com>
Date: Sun May 17 19:56:38 2015 +0200
gsup: Decode/Encode the hlr-Number in the GSUP message
Implement it similar to the msisdn_enc/msisdn_enc_len and
extend the testcase to include it as well.
http://cgit.osmocom.org/openbsc/commit/?id=f6c7b7e8f9c276917ea8738029b48830…
commit f6c7b7e8f9c276917ea8738029b4883047df390a
Author: Holger Hans Peter Freyther <holger(a)moiji-mobile.com>
Date: Sun May 17 18:24:40 2015 +0200
gsup: Add the HLR-Number as type and use it for UpdateLocation Res
The HLR-Number can be passed from the MAP Proxy to the SGSN and
can then be used for the CDR module or passed during the purgeMS
operation.
-----------------------------------------------------------------------
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 4c6e66796834fb0d96639b67ab00e1c81c580913 (commit)
from 072bee5c8508fe11e1a0e0ad309ad298661fe586 (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=4c6e66796834fb0d96639b67ab00e1c8…
commit 4c6e66796834fb0d96639b67ab00e1c81c580913
Author: Max <max.suraev(a)fairwaves.co>
Date: Wed Oct 22 16:21:20 2014 +0200
Replace ad-hoc function with generic one from libosmocore
Signed-off-by: Max <max.suraev(a)fairwaves.co>
-----------------------------------------------------------------------
Summary of changes:
openbsc/src/osmo-bsc/osmo_bsc_bssap.c | 14 ++------------
1 file changed, 2 insertions(+), 12 deletions(-)
hooks/post-receive
--
The OpenBSC GSM Base Station Controller (+MSC/HLR/SGSN)