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/sup has been updated
discards 2c8f3e04305f01a87a43a3663849e0f6afba016b (commit)
discards 2b78a14a1d995cb969750906c71728da875f45ed (commit)
discards 65055658edbbdee816b44d6b8a4f47698a16967b (commit)
discards bc85c28cc28d4b4d1470af09969e86fe1847c7a7 (commit)
discards 3902f2fde4fa3e78167fd5256fc8a2c3eefbbbef (commit)
discards 73c7e506fdddf7d2778f7c9efc775b06929b9d18 (commit)
discards e9ea5f638167d045a33bff51fc0c7e7b9d42077a (commit)
discards 5e99e73ee7675a7a7040f95e1efc91bda64c84ac (commit)
via 39210ef8a2ff83337dc3fc99375c70ce812cf5dd (commit)
via 2a01e0411ad817e21e805d6e29696b111cbfa4a9 (commit)
via e4fd51d1fc92a27b3294f88c4853e0655e631d75 (commit)
via af7916c747711cc16baf243f9663d4811b1b3bb5 (commit)
via 3cce9fda6dcd7f1f8eac6e095d05662a4a8f0e69 (commit)
via f3d2e9369867aacffc69f074d9ebfb021313dcf2 (commit)
via fe676095532bfb6fe64fbac0bbf5da7f14bcc811 (commit)
via 6ad575f359fa86178e3f703fe40e8c648565d200 (commit)
via e85e7910d22374ba33a347839aa17289f4b9a077 (commit)
via 559cd28415a2d59cd9ad6828e866f2db5bb33290 (commit)
via 810d29aa03a5ab34917e759aa77d8b2afcaba58b (commit)
via e77bfb9e22dc61a3b9089bf57bb1abfde9559096 (commit)
via 3ef203ee0ab7ec9da8eb1c81fac92090e520226a (commit)
via 85a304a4fe71e2b74e1881cc517c23950252796a (commit)
via 8a62c5021884ac1dec7f7a338bf591657080a2d5 (commit)
via 78de2aea7b28063be19ea6a523a834741f898668 (commit)
via dc6da14be3ae9f244218a2bd2a397082a3100807 (commit)
via 0a8e5f4f86077f4419ab3298ded09f215582beb7 (commit)
via 06d0c6da803a8e46078a241f09ee7244bec013ab (commit)
via 0855c024c47ab9c14d732234a7220dfb7209cc90 (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 (2c8f3e04305f01a87a43a3663849e0f6afba016b)
\
N -- N -- N (39210ef8a2ff83337dc3fc99375c70ce812cf5dd)
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=39210ef8a2ff83337dc3fc99375c70ce…
commit 39210ef8a2ff83337dc3fc99375c70ce812cf5dd
Author: Ivan Kluchnikov <kluchnikovi(a)gmail.com>
Date: Sat Oct 24 12:20:17 2015 +0300
subscr: Add new configuration parameter "subscriber-create-only-local"
This mode allows to create a new record only for a subscriber from our network.
IMSI and MNC, MCC are used for checking that subscriber belongs to our network.
http://cgit.osmocom.org/openbsc/commit/?id=2a01e0411ad817e21e805d6e29696b11…
commit 2a01e0411ad817e21e805d6e29696b111cbfa4a9
Author: Ivan Kluchnikov <kluchnikovi(a)gmail.com>
Date: Thu Oct 15 17:06:47 2015 +0300
reg-proxy: add application which allows translate SUP to SIP and SIP to SUP
http://cgit.osmocom.org/openbsc/commit/?id=e4fd51d1fc92a27b3294f88c4853e065…
commit e4fd51d1fc92a27b3294f88c4853e0655e631d75
Author: Ivan Kluchnikov <kluchnikovi(a)gmail.com>
Date: Thu Oct 15 16:33:41 2015 +0300
sup: Fix msisdn decoding
http://cgit.osmocom.org/openbsc/commit/?id=af7916c747711cc16baf243f9663d481…
commit af7916c747711cc16baf243f9663d4811b1b3bb5
Author: Ivan Kluchnikov <kluchnikovi(a)gmail.com>
Date: Thu Oct 15 16:30:45 2015 +0300
sup: Change status of waiting_for_remote_accept before checking subscriber
http://cgit.osmocom.org/openbsc/commit/?id=3cce9fda6dcd7f1f8eac6e095d05662a…
commit 3cce9fda6dcd7f1f8eac6e095d05662a4a8f0e69
Author: Ivan Kluchnikov <kluchnikovi(a)gmail.com>
Date: Tue Aug 11 07:54:23 2015 +0300
nitb: Integrate the SUP client into the osmo-nitb
http://cgit.osmocom.org/openbsc/commit/?id=f3d2e9369867aacffc69f074d9ebfb02…
commit f3d2e9369867aacffc69f074d9ebfb021313dcf2
Author: Ivan Kluchnikov <kluchnikovi(a)gmail.com>
Date: Tue Aug 11 07:52:42 2015 +0300
msc: Implement 'remote' authentication policy
- All location update requests should be send to the remote HLR and accepted.
- Authentication info should be also received from remote HLR.
- SUP is used for sending/handling subscription data to/from remote HLR.
http://cgit.osmocom.org/openbsc/commit/?id=fe676095532bfb6fe64fbac0bbf5da7f…
commit fe676095532bfb6fe64fbac0bbf5da7f14bcc811
Author: Ivan Kluchnikov <kluchnikovi(a)gmail.com>
Date: Tue Aug 11 07:48:10 2015 +0300
sup: Add functions to create/handle SUP messages
- Add functions to send location update request and handle responses.
- Add functions to query auth info and handle responses.
http://cgit.osmocom.org/openbsc/commit/?id=6ad575f359fa86178e3f703fe40e8c64…
commit 6ad575f359fa86178e3f703fe40e8c648565d200
Author: Ivan Kluchnikov <kluchnikovi(a)gmail.com>
Date: Mon Aug 10 13:37:16 2015 +0300
debug: Add DSUP debug category for subscriber update protocol
-----------------------------------------------------------------------
Summary of changes:
debian/changelog | 20 ++++
debian/osmocom-meas-utils.install | 1 +
openbsc/include/openbsc/meas_feed.h | 14 ++-
openbsc/src/libbsc/bsc_vty.c | 2 +-
openbsc/src/libmsc/gsm_04_11.c | 117 ++++++++++++++--------
openbsc/src/libmsc/meas_feed.c | 9 ++
openbsc/src/libmsc/smpp_openbsc.c | 5 +
openbsc/src/libmsc/smpp_smsc.h | 11 +++
openbsc/src/libmsc/smpp_vty.c | 22 +++++
openbsc/src/utils/Makefile.am | 7 +-
openbsc/src/utils/meas_json.c | 188 ++++++++++++++++++++++++++++++++++++
openbsc/tests/vty_test_runner.py | 22 +++++
12 files changed, 374 insertions(+), 44 deletions(-)
create mode 100644 openbsc/src/utils/meas_json.c
hooks/post-receive
--
The OpenBSC GSM Base Station Controller (+MSC/HLR/SGSN)